summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* reformat some code0.22.xStefan Behnel2015-06-281-7/+7
* use at least ssize_t temp variables for buffer index calculations even if use...Stefan Behnel2015-06-282-5/+171
* disable a crashing pyregr testStefan Behnel2015-06-281-0/+3
* disable a hanging pyregr testStefan Behnel2015-06-281-0/+1
* fix homepage URLStefan Behnel2015-06-201-1/+1
* prepare release of 0.22.10.22.1Stefan Behnel2015-06-202-2/+2
* add comment on NumPy compilation warnings (original patch by Giuseppe Attardi)Stefan Behnel2015-06-061-0/+7
* prepare release of 0.22.10.22.1rc1Stefan Behnel2015-06-061-1/+1
* adapt doctest to semantic change in Py3.5 (due to PEP 448)Stefan Behnel2015-06-061-2/+7
* make a doctest cover pypy's error messageStefan Behnel2015-06-061-2/+2
* extend testStefan Behnel2015-06-061-1/+4
* Fix links to CEP 516Andrea Bedini2015-06-061-2/+2
* use relative file path in test runner outputStefan Behnel2015-06-061-6/+5
* fix test in Py3.5Stefan Behnel2015-06-061-1/+1
* rewrite hackish test to make it work in Py3.5Stefan Behnel2015-06-062-34/+73
* Fix the placement of a closing bracketWieland Hoffmann2015-06-061-2/+2
* exclude two more modules from stdlib compilation that require bootstrapping b...Stefan Behnel2015-06-061-0/+2
* allow "unraisable" warnings in nogil functionsStefan Behnel2015-06-064-6/+44
* fix type inference for C true divisionStefan Behnel2015-06-012-1/+24
* AppVeyor: Various fixes and enhancementsLisandro Dalcin2015-05-252-14/+44
* Fix open mode in setupegg.py wrapper scriptLisandro Dalcin2015-05-251-1/+1
* changelogStefan Behnel2015-05-221-1/+3
* fix error handling for closure creation in cdef void functionsStefan Behnel2015-05-222-3/+30
* show "except *" declaration in error messages to help distinguishing between ...Stefan Behnel2015-05-221-2/+3
* Merge pull request #389 from aebrahim/appveyor_0.22Lisandro Dalcin2015-05-193-0/+188
|\
| * Use appveyor to build windows wheelsAli Ebrahim2015-05-133-0/+188
|/
* disable jedi typer tests in jedi 0.9+ as it fails to work thereStefan Behnel2015-05-031-1/+1
* fix some cases where errors in IsInstance()/IsSubtype() calls were not handledStefan Behnel2015-05-035-12/+37
* prevent generator methods from returning NULL without setting an exception: m...Stefan Behnel2015-04-262-5/+87
* changelogStefan Behnel2015-04-261-0/+2
* replace the incorrect and leaky global c-tuple type cache by a per-module oneStefan Behnel2015-04-264-22/+23
* changelogStefan Behnel2015-04-251-2/+5
* When merging a transitive_list, copy the listJeroen Demeyer2015-04-252-6/+39
* Fix relative cimport for Cython package dirsJeroen Demeyer2015-04-251-2/+2
* minor pypy code improvementsStefan Behnel2015-04-252-3/+3
* add missing GOTREF() in pypy codeStefan Behnel2015-04-251-0/+1
* mofe GIVEREF() before PyTuple_SET_ITEM() call because that's when we still ow...Stefan Behnel2015-04-251-4/+4
* update pypy integration guideStefan Behnel2015-04-251-1/+15
* fix indentationStefan Behnel2015-04-231-1/+1
* Merge branch '0.22.x' of git+ssh://github.com/cython/cython into 0.22.xStefan Behnel2015-04-231-0/+2
|\
| * Error on default arguments in extern function.Robert Bradshaw2015-04-221-0/+2
* | exclude two pyregr tests that take excessively longStefan Behnel2015-04-231-0/+2
|/
* fix function ambiguity error in recent Xcode versionsStefan Behnel2015-04-222-7/+7
* changelogStefan Behnel2015-04-221-0/+2
* fix stupid C-API misuse: accidentally passed a NULL pointer to PyObject_GetIt...Stefan Behnel2015-04-221-1/+1
* fix sharing of Generator type across modulesStefan Behnel2015-04-192-1/+3
* work around error message change in Py3.5Stefan Behnel2015-04-171-17/+19
* define PyUnicode_Contains() in PyPy if it's not availableStefan Behnel2015-04-111-0/+4
* fix "unused" marker in utility codeStefan Behnel2015-04-111-1/+1
* avoid C compiler warning in pypyStefan Behnel2015-04-101-2/+3