An error occurred fetching the project authors.
- 06 Aug, 2013 2 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 04 Aug, 2013 2 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 03 Aug, 2013 2 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 01 Aug, 2013 1 commit
-
-
Torsten Landschoff authored
This can be useful if some external objects have to be cleaned up when the Python object dies. Otherwise the cyclic garbage collector may drop the references before the cleanup has any chance to run. Includes documentation and a simple unit test. Discussion: http://article.gmane.org/gmane.comp.python.cython.devel/14986
-
- 27 Jul, 2013 1 commit
-
-
Stefan Behnel authored
-
- 04 May, 2013 1 commit
-
-
Nikita Nemkin authored
-
- 17 Apr, 2013 1 commit
-
-
Robert Bradshaw authored
-
- 07 Apr, 2013 1 commit
-
-
Stefan Behnel authored
--HG-- rename : tests/compile/ext_attribute_cache.pyx => tests/run/ext_attribute_cache.pyx
-
- 06 Apr, 2013 1 commit
-
-
Stefan Behnel authored
enable Py_TPFLAGS_HAVE_VERSION_TAG on extension types by default (also in Py2) and provide 'type_version_tag' option to disable it
-
- 23 Feb, 2013 1 commit
-
-
Stefan Behnel authored
-
- 24 Jun, 2012 1 commit
-
-
Stefan Behnel authored
fix the wrapper setup for inherited special methods by inheriting them only in PyPy (as a work-around for its broken PyType_Ready())
-
- 18 Jun, 2012 1 commit
-
-
Stefan Behnel authored
statically inherit slot methods from parent types - PyType_Ready() would normally fix this but it's incomplete in PyPy
-
- 13 Nov, 2011 1 commit
-
-
Stefan Behnel authored
removed lots of unused imports, delayed some imports that are only needed for Cython specific syntax --HG-- extra : rebase_source : a2df3675fd1efae1a1122ca9742e99ab1405fba6
-
- 03 Nov, 2011 1 commit
-
-
Mark Florisson authored
-
- 04 Sep, 2011 1 commit
-
-
Vitja Makarov authored
-
- 21 Aug, 2011 1 commit
-
-
Stefan Behnel authored
-
- 18 Aug, 2011 1 commit
-
-
Stefan Behnel authored
-
- 21 Aug, 2011 1 commit
-
-
Stefan Behnel authored
--HG-- extra : transplant_source : 1j%D4%9D%A7%13%C5%86%22%B9%9E%2C%7F%90%A3%01o%02%CE%2C
-
- 25 Feb, 2011 1 commit
-
-
Lisandro Dalcin authored
-
- 09 Feb, 2011 1 commit
-
-
Lisandro Dalcin authored
-
- 13 Dec, 2010 1 commit
-
-
Robert Bradshaw authored
-
- 07 Nov, 2010 2 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
fix 'self' argument type in generic builtin method overrides, test for None at call time (ticket #571)
-
- 30 Oct, 2010 2 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 18 Aug, 2010 2 commits
-
-
Lisandro Dalcin authored
-
Lisandro Dalcin authored
-
- 15 Aug, 2010 1 commit
-
-
Robert Bradshaw authored
-
- 09 Jun, 2010 1 commit
-
-
Chuck Blake authored
format_map['Z'] => format_map['z'] to make room for a new Z=>Py_ssize_t*. Also update existing uses of Z in TypeSlots.py and Builtin.py and delete no longer needed "get"-prefixed versions of readbufferproc & friends.
-
- 28 Apr, 2010 1 commit
-
-
Lisandro Dalcin authored
-
- 11 Mar, 2010 1 commit
-
-
Lisandro Dalcin authored
-
- 05 Dec, 2009 1 commit
-
-
Stefan Behnel authored
-
- 25 Oct, 2009 1 commit
-
-
Lisandro Dalcin authored
-
- 23 Apr, 2009 1 commit
-
-
Lisandro Dalcin authored
-
- 13 Mar, 2009 1 commit
-
-
Stefan Behnel authored
-
- 10 Feb, 2009 1 commit
-
-
Robert Bradshaw authored
-
- 22 Dec, 2008 1 commit
-
-
Lisandro Dalcin authored
make GCC happy when string literals and const char* pointers are passed to many C-API calls or set in struct slots for Python 2.3/2.4
-