- 30 Aug, 2013 2 commits
-
-
Antoine Pitrou authored
-
Charles-François Natali authored
Patch by A. Jesse Jiryu Davis.
-
- 29 Aug, 2013 5 commits
-
-
Gregory P. Smith authored
runner were run in an environment where the process inherited an ignore setting for SIGINT. Restore the SIGINT handler to the desired KeyboardInterrupt raising one during that test.
-
Charles-François Natali authored
-
Charles-François Natali authored
sizes.
-
Serhiy Storchaka authored
in docstrings and comments.
-
Serhiy Storchaka authored
-
- 28 Aug, 2013 1 commit
-
-
Victor Stinner authored
test.support, run the test if the platform matchs!
-
- 27 Aug, 2013 2 commits
-
-
Victor Stinner authored
-
Serhiy Storchaka authored
error messages and comments.
-
- 26 Aug, 2013 2 commits
-
-
Ezio Melotti authored
-
Eli Bendersky authored
-
- 25 Aug, 2013 10 commits
-
-
Ezio Melotti authored
-
Eli Bendersky authored
Using ``method`` markup because the method is on a callback object, not an explicitly documented method. :meth: markup creates links within the current class which is incorrect. In addition, indent the paragraph correctly.
-
Ezio Melotti authored
-
Charles-François Natali authored
-
Charles-François Natali authored
preexec_fn callback, which may open file descriptors.
-
Serhiy Storchaka authored
-
R David Murray authored
Previously it generated them if they were given a value, but completely ignored them if they were present in the string passed in to be parsed. Now if the flag appears on a cookie, the corresponding Morsel key will reference a True value. Other pre-existing behavior is retained in this maintenance patch: if the source contains something like 'secure=foo', morsel['secure'] will return 'foo'. Since such a value doesn't round trip and never did (and would be a surprising occurrence) a subsequent non-bug-fix patch may change this behavior. Inspired by a patch from Julien Phalip, who reviewed this one.
-
Christian Heimes authored
properly handled as unsigned.
-
Christian Heimes authored
thanks to Vajrasky Kok for proof-reading.
-
Christian Heimes authored
-
- 24 Aug, 2013 3 commits
-
-
Tim Peters authored
(grafted from 23181bf411a16287a0a54e910fc0f9ecd2764bf0)
-
Antoine Pitrou authored
-
Victor Stinner authored
-
- 23 Aug, 2013 6 commits
-
-
Serhiy Storchaka authored
-
Ezio Melotti authored
-
Victor Stinner authored
when raising a new KeyError with the original key.
-
Brett Cannon authored
-
Brett Cannon authored
multiple times.
-
Brett Cannon authored
With importlib getting used more and more, changing __import__ will not work as well as people used to hope as it will potentially bypass importers, etc. It also will not work with importlib.import_module() as it uses "importlib.__import__" (i.e. importlib's implementation of import) directly and not builtins.__import__.
-
- 22 Aug, 2013 6 commits
-
-
Tim Peters authored
(grafted from 1ea833ecaf5a9d43a886e9e73b4e2551d0d5b548)
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
argument. This is needed for support Tcl/Tk 8.6.
-
Christian Heimes authored
-
Christian Heimes authored
fork() is suppose to be async-signal safe but the handler calls unsafe functions. A parent handler mitigates the issue.
-
R David Murray authored
This also backs out the previous fixes for for #14360, #1717, and #16564. Those bugs were actually caused by the fact that set_payload didn't decode to str, thus rendering the model inconsistent. This fix does mean the data processed by the encoder functions goes through an extra encode/decode cycle, but it means the model is always consistent. Future API updates will provide a better way to encode payloads, which will bypass this minor de-optimization. Tests by Vajrasky Kok.
-
- 21 Aug, 2013 3 commits
-
-
Tim Peters authored
The only file change is adding the v3.2.5 tag to 3.3's .hgtags file.
-
Antoine Pitrou authored
Issue #18792: Use "127.0.0.1" or "::1" instead of "localhost" as much as possible, since "localhost" goes through a DNS lookup under recent Windows versions.
-
Serhiy Storchaka authored
in the tkinter module.
-