- 09 May, 2011 8 commits
-
-
Victor Stinner authored
OpenSSL is now compiled with OPENSSL_NO_SSL2 defined (without the SSLv2 protocol) on Debian: fix the ssl module on Debian Testing and Debian Sid. Optimize also ssl.get_protocol_name(): speed does matter!
-
Victor Stinner authored
CTRL+c, clear the end-of-file indicator after CTRL+d.
-
Ezio Melotti authored
-
Martin v. Löwis authored
Patch by Arfrever Frehtes Taifersar Arahesis.
-
Ezio Melotti authored
-
Ezio Melotti authored
#11910: change import_fresh_module to return None when one of the "fresh" modules can not be imported.
-
Ezio Melotti authored
-
Ezio Melotti authored
-
- 08 May, 2011 1 commit
-
-
Benjamin Peterson authored
-
- 07 May, 2011 10 commits
-
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Antoine Pitrou authored
-
Ezio Melotti authored
-
Ezio Melotti authored
#12017: Fix segfault in json.loads() while decoding highly-nested objects using the C accelerations.
-
Nadeem Vawda authored
-
Nadeem Vawda authored
-
Nadeem Vawda authored
Also, reduce code duplication in LargeMmapTests. Original patch by Steffen Daode Nurpmeso.
-
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 1 commit
-
-
Benjamin Peterson authored
-