- 11 Jan, 2019 1 commit
-
-
Stefan Behnel authored
Use the same list of potential package init file names everywhere (not just "__init__.py" but also .pxd and .pyx). Closes #2665.
-
- 08 Jan, 2019 6 commits
-
-
Stefan Behnel authored
Replace MD5 file hashing by SHA-1, both because it's faster (by 25% on 64 bit Linux) and because MD5 is no longer allowed in US FIPS 140-2 environments. Closes #2790.
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
Add "generator_stop" to default future imports for language_level=3
-
Stefan Behnel authored
Support for "volatile" keyword
-
Jeroen Demeyer authored
-
- 07 Jan, 2019 3 commits
-
-
Stefan Behnel authored
See #2580.
-
Stefan Behnel authored
-
Stefan Behnel authored
Add a link to the "limitation" docs page that selects the known differences in Python semantics from the Github issue tracker.
-
- 05 Jan, 2019 3 commits
-
-
Stefan Behnel authored
-
Elliott Sales de Andrade authored
Accessing the first element of a `std::vector` that is empty results in a crash.
-
Stefan Behnel authored
Fix crash in lvalue_refs test.
-
- 04 Jan, 2019 1 commit
-
-
Elliott Sales de Andrade authored
Accessing the first element of a `std::vector` that is empty results in a crash.
-
- 03 Jan, 2019 1 commit
-
-
Stefan Behnel authored
De-optimise the unicode methods ".upper()", ".lower()" and ".title()" on single character values since they must still be able to return multiple characters.
-
- 02 Jan, 2019 14 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Martijn van Steenbergen authored
The __PYX_XDEC_MEMVIEW statements generated for try/finally statements varied per build if there were multiple types of variables to be cleaned up.
-
Stefan Behnel authored
Fix source of non-deterministic cython output for try/finally statements
-
Martijn van Steenbergen authored
The __PYX_XDEC_MEMVIEW statements generated for try/finally statements varied per build if there were multiple types of variables to be cleaned up.
-
Stefan Behnel authored
-
Paul van Mulbregt authored
"convolve_cy.so" -> "compute_cy.so" to match imports used in this tutorial.
-
gastineau authored
-
Michael Buesch authored
This fixes the following compiler warning: warning: cast discards ‘const’ qualifier from pointer target type [-Wcast-qual]
-
Stefan Behnel authored
fix the comments to have a c89 compliant generated code
-
gastineau authored
-
- 01 Jan, 2019 3 commits
-
-
Stefan Behnel authored
TypeConversion: Fix pointer qualifier compiler warning [-Wcast-qual]
-
Stefan Behnel authored
Only generate __qualname__ in Python versions supporting it
-
Jeroen Demeyer authored
-
- 31 Dec, 2018 1 commit
-
-
Michael Buesch authored
This fixes the following compiler warning: warning: cast discards ‘const’ qualifier from pointer target type [-Wcast-qual]
-
- 27 Dec, 2018 7 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
Speed up attribute lookups that do not care about the AttributeError
-