summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Use the same list of potential package init file names everywhere (not just "...gh2665_package_init_pyxStefan Behnel2019-01-115-7/+50
* Replace MD5 file hashing by SHA-1, both because it's faster (by 25% on 64 bit...Stefan Behnel2019-01-086-23/+14
* Minor safety fix in parser: only check s.systring when s.sy == 'IDENT'.Stefan Behnel2019-01-081-1/+1
* Code formatting.Stefan Behnel2019-01-081-4/+2
* Merge pull request #2789 from cython/gh2580_enable_generator_stopStefan Behnel2019-01-081-3/+3
|\
| * Add "generator_stop" to default future imports for language_level=3.gh2580_enable_generator_stopStefan Behnel2019-01-071-3/+3
* | Merge pull request #1667 from jdemeyer/volatileStefan Behnel2019-01-0811-74/+158
|\ \ | |/ |/|
| * Support for "volatile" keywordJeroen Demeyer2019-01-0811-74/+158
* | Add readme comment to point potential contributors to the 3.0 milestone tickets.Stefan Behnel2019-01-071-0/+4
* | Add a link to the "limitation" docs page that selects the known differences i...Stefan Behnel2019-01-071-3/+6
* | Merge branch '0.29.x'Stefan Behnel2019-01-050-0/+0
|\ \
| * | Fix crash in lvalue_refs test.Elliott Sales de Andrade2019-01-051-1/+1
* | | Merge pull request #2783 from QuLogic/fix-lvalue_refsStefan Behnel2019-01-051-1/+1
|\ \ \ | |_|/ |/| |
| * | Fix crash in lvalue_refs test.Elliott Sales de Andrade2019-01-041-1/+1
|/ /
* | De-optimise the unicode methods ".upper()", ".lower()" and ".title()" on sing...Stefan Behnel2019-01-034-15/+32
* | Fix typo in changelog.Stefan Behnel2019-01-021-1/+1
* | Merge branch '0.29.x'Stefan Behnel2019-01-022-3/+21
|\ \ | |/
| * Update changelog.Stefan Behnel2019-01-021-0/+16
| * Reformat code, add comment.Stefan Behnel2019-01-021-3/+5
* | Merge branch '0.29.x'Stefan Behnel2019-01-020-0/+0
|\ \ | |/
| * Fix source of non-deterministic cython output for try/finally statements.Martijn van Steenbergen2019-01-021-3/+3
* | Merge pull request #2779 from MedeaMelana/masterStefan Behnel2019-01-021-3/+3
|\ \
| * | Fix source of non-deterministic cython output for try/finally statements.Martijn van Steenbergen2019-01-021-3/+3
|/ /
* | Merge branch '0.29.x'Stefan Behnel2019-01-020-0/+0
|\ \ | |/
| * DOC: Fixed name of .so file in userguide's numpy_tutorial.Paul van Mulbregt2019-01-021-2/+2
| * fix the comments to have a c89 compliant generated codegastineau2019-01-021-2/+2
| * TypeConversion: Fix pointer qualifier compiler warningMichael Buesch2019-01-021-2/+2
* | Merge pull request #2778 from gastineau/masterStefan Behnel2019-01-021-2/+2
|\ \
| * | fix the comments to have a c89 compliant generated codegastineau2019-01-021-2/+2
|/ /
* | Merge pull request #2774 from mbuesch/warning-fixesStefan Behnel2019-01-011-2/+2
|\ \
| * | TypeConversion: Fix pointer qualifier compiler warningMichael Buesch2018-12-311-2/+2
* | | Merge pull request #2773 from jdemeyer/qualnameStefan Behnel2019-01-015-12/+17
|\ \ \ | |/ / |/| |
| * | Only generate __qualname__ in Python versions supporting itJeroen Demeyer2019-01-015-12/+17
|/ /
* | Work around some PyPy test issues.Stefan Behnel2018-12-271-6/+4
* | Work around some PyPy test issues.Stefan Behnel2018-12-271-9/+8
* | Fix a C compiler warning about an unused variable when compiling in PyPy.Stefan Behnel2018-12-271-1/+1
* | Avoid a C compiler warning in PyPy3.Stefan Behnel2018-12-271-0/+3
* | Work around a C compiler warning (in PyPy's cpyext).Stefan Behnel2018-12-271-1/+1
* | Exclude jupyter from PyPy tests since it has too many dependencies that may n...Stefan Behnel2018-12-272-1/+1
* | Merge pull request #2769 from cython/faster_getattrStefan Behnel2018-12-275-43/+74
|\ \
| * | Add a new utility function "__Pyx_PyObject_GetAttrStrNoError()" that does not...Stefan Behnel2018-12-275-43/+74
|/ /
* | Merge pull request #2761 from pvanmulbregt/numpy_tutorial_fix_convolve_nameRobert Bradshaw2018-12-201-2/+2
|\ \
| * | DOC: Fixed name of .so file in userguide's numpy_tutorial.Paul van Mulbregt2018-12-161-2/+2
|/ /
* | Update changelog.Stefan Behnel2018-12-141-0/+3
* | Update changelog.Stefan Behnel2018-12-141-0/+3
* | Use explicit boolean values instead of not so obvious integers.Stefan Behnel2018-12-141-6/+6
* | Merge pull request #2748 from QuLogic/abs-nogilStefan Behnel2018-12-143-8/+143
|\ \
| * | Mark optimized abs as being nogil-safe.Elliott Sales de Andrade2018-12-083-8/+143
* | | Merge branch '0.29.x'Stefan Behnel2018-12-141-1/+1
|\ \ \ | | |/ | |/|
| * | Prepare release of 0.29.2.0.29.2Stefan Behnel2018-12-142-2/+2