- 26 Feb, 2012 5 commits
-
-
Éric Araujo authored
-
Éric Araujo authored
-
Éric Araujo authored
Requested by Florent Xicluna with the rationale that they make the docs look unfinished. When I get to replace the XXX notes with the real info for packaging, I’ll backport it. Also removed a few XXX notes that were not visible in the HTML but could waste contributors’ time by suggesting improvements that are never going to happen for distutils.
-
Éric Araujo authored
Bug reported by Hartmut Goebel and patch contributed by Carl Robben. Untested backport of the fix committed and tested for 3.2.
-
Éric Araujo authored
- Remove duplicate list of links to the other modules from each module’s doc (people can already go up to library/archiving and there they can see the list). - Link to shutil high-level operations. Reviewed by Nadeem Vawda in #6715.
-
- 25 Feb, 2012 3 commits
-
-
Éric Araujo authored
When people find bugs in scripts such as reindent.py, msgfmt.py or pygettext.py, we have to try to reproduce the bug manually, apply a fix and test manually again. The alternative is to only read the code and trust that it works. This test file is a way to stop that unsatisfactory state of things and write proper unit tests instead.
-
Éric Araujo authored
These regex changes fix a number of issues for distutils on Windows: - #6884: impossible to include a file starting with 'build' - #9691 and #14004: sdist includes too many files - #13193: test_filelist failures This commit replaces the incorrect changes done in 557a973709de, c566a3447ba1 and 3925081a7ca0 to fix #13193; we were too eager to fix the test failures and I did not study the code enough before greenlighting patches. This time we have unit tests from the problems reported by users to be sure we have the right fix. Thanks to Nadeem Vawda for his help.
-
Martin v. Löwis authored
-
- 23 Feb, 2012 13 commits
-
-
Vinay Sajip authored
-
Vinay Sajip authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Vinay Sajip authored
-
Vinay Sajip authored
logging: Added locking in flush() and close() handler methods. Thanks to Fayaz Yusuf Khan for the suggestion.
-
Barry Warsaw authored
-
Barry Warsaw authored
-
Barry Warsaw authored
release of 2.6 for 2012.
-
Barry Warsaw authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
- 22 Feb, 2012 9 commits
-
-
Barry Warsaw authored
-
Barry Warsaw authored
http://hg.python.org/cpython/rev/48705250232c changeset: 75187:48705250232c branch: 2.7 parent: 75184:9a1d902714ae user: Antoine Pitrou <solipsis@pitrou.net> date: Wed Feb 22 22:16:25 2012 +0100
-
Antoine Pitrou authored
-
Barry Warsaw authored
-
Barry Warsaw authored
changeset: 75153:9b7c6dd19e25 branch: 2.7 parent: 75151:b1a02c17b327 user: Antoine Pitrou <solipsis@pitrou.net> date: Tue Feb 21 22:02:04 2012 +0100 files: Lib/test/test_os.py
-
Barry Warsaw authored
-
Barry Warsaw authored
changeset: 75165:780008020c40 user: Antoine Pitrou <solipsis@pitrou.net> date: Wed Feb 22 03:33:56 2012 +0100 summary: Fix (presumably) test_hash under big-endian systems (PPC).
-
Antoine Pitrou authored
-
Nadeem Vawda authored
Patch by Francisco Martín Brugué
-
- 21 Feb, 2012 10 commits
-
-
Antoine Pitrou authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Antoine Pitrou authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Martin v. Löwis authored
-