- 21 Aug, 2013 5 commits
-
-
Christian Heimes authored
A pthread_atfork() child handler is used to seeded the PRNG with pid, time and some stack data.
-
Christian Heimes authored
A pthread_atfork() child handler is used to seeded the PRNG with pid, time and some stack data.
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
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 Aug, 2013 5 commits
-
-
Christian Heimes authored
-
Serhiy Storchaka authored
RuntimeError exception. Patch by Christian Schubert.
-
Serhiy Storchaka authored
RuntimeError exception. Patch by Christian Schubert.
-
Serhiy Storchaka authored
Patch by Yogesh Chaudhari.
-
Serhiy Storchaka authored
Patch by Yogesh Chaudhari.
-
- 19 Aug, 2013 17 commits
-
-
Antoine Pitrou authored
Issue #7732: try to fix test_bug7732's flakiness on Windows by executing it in a fresh temporary directory.
-
Serhiy Storchaka authored
Patch by Meador Inge. See also issue #18647.
-
Serhiy Storchaka authored
Patch by Meador Inge. See also issue #18647.
-
Serhiy Storchaka authored
determined minimal width of repeated subexpression is >0 (an empty line was not matched in any case).
-
Serhiy Storchaka authored
determined minimal width of repeated subexpression is >0 (an empty line was not matched in any case).
-
Serhiy Storchaka authored
Now max width is MAXREPEAT on 32- and 64-bit platforms when one of subexpressions is unbounded repetition.
-
Serhiy Storchaka authored
Now max width is MAXREPEAT on 32- and 64-bit platforms when one of subexpressions is unbounded repetition.
-
Andrew Kuchling authored
-
Raymond Hettinger authored
-
Christian Heimes authored
OpenSSL 1.0.0+ instead of the deprecated CRYPTO id callback function.
-
Christian Heimes authored
OpenSSL 1.0.0+ instead of the deprecated CRYPTO id callback function.
-
Raymond Hettinger authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
(original patch by Phil Webster).
-
Andrew Kuchling authored
- 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.
-
- 18 Aug, 2013 11 commits
-
-
Andrew Kuchling authored
-
Andrew Kuchling authored
-
Andrew Kuchling authored
* describe how \w is different when used in bytes and Unicode patterns. * describe re.ASCII flag to change that behaviour. * remove personal references ('I generally prefer...') * add some more links to the re module in the library reference * various small edits and re-wording.
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
-
Christian Heimes authored
-
Christian Heimes authored
-
Christian Heimes authored
-
Christian Heimes authored
-
- 17 Aug, 2013 2 commits
-
-
Antoine Pitrou authored
(trying to fix a failure on the FreeBSD 9.0 buildbot)
-
Antoine Pitrou authored
Issue #16105: When a signal handler fails to write to the file descriptor registered with ``signal.set_wakeup_fd()``, report an exception instead of ignoring the error.
-