- 16 May, 2011 1 commit
-
-
Victor Stinner authored
-
- 15 May, 2011 3 commits
-
-
Ronald Oussoren authored
-
Ronald Oussoren authored
Without this patch python will fail to start properly when the environment variable MACOSX_DEPLOYMENT_TARGET is set on MacOSX and has a value that is not compatible with the value during Python's build. This is caused by code in sysconfig that was only meant to be used in disutils.
-
Georg Brandl authored
-
- 14 May, 2011 6 commits
-
-
Gregory P. Smith authored
the expected builtin modules are not present. This includes a unittest for __get_builtin_constructor() in the face of such an error.
-
Nadeem Vawda authored
attribute when called without a max_length argument.
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
- 13 May, 2011 1 commit
-
-
Kurt B. Kaiser authored
Backport 70055:35ed0efd7dd3
-
- 12 May, 2011 2 commits
-
-
Antoine Pitrou authored
type of I/O sequence on a file opened in read+write mode (namely: reading, seeking a bit forward, writing, then seeking before the previous write but still within buffered data, and writing again).
-
Georg Brandl authored
-
- 10 May, 2011 3 commits
-
-
Ezio Melotti authored
#12051: Fix segfault in json.dumps() while encoding highly-nested objects using the C accelerations.
-
Antoine Pitrou authored
order to accept exactly one connection. Patch by Daniel Evers.
-
Raymond Hettinger authored
-
- 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 2 commits
-
-
Victor Stinner authored
-
Victor Stinner authored
(instead of a buffer of 2 GB)
-