- 06 Jun, 2008 6 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
--HG-- rename : tests/compile/varargdecl.pyx => tests/run/varargdecl.pyx
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 05 Jun, 2008 5 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 04 Jun, 2008 3 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 01 Jun, 2008 2 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 30 May, 2008 8 commits
-
-
Stefan Behnel authored
use PyBytes_Type instead of PyString_Type in the generated sources, PyBytes fix for Py2.6, unicode fixes for star imports
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
'#define PyString_Type PyBytes_Type' in Py3: 'str' is considered a builtin and internally mapped to PyString_Type, which must also work in Py3
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 29 May, 2008 6 commits
-
-
Robert Bradshaw authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
- 28 May, 2008 6 commits
-
-
Stefan Behnel authored
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
Robert Bradshaw authored
Casting a non-Python pointer type to a Python type no longer generates an incref, unless one is required for other reasons. [Arc Riley]
-
Robert Bradshaw authored
-
- 27 May, 2008 1 commit
-
-
Stefan Behnel authored
-
- 26 May, 2008 3 commits
-
-
Stefan Behnel authored
invalidate the cache of all subtypes when updating a type's tp_dict (algorithm copied from typeobject.c in Py3)
-
Stefan Behnel authored
-
Stefan Behnel authored
-