- 22 Agu, 2013 1 kayıt (commit)
-
-
Victor Stinner yazdı
-
- 21 Agu, 2013 17 kayıt (commit)
-
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
Tim Peters yazdı
The only file change is adding the v3.2.5 tag to the .hgtags file.
-
Tim Peters yazdı
The only file change is adding the v3.2.5 tag to 3.3's .hgtags file.
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
Issue #18792: Use "127.0.0.1" or "::1" instead of "localhost" as much as possible, since "localhost" goes through a DNS lookup under recent Windows versions.
-
Antoine Pitrou yazdı
Issue #18792: Use "127.0.0.1" or "::1" instead of "localhost" as much as possible, since "localhost" goes through a DNS lookup under recent Windows versions.
-
Victor Stinner yazdı
objects. Add also tests on fileno() method and closed attribute of select.epoll and select.kqueue.
-
Serhiy Storchaka yazdı
-
Richard Oudkerk yazdı
Also modify test code to hopefully avoid deadlock on failure.
-
Serhiy Storchaka yazdı
in the tkinter module.
-
Serhiy Storchaka yazdı
in the tkinter module.
-
Christian Heimes yazdı
A pthread_atfork() child handler is used to seeded the PRNG with pid, time and some stack data.
-
Christian Heimes yazdı
A pthread_atfork() child handler is used to seeded the PRNG with pid, time and some stack data.
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
Issue 18772: Restore set dummy object back to unicode and restore the identity checks in lookkey(). The Gdb prettyprint plugin depended on the dummy object being displayable. Other solutions besides a unicode object are possible. For now, get it back up and running. The identity checks in lookkey() need to be there to prevent the dummy object from leaking through Py_RichCompareBool() into user code in the rare circumstance where the dummy's hash value exactly matches the hash value of the actual key being looked up.
-
- 20 Agu, 2013 5 kayıt (commit)
-
-
Christian Heimes yazdı
-
Serhiy Storchaka yazdı
RuntimeError exception. Patch by Christian Schubert.
-
Serhiy Storchaka yazdı
RuntimeError exception. Patch by Christian Schubert.
-
Serhiy Storchaka yazdı
Patch by Yogesh Chaudhari.
-
Serhiy Storchaka yazdı
Patch by Yogesh Chaudhari.
-
- 19 Agu, 2013 17 kayıt (commit)
-
-
Antoine Pitrou yazdı
Issue #7732: try to fix test_bug7732's flakiness on Windows by executing it in a fresh temporary directory.
-
Serhiy Storchaka yazdı
Patch by Meador Inge. See also issue #18647.
-
Serhiy Storchaka yazdı
Patch by Meador Inge. See also issue #18647.
-
Serhiy Storchaka yazdı
determined minimal width of repeated subexpression is >0 (an empty line was not matched in any case).
-
Serhiy Storchaka yazdı
determined minimal width of repeated subexpression is >0 (an empty line was not matched in any case).
-
Serhiy Storchaka yazdı
Now max width is MAXREPEAT on 32- and 64-bit platforms when one of subexpressions is unbounded repetition.
-
Serhiy Storchaka yazdı
Now max width is MAXREPEAT on 32- and 64-bit platforms when one of subexpressions is unbounded repetition.
-
Andrew Kuchling yazdı
-
Raymond Hettinger yazdı
-
Christian Heimes yazdı
OpenSSL 1.0.0+ instead of the deprecated CRYPTO id callback function.
-
Christian Heimes yazdı
OpenSSL 1.0.0+ instead of the deprecated CRYPTO id callback function.
-
Raymond Hettinger yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Terry Jan Reedy yazdı
-
Terry Jan Reedy yazdı
(original patch by Phil Webster).
-
Andrew Kuchling yazdı
- document abitype.py, analyze_dxp.py, get-remote-certificate.py, import_diagnostics.py, parse_html5_entities.py. - remove redemo.py which was moved to Tools/Demo. - sort list into alphabetical order Patch by Seydou Dia.
-