summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove *.egg-info from Makefile.pre.in (follow-up to d615eb7bce33, #12218)Éric Araujo2011-06-101-1/+1
* Packaging: use repr to display projects name (3ebabfbf6fe3 followup)Éric Araujo2011-06-101-1/+1
* Merge doc fixes from 3.2Éric Araujo2011-06-098-19/+33
|\
| * Branch mergeÉric Araujo2011-06-098-19/+33
| |\
| | * Fix a few misuses of :option: I missed in r86521.Éric Araujo2011-06-083-5/+5
| | * Add links from builtins module docs to built-in functions and constants docsÉric Araujo2011-06-082-1/+5
| | * Add examples that work on Windows to distutils docs (#1626300)Éric Araujo2011-06-072-8/+17
| | * Remove outdated bit of advice (584f9c213a6d follow-up)Éric Araujo2011-06-071-5/+6
* | | The change done for #10645 deserves a NEWS entryÉric Araujo2011-06-091-0/+3
* | | Branch mergeÉric Araujo2011-06-0917-83/+108
|\ \ \
| * | | Stop creating a Python-X.Y.Z-pyX.Y.egg-info file on install (#10645)Éric Araujo2011-06-091-0/+7
| * | | Document how to define extension modules in setup.cfgÉric Araujo2011-06-092-2/+36
| * | | Fix incorrect nesting of sections in setup.cfg specificationÉric Araujo2011-06-091-18/+18
| * | | Fix example in packaging test_config.Éric Araujo2011-06-091-2/+2
| * | | Style change in packaging: use “not in” over “not x in”.Éric Araujo2011-06-085-16/+16
| * | | Packaging: always use repr to display project names.Éric Araujo2011-06-081-7/+8
| * | | Fix misunderstanding of how booleans workÉric Araujo2011-06-081-1/+2
| * | | Packaging cleanup: normalize print calls.Éric Araujo2011-06-084-17/+19
| * | | Packaging cleanup: remove use of script_name where obsoleteÉric Araujo2011-06-086-20/+0
* | | | Fix #11583. Changed os.path.isdir to use GetFileAttributes instead of os.stat.Brian Curtin2011-06-083-0/+53
|\ \ \ \ | | |/ / | |/| |
| * | | Fix #11583. Changed os.path.isdir to use GetFileAttributes instead of os.stat.Brian Curtin2011-06-083-0/+53
| | |/ | |/|
* | | Issue #12021: Make mmap's read() method argument optional. Patch by PetriCharles-François Natali2011-06-085-6/+65
* | | 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