summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Synchronize some distutils tests with 3.2.Éric Araujo2012-02-263-31/+38
* 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
* Stop ignoring RPMs in distutils' upload command (#2945).Éric Araujo2012-02-264-0/+24
* Improve interlinking of archiving/compression modules docs.Éric Araujo2012-02-267-18/+16
* Add test file for scripts in Tools (#13447).Éric Araujo2012-02-252-0/+42
* Fix long-standing bugs with MANIFEST.in parsing on Windows (#6884).Éric Araujo2012-02-254-54/+98
* 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 Faya...Vinay Sajip2012-02-232-22/+29
|/ /
* | 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
| * 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
* | 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
* | null merge from 2.6Barry Warsaw2012-02-220-0/+0
|\ \ | |/
| * Backport from 2.7 branch.Barry Warsaw2012-02-221-2/+8
* | 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
* | 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, n...Georg Brandl2012-02-213-5/+5
* | 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
* | Fix crash at startup with -W options.Antoine Pitrou2012-02-215-4/+39
* | Issue #6807: Run msisupport.mak earlier.Martin v. Löwis2012-02-212-2/+4
* | merge 2.6Benjamin Peterson2012-02-214-4/+14
|\ \ | |/