- 07 May, 2011 18 kayıt (commit)
-
-
Vinay Sajip yazdı
-
Vinay Sajip yazdı
-
Nadeem Vawda yazdı
-
Nadeem Vawda yazdı
-
Nadeem Vawda yazdı
-
Nadeem Vawda yazdı
-
Nadeem Vawda yazdı
-
Nadeem Vawda yazdı
-
Nadeem Vawda yazdı
Also, reduce code duplication in LargeMmapTests. Original patch by Steffen Daode Nurpmeso.
-
Nadeem Vawda yazdı
Also, reduce code duplication in LargeMmapTests. Original patch by Steffen Daode Nurpmeso.
-
Nadeem Vawda yazdı
Also, reduce code duplication in LargeMmapTests. Original patch by Steffen Daode Nurpmeso.
-
Victor Stinner yazdı
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 yazdı
* 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 yazdı
-
Ronald Oussoren yazdı
Patch by Pierre Carrier.
-
R David Murray yazdı
-
R David Murray yazdı
-
R David Murray yazdı
-
- 06 May, 2011 14 kayıt (commit)
-
-
Vinay Sajip yazdı
-
Giampaolo Rodola yazdı
-
Antoine Pitrou yazdı
parameter to control parameters of the secure channel. Patch by Sijin Joseph.
-
Ronald Oussoren yazdı
-
Ronald Oussoren yazdı
Noticed while researching a buildbot failure due to a patch for issue #10684.
-
Antoine Pitrou yazdı
dNSName entry, ssl.match_hostname() should use the subject's commonName. Patch by Nicolas Bareil.
-
Antoine Pitrou yazdı
dNSName entry, ssl.match_hostname() should use the subject's commonName. Patch by Nicolas Bareil.
-
Ezio Melotti yazdı
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 yazdı
-
Ronald Oussoren yazdı
-
Ronald Oussoren yazdı
Fix for issue 10684: Folders get deleted when trying to change case with shutil.move (case insensitive file systems only)
-
Eli Bendersky yazdı
-
Eli Bendersky yazdı
-
Vinay Sajip yazdı
-
- 05 May, 2011 8 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Vinay Sajip yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-