summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | Fix markup errorsÉric Araujo2012-02-261-2/+2
| | | |
| * | | Synchronize some distutils tests with 3.2.Éric Araujo2012-02-263-31/+38
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Actually check the contents of the file created by bdist_dumb. - Don’t use “RECORD” as filename for non-PEP 376 record file - Don’t start method name with “_test”, it looks like a disabled test method instead of an helper method - Fix some idioms (assertIn, addCleanup)
| * | | Fix typo “seperator”Éric Araujo2012-02-263-3/+3
| | | |
| * | | State explicitely that PYTHONDONTWRITEBYTECODE is equivalent to -BÉric Araujo2012-02-261-1/+2
| | | |
| * | | Update docstring with more useful text (from the PEP)Éric Araujo2012-02-261-1/+1
| | | |
| * | | Avoid relying on the default reST role in logging library docÉric Araujo2012-02-261-3/+2
| | | |
| * | | Document that shutil.make_archive does not typecheck its logger argumentÉric Araujo2012-02-261-1/+2
| | | |
| * | | Use raw strings for docstrings with backslashes in ASCII diagramsÉric Araujo2012-02-262-2/+2
| | | |
| * | | Fix typo (#13467)Éric Araujo2012-02-261-1/+1
| | | |
| * | | Update lingering references to ex-parrot. I mean ex-devguide.Éric Araujo2012-02-262-3/+2
| | | |
| * | | Fix instructions on how to rebuild some modulesÉric Araujo2012-02-263-3/+3
| | | |
| * | | Mark up constants in socket doc as suchÉric Araujo2012-02-261-7/+7
| | | |
| * | | Hide or remove user-visible XXX notes from distutils doc (#13716).Éric Araujo2012-02-261-27/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
| * | | Stop ignoring RPMs in distutils' upload command (#2945).Éric Araujo2012-02-264-0/+24
| | | | | | | | | | | | | | | | | | | | Bug reported by Hartmut Goebel and patch contributed by Carl Robben. Untested backport of the fix committed and tested for 3.2.
| * | | Improve interlinking of archiving/compression modules docs.Éric Araujo2012-02-267-18/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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.
* | | | Issue #13999: refer to multiprocessing.Queue when neededSandro Tosi2012-02-251-10/+10
| | | |
* | | | #14114: don't include copybutton.js in the htmlhelp output.Ezio Melotti2012-02-251-1/+1
|/ / /
* | | Add test file for scripts in Tools (#13447).Éric Araujo2012-02-252-0/+42
| | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | Fix long-standing bugs with MANIFEST.in parsing on Windows (#6884).Éric Araujo2012-02-254-54/+98
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | Add 2.7.3 and 2.7.4 UUIDsMartin v. Löwis2012-02-251-0/+4
| | |
* | | Merged upstream changes.Vinay Sajip2012-02-231-83/+77
|\ \ \
| * \ \ merge headsBenjamin Peterson2012-02-232-27/+33
| |\ \ \
| * \ \ \ merge 2.7 releaseBenjamin Peterson2012-02-231-83/+77
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | update pydoc-topicsBenjamin Peterson2012-02-231-83/+77
| | | | |
* | | | | Fix added for recent changes in non-threading environments.Vinay Sajip2012-02-232-7/+28
| |_|/ / |/| | |
* | | | Updated comments.Vinay Sajip2012-02-232-5/+4
| | | |
* | | | logging: Added locking in flush() and close() handler methods. Thanks to ↵Vinay Sajip2012-02-232-22/+29
|/ / / | | | | | | | | | Fayaz Yusuf Khan for the suggestion.
* | | null merge from 2.6Barry Warsaw2012-02-230-0/+0
|\ \ \ | |/ / |/| / | |/
| * Added tag v2.6.8rc1 for changeset caab08cd2b3eBarry Warsaw2012-02-231-0/+1
| |
| * Bump some more copyright years (as per PEP 101), since this is the firstv2.6.8rc1Barry Warsaw2012-02-236-4/+7
| | | | | | | | release of 2.6 for 2012.
| * Bump to version 2.6.8rc1.Barry Warsaw2012-02-237-15/+16
| |
* | Added tag v2.7.3rc1 for changeset b2c6aff96e12Benjamin Peterson2012-02-231-0/+1
| |
* | bump to 2.7.3rc1v2.7.3rc1Benjamin Peterson2012-02-236-11/+11
| |
* | null merge from 2.6Barry Warsaw2012-02-220-0/+0
|\ \ | |/
| * Back port from 2.7:Barry Warsaw2012-02-221-2/+5
| | | | | | | | | | | | | | | | | | 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
* | Fix sporadic test_os failure under WindowsAntoine Pitrou2012-02-221-2/+5
| |
* | null merge from 2.6Barry Warsaw2012-02-220-0/+0
|\ \ | |/
| * Backport from 2.7:Barry Warsaw2012-02-221-3/+4
| | | | | | | | | | | | | | | | | | 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
* | null merge from 2.6Barry Warsaw2012-02-220-0/+0
|\ \ | |/
| * Backport from 2.7 branch.Barry Warsaw2012-02-221-2/+8
| | | | | | | | | | | | | | 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).
* | Fix (presumably) test_hash under big-endian systems (PPC).Antoine Pitrou2012-02-221-2/+8
| |
* | Issue #14053: Fix "make patchcheck" to work with MQ.Nadeem Vawda2012-02-223-0/+20
| | | | | | | | Patch by Francisco Martín Brugué
* | Avoid py3k warnings related to sort() of unrelated types.Antoine Pitrou2012-02-211-3/+7
| |
* | merge with 2.6Georg Brandl2012-02-213-5/+5
|\ \ | |/
| * Remove reST markup from --help output. Also: O(n**2) is dict construction, ↵Georg Brandl2012-02-213-5/+5
| | | | | | | | not single insertion.
* | Fix flaky os.urandom test.Antoine Pitrou2012-02-211-3/+4
| |
* | merge 2.6Benjamin Peterson2012-02-211-6/+0
|\ \ | |/
| * don't need this hack anymoreBenjamin Peterson2012-02-211-6/+0
| |
* | Null mergeAntoine Pitrou2012-02-210-0/+0
|\ \ | |/
| * Fix crash at startup with -W options.Antoine Pitrou2012-02-215-4/+39
| |