summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bump release number to 0.15.0.15Robert Bradshaw2011-08-052-2/+2
* For loop docs fix and pointer iteration.Robert Bradshaw2011-08-051-2/+12
* Pure decorators now implemented.Robert Bradshaw2011-08-041-5/+4
* gdb test fixRobert Bradshaw2011-08-021-1/+4
* minor test fix (copy+paste bug)Stefan Behnel2011-08-021-1/+1
* 0.15rc20.15rc2Robert Bradshaw2011-08-011-1/+1
* Fix compiler crash on non-numeric argument to prange()Mark Florisson2011-08-012-3/+6
* forgot to set doctest flag while fixing testStefan Behnel2011-07-311-1/+1
* more test fixesStefan Behnel2011-07-311-1/+1
* more test fixesStefan Behnel2011-07-311-3/+3
* Py3.3 test fixStefan Behnel2011-07-311-2/+2
* Py2.4 fix: PySet_Pop() appeared in Py2.5Stefan Behnel2011-07-311-0/+2
* fix bug #707: optimised dict iteration over non-trivial expressions failed to...Stefan Behnel2011-07-313-1/+38
* optimise object.pop() for setsStefan Behnel2011-07-312-6/+15
* test runner py3k fixVitja Makarov2011-07-311-2/+2
* Bump version number.0.15rc1Robert Bradshaw2011-07-311-1/+1
* Include git commit in runtests version info.Robert Bradshaw2011-07-311-2/+31
* Python 2.4 ssize_t fix (again).Robert Bradshaw2011-07-301-1/+1
* Revert "Py 2.4 fixes."Robert Bradshaw2011-07-301-3/+3
* optimise set([x,y,z]) into a set literalStefan Behnel2011-07-302-0/+45
* Py 2.4 fixes.Robert Bradshaw2011-07-301-3/+3
* tiny Py2.3 fixRobert Bradshaw2011-07-301-2/+2
* optimise sorted([listcomp]) by sorting in-placeStefan Behnel2011-07-302-22/+40
* Update OpenMP docsMark Florisson2011-07-292-20/+45
* OpenMP Control FlowMark Florisson2011-07-297-80/+85
* Support module level control flow and Entry-level error on uninitializedMark Florisson2011-07-292-2/+13
* Disable OpenMP nested parallelismMark Florisson2011-07-295-14/+188
* Update docs on boundscheck.Robert Bradshaw2011-07-261-2/+3
* Implement wraparound(False) optimization for Python sequences.Robert Bradshaw2011-07-261-1/+3
* Backup lastprivates when breaking/returning/propagating exceptionsMark Florisson2011-07-261-30/+110
* Allow unary negation and complement for enum types.Robert Bradshaw2011-07-252-0/+6
* Delete trailing whitespacesVitja Makarov2011-07-259-23/+23
* fix bug #693: side effects on complex coercionStefan Behnel2011-07-232-3/+25
* provide docstring in pyximport packageStefan Behnel2011-07-221-0/+3
* C89 compatiblity for with gil gilstate declarationChristoph Gohlke2011-07-221-3/+3
* Merge pull request #46 from larsmans/gitignore-shared-objectsscoder2011-07-221-0/+1
|\
| * Add .so files to .gitignore, globallyLars Buitinck2011-07-221-0/+1
* | ignore .so files in hgStefan Behnel2011-07-221-0/+1
|/
* fix error test after disabling the type cast removalStefan Behnel2011-07-221-1/+0
* do not drop 'redundant' type casts during optimisation, as the user may have ...Stefan Behnel2011-07-221-1/+3
* Bump version number.0.15rc0Robert Bradshaw2011-07-211-1/+1
* Add FIONBIO ioctl constantVitja Makarov2011-07-211-0/+2
* Fix includes from multiple cimports from same package.Robert Bradshaw2011-07-201-0/+1
* Add some more errno codesVitja Makarov2011-07-201-4/+121
* Add posix.ioctl pxdVitja Makarov2011-07-201-0/+2
* py23 compatibilityMark Florisson2011-07-192-3/+11
* CythonUtilityCode Py3 compatMark Florisson2011-07-191-4/+5
* used kw argument to declare_in_scopeMark Florisson2011-07-191-2/+2
* Support CythonUtilityCode dependencies in CythonUtilityCodeMark Florisson2011-07-194-1/+40
* Cython Utility Code cname extclass decorator + extmethod prototypesMark Florisson2011-07-1912-87/+394