summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Avoid matching '' or 'yn' when asking for 'y' or 'n' in interactive codeÉric Araujo2011-09-192-2/+2
* Branch mergeÉric Araujo2011-09-1944-283/+215
|\
| * Make regrtest look at internal dicts in sysconfig.Éric Araujo2011-09-191-1/+24
| * 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
* | | Close issue 12958 by flagging expected failures in test_socket on Mac OS XNick Coghlan2011-09-193-2/+34
* | | Issue #12517: Silence warning on windows buildbots (from 7fd80c61ddaa).Ross Lagerwall2011-09-191-0/+3
* | | Merge example fix from 3.2.Georg Brandl2011-09-181-1/+1
|\ \ \
| * | | Fix bug in heapq priority queue example.Georg Brandl2011-09-181-1/+1
* | | | merge doc fixes from 3.2Georg Brandl2011-09-172-1/+8
|\ \ \ \ | |/ / / | | / / | |/ / |/| |
| * | Add info from the docstring for random.gammavariate() to the docs.Georg Brandl2011-09-171-0/+7
| * | Fix typo.Georg Brandl2011-09-171-1/+1
* | | Issue #12765: Fix packaging.test.test_database failures on OS X dueNed Deily2011-09-151-0/+1
* | | import.c: remove now useless arbitrary limitVictor Stinner2011-09-151-6/+0
* | | Merge 3.2: Fix the import machinery if there is an error on sys.path or sys.m...Victor Stinner2011-09-151-4/+4
|\ \ \ | |/ / | | / | |/ |/|
| * Fix the import machinery if there is an error on sys.path or sys.meta_pathVictor Stinner2011-09-151-4/+4
* | 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-144-7/+12
|\ \ | |/
| * Issue #9871: Prevent IDLE 3 crash when given byte stingsNed Deily2011-09-144-7/+12
* | merge headsBenjamin Peterson2011-09-142-0/+12
|\ \
| * \ Merge fix for issue #11149.Stefan Krah2011-09-142-0/+12
| |\ \ | | |/
| | * Issue #11149: recent versions of clang require the -fwrapv flag.Stefan Krah2011-09-142-0/+12
* | | only compile xattrs on glibc (closes #12720)Benjamin Peterson2011-09-141-5/+9
|/ /
* | Use xattr functions from sys/xattr.h instead of attr/xattr.h (closes #12720)Benjamin Peterson2011-09-134-14/+14
* | 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-123-0/+12
|\ \ | |/
| * Issue #12483: ctypes: Fix a crash when the destruction of a callbackAmaury Forgeot d'Arc2011-09-123-0/+12
* | 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-124-56/+72
| |\
| | * Wrap pydoc output under 80 charactersÉric Araujo2011-09-101-4/+5
* | | Branch mergeÉric Araujo2011-09-1215-490/+494
|\ \ \
| * | | Remove unneeded --all option of “pysetup list”.Éric Araujo2011-09-123-20/+18
| * | | 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