summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | Fix determination of Metadata version in packaging (#8933).Éric Araujo2011-09-103-5/+19
| * | | Consolidate tests for packaging.metadata.Éric Araujo2011-09-104-351/+333
| * | | Merge fix for #8933 from 3.2Éric Araujo2011-09-103-52/+67
| |\ \ \ | | | |/ | | |/|
| | * | Fix determination of Metadata version (#8933). Patch by Filip Gruszczyński.Éric Araujo2011-09-093-1/+20
| | * | Slight cleanup in distutils test_dist.Éric Araujo2011-09-091-51/+47
* | | | Merge fix for issue #12963.Stefan Krah2011-09-121-3/+3
|\ \ \ \ | | |_|/ | |/| |
| * | | Issue #12963: PyLong_AsSize_t() now returns (size_t)-1 in all error cases.Stefan Krah2011-09-121-3/+3
* | | | Oops, zlib.ZLIB_VERSION isn't new in 3.3 - just newly-documented...Nadeem Vawda2011-09-111-2/+0
* | | | Terminology fix: .gz and .bz2 are not archive formats.Nadeem Vawda2011-09-111-1/+1
* | | | Issue #12306: Add ZLIB_RUNTIME_VERSION to the zlib module.Nadeem Vawda2011-09-114-0/+40
* | | | 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-112-1/+3