summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Issue #9205: concurrent.futures.ProcessPoolExecutor now detects killedAntoine Pitrou2011-06-088-107/+587
* Revert a reversed comparison order introduced in r70695.Brett Cannon2011-06-081-1/+1
* Kill dead code in importlib.test.__main__ (#12019, reviewed by Brett Cannon)Éric Araujo2011-06-071-6/+1
* Branch merge: packaging fixesÉric Araujo2011-06-076-88/+107
|\
| * Fix UnboundLocalError in a finally block of one packaging testÉric Araujo2011-06-061-1/+1
| * Fix sdist to always include setup.cfg (#11092), to comply with the specÉric Araujo2011-06-063-19/+32
| * Use strings instead of sets of lines in packaging.create tests.Éric Araujo2011-06-061-57/+63
| * Fix commentÉric Araujo2011-06-061-1/+1
| * Update comments in sysconfig.cfgÉric Araujo2011-06-061-7/+7
| * Fix documentation of requires-python field in setup.cfg (#11041)Éric Araujo2011-06-061-3/+3
* | #12274: use proper escaping for % in IDLE config (merged from 3.2).Łukasz Langa2011-06-071-2/+2
|\ \
| * | #12274: use proper escaping for % in IDLE config.Łukasz Langa2011-06-071-2/+2
* | | (Merge 3.2) test.support: don't catch OSError when can_symlink() removes theVictor Stinner2011-06-071-1/+2
|\ \ \ | |/ /
| * | test.support: can_symlink() removes the temporary symbolic linkVictor Stinner2011-06-071-1/+4
* | | Remove a redundant assignment.Brett Cannon2011-06-071-1/+1
* | | Checking if an unsigned long is < 0 is pointless.Brett Cannon2011-06-071-3/+3
* | | Remove some extraneous parentheses and swap the comparison order toBrett Cannon2011-06-071-1/+1
* | | When building sqlite3, the directory where sqlite.h was found wasBrett Cannon2011-06-072-2/+10
* | | Use a sleep for test_subprocess timeout testVictor Stinner2011-06-061-2/+3
* | | Issue #12196: Make os.pipe2() flags argument mandatory.Charles-François Natali2011-06-063-13/+14
* | | Whitespace normalizationAntoine Pitrou2011-06-061-1/+0
* | | Issue #12040: Expose a new attribute `sentinel` on instances ofAntoine Pitrou2011-06-066-14/+108
* | | Issue #11893: Remove obsolete internal wrapper class `SSLFakeFile` in the smt...Antoine Pitrou2011-06-062-23/+6
| |/ |/|
* | Merge 3.2Éric Araujo2011-06-060-0/+0
|\ \ | |/
| * Branch mergeÉric Araujo2011-06-066-16/+16
| |\
* | \ Branch mergeÉric Araujo2011-06-0615-87/+260
|\ \ \
| * | | Rephrase the section about spec versioningÉric Araujo2011-06-061-20/+19
| * | | Fix a few typosÉric Araujo2011-06-061-3/+3
| * | | Minor rework of the extensibility and acks sectionsÉric Araujo2011-06-061-9/+17
| * | | Move a non-PEP 345 field at the end of the metadata fields listÉric Araujo2011-06-051-4/+7
| * | | Make example of file inclusion in setupcfg more obviousÉric Araujo2011-06-051-15/+14
| * | | Rephrase and update intro and syntax sections of setupcfgÉric Araujo2011-06-061-32/+34
| * | | Change reST targets in setup.cfg spec.Éric Araujo2011-06-052-4/+4
| * | | Add a short table of contents to the setup.cfg spec.Éric Araujo2011-06-051-0/+4
| * | | Update doctring now that Python has real booleansÉric Araujo2011-06-051-1/+1
| * | | Improve consistency in questions asked by packaging.create.Éric Araujo2011-06-041-10/+10
| * | | Clean up packaging.create and add TODO notes for future cleanupsÉric Araujo2011-06-041-8/+14
| * | | Make help messages in packaging.run more consistentÉric Araujo2011-06-041-7/+6
| * | | Cleanup in packaging: don’t unnecessarily instantiate exceptionsÉric Araujo2011-06-044-4/+4
| * | | Improve a few docstrings in packaging.Éric Araujo2011-06-042-20/+12
| * | | Merge ABC and distutils touch-ups from 3.2.Éric Araujo2011-06-046-16/+16
| |\ \ \ | | | |/ | | |/|
| | * | Remove unneeded executable bit on two distutils filesÉric Araujo2011-06-042-0/+0
| | * | Improve glossary entry for ABCs.Éric Araujo2011-06-044-13/+16
| | * | Remove link that’s already present at the top of the fileÉric Araujo2011-06-031-3/+0
| * | | Branch mergeÉric Araujo2011-06-046-12/+173
| |\ \ \
| | * | | Add reST target for Doc/packaging/setupcfgÉric Araujo2011-06-042-0/+7
| | * | | Use list constructor or built-in method instead of copy moduleÉric Araujo2011-06-043-8/+5
| | * | | Add missing section of doc file lost among repositories and conversionsÉric Araujo2011-06-041-3/+160
| | * | | Point to new collections.abc module for collections ABCsÉric Araujo2011-06-031-1/+1
* | | | | Remove wsgiref.egg-info from msi.py (follow-up to d615eb7bce33, #12218)Éric Araujo2011-06-061-2/+0