summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #173 from yarikoptic/upstream-0.170.17Robert Bradshaw2013-01-071-1/+1
|\
| * BF: replace show-ref with rev-parse --verify for determining current commitYaroslav Halchenko2012-12-201-1/+1
* | Prep for 0.17.4 release.0.17.4Robert Bradshaw2013-01-032-1/+10
* | Test for trac #796.Robert Bradshaw2013-01-021-0/+43
* | Guard deallocation with PyObject_GC_Untrack, trac #796.Robert Bradshaw2013-01-021-0/+10
|/
* Merge pull request #172 from yarikoptic/upstream-0.17Robert Bradshaw2012-12-201-1/+1
|\
| * Include CHANGES.rst into the source distributionYaroslav Halchenko2012-12-201-1/+1
|/
* Added tag 0.17.3 for changeset b0faba6967e7Stefan Behnel2012-12-141-0/+1
* prepare release of 0.17.30.17.3Stefan Behnel2012-12-142-2/+2
* Py3 test fixStefan Behnel2012-12-091-2/+2
* simplify and generalise comprehension/genexpr handling fix for if-const optim...Stefan Behnel2012-12-093-18/+49
* delete more redundant code when encountering constant bool conditions inside ...Stefan Behnel2012-12-091-7/+13
* changelogStefan Behnel2012-12-141-0/+2
* Prevent warning: unused function '__pyx_pw_5numpy_7ndarray_1__getbuffer__'Bradley M. Froehle2012-12-101-1/+8
* fix crash bug during final cleanup for cimported base typesStefan Behnel2012-12-142-6/+17
* add platform specific include directory to compile lineJulian Taylor2012-11-181-1/+2
* Update cy break examplesJoon Ro2012-10-231-4/+5
* changed file order in Sharing C Functions exampleJoon Ro2012-11-271-5/+5
* Fixed indentation of a code exampleJoon Ro2012-11-281-9/+9
* Minor cleanup of a couple of examplesJoon Ro2012-11-291-10/+12
* Omit setting docstring for __getbuffer__/__releasebuffer__Mark Florisson2012-12-042-1/+10
* fix analysis of entry to be a weakref (typo introduced in d96dfd)Yaroslav Halchenko2012-12-051-1/+1
* scripts with shebangs <-> executable + uniform use of #!/usr/bin/env pythonYaroslav Halchenko2012-12-053-1/+1
* fix up changelogStefan Behnel2012-12-091-4/+2
* raise overflow error in Py3.3+ when non-BMP Unicode characters are coerced in...Stefan Behnel2012-12-092-0/+8
* moved Py_UCS4/Py_UNICODE type conversion helper functions to utility code fileStefan Behnel2012-12-092-99/+97
* fix refnanny code for del statement inside of generatorsStefan Behnel2012-11-302-0/+14
* fix 'cimport cython' in string code fragmentsStefan Behnel2012-11-281-1/+1
* Better exception reporting for non-child visits.Robert Bradshaw2012-11-271-15/+10
* Fix compiler crash.Robert Bradshaw2012-11-261-1/+1
* changelogStefan Behnel2012-11-271-0/+15
* keep longness when folding negative integer constantsStefan Behnel2012-11-272-2/+19
* Added tag 0.17.2 for changeset 275fb550c1d8Stefan Behnel2012-11-201-0/+1
* prepare release of 0.17.20.17.2Stefan Behnel2012-11-202-2/+4
* add test for temp type adaptation from C array to C pointer typeStefan Behnel2012-11-181-0/+22
* use type.as_argument_type() when adapting temp types, include C function type...Stefan Behnel2012-11-182-2/+5
* restrict enforced temp coercion in normal assignments to Python objectsStefan Behnel2012-11-171-1/+1
* minor comment fixStefan Behnel2012-11-171-2/+2
* make the RHS of assignments safe if the LHS target is a subset of a RHS attri...Stefan Behnel2012-11-171-6/+9
* increased version to 0.17.2rc1Stefan Behnel2012-11-141-1/+1
* Merge branch '0.17' of github.com:cython/cython into 0.17Mark Florisson2012-11-117-15/+113
|\
| * mergeStefan Behnel2012-11-117-15/+113
| |\
| | * changelogStefan Behnel2012-11-111-0/+2
| | * improved test for cascaded comparison coercionsStefan Behnel2012-11-111-1/+24
| | * extended test case for cascaded comparisonsStefan Behnel2012-11-091-0/+22
| | * fix type coercion in cascaded comparisonsStefan Behnel2012-11-092-9/+48
| | * added test case for d[x,]Stefan Behnel2012-11-101-0/+8
| | * make the parser correctly understand obj[1,] as passing a tuple as keyStefan Behnel2012-11-103-6/+10
* | | Use __Pyx_PyIndex_Check instead of PyIndex_CheckMark Florisson2012-11-114-9/+6
|/ /
* | Redefine PyIndex_Check in memoryview utilityMark Florisson2012-11-101-0/+5
|/