summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Final bag of small changes coming from distutils2.Éric Araujo2011-09-199-29/+22
* A few style changes originally done in the distutils2 repoÉric Araujo2011-09-184-17/+16
* Replace cmp function with key functionÉric Araujo2011-09-181-15/+2
* Fix typo and wordingÉric Araujo2011-09-181-1/+1
* Branch mergeÉric Araujo2011-09-1816-96/+47
|\
| * Use a local name (it was intended to be used but overlooked).Éric Araujo2011-09-171-2/+2
| * Packaging cleanup: remove conditionals for < 2.6 support.Éric Araujo2011-09-1716-95/+46
* | Make a number of small changes to ease the backport to distutils2Éric Araujo2011-09-1819-125/+104
* | Fix fallback base class when tests run without threadingÉric Araujo2011-09-181-1/+1
* | Issue #12765: Fix packaging.test.test_database failures on OS X dueNed Deily2011-09-151-0/+1
|/
* Fix packaging.database.Distribution.list_distinfo_files (#12785).Éric Araujo2011-09-152-23/+27
* Issue #9871: Prevent IDLE 3 crash when given byte stingsNed Deily2011-09-142-7/+7
|\
| * Issue #9871: Prevent IDLE 3 crash when given byte stingsNed Deily2011-09-142-7/+7
* | The value is the dotted module name to the command class.Jeremy Kloth2011-09-131-1/+1
* | merge from 3.2Senthil Kumaran2011-09-121-1/+2
|\ \ | |/
| * Fix issue12938 - Update the docstring of html.escape. Include the information...Senthil Kumaran2011-09-121-1/+2
* | merge from 3.2 - Add the missing quote_plus call. Fix closes Issue12924Senthil Kumaran2011-09-121-0/+1
|\ \ | |/
| * Add the quote_plus call in the test.Senthil Kumaran2011-09-121-0/+1
* | Remove trailing spacesAmaury Forgeot d'Arc2011-09-121-1/+1
* | Merge 3.2: Issue #12483: ctypes: Fix a crash when the destruction of a callbackAmaury Forgeot d'Arc2011-09-121-0/+8
|\ \ | |/
| * Issue #12483: ctypes: Fix a crash when the destruction of a callbackAmaury Forgeot d'Arc2011-09-121-0/+8
* | Factor out the distribution file-system safe name functions from install_dist...Jeremy Kloth2011-09-123-36/+16
* | Merge 3.2Éric Araujo2011-09-121-4/+5
|\ \ | |/
| * Branch mergeÉric Araujo2011-09-123-56/+68
| |\
| | * Wrap pydoc output under 80 charactersÉric Araujo2011-09-101-4/+5
* | | Branch mergeÉric Araujo2011-09-1213-482/+481
|\ \ \
| * | | Remove unneeded --all option of “pysetup list”.Éric Araujo2011-09-122-12/+9
| * | | Remove obsolete comment (yes, build_ext supports C++)Éric Araujo2011-09-101-4/+0
| * | | Don’t let invalid line in setup.cfg pass silentlyÉric Araujo2011-09-101-3/+4
| * | | Fix usage of bytes in packaging's bdist_wininst.Éric Araujo2011-09-101-7/+8
| * | | Use bytes regex instead of decoding whole pagesÉric Araujo2011-09-101-12/+10
| * | | Fix usage of dry-run in packaging bdist_wininst and install_distinfo.Éric Araujo2011-09-102-40/+39
| * | | Fix determination of Metadata version in packaging (#8933).Éric Araujo2011-09-102-2/+16
| * | | Consolidate tests for packaging.metadata.Éric Araujo2011-09-104-351/+333
| * | | Merge fix for #8933 from 3.2Éric Araujo2011-09-102-52/+63
| |\ \ \ | | | |/ | | |/|
| | * | Fix determination of Metadata version (#8933). Patch by Filip Gruszczyński.Éric Araujo2011-09-092-1/+16
| | * | Slight cleanup in distutils test_dist.Éric Araujo2011-09-091-51/+47
* | | | Issue #12306: Add ZLIB_RUNTIME_VERSION to the zlib module.Nadeem Vawda2011-09-111-0/+12
* | | | BZ2File now uses the compresslevel argument given by the caller,Nadeem Vawda2011-09-112-2/+9
* | | | add ChainMap to __all__ (closes #12959)Benjamin Peterson2011-09-111-1/+1
* | | | Better fix for #12763: test_posix failure on OpenIndianaJesus Cea2011-09-091-3/+3
* | | | Fix issue #12948: multiprocessing test failures can hang the buildbotsJesus Cea2011-09-091-2/+0
|\ \ \ \ | | |_|/ | |/| |
| * | | Fix issue #12948: multiprocessing test failures can hang the buildbotsJesus Cea2011-09-091-2/+0
* | | | Close issue #12948: multiprocessing test failures can hang the buildbotsJesus Cea2011-09-091-3/+27
|\ \ \ \ | |/ / / | | / / | |/ / |/| |
| * | Close issue #12948: multiprocessing test failures can hang the buildbotsJesus Cea2011-09-091-3/+27
| |/
* | Issue #12871: sched_get_priority_(min|max) might not be defined even thoughCharles-François Natali2011-09-061-0/+2
* | Issue #12567: Fix curses.unget_wch() testsVictor Stinner2011-09-061-2/+4
* | Issue #12567: Add curses.unget_wch() functionVictor Stinner2011-09-051-0/+15
* | Issue #9561: packaging now writes egg-info files using UTF-8Victor Stinner2011-09-051-2/+2
* | Merge 3.2: Issue #9561: distutils now reads and writes egg-info files using U...Victor Stinner2011-09-052-7/+4
|\ \ | |/