- 21 Aug, 2013 1 commit
-
-
Christian Heimes authored
A pthread_atfork() child handler is used to seeded the PRNG with pid, time and some stack data.
-
- 20 Aug, 2013 2 commits
-
-
Serhiy Storchaka authored
RuntimeError exception. Patch by Christian Schubert.
-
Serhiy Storchaka authored
error handler on 64-bit platforms. Patch by Yogesh Chaudhari.
-
- 19 Aug, 2013 6 commits
-
-
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
Now max width is MAXREPEAT on 32- and 64-bit platforms when one of subexpressions is unbounded repetition.
-
Christian Heimes authored
OpenSSL 1.0.0+ instead of the deprecated CRYPTO id callback function.
-
Serhiy Storchaka authored
-
Terry Jan Reedy authored
(original patch by Phil Webster).
-
- 18 Aug, 2013 3 commits
-
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
-
Christian Heimes authored
-
- 17 Aug, 2013 7 commits
-
-
Christian Heimes authored
-
Christian Heimes authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Christian Heimes authored
-
Christian Heimes authored
-
Ezio Melotti authored
-
- 16 Aug, 2013 6 commits
-
-
Vinay Sajip authored
-
Christian Heimes authored
inside subjectAltName correctly. Formerly the module has used OpenSSL's GENERAL_NAME_print() function to get the string represention of ASN.1 strings for rfc822Name (email), dNSName (DNS) and uniformResourceIdentifier (URI).
-
Antoine Pitrou authored
-
Antoine Pitrou authored
Issue #18756: Improve error reporting in os.urandom() when the failure is due to something else than /dev/urandom not existing.
-
Ezio Melotti authored
-
Antoine Pitrou authored
-
- 15 Aug, 2013 3 commits
-
-
Terry Jan Reedy authored
and paired splits and joins that do nothing when output_sep is its default \n. *It in unused in that the class in only instantiated once, with the default. Make a few other changes in .fetch and its test.
-
Terry Jan Reedy authored
Running py27\PCbuild> python_d -m test.regrtest -ugui test_idle ignores the exceptions and gives no indication of a problem (fixed in 3.3).
-
Terry Jan Reedy authored
Issue #18425: Unittests for idlelib.IdleHistory. First patch by R. Jayakrishnan. Issue #18425: Unittests for idlelib.IdleHistory. First patch by R. Jayakrishnan. Issue #18425: Unittests for idlelib.IdleHistory. First patch by R. Jayakrishnan. Issue #18425: Unittests for idlelib.IdleHistory. First patch by R. Jayakrishnan. Issue #18425: Unittests for idlelib.IdleHistory. First patch by R. Jayakrishnan. Issue #18425: Unittests for idlelib.IdleHistory. First patch by R. Jayakrishnan. Issue #18425: Unittests for idlelib.IdleHistory. First patch by R. Jayakrishnan. Issue #18425: Unittests for idlelib.IdleHistory. First patch by R. Jayakrishnan.
-
- 14 Aug, 2013 2 commits
-
-
David Wolever authored
-
Raymond Hettinger authored
Remove an unused early-out test from the critical path for dict and set lookups. When the strings already have matching lengths and hashes, there is no additional information gained by checking the first characters (the probability of a mismatch is already known to be less than 1 in 2**64).
-
- 13 Aug, 2013 5 commits
-
-
Terry Jan Reedy authored
prefix from two attributes and two methods of History class.
-
Antoine Pitrou authored
-
Ezio Melotti authored
-
Ned Deily authored
-
Senthil Kumaran authored
-
- 12 Aug, 2013 2 commits
-
-
Felix Crux authored
Issue #18680: JSONDecoder should document that it raises a ValueError for malformed data
-
David Wolever authored
-
- 11 Aug, 2013 1 commit
-
-
Ezio Melotti authored
-
- 10 Aug, 2013 2 commits
-
-
Terry Jan Reedy authored
docstrings and ValueError messages. Patch by Zhongyue Luo
-
Terry Jan Reedy authored
now working with comment block selections. Patch was part of 18226 patch.
-