- 10 Apr, 2017 1 commit
-
-
Jeroen Demeyer authored
-
- 09 Apr, 2017 2 commits
-
-
Robert Bradshaw authored
Allow "cdef inline" with default values in .pxd
-
Robert Bradshaw authored
Add declarations for several PyLong_Type functions
-
- 06 Apr, 2017 1 commit
-
-
Michael Seifert authored
-
- 05 Apr, 2017 2 commits
-
-
Robert Bradshaw authored
Add declaration for PyImport_ImportModuleLevel
-
Jeroen Demeyer authored
-
- 04 Apr, 2017 1 commit
-
-
Jeroen Demeyer authored
-
- 28 Mar, 2017 7 commits
-
-
Robert Bradshaw authored
-
Robert Bradshaw authored
Fixed #1647
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
Robert Bradshaw authored
set.update() is actually variadic. Fixes #1645.
-
- 24 Mar, 2017 2 commits
-
-
Robert Bradshaw authored
Add create_extension() hook
-
Stefan Behnel authored
-
- 22 Mar, 2017 1 commit
-
-
Robert Bradshaw authored
-
- 19 Mar, 2017 1 commit
-
-
Robert Bradshaw authored
Include except clause for PyTuple_SetItem in CPython-Includes
-
- 18 Mar, 2017 4 commits
-
-
Michael Seifert authored
-
scoder authored
Un-disable Python3-specific slots on pypy3.5
-
Stefan Behnel authored
-
scoder authored
PyPy3: make special dict methods work
-
- 15 Mar, 2017 2 commits
-
-
Armin Rigo authored
-
Armin Rigo authored
The .iterkeys(), .itervalues() and .iteritems() methods are accepted in Cython even when targetting Python 3.x. However, this is implemented by a shortcut inside Optimize.c that is explicitly disabled on PyPy. This fixes the situation.
-
- 14 Mar, 2017 2 commits
-
-
Robert Bradshaw authored
-
Robert Bradshaw authored
Let IPython magic only import things in `"__all__"`
-
- 11 Mar, 2017 2 commits
- 10 Mar, 2017 1 commit
-
-
Jeroen Demeyer authored
-
- 09 Mar, 2017 4 commits
-
-
Jeroen Demeyer authored
-
Syrtis Major authored
IPython magic only import things in `"__all__"`
-
Syrtis Major authored
Make the IPython cell magic only import things in `"__all__"` when `"__all__"` exits.
-
Robert Bradshaw authored
Fix TODO: how to display this not as code but verbatim?
-
- 08 Mar, 2017 1 commit
-
-
Mikhail Terekhov authored
-
- 07 Mar, 2017 4 commits
-
-
Robert Bradshaw authored
Pass first arg of visitproc as PyObject*
-
Robert Bradshaw authored
Pass metaclass as PyObject* (and not PyTypeObject*)
-
Jeroen Demeyer authored
-
Jeroen Demeyer authored
-
- 03 Mar, 2017 1 commit
-
-
Robert Bradshaw authored
Update language_basics.rst: corrected an example
-
- 02 Mar, 2017 1 commit
-
-
Robert Bradshaw authored
Correct mistake in doc `early_binding_for_speed.rst`
-