- 03 Aug, 2011 1 commit
-
-
Ned Deily authored
in os.kill(). Original patch by Eli Bendersky.
-
- 04 Aug, 2011 1 commit
-
-
Benjamin Peterson authored
-
- 03 Aug, 2011 4 commits
-
-
Senthil Kumaran authored
-
Senthil Kumaran authored
-
Senthil Kumaran authored
-
Georg Brandl authored
-
- 02 Aug, 2011 5 commits
-
-
Senthil Kumaran authored
-
Sandro Tosi authored
-
Sandro Tosi authored
-
Senthil Kumaran authored
Fix closes Issue12183 - Explain the Symlink copy behavior in shutil.copytree. Patch by Petri Lehtinen.
-
Senthil Kumaran authored
Reported by Popa Claudiu and Patch by Santoso Wijaya.
-
- 01 Aug, 2011 5 commits
-
-
-
Georg Brandl authored
-
Éric Araujo authored
-
Éric Araujo authored
-
Vinay Sajip authored
-
- 31 Jul, 2011 4 commits
-
-
Ezio Melotti authored
-
Éric Araujo authored
This prevents tests from failing when run from a Python installed in a read-only directory.
-
Senthil Kumaran authored
-
Éric Araujo authored
The changed behavior of sdist in 3.1 broke packaging for projects that wanted to use a manually-maintained MANIFEST file (instead of having a MANIFEST.in template and letting distutils generate the MANIFEST). The fixes that were committed for #8688 (76643c286b9f by Tarek and d54da9248ed9 by me) did not fix all issues exposed in the bug report, and also added one problem: the MANIFEST file format gained comments, but the read_manifest method was not updated to handle (i.e. ignore) them. This changeset should fix everything; the tests have been expanded and I successfully tested the 2.7 version with Mercurial, which suffered from this regression. I have grouped the versionchanged directives for these bugs in one place and added micro version numbers to help users know the quirks of the exact version they’re using. Initial report, thorough diagnosis and patch by John Dennis, further work on the patch by Stephen Thorne, and a few edits and additions by me.
-
- 30 Jul, 2011 9 commits
-
-
Éric Araujo authored
-
Ezio Melotti authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Eli Bendersky authored
-
Eli Bendersky authored
-
Georg Brandl authored
-
Eli Bendersky authored
-
Benjamin Peterson authored
-
- 29 Jul, 2011 10 commits
-
-
Antoine Pitrou authored
with the `-m` (or `--match`) option. This works with all test cases using the unittest module. This is useful with long test suites such as test_io or test_subprocess.
-
Charles-François Natali authored
fix it. Patch by Petri Lehtinen.
-
Éric Araujo authored
-
Éric Araujo authored
-
Éric Araujo authored
importlib.import_module eschews a number of issues that __import__ has. Reviewed by Brett Cannon. (The docstring of __import__ was already updated in 3d490c3a019e, for #7397.)
-
Éric Araujo authored
-
Éric Araujo authored
-
Raymond Hettinger authored
-
Eli Bendersky authored
Issue #12644: document the '%a' conversion in the old string formatting operations. Patch prepared together with Ezio Melotti
-
Éric Araujo authored
-
- 28 Jul, 2011 1 commit
-
-
Éric Araujo authored
-