- 16 Agu, 2013 1 kayıt (commit)
-
-
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).
-
- 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 13 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.
-
Terry Jan Reedy yazdı
Move comment code to a separate function so it can be separately tested. Original patches by Todd Rovito and Phil Webster.
-
Ezio Melotti yazdı
-
R David Murray yazdı
-
R David Murray yazdı
Before this patch it would raise an error when trying to display documentation for a method that used annotations. Patch by Claudiu Popa.
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
Eli Bendersky yazdı
-
- 09 Agu, 2013 1 kayıt (commit)
-
-
R David Murray yazdı
Also, document the policy keyword that was added to Message in 3.3.
-
- 08 Agu, 2013 5 kayıt (commit)
-
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
#18581: remove duplicate test and run a test class that was skipped. Initial patch by Vajrasky Kok.
-
Serhiy Storchaka yazdı
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
#18273: move the tests in Lib/test/json_tests to Lib/test/test_json and make them discoverable by unittest. Patch by Zachary Ware.
-
- 07 Agu, 2013 1 kayıt (commit)
-
-
Eli Bendersky yazdı
-
- 06 Agu, 2013 1 kayıt (commit)
-
-
Christian Heimes yazdı
-
- 05 Agu, 2013 1 kayıt (commit)
-
-
Mark Dickinson yazdı
-