- 03 Eyl, 2013 1 kayıt (commit)
-
-
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 13 kayıt (commit)
-
-
Eli Bendersky yazdı
[issue #18730]
-
Eli Bendersky yazdı
Closes #18720.
-
Terry Jan Reedy yazdı
-
Terry Jan Reedy yazdı
-
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.
-
Ethan Furman yazdı
-
Andrew Svetlov yazdı
-
Ethan Furman yazdı
-
Charles-François Natali yazdı
-
Eli Bendersky yazdı
The latter is more ambiguous. Related to issue #17741
-
Charles-François Natali yazdı
already appears without #ifdef a couple lines above).
-
Charles-François Natali yazdı
-
- 30 Agu, 2013 7 kayıt (commit)
-
-
Antoine Pitrou yazdı
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.
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
Charles-François Natali yazdı
Patch by A. Jesse Jiryu Davis.
-
Charles-François Natali yazdı
Patch by A. Jesse Jiryu Davis.
-
Eli Bendersky yazdı
The new names are hopefully more descriptive and consistent. If you feel you don't agree with this change, *please* read issue 17741 first - there's a lot of discussion in there.
-
Philip Jenvey yazdı
-