- 01 Aug, 2011 2 commits
-
-
Éric Araujo authored
-
Vinay Sajip authored
-
- 31 Jul, 2011 8 commits
-
-
Ezio Melotti authored
-
Éric Araujo authored
This prevents tests from failing when run from a Python installed in a read-only directory.
-
Benjamin Peterson authored
-
Senthil Kumaran authored
-
Senthil Kumaran authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Éric Araujo authored
The changed behavior of sdist in 2.7 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 (d29399100973 by Tarek and f7639dcdffc3 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 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. I also removed a stanza in the docs that was forgotten in Tarek’s first changeset. 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 6 commits
-
-
Éric Araujo authored
-
Ezio Melotti authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Eli Bendersky authored
-
- 29 Jul, 2011 4 commits
-
-
Éric Araujo authored
-
Éric Araujo authored
-
Éric Araujo authored
-
Éric Araujo authored
-
- 11 Jun, 2011 1 commit
-
-
Éric Araujo authored
-
- 29 Jul, 2011 3 commits
-
-
Éric Araujo authored
-
Eli Bendersky authored
-
Raymond Hettinger authored
-
- 28 Jul, 2011 1 commit
-
-
Éric Araujo authored
-
- 29 Jul, 2011 4 commits
-
-
Éric Araujo authored
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 authored
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.
-
Éric Araujo authored
-
Éric Araujo authored
-
- 28 Jul, 2011 1 commit
-
-
Senthil Kumaran authored
Fix closes Issue11439 - Handle the SVN Keywords in 2.7 by replacing them with a high number so that code relying on them does not break.
-
- 27 Jul, 2011 7 commits
-
-
Jason R. Coombs authored
Backport of changeset 070dc6e359fb, reindent.py now will use the newline detected in the original file and will report an error if mixed newlines are encountered.
-
Charles-François Natali authored
-
Ross Lagerwall authored
given as a low fd, it gets overwritten.
-
Senthil Kumaran authored
merge from 3.2 - Fix closes Issue12621 - Fix docstrings of find and rfind methods of bytes/bytearry/unicodeobject.
-
Ezio Melotti authored
-
Senthil Kumaran authored
merge from 3.2 - fix urlopen behavior on sites which do not send (or obsfuscates) Connection: Close header.
-
Ned Deily authored
when opening a long file. With Tk 8.5, the first line was hidden.
-
- 26 Jul, 2011 2 commits
-
-
Ned Deily authored
link file name.
-
Éric Araujo authored
-
- 29 Jul, 2011 1 commit
-
-
Éric Araujo authored
-