projects
/
cython.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
cython.git
2008-04-22
Stefan Behnel
fix encoding in file includes
commit
|
commitdiff
|
tree
|
snapshot
2008-04-22
Stefan Behnel
comment fix
commit
|
commitdiff
|
tree
|
snapshot
2008-04-22
Stefan Behnel
fix string constants defined in extension classes
commit
|
commitdiff
|
tree
|
snapshot
2008-04-22
Stefan Behnel
source code encoding support (PEP 263) and UTF-8 defaul...
commit
|
commitdiff
|
tree
|
snapshot
2008-04-22
Stefan Behnel
let docstring test check string type (str/unicode)
commit
|
commitdiff
|
tree
|
snapshot
2008-04-21
Stefan Behnel
fix inf/NaN float constants
commit
|
commitdiff
|
tree
|
snapshot
2008-04-21
Stefan Behnel
test case for DEF int constant assignment
commit
|
commitdiff
|
tree
|
snapshot
2008-04-21
Stefan Behnel
fixed DEF constant integer parsing (bug 220108)
commit
|
commitdiff
|
tree
|
snapshot
2008-04-21
Stefan Behnel
typo (bug 220109)
commit
|
commitdiff
|
tree
|
snapshot
2008-04-10
Stefan Behnel
extended docstring test
commit
|
commitdiff
|
tree
|
snapshot
2008-04-10
Stefan Behnel
fix doubled docstrings for Python classes
commit
|
commitdiff
|
tree
|
snapshot
2008-04-09
Stefan Behnel
make the test test something
commit
|
commitdiff
|
tree
|
snapshot
2008-04-09
Stefan Behnel
more unicode tests
commit
|
commitdiff
|
tree
|
snapshot
2008-04-09
Stefan Behnel
fix for broken int-op test case
commit
|
commitdiff
|
tree
|
snapshot
2008-04-09
Stefan Behnel
use Extension class of Cython's Distutils package in...
commit
|
commitdiff
|
tree
|
snapshot
2008-04-09
Stefan Behnel
remove warning about unknown Extension option
commit
|
commitdiff
|
tree
|
snapshot
2008-04-09
Stefan Behnel
test case for 'cdef extern class' definitions in .pxd...
commit
|
commitdiff
|
tree
|
snapshot
2008-04-09
Stefan Behnel
fix include dirs in test runner
commit
|
commitdiff
|
tree
|
snapshot
2008-04-09
Stefan Behnel
reverted 'circular cdef' patch, leaving unrelated chang...
commit
|
commitdiff
|
tree
|
snapshot
2008-04-08
Robert Bradshaw
Fix cdef extern classes
commit
|
commitdiff
|
tree
|
snapshot
2008-04-08
Robert Bradshaw
Minor packaging changes
commit
|
commitdiff
|
tree
|
snapshot
2008-04-04
Robert Bradshaw
Add untracked files to repo.
commit
|
commitdiff
|
tree
|
snapshot
2008-04-04
Robert Bradshaw
Cleanup unsused functions/labels
commit
|
commitdiff
|
tree
|
snapshot
2008-04-04
Robert Bradshaw
Merge package and compiler repositories.
commit
|
commitdiff
|
tree
|
snapshot
2008-04-04
Robert Bradshaw
bump version number
commit
|
commitdiff
|
tree
|
snapshot
2008-04-04
Robert Bradshaw
Misc little fixes. Sage now builds and passes all tests.
commit
|
commitdiff
|
tree
|
snapshot
2008-04-03
Robert Bradshaw
minor fixes
commit
|
commitdiff
|
tree
|
snapshot
2008-04-03
Robert Bradshaw
Transformation fixes
commit
|
commitdiff
|
tree
|
snapshot
2008-04-03
Robert Bradshaw
Allow ctypedef my_struct_s my_struct_t[1] trick, can...
commit
|
commitdiff
|
tree
|
snapshot
2008-04-03
Robert Bradshaw
C++ error handling
commit
|
commitdiff
|
tree
|
snapshot
2008-03-31
"Felix Wu"
Cython and C++ exceptions
commit
|
commitdiff
|
tree
|
snapshot
2008-03-30
Robert Bradshaw
c line numbers optional
commit
|
commitdiff
|
tree
|
snapshot
2008-03-23
Gary Furnish
Circular cdef's
commit
|
commitdiff
|
tree
|
snapshot
2008-03-30
Robert Bradshaw
Fix enum bug (values weren't forced to ints)
commit
|
commitdiff
|
tree
|
snapshot
2008-03-30
Jim Kleckner
[Cython] Small patch for __stdcall
commit
|
commitdiff
|
tree
|
snapshot
2008-03-30
Robert Bradshaw
Fix cpdef functions with pointer return parameters...
commit
|
commitdiff
|
tree
|
snapshot
2008-03-30
Robert Bradshaw
fix bug 206821 (incorrect ref count when single-arg...
commit
|
commitdiff
|
tree
|
snapshot
2008-03-29
Robert Bradshaw
Added optimize_simple_methods to make it possible to...
commit
|
commitdiff
|
tree
|
snapshot
2008-03-29
ChrisPerkins
Fix bug 208262 for files with odd characters in them
commit
|
commitdiff
|
tree
|
snapshot
2008-03-29
Robert Bradshaw
...
commit
|
commitdiff
|
tree
|
snapshot
2008-03-29
Robert Bradshaw
Fix comparison bug for longs and doubles #208053
commit
|
commitdiff
|
tree
|
snapshot
2008-03-29
Robert Bradshaw
more comments on control flow
commit
|
commitdiff
|
tree
|
snapshot
2008-03-25
Robert Bradshaw
More control flow work
commit
|
commitdiff
|
tree
|
snapshot
2008-03-25
Robert Bradshaw
Basic control flow state processing
commit
|
commitdiff
|
tree
|
snapshot
2008-03-14
Stefan Behnel
support adding pxd/pxi dependencies to Extension source...
commit
|
commitdiff
|
tree
|
snapshot
2008-03-09
Robert Bradshaw
Some fixes to get it to run on 2.3
commit
|
commitdiff
|
tree
|
snapshot
2008-03-09
"Dag Sverre...
Support for parse tree transformations.
commit
|
commitdiff
|
tree
|
snapshot
2008-03-09
Robert Bradshaw
merge
commit
|
commitdiff
|
tree
|
snapshot
2008-03-06
Stefan Behnel
fixes for escape sequences in unicode literals
commit
|
commitdiff
|
tree
|
snapshot
2008-03-05
Stefan Behnel
prevent unicode strings from being interned
commit
|
commitdiff
|
tree
|
snapshot
2008-03-05
Stefan Behnel
fix for unicode escapes (\u1234)
commit
|
commitdiff
|
tree
|
snapshot
2008-03-02
Stefan Behnel
pre-Py3k fixes
commit
|
commitdiff
|
tree
|
snapshot
2008-02-28
Robert Bradshaw
Allow single-character ascii strings to be treated...
commit
|
commitdiff
|
tree
|
snapshot
2008-02-26
Stefan Behnel
merge
commit
|
commitdiff
|
tree
|
snapshot
2008-02-25
Robert Bradshaw
error on local cimport (rather than traceback)
commit
|
commitdiff
|
tree
|
snapshot
2008-02-25
Stefan Behnel
merge
commit
|
commitdiff
|
tree
|
snapshot
2008-02-23
Robert Bradshaw
num -> int for int constants
commit
|
commitdiff
|
tree
|
snapshot
2008-02-16
Stefan Behnel
fix exception string formatting for Py_ssize_t values...
commit
|
commitdiff
|
tree
|
snapshot
2008-02-16
Stefan Behnel
make unpacking exception strings look like those genera...
commit
|
commitdiff
|
tree
|
snapshot
2008-02-16
Stefan Behnel
fixes for True/False in compile time expressions; make...
commit
|
commitdiff
|
tree
|
snapshot
2008-02-16
Stefan Behnel
removed 'builtin_functions' dict: broke referring to...
commit
|
commitdiff
|
tree
|
snapshot
2008-02-16
Stefan Behnel
fix for 'raise' decref bug unter Python <= 2.4 in error...
commit
|
commitdiff
|
tree
|
snapshot
2008-02-14
Robert Bradshaw
Bump version
commit
|
commitdiff
|
tree
|
snapshot
2008-02-14
Robert Bradshaw
Warning when overriding cdef method with def method...
commit
|
commitdiff
|
tree
|
snapshot
2008-02-13
Robert Bradshaw
Module-level cpdef functions
commit
|
commitdiff
|
tree
|
snapshot
2008-02-13
Robert Bradshaw
Undo botched api -> pxd
commit
|
commitdiff
|
tree
|
snapshot
2008-02-13
Robert Bradshaw
Cleanup warnings
commit
|
commitdiff
|
tree
|
snapshot
2008-02-13
Robert Bradshaw
Real fix for builtins caching + coercion bug (as report...
commit
|
commitdiff
|
tree
|
snapshot
2008-02-13
bluecreature...
Cython disregards the c-name for "cdef public" class...
commit
|
commitdiff
|
tree
|
snapshot
2008-02-13
Robert Bradshaw
Export pxd functions by default
commit
|
commitdiff
|
tree
|
snapshot
2008-02-13
Robert Bradshaw
Don't flatten list comprehension nodes
commit
|
commitdiff
|
tree
|
snapshot
2008-02-13
Robert Bradshaw
Temporary python object casts OK for numeric types.
commit
|
commitdiff
|
tree
|
snapshot
2008-02-13
Robert Bradshaw
Enable narrowing return type when subclassing
commit
|
commitdiff
|
tree
|
snapshot
2008-02-13
Robert Bradshaw
...
commit
|
commitdiff
|
tree
|
snapshot
2008-02-13
Robert Bradshaw
Error condition compile error on error type
commit
|
commitdiff
|
tree
|
snapshot
2008-02-10
Stefan Behnel
support True/False in compile-time statements
commit
|
commitdiff
|
tree
|
snapshot
2008-02-10
Stefan Behnel
fixed NameError
commit
|
commitdiff
|
tree
|
snapshot
2008-02-09
Stefan Behnel
merge
commit
|
commitdiff
|
tree
|
snapshot
2008-02-09
Robert Bradshaw
Always need optional struct.
commit
|
commitdiff
|
tree
|
snapshot
2008-02-08
Stefan Behnel
huge cleanup of 'star-args only' unpacking code, incl...
commit
|
commitdiff
|
tree
|
snapshot
2008-02-08
Robert Bradshaw
Allow a cpdef function to override a cdef function
commit
|
commitdiff
|
tree
|
snapshot
2008-02-08
Robert Bradshaw
Default argument literals, better True/False coercion
commit
|
commitdiff
|
tree
|
snapshot
2008-02-07
Robert Bradshaw
Add optional args to any cdef overridden function
commit
|
commitdiff
|
tree
|
snapshot
2008-02-07
Robert Bradshaw
Number of arguments can grow with overridden cdef funct...
commit
|
commitdiff
|
tree
|
snapshot
2008-02-07
Robert Bradshaw
Default cdef args via struct
commit
|
commitdiff
|
tree
|
snapshot
2008-02-07
Stefan Behnel
cleanup
commit
|
commitdiff
|
tree
|
snapshot
2008-02-06
Robert Bradshaw
pxd with optional arguments
commit
|
commitdiff
|
tree
|
snapshot
2008-02-06
Robert Bradshaw
Optional arguments in cpdef functions
commit
|
commitdiff
|
tree
|
snapshot
2008-02-06
Stefan Behnel
avoid unpacking for functions that only have star args
commit
|
commitdiff
|
tree
|
snapshot
2008-02-03
Stefan Behnel
downstream merge
commit
|
commitdiff
|
tree
|
snapshot
2008-02-02
Stefan Behnel
refactoring to skip generating arg tuple unpacking...
commit
|
commitdiff
|
tree
|
snapshot
2008-02-02
Stefan Behnel
Cython could generate useless argument tuple parsing...
commit
|
commitdiff
|
tree
|
snapshot
2008-02-02
Robert Bradshaw
<type?> does type check for extension types
commit
|
commitdiff
|
tree
|
snapshot
2008-02-02
Robert Bradshaw
Python object pointer cast warnings
commit
|
commitdiff
|
tree
|
snapshot
2008-02-02
Robert Bradshaw
Actual conversion on <type> casts with one side Python
commit
|
commitdiff
|
tree
|
snapshot
2008-02-02
Robert Bradshaw
Remove function pointer casting restriction
commit
|
commitdiff
|
tree
|
snapshot
2008-02-01
Robert Bradshaw
Fix cython -v error when no source files given.
commit
|
commitdiff
|
tree
|
snapshot
2008-02-01
Robert Bradshaw
Mangle naming for cleanup function.
commit
|
commitdiff
|
tree
|
snapshot
2008-02-01
Stefan Behnel
fix gcc 2.95 compile issue
commit
|
commitdiff
|
tree
|
snapshot
2008-02-01
Kirill Smelkov
Demos: pyrexc -> cython
commit
|
commitdiff
|
tree
|
snapshot
next