- 16 Aug, 2013 3 commits
-
-
Ezio Melotti authored
-
Antoine Pitrou authored
Patch by Catherine Devlin.
-
Antoine Pitrou authored
-
- 15 Aug, 2013 4 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
-
Victor Stinner authored
-
Eric Snow authored
-
- 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, 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 Aug, 2013 5 commits
-
-
Terry Jan Reedy authored
prefix from two attributes and two methods of History class.
-
Victor Stinner authored
-
Ezio Melotti authored
-
Ned Deily authored
-
Senthil Kumaran authored
-
- 12 Aug, 2013 3 commits
-
-
Felix Crux authored
Issue #18680: JSONDecoder should document that it raises a ValueError for malformed data
-
David Wolever authored
-
Larry Hastings authored
-
- 11 Aug, 2013 3 commits
-
-
Eli Bendersky authored
-
Serhiy Storchaka authored
-
Ezio Melotti authored
-
- 10 Aug, 2013 13 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.
-
Terry Jan Reedy authored
Move comment code to a separate function so it can be separately tested. Original patches by Todd Rovito and Phil Webster.
-
Ezio Melotti authored
-
R David Murray authored
-
R David Murray authored
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 authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Eli Bendersky authored
-
- 09 Aug, 2013 1 commit
-
-
R David Murray authored
Also, document the policy keyword that was added to Message in 3.3.
-
- 08 Aug, 2013 5 commits
-
-
Ezio Melotti authored
-
Ezio Melotti authored
#18581: remove duplicate test and run a test class that was skipped. Initial patch by Vajrasky Kok.
-
Serhiy Storchaka authored
-
Ezio Melotti authored
-
Ezio Melotti authored
#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 Aug, 2013 1 commit
-
-
Eli Bendersky authored
-