summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix accidentally modified comment.gh2565_language_level_3strStefan Behnel2019-01-131-1/+1
* Fix syntax in test code.Stefan Behnel2019-01-121-1/+1
* Fix syntax in test debug code.Stefan Behnel2019-01-121-4/+4
* Fix metaclass usage in cpdef-enums by using the Py3 syntax (which is also mor...Stefan Behnel2019-01-121-2/+1
* Make IPythonMagic switch to language_level=2 on Py2, now that we default to "...Stefan Behnel2019-01-121-2/+1
* Convert CodeWriter tests to Py3 syntax.Stefan Behnel2019-01-121-5/+4
* Minor code simplification.Stefan Behnel2019-01-121-1/+1
* Compile Cython's modules with language_level=3/3str.Stefan Behnel2019-01-126-2/+8
* Switch generated Cython code fragments to "language_level=3str".Stefan Behnel2019-01-121-2/+1
* Repair some tests after switching to language_level=3str.Stefan Behnel2019-01-125-11/+28
* Use explicit integer division in generated Cython utility code.Stefan Behnel2019-01-121-4/+4
* Use Py3 syntax in generated Cython code fragment.Stefan Behnel2019-01-121-11/+14
* Use Py3 syntax in generated Cython code fragment.Stefan Behnel2019-01-121-1/+1
* Change the default language level to "3str", as planned for Cython 3.0.Stefan Behnel2019-01-121-3/+3
* Make "__doc__" available to the class body if it has a docstring.Stefan Behnel2019-01-124-8/+51
* Remove superfluous semicolons.Stefan Behnel2019-01-121-2/+2
* Update changelog.Stefan Behnel2019-01-121-0/+25
* Merge branch 'pkg_init_windows'Stefan Behnel2019-01-121-0/+9
|\
| * Export "PyInit___init__" and "init__init__" as additional module init functio...pkg_init_windowsStefan Behnel2019-01-111-0/+9
* | Merge pull request #2786 from jdufresne/httpsStefan Behnel2019-01-1160-88/+86
|\ \
| * | Update URLs to https:// in docs and commentsJon Dufresne2019-01-1160-88/+86
|/ /
* | Merge pull request #2775 from mbuesch/warning-fixes2Stefan Behnel2019-01-112-20/+24
|\ \ | |/ |/|
| * Avoid const-ness compiler warning in __Pyx_PyObject_AsWritableStringMichael Buesch2019-01-072-20/+24
* | Run stackless builds in travis before the pypy builds (which take very long),...Stefan Behnel2019-01-111-5/+5
* | Merge pull request #2788 from cython/gh1807_getitem_mapping_firstStefan Behnel2019-01-113-16/+120
|\ \
| * | Try the Mapping protocol before the Sequence protocol on getitem/setitem/deli...gh1807_getitem_mapping_firstStefan Behnel2019-01-073-16/+120
* | | Merge pull request #2792 from jdemeyer/language_level_futureStefan Behnel2019-01-112-12/+18
|\ \ \
| * | | Correctly remove future_directives with # cython: language_level=2Jeroen Demeyer2019-01-092-12/+18
* | | | Merge pull request #2794 from cython/gh2665_package_init_pyxStefan Behnel2019-01-115-7/+50
|\ \ \ \ | |/ / / |/| | |
| * | | 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