- 26 Jul, 2017 5 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
Remove a macro from helper code that I find difficult to read. The result is not perfect, but at least it's more visible what get's assigned to what.
-
Stefan Behnel authored
-
Stefan Behnel authored
use pre-instantiated strings in __Pyx_setup_reduce() to reduce overhead - we will most likely need and indefinitely store them in the types anyway
-
- 25 Jul, 2017 2 commits
-
-
Robert Bradshaw authored
This fixes #1798.
-
Stefan Behnel authored
Suppress special casing of attribute names in closure classes since they are not user defined and any local variable name is allowed without being special. Closes #1797.
-
- 24 Jul, 2017 2 commits
-
-
Stefan Behnel authored
This reverts commit b4fbd9bc.
-
Stefan Behnel authored
-
- 23 Jul, 2017 3 commits
-
-
scoder authored
emacs: use "" as buffer name in indirect buffers
-
Stefan Behnel authored
-
Martin R. Albrecht authored
fixes #1743
-
- 22 Jul, 2017 5 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
allow disabling the ABC registration of the Cython Generator and Coroutine types to support compiling the "abc" module in CPython's stdlib itself
-
Robert Bradshaw authored
skip_win32 doesn't properly skip tests
-
- 21 Jul, 2017 7 commits
-
-
Chris Hogan authored
-
Stefan Behnel authored
-
Stefan Behnel authored
Minor safety/speed fix to prevent looking for a "__dict__" in an unpickled object if we don't have anything to fill it with in the first place.
-
Stefan Behnel authored
Escape another local variable in generated pickle helper function to prevent conflicts with the user defined class name. See #1786.
-
scoder authored
Don't conflict with a class named 'result' in auto-pickle
-
Stefan Behnel authored
Revert "Escape local variables in generated pickle helper functions to prevent conflicts with the user defined class name." This reverts commit a158967e.
-
Stefan Behnel authored
Escape local variables in generated pickle helper functions to prevent conflicts with the user defined class name. Closes #1786.
-
- 20 Jul, 2017 5 commits
-
-
Jason Madden authored
Fixes #1786.
-
scoder authored
Issue #1784, Fix string method in Skylark pyx_library
-
Guro Bokum authored
-
scoder authored
jdemeyer -> Jeroen Demeyer
-
Jeroen Demeyer authored
-
- 19 Jul, 2017 2 commits
-
-
Stefan Behnel authored
-
Robert Bradshaw authored
-
- 18 Jul, 2017 8 commits
-
-
Robert Bradshaw authored
-
Robert Bradshaw authored
Add basic support for std::function
-
Robert Bradshaw authored
Don't use CPython PyMethodDescrObject.
-
Robert Bradshaw authored
Repair compile time complex expressions
-
Robert Bradshaw authored
Fix complex comparison
-
Robert Bradshaw authored
Add declarations for PyObject_GenericGetAttr and PyObject_GenericSetAttr
-
Robert Bradshaw authored
This brings the overhead to about 10%, or 20ns per traceback.
-
Robert Bradshaw authored
use faster __Pyx_PyObject_GetAttrStr() implementation and avoid stati…
-
- 17 Jul, 2017 1 commit
-
-
Jeroen Demeyer authored
-