- 19 Agu, 2013 2 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
Terry Jan Reedy yazdı
(original patch by Phil Webster).
-
- 18 Agu, 2013 4 kayıt (commit)
-
-
Andrew Kuchling yazdı
* 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 yazdı
-
Terry Jan Reedy yazdı
-
Christian Heimes yazdı
-
- 17 Agu, 2013 6 kayıt (commit)
-
-
Christian Heimes yazdı
-
Christian Heimes yazdı
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
Christian Heimes yazdı
-
Ezio Melotti yazdı
-
- 16 Agu, 2013 9 kayıt (commit)
-
-
Vinay Sajip yazdı
-
Christian Heimes yazdı
-
Christian Heimes yazdı
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).
-
Charles-François Natali yazdı
-
Serhiy Storchaka yazdı
-
Antoine Pitrou yazdı
Issue #18756: Improve error reporting in os.urandom() when the failure is due to something else than /dev/urandom not existing.
-
Ezio Melotti yazdı
-
Antoine Pitrou yazdı
Patch by Catherine Devlin.
-
Antoine Pitrou yazdı
-
- 15 Agu, 2013 4 kayıt (commit)
-
-
Terry Jan Reedy yazdı
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 yazdı
-
Victor Stinner yazdı
-
Eric Snow yazdı
-
- 14 Agu, 2013 2 kayıt (commit)
-
-
David Wolever yazdı
-
Raymond Hettinger yazdı
Remove an unused early-out test from the critical path for dict and set lookups. When the strings already have matching lengths, kinds, 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 Agu, 2013 5 kayıt (commit)
-
-
Terry Jan Reedy yazdı
prefix from two attributes and two methods of History class.
-
Victor Stinner yazdı
-
Ezio Melotti yazdı
-
Ned Deily yazdı
-
Senthil Kumaran yazdı
-
- 12 Agu, 2013 3 kayıt (commit)
-
-
Felix Crux yazdı
Issue #18680: JSONDecoder should document that it raises a ValueError for malformed data
-
David Wolever yazdı
-
Larry Hastings yazdı
-
- 11 Agu, 2013 3 kayıt (commit)
-
-
Eli Bendersky yazdı
-
Serhiy Storchaka yazdı
-
Ezio Melotti yazdı
-
- 10 Agu, 2013 2 kayıt (commit)
-
-
Terry Jan Reedy yazdı
docstrings and ValueError messages. Patch by Zhongyue Luo
-
Terry Jan Reedy yazdı
now working with comment block selections. Patch was part of 18226 patch.
-