- 07 May, 2011 14 commits
-
-
Vinay Sajip 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 14 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
-
Vinay Sajip authored
-
- 05 May, 2011 12 commits
-
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Vinay Sajip authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
R David Murray authored
-