- 13 Sep, 2013 5 commits
-
-
Eli Bendersky authored
-
Eli Bendersky authored
Based on report and initial patch from Germán M. Bravo
-
Eli Bendersky authored
Patch by Vlad Shcherbina
-
Senthil Kumaran authored
Patch contributed by Vajrasky Kok. Addresses Issue #17324
-
Serhiy Storchaka authored
if all necessary functions are already found in libuuid. Patch by Evgeny Sologubov.
-
- 12 Sep, 2013 2 commits
-
-
-
Senthil Kumaran authored
Addresses issue #14927
-
- 11 Sep, 2013 1 commit
-
-
Serhiy Storchaka authored
-
- 10 Sep, 2013 2 commits
-
-
Senthil Kumaran authored
Patch contributed by Anoop Thomas Mathew.
-
Senthil Kumaran authored
Addresses issue #18800
-
- 09 Sep, 2013 3 commits
-
-
Mark Dickinson authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
- 08 Sep, 2013 5 commits
-
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Senthil Kumaran authored
Addresses issue #18438
-
Nick Coghlan authored
When test.support was converted to a package, it started silently skipping the tests which needed to download support data to run. This change refactors the affected code, and also tidies up test.support.findfile to remove the unused *here* parameter, document the *subdir* parameter and rename the *filename* parameter to avoid shadowing the file builtin and be consistent with the documentation. The unexpected skips were noticed and reported by Zachary Ware
-
Senthil Kumaran authored
Patch contributed by Olivier Hervieu and Dmi Baranov.
-
- 07 Sep, 2013 4 commits
-
-
Senthil Kumaran authored
Fixes issue #18206 Patch contributed by Berker Peksag and py.user
-
Senthil Kumaran authored
Correct the wrong documentation.
-
Ezio Melotti authored
-
Ezio Melotti authored
-
- 06 Sep, 2013 7 commits
-
-
Tim Peters authored
The error caused test_inline_methods() to test much less than intended. Caught (& fixed) by Armin Rigo.
-
Eli Bendersky authored
existing directory caused mkstemp and related APIs to fail instead of retrying. Report and fix by Vlad Shcherbina.
-
Vinay Sajip authored
-
Vinay Sajip authored
-
Vinay Sajip authored
-
Senthil Kumaran authored
-
Tim Peters authored
_PyDebugAllocatorStats() called PyOS_snprintf() with a %zd format code, but MS doesn't support that code. Interpolated PY_FORMAT_SIZE_T in place of the "z".
-
- 05 Sep, 2013 5 commits
-
-
Vinay Sajip authored
-
Serhiy Storchaka authored
the _sre moduel.
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
when input list contains duplicates.
-
Christian Heimes authored
Issue #18709: GCC 4.6 complains that 'v' may be used uninitialized in GEN_EMAIL/GEN_URI/GEN_DNS case
-
- 04 Sep, 2013 3 commits
-
-
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.
-
Meador Inge authored
-
- 03 Sep, 2013 3 commits
-
-
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.
-
Tim Peters authored
This simplifies and clarifies the code, and gives a small speedup.
-
Eli Bendersky authored
Contributed by Jeroen Van Goey
-