- 04 Eyl, 2013 7 kayıt (commit)
-
-
Victor Stinner yazdı
-
Charles-François Natali yazdı
-
Serhiy Storchaka yazdı
-
Andrew Svetlov yazdı
-
Andrew Svetlov yazdı
-
Meador Inge yazdı
-
Meador Inge yazdı
-
- 03 Eyl, 2013 10 kayıt (commit)
-
-
Meador Inge yazdı
-
Meador Inge yazdı
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 yazdı
a plain tuple. Patch by Claudiu Popa.
-
Meador Inge yazdı
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 yazdı
Patch by Claudiu Popa.
-
Tim Peters yazdı
cwr_next(): move invariants out of loops. This simplifies and clarifies the code, and gives a small speedup.
-
Tim Peters yazdı
This simplifies and clarifies the code, and gives a small speedup.
-
Eli Bendersky yazdı
Contributed by Jeroen Van Goey
-
Eli Bendersky yazdı
Contributed by Jeroen Van Goey
-
Eli Bendersky yazdı
If bots fail due to using this flag, the buildbot scripts have to be modified to omit it. Regrtest ignores it anyway.
-
- 02 Eyl, 2013 6 kayıt (commit)
-
-
Eli Bendersky yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Eli Bendersky yazdı
Moving subprocess execution of tests into a function.
-
Raymond Hettinger yazdı
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 yazdı
-
- 01 Eyl, 2013 13 kayıt (commit)
-
-
Terry Jan Reedy yazdı
-
Terry Jan Reedy yazdı
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 yazdı
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 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ı
-
Antoine Pitrou yazdı
-
Victor Stinner yazdı
Merge test/subprocessdata/inherited.py into test/subprocessdata/fd_status.py
-
Andrew Svetlov yazdı
-
Tim Peters yazdı
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 yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Ethan Furman yazdı
-
- 31 Agu, 2013 4 kayıt (commit)
-
-
Eli Bendersky yazdı
[issue #18730]
-
Eli Bendersky yazdı
Closes #18720.
-
Terry Jan Reedy yazdı
-
Terry Jan Reedy yazdı
-