- 20 Apr, 2018 9 commits
-
-
Valentin Valls authored
- The declaration have to be the reverse of C++ as the iterator class matches both iterator and const_iterator classes
-
Valentin Valls authored
-
Valentin Valls authored
-
Valentin Valls authored
- bucket API - load_factor API - erase and insert with begin/end iterators
-
Valentin Valls authored
- bucket API - load_factor API - erase and insert with begin/end iterators
-
Valentin Valls authored
-
Valentin Valls authored
-
Valentin Valls authored
-
Valentin Valls authored
-
- 17 Apr, 2018 3 commits
-
-
Stefan Behnel authored
Avoid uninitialised C variable (and thus potentially undefined behaviour), even if it's not actually being used in that case.
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 13 Apr, 2018 2 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 12 Apr, 2018 1 commit
-
-
scoder authored
Improve libcpp.unordered_map API
-
- 08 Apr, 2018 2 commits
- 06 Apr, 2018 1 commit
-
-
Stefan Behnel authored
-
- 01 Apr, 2018 1 commit
-
-
Stefan Behnel authored
-
- 31 Mar, 2018 3 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
Closes #2194.
-
Stefan Behnel authored
Closes #2193.
-
- 30 Mar, 2018 3 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Robert Bradshaw authored
-
- 29 Mar, 2018 2 commits
-
-
Jim Kleckner authored
This adds notes in the documentation to include zip_safe=False when using setuptools instead of distutils for setup.py. Because cimport will not load pxd definitions from a zipped egg file and the default format when installing from a source package using setuptools and "python setup.py install" is to create a zipped egg, including this option will guard against this error when people install this way.
-
luz.paz authored
Found via `codespell -q 3`
-
- 27 Mar, 2018 1 commit
-
-
Stefan Behnel authored
Closes #2134.
-
- 25 Mar, 2018 8 commits
-
-
scoder authored
Added %%cython options.
-
Stefan Behnel authored
-
Stefan Behnel authored
-
scoder authored
Patch to add front() and back(), as per issue #2123.
-
Stefan Behnel authored
-
Stefan Behnel authored
Copy also the short long_neg() code from CPython for the specialised "abs(PyLong)" implementation to avoid jumping through call pointer indirections.
-
Stefan Behnel authored
-
gabrieldemarmiesse authored
-
- 24 Mar, 2018 4 commits
-
-
Stefan Behnel authored
-
scoder authored
Added argument list for pyximport.
-
gabrieldemarmiesse authored
-
gabrieldemarmiesse authored
-