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-01-23 |
Stefan Behnel | make the fastest case 'likely()' |
commit | commitdiff | tree | snapshot |
2008-01-23 |
Stefan Behnel | cleanup, go back to inlining SplitStarArg, as the size... |
commit | commitdiff | tree | snapshot |
2008-01-23 |
Stefan Behnel | more empty_tuple usage |
commit | commitdiff | tree | snapshot |
2008-01-23 |
Stefan Behnel | generate trivial *args splitting code into function... |
commit | commitdiff | tree | snapshot |
2008-01-23 |
Stefan Behnel | xdecref cleanup of star args only when required (also... |
commit | commitdiff | tree | snapshot |
2008-01-23 |
Stefan Behnel | xdecref cleanup of star args only when required |
commit | commitdiff | tree | snapshot |
2008-01-23 |
Stefan Behnel | fix kw-only handling in new function parameter unpackin... |
commit | commitdiff | tree | snapshot |
2008-01-23 |
Robert Bradshaw | Fix to prepositional args parsing when self present. |
commit | commitdiff | tree | snapshot |
2008-01-19 |
Robert Bradshaw | More efficient prepositional argument parsing. |
commit | commitdiff | tree | snapshot |
2008-01-18 |
Robert Bradshaw | merge |
commit | commitdiff | tree | snapshot |
2008-01-18 |
Robert Bradshaw | Fix C++ fix |
commit | commitdiff | tree | snapshot |
2008-01-17 |
Stefan Behnel | write stararg utility functions only when they are... |
commit | commitdiff | tree | snapshot |
2008-01-17 |
Stefan Behnel | revert C++ assignment fix as it breaks gcc |
commit | commitdiff | tree | snapshot |
2008-01-17 |
Stefan Behnel | fix tuple unpacking bug |
commit | commitdiff | tree | snapshot |
2008-01-17 |
Stefan Behnel | merge of Robert's changes for 0.9.6.11 |
commit | commitdiff | tree | snapshot |
2008-01-17 |
Robert Bradshaw | Update version number |
commit | commitdiff | tree | snapshot |
2008-01-17 |
Robert Bradshaw | tp_new must always be generated to set the vtab |
commit | commitdiff | tree | snapshot |
2008-01-17 |
Robert Bradshaw | C++ assignment fix |
commit | commitdiff | tree | snapshot |
2008-01-17 |
Robert Bradshaw | Allow trivial __cinit__ that ignores __init__ values... |
commit | commitdiff | tree | snapshot |
2008-01-17 |
Robert Bradshaw | tp_new, etc. cleanup |
commit | commitdiff | tree | snapshot |
2008-01-17 |
Robert Bradshaw | Optimize tp_new and tp_dealloc |
commit | commitdiff | tree | snapshot |
2008-01-17 |
Robert Bradshaw | Further optimizations on tp_clear/traverse |
commit | commitdiff | tree | snapshot |
2008-01-17 |
Robert Bradshaw | empty tuple optimization |
commit | commitdiff | tree | snapshot |
2008-01-17 |
Robert Bradshaw | generic constant code |
commit | commitdiff | tree | snapshot |
2008-01-17 |
Robert Bradshaw | Merge Stefan Behnel's work. |
commit | commitdiff | tree | snapshot |
2008-01-17 |
kayhayen@gmx.de | typo |
commit | commitdiff | tree | snapshot |
2008-01-17 |
Robert Bradshaw | Warning on ++x and --x |
commit | commitdiff | tree | snapshot |
2008-01-16 |
Stefan Behnel | cleanup |
commit | commitdiff | tree | snapshot |
2008-01-16 |
Robert Bradshaw | minor annotation additions |
commit | commitdiff | tree | snapshot |
2008-01-15 |
Stefan Behnel | GetStarArgs: separate out keyword handling, generate... |
commit | commitdiff | tree | snapshot |
2008-01-15 |
Robert Bradshaw | Argument parsing error handling |
commit | commitdiff | tree | snapshot |
2008-01-15 |
Robert Bradshaw | Annotation work |
commit | commitdiff | tree | snapshot |
2008-01-15 |
Robert Bradshaw | fix pre-import (broke with new Pyrex builtin code) |
commit | commitdiff | tree | snapshot |
2008-01-15 |
Stefan Behnel | simplified __Pyx_GetStarArg(), moved more intelligence... |
commit | commitdiff | tree | snapshot |
2008-01-15 |
Stefan Behnel | split up __Pyx_GetStarArgs() into two separate function... |
commit | commitdiff | tree | snapshot |
2008-01-14 |
Stefan Behnel | use PyObject_Call() instead of _CallObject() just as... |
commit | commitdiff | tree | snapshot |
2008-01-14 |
Stefan Behnel | cleanup and faster kw arg splitting in __Pyx_GetStarArgs |
commit | commitdiff | tree | snapshot |
2008-01-13 |
Stefan Behnel | divert tp_clear()/tp_traverse() to parent type if type... |
commit | commitdiff | tree | snapshot |
2008-01-13 |
Stefan Behnel | reset to None instead of NULL in tp_clear() |
commit | commitdiff | tree | snapshot |
2008-01-12 |
Stefan Behnel | fix tp_clear() according to Python docs: zero out membe... |
commit | commitdiff | tree | snapshot |
2008-01-12 |
Stefan Behnel | raise compiler error for 'cdef readonly class' |
commit | commitdiff | tree | snapshot |
2008-01-12 |
Stefan Behnel | only generate tp_clear/traverse functions if type suppo... |
commit | commitdiff | tree | snapshot |
2008-01-12 |
Stefan Behnel | only reference type GC functions in extension type... |
commit | commitdiff | tree | snapshot |
2008-01-09 |
Stefan Behnel | fix subclassing non-GC types like 'unicode' |
commit | commitdiff | tree | snapshot |
2008-01-09 |
Stefan Behnel | Backed out changeset 4a6021b8a18c |
commit | commitdiff | tree | snapshot |
2008-01-09 |
Stefan Behnel | fix subclassing non-GC types like 'unicode' |
commit | commitdiff | tree | snapshot |
2008-01-01 |
Stefan Behnel | another Distutils fix: keep source directory as target... |
commit | commitdiff | tree | snapshot |
2008-01-01 |
Stefan Behnel | merge of 0.9.6.10.1 |
commit | commitdiff | tree | snapshot |
2007-12-31 |
Robert Bradshaw | Fatal typo fix |
commit | commitdiff | tree | snapshot |
2007-12-31 |
Brian Granger | MACOSX_DEPLOYMENT_TARGET fix for OS X 10.5 |
commit | commitdiff | tree | snapshot |
2007-12-31 |
Robert Bradshaw | Fix bug for python targets in for...from loops, allow... |
commit | commitdiff | tree | snapshot |
2007-12-31 |
Stefan Behnel | C target directory fix for build_ext |
commit | commitdiff | tree | snapshot |
2007-12-29 |
Stefan Behnel | merged changes from 0.9.6.10 |
commit | commitdiff | tree | snapshot |
2007-12-29 |
Robert Bradshaw | Cmd line option for convert-range, version number |
commit | commitdiff | tree | snapshot |
2007-12-19 |
Stefan Behnel | fix for memory leak when using keyword-only arguments |
commit | commitdiff | tree | snapshot |
2007-12-19 |
Stefan Behnel | keyword-only arguments require __Pyx_GetStarArgs()... |
commit | commitdiff | tree | snapshot |
2007-12-19 |
Stefan Behnel | keyword-only arguments require __Pyx_GetStarArgs()... |
commit | commitdiff | tree | snapshot |
2007-12-12 |
Robert Bradshaw | Overflow code (Ondrej suggested a much better way) |
commit | commitdiff | tree | snapshot |
2007-12-12 |
Robert Bradshaw | Typo fix suggested by Ondrej Certik |
commit | commitdiff | tree | snapshot |
2007-12-12 |
Robert Bradshaw | (Optionally) mutate range into for..from loops. |
commit | commitdiff | tree | snapshot |
2007-12-10 |
Robert Bradshaw | Due to occasional issues with cleanup on exit, cleanup... |
commit | commitdiff | tree | snapshot |
2007-12-05 |
Robert Bradshaw | Pyrex type conversion with overflow check for all int... |
commit | commitdiff | tree | snapshot |
2007-12-02 |
Stefan Behnel | fixed broken call to compiler error function |
commit | commitdiff | tree | snapshot |
2007-11-29 |
Robert Bradshaw | Remove redundant marking code |
commit | commitdiff | tree | snapshot |
2007-11-29 |
Robert Bradshaw | Fix classmethod for non-cdef classes. |
commit | commitdiff | tree | snapshot |
2007-11-24 |
Stefan Behnel | merge of Cython 0.9.6.9 |
commit | commitdiff | tree | snapshot |
2007-11-21 |
Robert Bradshaw | Change version number |
commit | commitdiff | tree | snapshot |
2007-11-18 |
Robert Bradshaw | Add annotate file for html output |
commit | commitdiff | tree | snapshot |
2007-11-16 |
Robert Bradshaw | HTML source annotation module |
commit | commitdiff | tree | snapshot |
2007-11-11 |
Robert Bradshaw | Fix agreement of cpdef functions and pxd files |
commit | commitdiff | tree | snapshot |
next |