- 03 Sep, 2013 7 commits
-
-
Serhiy Storchaka authored
a plain tuple. Patch by Claudiu Popa.
-
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 13 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
-
Andrew Svetlov authored
-
Tim Peters authored
Unclear to me why it was pushed to begin with. See issue 11798. Perhaps it's because regrtest with -R was failing? Fine, but that's better than regrtest _always_ failing ;-)
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Ethan Furman authored
-
- 31 Aug, 2013 13 commits
-
-
Eli Bendersky authored
[issue #18730]
-
Eli Bendersky authored
Closes #18720.
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
-
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.
-
Ethan Furman authored
-
Andrew Svetlov authored
-
Ethan Furman authored
-
Charles-François Natali authored
-
Eli Bendersky authored
The latter is more ambiguous. Related to issue #17741
-
Charles-François Natali authored
already appears without #ifdef a couple lines above).
-
Charles-François Natali authored
-
- 30 Aug, 2013 1 commit
-
-
Antoine Pitrou authored
Issue #18756: os.urandom() now uses a lazily-opened persistent file descriptor, so as to avoid using many file descriptors when run in parallel from multiple threads.
-