- 12 Jul, 2013 3 commits
-
-
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 6 commits
-
-
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.
-
Ezio Melotti authored
-
Florent Xicluna authored
-
Ronald Oussoren authored
Issue #12990: The "Python Launcher" on OSX could not launch python scripts that have paths that include wide characters.
-
Florent Xicluna authored
-
Ronald Oussoren authored
The documentation does mention that the streams are opened in text mode when univeral_newlines is true, but not that that they are opened in binary mode when that argument is false and that seems to confuse at least some users.
-
- 04 Jul, 2013 2 commits
-
-
Christian Heimes authored
-
Antoine Pitrou authored
-
- 03 Jul, 2013 2 commits
-
-
Victor Stinner authored
-
Victor Stinner authored
AIX maps the first page of memory at address zero as valid, read-only. Reading NULL is not a fault on AIX. This is utilized by IBM compiler optimizations. One speculatively can indirect through a pointer which may be null without first testing if null and defer the test before using the value.
-
- 02 Jul, 2013 4 commits
-
-
Eric V. Smith authored
-
Richard Oudkerk authored
-
Richard Oudkerk authored
-
Richard Oudkerk authored
-
- 01 Jul, 2013 4 commits
-
-
Victor Stinner authored
when the function is called twice, so faulthandler.unregister() restores correctly the original signal handler.
-
Christian Heimes authored
tstate is first removed from TLS and then deallocated. CID 1019639 (#1 of 1): Use after free (USE_AFTER_FREE) use_after_free: Using freed pointer tstate.
-
Christian Heimes authored
-
Richard Oudkerk authored
-