- 05 Sep, 2013 3 commits
-
-
Serhiy Storchaka authored
when input list contains duplicates.
-
Serhiy Storchaka authored
when input list contains duplicates.
-
Serhiy Storchaka authored
patches by Claudiu Popa and R. David Murray.
-
- 04 Sep, 2013 14 commits
-
-
Victor Stinner authored
don't cast 64-bit pointer to long (32 bits).
-
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.
-
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.
-
Victor Stinner authored
-
Victor Stinner authored
-
Victor Stinner authored
-
Victor Stinner authored
-
Charles-François Natali authored
-
Serhiy Storchaka authored
-
Andrew Svetlov authored
-
Andrew Svetlov authored
-
Meador Inge authored
-
Meador Inge authored
-
- 03 Sep, 2013 10 commits
-
-
Meador Inge authored
-
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.
-
Serhiy Storchaka authored
a plain tuple. Patch by Claudiu Popa.
-
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.
-
Serhiy Storchaka authored
Patch by Claudiu Popa.
-
Tim Peters authored
cwr_next(): move invariants out of loops. This simplifies and clarifies the code, and gives a small speedup.
-
Tim Peters authored
This simplifies and clarifies the code, and gives a small speedup.
-
Eli Bendersky authored
Contributed by Jeroen Van Goey
-
Eli Bendersky authored
Contributed by Jeroen Van Goey
-
Eli Bendersky authored
If bots fail due to using this flag, the buildbot scripts have to be modified to omit it. Regrtest ignores it anyway.
-
- 02 Sep, 2013 6 commits
-
-
Eli Bendersky authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Eli Bendersky authored
Moving subprocess execution of tests into a function.
-
Raymond Hettinger authored
Modern processors tend to make consecutive memory accesses cheaper than random probes into memory. Small sets can fit into L1 cache, so they get less benefit. But they do come out ahead because the consecutive probes don't probe the same key more than once and because the randomization step occurs less frequently (or not at all). For the open addressing step, putting the perturb shift before the index calculation gets the upper bits into play sooner.
-
Ethan Furman authored
-
- 01 Sep, 2013 7 commits
-
-
Terry Jan Reedy authored
-
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
Fix issue 18889: test_sax: multiple failures on Windows desktop. "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 :-(
-
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
-
Antoine Pitrou authored
-
Victor Stinner authored
Merge test/subprocessdata/inherited.py into test/subprocessdata/fd_status.py
-