Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | Fix markup errors | Éric Araujo | 2012-02-26 | 1 | -2/+2 | |
| | | | | ||||||
| * | | | Synchronize some distutils tests with 3.2. | Éric Araujo | 2012-02-26 | 3 | -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 Araujo | 2012-02-26 | 3 | -3/+3 | |
| | | | | ||||||
| * | | | State explicitely that PYTHONDONTWRITEBYTECODE is equivalent to -B | Éric Araujo | 2012-02-26 | 1 | -1/+2 | |
| | | | | ||||||
| * | | | Update docstring with more useful text (from the PEP) | Éric Araujo | 2012-02-26 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | Avoid relying on the default reST role in logging library doc | Éric Araujo | 2012-02-26 | 1 | -3/+2 | |
| | | | | ||||||
| * | | | Document that shutil.make_archive does not typecheck its logger argument | Éric Araujo | 2012-02-26 | 1 | -1/+2 | |
| | | | | ||||||
| * | | | Use raw strings for docstrings with backslashes in ASCII diagrams | Éric Araujo | 2012-02-26 | 2 | -2/+2 | |
| | | | | ||||||
| * | | | Fix typo (#13467) | Éric Araujo | 2012-02-26 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | Update lingering references to ex-parrot. I mean ex-devguide. | Éric Araujo | 2012-02-26 | 2 | -3/+2 | |
| | | | | ||||||
| * | | | Fix instructions on how to rebuild some modules | Éric Araujo | 2012-02-26 | 3 | -3/+3 | |
| | | | | ||||||
| * | | | Mark up constants in socket doc as such | Éric Araujo | 2012-02-26 | 1 | -7/+7 | |
| | | | | ||||||
| * | | | Hide or remove user-visible XXX notes from distutils doc (#13716). | Éric Araujo | 2012-02-26 | 1 | -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 Araujo | 2012-02-26 | 4 | -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 Araujo | 2012-02-26 | 7 | -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 needed | Sandro Tosi | 2012-02-25 | 1 | -10/+10 | |
| | | | | ||||||
* | | | | #14114: don't include copybutton.js in the htmlhelp output. | Ezio Melotti | 2012-02-25 | 1 | -1/+1 | |
|/ / / | ||||||
* | | | Add test file for scripts in Tools (#13447). | Éric Araujo | 2012-02-25 | 2 | -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 Araujo | 2012-02-25 | 4 | -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 UUIDs | Martin v. Löwis | 2012-02-25 | 1 | -0/+4 | |
| | | | ||||||
* | | | Merged upstream changes. | Vinay Sajip | 2012-02-23 | 1 | -83/+77 | |
|\ \ \ | ||||||
| * \ \ | merge heads | Benjamin Peterson | 2012-02-23 | 2 | -27/+33 | |
| |\ \ \ | ||||||
| * \ \ \ | merge 2.7 release | Benjamin Peterson | 2012-02-23 | 1 | -83/+77 | |
| |\ \ \ \ | | | |_|/ | | |/| | | ||||||
| | * | | | update pydoc-topics | Benjamin Peterson | 2012-02-23 | 1 | -83/+77 | |
| | | | | | ||||||
* | | | | | Fix added for recent changes in non-threading environments. | Vinay Sajip | 2012-02-23 | 2 | -7/+28 | |
| |_|/ / |/| | | | ||||||
* | | | | Updated comments. | Vinay Sajip | 2012-02-23 | 2 | -5/+4 | |
| | | | | ||||||
* | | | | logging: Added locking in flush() and close() handler methods. Thanks to ↵ | Vinay Sajip | 2012-02-23 | 2 | -22/+29 | |
|/ / / | | | | | | | | | | Fayaz Yusuf Khan for the suggestion. | |||||
* | | | null merge from 2.6 | Barry Warsaw | 2012-02-23 | 0 | -0/+0 | |
|\ \ \ | |/ / |/| / | |/ | ||||||
| * | Added tag v2.6.8rc1 for changeset caab08cd2b3e | Barry Warsaw | 2012-02-23 | 1 | -0/+1 | |
| | | ||||||
| * | Bump some more copyright years (as per PEP 101), since this is the firstv2.6.8rc1 | Barry Warsaw | 2012-02-23 | 6 | -4/+7 | |
| | | | | | | | | release of 2.6 for 2012. | |||||
| * | Bump to version 2.6.8rc1. | Barry Warsaw | 2012-02-23 | 7 | -15/+16 | |
| | | ||||||
* | | Added tag v2.7.3rc1 for changeset b2c6aff96e12 | Benjamin Peterson | 2012-02-23 | 1 | -0/+1 | |
| | | ||||||
* | | bump to 2.7.3rc1v2.7.3rc1 | Benjamin Peterson | 2012-02-23 | 6 | -11/+11 | |
| | | ||||||
* | | null merge from 2.6 | Barry Warsaw | 2012-02-22 | 0 | -0/+0 | |
|\ \ | |/ | ||||||
| * | Back port from 2.7: | Barry Warsaw | 2012-02-22 | 1 | -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 Windows | Antoine Pitrou | 2012-02-22 | 1 | -2/+5 | |
| | | ||||||
* | | null merge from 2.6 | Barry Warsaw | 2012-02-22 | 0 | -0/+0 | |
|\ \ | |/ | ||||||
| * | Backport from 2.7: | Barry Warsaw | 2012-02-22 | 1 | -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.6 | Barry Warsaw | 2012-02-22 | 0 | -0/+0 | |
|\ \ | |/ | ||||||
| * | Backport from 2.7 branch. | Barry Warsaw | 2012-02-22 | 1 | -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 Pitrou | 2012-02-22 | 1 | -2/+8 | |
| | | ||||||
* | | Issue #14053: Fix "make patchcheck" to work with MQ. | Nadeem Vawda | 2012-02-22 | 3 | -0/+20 | |
| | | | | | | | | Patch by Francisco Martín Brugué | |||||
* | | Avoid py3k warnings related to sort() of unrelated types. | Antoine Pitrou | 2012-02-21 | 1 | -3/+7 | |
| | | ||||||
* | | merge with 2.6 | Georg Brandl | 2012-02-21 | 3 | -5/+5 | |
|\ \ | |/ | ||||||
| * | Remove reST markup from --help output. Also: O(n**2) is dict construction, ↵ | Georg Brandl | 2012-02-21 | 3 | -5/+5 | |
| | | | | | | | | not single insertion. | |||||
* | | Fix flaky os.urandom test. | Antoine Pitrou | 2012-02-21 | 1 | -3/+4 | |
| | | ||||||
* | | merge 2.6 | Benjamin Peterson | 2012-02-21 | 1 | -6/+0 | |
|\ \ | |/ | ||||||
| * | don't need this hack anymore | Benjamin Peterson | 2012-02-21 | 1 | -6/+0 | |
| | | ||||||
* | | Null merge | Antoine Pitrou | 2012-02-21 | 0 | -0/+0 | |
|\ \ | |/ | ||||||
| * | Fix crash at startup with -W options. | Antoine Pitrou | 2012-02-21 | 5 | -4/+39 | |
| | |