cython.git
2009-02-21 Dag Sverre... merge
2009-02-21 Dag Sverre... refnanny: Cleanup + fix some smaller issues
2009-02-21 Stefan Behnelfix long literals in Py3
2009-02-21 Dag Sverre... new temps bug on indexing deletion
2009-02-21 Dag Sverre... refnanny: Do Python operations exception-safely in...
2009-02-21 Dag Sverre... refnanny: Remove dead exception raising code
2009-02-21 Robert Bradshawmerge
2009-02-21 Robert BradshawTest for cmp nodes
2009-02-21 Robert BradshawFix memleak in cascaded comparisons.
2009-02-21 Robert Bradshawtry-break test
2009-02-21 Robert BradshawFix memleak when break used in try statement
2009-02-20 Robert Bradshawmerge
2009-02-20 Robert BradshawFix refnanny for cpdef functions
2009-02-20 Stefan Behnelmerge
2009-02-20 Stefan BehnelPy3 compile fixes
2009-02-20 Stefan Behneldisable refnanny on Py3
2009-02-20 Stefan Behnelunicode fixes
2009-02-20 Lisandro DalcinSpecial handling of Py_ssize_t and size_t in the parser...
2009-02-20 Lisandro Dalcinadd missing const for char* arg in refnanny call
2009-02-20 Robert BradshawPrint refnanny errors rather than raise them.
2009-02-20 Dag Sverre... Fix #200 (together with Lisandro Dalcin)
2009-02-16 Lisandro Dalcin some fixes in order to silent GCC warnings about unuse...
2009-02-13 Dag Sverre... merge
2009-02-13 Dag Sverre... Fix problem with withstat fix
2009-02-12 Lisandro Dalcintry handle missing T_PYSSIZET and T_SIZET definitions...
2009-02-12 Lisandro Dalcinmerge
2009-02-11 Robert Bradshawextend size_t test
2009-02-11 Robert Bradshawfix size_t conversions
2009-02-10 Lisandro Dalcinmake 'Py_ssize_t' and 'size_t' have lower rank than...
2009-02-10 Lisandro Dalcinextend tryfinally testcase
2009-02-10 Robert BradshawRemove tabs
2009-02-10 Robert BradshawMore line ending fixes.
2009-02-09 Ondrej CertikFixes the lineends in LICENSE.txt
2009-02-08 Stefan Behnelnew test case for bug 208
2009-02-08 Stefan Behneladditional note on importing .py files with pyximport
2009-02-07 Lisandro Dalcinfix some missing changes in last commit (7a0fc76e59c7)
2009-02-07 Lisandro Dalcinmake Cython understand 'size_t' as a native C type...
2009-02-07 Robert BradshawOptimize None -> bool to avoid branching
2009-02-07 Robert Bradshawmerge
2009-02-06 Lisandro Dalcinspecial case Py_None in __Pyx_PyObject_IsTrue()
2009-02-06 Lisandro Dalcinraise OverflowError when converting negative value...
2009-02-06 Lisandro Dalcinfix unsigned PY_LONG_LONG type converter function
2009-02-06 Lisandro Dalcinfix type conversion functions involving PY_LONG_LONG...
2009-02-06 Lisandro Dalcinquick fix in testcase to avoid C compiler warnings
2009-02-05 Lisandro Dalcinruntests with refnanny does not need ctypes anymore
2009-02-03 Lisandro Dalcinforgot to protect refnanny macro arguments in last...
2009-02-03 Lisandro Dalcinfix generated refnanny macros needing explicit casts...
2009-02-03 Lisandro Dalcinenhancements to refnanny exception handling and API
2009-02-03 Lisandro DalcinGIL state needs to be released after finishing refnanny...
2009-02-03 Lisandro Dalcinremove those 'Refnanny' prefixes in refnanny.pyx
2009-02-03 Dag Sverre... merge
2009-02-03 Dag Sverre... No real reason but it might bite someone sooner or...
2009-02-03 Lisandro Dalcinforgot to add file in last commit
2009-02-03 Lisandro Dalcinbuild and install "Cython.Runtime.refnanny", use it...
2009-02-03 Lisandro Dalcinrefnanny extension module does not need to export funct...
2009-02-03 Dag Sverre... Cleanup
2009-02-03 Lisandro DalcinAvoid the need to load refnanny module using RTLD_GLOBAL
2009-02-02 Dag Sverre... Make refnanny trap and complain about NULL arguments...
2009-02-02 Dag Sverre... Testcase for temps in SliceIndexNode
2009-02-02 Dag Sverre... Fix temp allocation problem in SliceNode
2009-02-02 Dag Sverre... Refnanny now supports C++ plus fix C warning (latter...
2009-01-30 Dag Sverre... Make refnanny default in runtests.py (--no-refnanny...
2009-01-30 Dag Sverre... Build refnanny.pyx automatically in runtests.py
2009-01-30 Magnus Lie... Fix for #196
2009-01-30 Dag Sverre... Refnanny fixes; it now runs the test suite correctly.
2009-01-29 Stefan Behnelreanabled FlattenInListTransform
2009-01-29 Stefan Behnelmerge
2009-01-29 Stefan Behnelfix memory leak in EvalWithTempExprNode
2009-01-29 Dag Sverre... Refnanny fix
2009-01-29 Dag Sverre... Refnanny fix
2009-01-29 Dag Sverre... FlattenInListTransform leaks, disable until #199 is...
2009-01-29 Dag Sverre... More refnanny fixes
2009-01-29 Dag Sverre... More refnanny fixes
2009-01-29 Dag Sverre... Fix #172
2009-01-29 Dag Sverre... Further kludging for #151
2009-01-29 Dag Sverre... Kludge for #151
2009-01-29 Dag Sverre... refnanny
2009-01-28 Robert BradshawLoop should match ticket.
2009-01-28 Robert BradshawStrange ValueError + numpy bug
2009-01-27 Dag Sverre... refnanny fix...
2009-01-26 Dag Sverre... Fix #117
2009-01-26 Dag Sverre... Added test for #184
2009-01-25 Stefan Behnelremove verbose (and redundant) test runner output
2009-01-25 Stefan Behnelfix 'cdef str' typing in Py3 (becomes bytes type)
2009-01-25 Stefan Behnelfix left-over tabs in source files
2009-01-25 Stefan Behnelmake pyximport work with empty path entries in sys...
2009-01-25 Stefan Behnelfix test case in Py<2.6
2009-01-25 Stefan Behnelfix test runner in Py<2.5
2009-01-25 Stefan Behnelfix test runner
2009-01-25 Stefan Behnelbug test for ticket 166
2009-01-25 Stefan Behnelmark tests in 'tests/bugs' runnable
2009-01-25 Stefan Behnelsimplify calling bug tests with -T[number] option ...
2009-01-25 Stefan Behnelallow explicitly running the tests in tests/bugs
2009-01-25 Stefan Behnelnew directory 'tests/bugs' to keep tests for open tickets
2009-01-24 Robert Bradshaw0.11 beta
2009-01-24 Robert BradshawAdded tag 0.11-beta for changeset a4abf0156540
2009-01-24 Stefan Behnelsupport for pyximporting .py files 0.11-beta
2009-01-24 Stefan Behnelprevent pyxbuild.py from raising SystemExit (!) on...
2009-01-24 Stefan Behnelcleanup
2009-01-14 Jason EvansPrint default arguments syntactically, in order to...
next