- 07 May, 2011 2 commits
-
-
Nadeem Vawda authored
-
R David Murray authored
-
- 06 May, 2011 1 commit
-
-
Ronald Oussoren authored
-
- 05 May, 2011 2 commits
-
-
Ezio Melotti authored
-
R David Murray authored
-
- 04 May, 2011 7 commits
-
-
Victor Stinner authored
-
Victor Stinner authored
(instead of a buffer of 2 GB)
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Victor Stinner authored
-
Ezio Melotti authored
-
Brian Curtin authored
Patch by Bryce Verdier.
-
- 03 May, 2011 7 commits
-
-
Brian Curtin authored
This corresponds with change b9390aa12855 to PEP-11.
-
Ezio Melotti authored
-
Victor Stinner authored
-
Victor Stinner authored
crc32() and adler32(). Patch written by Steffen Daode Nurpmeso.
-
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
-