- 03 May, 2011 3 commits
-
-
Victor Stinner authored
doesn't have PY_SSIZE_T_CLEAN define and the size doesn't fit in an int (length bigger than 2^31-1 bytes).
-
Victor Stinner authored
written if PY_SSIZE_T_CLEAN is defined.
-
Victor Stinner authored
to get around a mmap bug with sparse files. Patch written by Steffen Daode Nurpmeso.
-
- 02 May, 2011 3 commits
-
-
Éric Araujo authored
-
Éric Araujo authored
-
Raymond Hettinger authored
-
- 01 May, 2011 9 commits
-
-
Benjamin Peterson authored
-
Victor Stinner authored
-
Victor Stinner authored
descriptor, the check of the object type doesn't read the __class__ attribute anymore. Fix a crash if a class override its __class__ attribute (e.g. a proxy of the str type).
-
Georg Brandl authored
-
R David Murray authored
Patch by Lars Michelsen.
-
Éric Araujo authored
-
Éric Araujo authored
-
Éric Araujo authored
-
Éric Araujo authored
-
- 30 Apr, 2011 6 commits
-
-
R David Murray authored
-
R David Murray authored
-
Benjamin Peterson authored
-
Eli Bendersky authored
-
Eli Bendersky authored
-
Brian Curtin authored
-
- 29 Apr, 2011 3 commits
-
-
Brian Curtin authored
-
Brian Curtin authored
-
Ezio Melotti authored
-
- 28 Apr, 2011 5 commits
-
-
Łukasz Langa authored
-
Łukasz Langa authored
-
Senthil Kumaran authored
-
Senthil Kumaran authored
-
Ezio Melotti authored
-
- 27 Apr, 2011 5 commits
-
-
Raymond Hettinger authored
-
Ezio Melotti authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
APIs, to avoid a crash with the pthread implementation in RHEL 5. Patch by Charles-François Natali.
-
Ezio Melotti authored
-
- 26 Apr, 2011 3 commits
-
-
Senthil Kumaran authored
-
Senthil Kumaran authored
-
Ezio Melotti authored
-
- 25 Apr, 2011 2 commits
-
-
R David Murray authored
Patch by Sijin Joseph.
-
Jesus Cea authored
-
- 24 Apr, 2011 1 commit
-
-
Raymond Hettinger authored
-