- 05 Sep, 2013 12 commits
-
-
Serhiy Storchaka authored
the _sre moduel.
-
Serhiy Storchaka authored
the _sre moduel.
-
Serhiy Storchaka authored
their version strings to stdout, and not to sderr.
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
when input list contains duplicates.
-
Serhiy Storchaka authored
when input list contains duplicates.
-
Christian Heimes authored
-
Christian Heimes authored
Issue #18709: GCC 4.6 complains that 'v' may be used uninitialized in GEN_EMAIL/GEN_URI/GEN_DNS case
-
Christian Heimes authored
Issue #18709: GCC 4.6 complains that 'v' may be used uninitialized in GEN_EMAIL/GEN_URI/GEN_DNS case
-
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 4 commits
-
-
Eli Bendersky authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Eli Bendersky authored
Moving subprocess execution of tests into a function.
-