platform/upstream/python-cython.git
2012-11-04 Stefan Behnelextended stdlib compilation script that special cases...
2012-11-04 Stefan Behneladded script to compile the CPython stdlib
2012-11-04 Stefan Behnelmerged 0.17 branch into master
2012-11-04 Stefan Behneladded changelog file
2012-11-04 Stefan Behnelreduce code overhead for tuple constants by using PyTup...
2012-11-03 Stefan Behnelremoved useless copy&paste code from test
2012-11-03 Stefan Behnelmerged 0.17 branch into master
2012-11-03 Stefan Behnelfix early module registering by using FQMN instead...
2012-11-03 Stefan Behnelmerged 0.17 branch into master
2012-11-03 Stefan Behneladded test for self-reimport at module init time
2012-11-03 Stefan Behneladded test for self-reimport at module init time
2012-11-03 Robert BradshawMerge branch 'bugs'
2012-11-03 Robert BradshawFix destructor name computation in the face of namespac...
2012-11-03 Stefan Behnelalways insert the module into sys.modules right after...
2012-11-03 Stefan Behnelalways insert the module into sys.modules right after...
2012-11-03 Stefan Behnelno need to use a long in __Pyx_Import() when an int...
2012-11-03 Stefan Behnelin Py3.3, use new PyImport_ImportModuleLevelObject...
2012-11-03 Stefan Behnelmoved helper function __Pyx_Import() into ImportExport...
2012-11-01 Robert BradshawMerge remote-tracking branch 'remotes/origin/0.17'
2012-11-01 Robert BradshawMove nested classes helper file.
2012-11-01 Robert BradshawTest of last two fixes.
2012-11-01 Robert BradshawFix type names as arg names for int types.
2012-11-01 Robert BradshawFix using non-encoded strings as identifiers.
2012-10-31 Robert BradshawSwap args for lhs const overflow check.
2012-10-31 Robert BradshawMerge branch 'overflow'
2012-10-30 Robert BradshawMore warning suppression, formatting.
2012-10-30 Stefan Behnelmerge
2012-10-30 Stefan Behnelfix pure Python test
2012-10-30 Stefan Behnelfix pure Python test
2012-10-30 Robert BradshawMerge branch 'bugs' into main_master
2012-10-30 Robert BradshawNested class tests.
2012-10-30 Robert BradshawFix non-template nested class declarations.
2012-10-30 Robert BradshawAdd array cimport test.
2012-10-30 Robert BradshawFix cpython.array declaration order.
2012-10-29 Stefan Behnelfix exclusion comparison in cythonize()
2012-10-29 Stefan Behnelfix exclusion comparison in cythonize()
2012-10-29 Stefan Behnelfix parser crash
2012-10-29 Stefan Behnelfix parser crash
2012-10-29 Stefan Behneldelete broken C output file on compiler failures in...
2012-10-29 Stefan Behneldelete broken C output file on compiler failures in...
2012-10-29 Stefan Behnelsuppress compiler crashes in cythonize() trial&error...
2012-10-29 Stefan Behneldisable some Cython syntax in .py compilation mode...
2012-10-29 Stefan Behnelfix compiler crash in optimiser dispatch code
2012-10-29 Stefan Behnelimplemented 'ignore compile failures' mode in cythonize...
2012-10-25 Robert BradshawOverflow check docs.
2012-10-25 Robert BradshawLeft shift overflow guards.
2012-10-25 Robert Bradshaw(Cheaper) overflow check for const rhs.
2012-10-25 Robert BradshawAllow constant typecasts.
2012-10-25 Robert BradshawOverflow initialization checking
2012-10-25 Robert BradshawOverflow check tests.
2012-10-25 Robert Bradshawcontrol overflow with a directive
2012-10-25 Robert BradshawFirst pass at int overflow checking.
2012-10-12 Robert BradshawFix typo in array test.
2012-10-29 Stefan Behnelsuppress compiler crashes in cythonize() trial&error...
2012-10-29 Stefan Behneldisable some Cython syntax in .py compilation mode...
2012-10-29 Stefan Behnelfix compiler crash in optimiser dispatch code
2012-10-29 Stefan Behnelimplemented 'ignore compile failures' mode in cythonize...
2012-10-12 Robert BradshawFix typo in array test.
2012-10-12 Stefan Behnelbacked out docstring handling change - breaks too many...
2012-10-12 Stefan BehnelBacked out changeset 3311f176703f
2012-10-12 Stefan Behnelclean up new docstring handling code and fix compiler...
2012-10-12 scoderMerge pull request #142 from mongi3/master
2012-10-12 scoderMerge pull request #152 from Talanor/DocstringsError
2012-10-12 Stefan Behnelfix 'cython.compiled' flag
2012-10-11 Quentin PoirierFix error when the first statement of Module/Function...
2012-10-10 Robert BradshawFix specialization for varargs function signatures.
2012-10-08 scoderMerge pull request #151 from joonro/patch-1
2012-10-08 Joon RoFixed a couple of typos in setup script
2012-10-05 Robert BradshawFix specialization for varargs function signatures.
2012-10-04 Robert BradshawSupport __version__ attribute in pure compiled mode.
2012-10-04 Robert BradshawFix __version__ import.
2012-10-03 Robert BradshawMove version to Shadow.py
2012-09-28 Stefan Behnelsimplified some nonlocally_immutable() tests
2012-09-28 Stefan Behnelliterals are always 'nonlocally immutable'
2012-09-28 Stefan Behnelavoid unnecessary safety temping of function arguments...
2012-09-28 Stefan Behnelavoid unnecessary safety temping of function arguments...
2012-09-28 Stefan Behneladded dump_pos() method to Node class as a quick debugg...
2012-09-28 Stefan Behnelslightly extended test case
2012-09-26 Stefan Behnelminor string type fix in refnanny
2012-09-26 Stefan Behnelmake refnanny output easier to detect when used outside...
2012-09-26 Stefan Behneladd missing gotrefs() for PyPy code (currently irreleva...
2012-09-26 Stefan Behnelmerged 0.17 branch back into master
2012-09-26 Stefan Behnelprepare release of 0.17.1 0.17.1
2012-09-25 Mark FlorissonError checking for NULL strides + tests
2012-09-25 Christoph Grothmake memoryviews work when strides is NULL
2012-09-25 Stefan Behnelmerged 0.17 branch back into master
2012-09-25 Stefan Behnelfix for refnanny C code in dict iteration: generate...
2012-09-25 Stefan Behnelmerged 0.17 branch back into master
2012-09-25 Stefan Behnelfix ticket 790: reference leak during dict iteration
2012-09-23 Mark FlorissonError checking for NULL strides + tests
2012-09-23 Mark FlorissonMerge branch 'master' of https://github.com/cgroth...
2012-09-19 Robert BradshawAnother const test.
2012-09-19 Christoph Grothmake memoryviews work when strides is NULL
2012-09-19 Robert BradshawMerge branch 'const'
2012-09-19 Robert BradshawConst tests.
2012-09-18 Robert BradshawRudimentary const support.
2012-09-12 B. Clausiususage does not match the options
2012-09-11 Stefan Behneloptimise 'for in [...]' into 'for in (...)'
2012-09-02 Stefan Behnelwork around C compiler warnings about unused utility...
2012-09-02 scoderMerge pull request #148 from BertrandBordage/master
next