- 01 Eyl, 2013 2 kayıt (commit)
-
-
Tim Peters yazdı
"The fix" is to tell Mercurial that the test files are binary. Windows developers: to get the correct line endings in your checkout, delete Lib\test\xmltestdata, and then "hg revert" that directory. Why the Windows buildbots didn't fail test_sax remains a mystery :-(
-
Antoine Pitrou yazdı
-
- 31 Agu, 2013 2 kayıt (commit)
-
-
Terry Jan Reedy yazdı
-
Terry Jan Reedy yazdı
Patch import and initialization in SearchEngine to make testing easier. Improve docstrings, especially to clarify the double role of 'ok' parameters. Original patch by Phil Webster.
-
- 30 Agu, 2013 2 kayıt (commit)
-
-
Antoine Pitrou yazdı
-
Charles-François Natali yazdı
Patch by A. Jesse Jiryu Davis.
-
- 29 Agu, 2013 5 kayıt (commit)
-
-
Gregory P. Smith yazdı
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 yazdı
-
Charles-François Natali yazdı
sizes.
-
Serhiy Storchaka yazdı
in docstrings and comments.
-
Serhiy Storchaka yazdı
-
- 28 Agu, 2013 1 kayıt (commit)
-
-
Victor Stinner yazdı
test.support, run the test if the platform matchs!
-
- 27 Agu, 2013 2 kayıt (commit)
-
-
Victor Stinner yazdı
-
Serhiy Storchaka yazdı
error messages and comments.
-
- 26 Agu, 2013 2 kayıt (commit)
-
-
Ezio Melotti yazdı
-
Eli Bendersky yazdı
-
- 25 Agu, 2013 10 kayıt (commit)
-
-
Ezio Melotti yazdı
-
Eli Bendersky yazdı
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 yazdı
-
Charles-François Natali yazdı
-
Charles-François Natali yazdı
preexec_fn callback, which may open file descriptors.
-
Serhiy Storchaka yazdı
-
R David Murray yazdı
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 yazdı
properly handled as unsigned.
-
Christian Heimes yazdı
thanks to Vajrasky Kok for proof-reading.
-
Christian Heimes yazdı
-
- 24 Agu, 2013 3 kayıt (commit)
-
-
Tim Peters yazdı
(grafted from 23181bf411a16287a0a54e910fc0f9ecd2764bf0)
-
Antoine Pitrou yazdı
-
Victor Stinner yazdı
-
- 23 Agu, 2013 6 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
Ezio Melotti yazdı
-
Victor Stinner yazdı
when raising a new KeyError with the original key.
-
Brett Cannon yazdı
-
Brett Cannon yazdı
multiple times.
-
Brett Cannon yazdı
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 Agu, 2013 5 kayıt (commit)
-
-
Tim Peters yazdı
(grafted from 1ea833ecaf5a9d43a886e9e73b4e2551d0d5b548)
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
argument. This is needed for support Tcl/Tk 8.6.
-
Christian Heimes yazdı
-
Christian Heimes yazdı
fork() is suppose to be async-signal safe but the handler calls unsafe functions. A parent handler mitigates the issue.
-