- 05 Sep, 2013 4 commits
-
-
Serhiy Storchaka authored
the _sre moduel.
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
when input list contains duplicates.
-
Christian Heimes authored
Issue #18709: GCC 4.6 complains that 'v' may be used uninitialized in GEN_EMAIL/GEN_URI/GEN_DNS case
-
- 04 Sep, 2013 3 commits
-
-
Victor Stinner authored
64-bit pointer to long (32 bits).
-
Antoine Pitrou authored
Issue #18876: The FileIO.mode attribute now better reflects the actual mode under which the file was opened. Patch by Erik Bray.
-
Meador Inge authored
-
- 03 Sep, 2013 3 commits
-
-
Meador Inge authored
This commit fixes a regression that sneaked into Python 3.3 where importlib was not respecting -E when checking for the PYTHONCASEOK environment variable.
-
Tim Peters authored
This simplifies and clarifies the code, and gives a small speedup.
-
Eli Bendersky authored
Contributed by Jeroen Van Goey
-
- 01 Sep, 2013 3 commits
-
-
Terry Jan Reedy authored
This kine was already replaced by Lib/test/test_email/data/msg_26.txt = BIN which is just below the last line in the patch context.
-
Tim Peters authored
"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 authored
-
- 31 Aug, 2013 2 commits
-
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
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 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
-