- 05 Eyl, 2013 10 kayıt (commit)
-
-
Serhiy Storchaka yazdı
their version strings to stdout, and not to sderr.
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
when input list contains duplicates.
-
Serhiy Storchaka yazdı
when input list contains duplicates.
-
Christian Heimes yazdı
-
Christian Heimes yazdı
Issue #18709: GCC 4.6 complains that 'v' may be used uninitialized in GEN_EMAIL/GEN_URI/GEN_DNS case
-
Christian Heimes yazdı
Issue #18709: GCC 4.6 complains that 'v' may be used uninitialized in GEN_EMAIL/GEN_URI/GEN_DNS case
-
Serhiy Storchaka yazdı
patches by Claudiu Popa and R. David Murray.
-
- 04 Eyl, 2013 14 kayıt (commit)
-
-
Victor Stinner yazdı
don't cast 64-bit pointer to long (32 bits).
-
Victor Stinner yazdı
64-bit pointer to long (32 bits).
-
Antoine Pitrou yazdı
Issue #18876: The FileIO.mode attribute now better reflects the actual mode under which the file was opened. Patch by Erik Bray.
-
Antoine Pitrou yazdı
Issue #18876: The FileIO.mode attribute now better reflects the actual mode under which the file was opened. Patch by Erik Bray.
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
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ı
-