- 01 Agu, 2011 4 kayıt (commit)
-
-
Georg Brandl yazdı
-
Éric Araujo yazdı
-
Éric Araujo yazdı
-
Vinay Sajip yazdı
-
- 31 Tem, 2011 4 kayıt (commit)
-
-
Ezio Melotti yazdı
-
Éric Araujo yazdı
This prevents tests from failing when run from a Python installed in a read-only directory.
-
Senthil Kumaran yazdı
-
Éric Araujo yazdı
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 Tem, 2011 9 kayıt (commit)
-
-
Éric Araujo yazdı
-
Ezio Melotti yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Eli Bendersky yazdı
-
Eli Bendersky yazdı
-
Georg Brandl yazdı
-
Eli Bendersky yazdı
-
Benjamin Peterson yazdı
-
- 29 Tem, 2011 10 kayıt (commit)
-
-
Antoine Pitrou yazdı
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 yazdı
fix it. Patch by Petri Lehtinen.
-
Éric Araujo yazdı
-
Éric Araujo yazdı
-
Éric Araujo yazdı
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 yazdı
-
Éric Araujo yazdı
-
Raymond Hettinger yazdı
-
Eli Bendersky yazdı
Issue #12644: document the '%a' conversion in the old string formatting operations. Patch prepared together with Ezio Melotti
-
Éric Araujo yazdı
-
- 28 Tem, 2011 8 kayıt (commit)
-
-
Éric Araujo yazdı
-
Éric Araujo yazdı
-
Éric Araujo yazdı
Also remove an extra docstring.
-
Éric Araujo yazdı
-
Éric Araujo yazdı
Adding Sandro Tosi to Doc/ACKS for this patch and all his work on the docs mailing list and on the bug tracker.
-
Éric Araujo yazdı
R. David Murray and I think that it’s more useful to have these files show up in the output of “hg status”, to let the user know that some merged file have to be checked before commit. If you want to ignore these files in your clones, it’s possible to do so from another ignore file; see the bug report for directions. I’m leaving the .gitignore file alone, as I don’t know how git users work with merges and conflicts.
-
Éric Araujo yazdı
-
Senthil Kumaran yazdı
Fix closes Issue11439 Remove the SVN keywords from the code as it is no longer applicable in hg. Patch Contributed by Neil Muller.
-
- 27 Tem, 2011 5 kayıt (commit)
-
-
Charles-François Natali yazdı
to avoid timing-dependent failures.
-
Charles-François Natali yazdı
-
Senthil Kumaran yazdı
-
Ross Lagerwall yazdı
given as a low fd, it gets overwritten.
-
Senthil Kumaran yazdı
-