- 16 Jul, 2013 1 commit
-
-
Ned Deily authored
-
- 15 Jul, 2013 4 commits
-
-
Barry Warsaw authored
object's custom `__hash__()` method.
-
R David Murray authored
-
Richard Oudkerk authored
-
Serhiy Storchaka authored
Févry Thibault.
-
- 14 Jul, 2013 2 commits
-
-
Ned Deily authored
-
Raymond Hettinger authored
-
- 13 Jul, 2013 5 commits
-
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
Phil Webster. With that available, modify RstripExtension.py to stop deleting null slices, which caused a file to be marked as changed when it was not.
-
R David Murray authored
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
Based on patches by Todd.Rovito and Phil Webster.
-
- 12 Jul, 2013 8 commits
-
-
R David Murray authored
Initial patch by Madison May.
-
Vinay Sajip authored
-
Vinay Sajip authored
-
Vinay Sajip authored
-
Vinay Sajip authored
-
R David Murray authored
-
R David Murray authored
There is more to be done here in terms of accepting RFC invalid input that some mailers accept, but this covers the valid RFC places where encoded words can occur in structured headers.
-
Vinay Sajip authored
-
- 11 Jul, 2013 9 commits
-
-
R David Murray authored
The problem was I was only checking for decimal digits after the third '?', not for *hex* digits :(. This changeset also fixes a couple of comment typos, deletes an unused function relating to encoded word parsing, and removed an invalid 'if' test from the folding function that was revealed by the tests written to validate this issue.
-
Serhiy Storchaka authored
more bytes than requested.
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
do with byte strings. Added tests for Tcl.split() and Tcl.splitline().
-
R David Murray authored
Patch by Dmi Baranov.
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Christian Heimes authored
-
Christian Heimes authored
PyModule_GetDef() returns an error.
-
- 10 Jul, 2013 2 commits
-
-
R David Murray authored
-
R David Murray authored
Patch by Andrew Rowe.
-
- 09 Jul, 2013 2 commits
-
-
Charles-François Natali authored
addresses.
-
Christian Heimes authored
-
- 08 Jul, 2013 2 commits
-
-
Ezio Melotti authored
-
Ezio Melotti authored
-
- 07 Jul, 2013 4 commits
-
-
Ezio Melotti authored
-
Florent Xicluna authored
-
Ronald Oussoren authored
This changeset fixes a number of compiler warnings in the Python Launcher binary for OSX. It also cleans up whitespace usage in those sources.
-
Ronald Oussoren authored
Reformulated the textual change, and applied it to the docstring as well.
-
- 06 Jul, 2013 1 commit
-
-
Brett Cannon authored
importlib._bootstrap._get_sourcefile(). Thanks to its only use by the C API, it was never properly tested until now. Thanks to Neal Norwitz for discovering the bug and Madison May for the patch.
-