- 13 Jan, 2019 5 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 12 Jan, 2019 7 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
Closes #1635.
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 11 Jan, 2019 9 commits
-
-
Stefan Behnel authored
Update URLs to https:// in docs and comments
-
Jon Dufresne authored
-
Stefan Behnel authored
Export "PyInit___init__" and "init__init__" as additional module init functions under Windows to make compiled packages work.
-
Stefan Behnel authored
Avoid const-ness compiler warning in __Pyx_PyObject_AsWritableString
-
Stefan Behnel authored
Run stackless builds in travis before the pypy builds (which take very long), and require them to work, now that they seem to succeed.
-
Stefan Behnel authored
Try Mapping protocol before Sequence protocol on getitem/setitem/delitem
-
Stefan Behnel authored
Correctly remove future_directives with # cython: language_level=2
-
Stefan Behnel authored
Use the same list of potential package init file names everywhere
-
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.
-
- 09 Jan, 2019 1 commit
-
-
Jeroen Demeyer authored
-
- 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 5 commits
-
-
Stefan Behnel authored
See #2580.
-
Stefan Behnel authored
-
Stefan Behnel authored
Try the Mapping protocol before the Sequence protocol on getitem/setitem/delitem since that is the order that Python uses. Closes #1807.
-
Michael Buesch authored
This avoids the compiler warning warning: cast discards ‘const’ qualifier from pointer target type [-Wcast-qual] by casting the pointer to uintptr_t before removing the const-ness. The warning was introduced in 6cd70f09 Also merge the two places that define stdint types.
-
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 2 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-