- 07 May, 2011 27 commits
-
-
Vinay Sajip authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Giampaolo Rodola' authored
test_ftplib.py: change client default timeout from 10 to 2. Hanging for 10 seconds is way too much when we expect a server response which never comes in.
-
Giampaolo Rodola' authored
-
Giampaolo Rodola' authored
test_ftplib.py: change client default timeout from 10 to 2. Hanging for 10 seconds is way too much when we expect a server response which never comes in.
-
Ezio Melotti authored
#12017: Fix segfault in json.loads() while decoding highly-nested objects using the C accelerations.
-
Vinay Sajip authored
-
-
Vinay Sajip authored
-
Vinay Sajip authored
-
Nadeem Vawda authored
-
Nadeem Vawda authored
-
Nadeem Vawda authored
-
Nadeem Vawda authored
-
Nadeem Vawda authored
-
Nadeem Vawda authored
-
Nadeem Vawda authored
Also, reduce code duplication in LargeMmapTests. Original patch by Steffen Daode Nurpmeso.
-
Nadeem Vawda authored
Also, reduce code duplication in LargeMmapTests. Original patch by Steffen Daode Nurpmeso.
-
Nadeem Vawda authored
Also, reduce code duplication in LargeMmapTests. Original patch by Steffen Daode Nurpmeso.
-
Victor Stinner authored
The name must be encodable to ASCII because dynamic module must have a function called "PyInit_NAME", they are written in C, and the C language doesn't accept non-ASCII identifiers.
-
Victor Stinner authored
* Set the default value of all_threads arguments to True * Py_FatalError() dumps all threads, instead of only the current thread Dump only the current thread is not reliable. In some cases, Python is unable to retrieve the state of the current thread and so is unable to dump the traceback. faulthandler keeps a reference to the interpreter and so is always able to dump the traceback of all threads.
-
Victor Stinner authored
-
Ronald Oussoren authored
Patch by Pierre Carrier.
-
R David Murray authored
-
R David Murray authored
-
R David Murray authored
-
- 06 May, 2011 13 commits
-
-
Vinay Sajip authored
-
Giampaolo Rodola' authored
-
Antoine Pitrou authored
parameter to control parameters of the secure channel. Patch by Sijin Joseph.
-
Ronald Oussoren authored
-
Ronald Oussoren authored
Noticed while researching a buildbot failure due to a patch for issue #10684.
-
Antoine Pitrou authored
dNSName entry, ssl.match_hostname() should use the subject's commonName. Patch by Nicolas Bareil.
-
Antoine Pitrou authored
dNSName entry, ssl.match_hostname() should use the subject's commonName. Patch by Nicolas Bareil.
-
Ezio Melotti authored
Issue #10775: assertRaises, assertRaisesRegex, assertWarns, and assertWarnsRegex now accept a keyword argument 'msg' when used as context managers. Initial patch by Winston Ewert.
-
Ronald Oussoren authored
-
Ronald Oussoren authored
-
Ronald Oussoren authored
Fix for issue 10684: Folders get deleted when trying to change case with shutil.move (case insensitive file systems only)
-
Eli Bendersky authored
-
Eli Bendersky authored
-