- 15 Sep, 2013 2 commits
-
-
Raymond Hettinger authored
-
Ezio Melotti authored
-
- 14 Sep, 2013 6 commits
-
-
R David Murray authored
It now always checks, instead of only when the LICENSE file doesn't exist. It is also protected by the 'network' resource, and uses a HEAD request since we are only doing an existence check.
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Ezio Melotti authored
-
- 13 Sep, 2013 7 commits
-
-
Ezio Melotti authored
-
Ezio Melotti authored
-
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 1 commit
-
-
Vinay Sajip authored
-