summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* unittest.mock.PropertyMock return value and attributes are now standard Magic...Michael Foord2012-04-133-0/+25
* put PyImportErrorObject with its brothersBenjamin Peterson2012-04-131-7/+7
* MergeBrett Cannon2012-04-133-0/+11
|\
| * merge headsAmaury Forgeot d'Arc2012-04-133-0/+11
| |\
| | * Merge headsAmaury Forgeot d'Arc2012-04-133-11/+49
| | |\
| | * \ hg merge 3.2Amaury Forgeot d'Arc2012-04-133-0/+11
| | |\ \
| | | * | Issue14559: Fix build files old Microft compilers.Amaury Forgeot d'Arc2012-04-133-0/+11
* | | | | NEWS entry about importlib and ImportError's new attributes.Brett Cannon2012-04-131-0/+3
* | | | | Have importlib take advantage of ImportError's new 'name' and 'path'Brett Cannon2012-04-139-41/+76
|/ / / /
* | | | Issue #1559549: Add 'name' and 'path' attributes to ImportError.Brett Cannon2012-04-136-3/+192
| |_|/ |/| |
* | | Merge #14399: zipfile now correctly handles comments added to empty zipfiles.R David Murray2012-04-123-11/+49
|/ /
* | Doc: sort time.CLOCK_xxx constantsVictor Stinner2012-04-121-8/+8
* | Null-merge 3.2 branch.Georg Brandl2012-04-120-0/+0
|\ \ | |/
| * 3.2 sidebar: link to 3.3, not 3.1Georg Brandl2012-04-121-1/+1
* | Issue #14557: Fix extensions build on HP-UX. Patch by Adi Roiban.Charles-François Natali2012-04-123-0/+7
|\ \ | |/
| * Issue #14557: Fix extensions build on HP-UX. Patch by Adi Roiban.Charles-François Natali2012-04-123-0/+7
* | code improvement. 'as cm' not required when not used. Review comment by Georg...Senthil Kumaran2012-04-121-7/+7
* | Merge doc fixes #14553 and #14552.R David Murray2012-04-122-4/+4
|\ \ | |/
| * #14553: fix word order.R David Murray2012-04-121-1/+1
| * #14552: remove redundant wording in 'test' docs.R David Murray2012-04-121-3/+3
* | merge 3.2 (null)Benjamin Peterson2012-04-110-0/+0
|\ \ | |/
| * merge 3.1 (null)Benjamin Peterson2012-04-110-0/+0
| |\
| | * after 3.1.5Benjamin Peterson2012-04-112-1/+13
* | | #14508: make gprof2html script runnable under python3R David Murray2012-04-112-6/+31
|\ \ \ | |/ /
| * | #14508: make gprof2html script runnable under python3R David Murray2012-04-111-5/+7
* | | merge to default - Issue 10484 - Incorporate improvements to CGI module - Sug...Senthil Kumaran2012-04-112-51/+56
|\ \ \ | |/ /
| * | 3.2 - Issue 10484 - Incorporate improvements to CGI module - Suggested by Gle...Senthil Kumaran2012-04-112-51/+56
* | | Improve the threading.Condition docs.Antoine Pitrou2012-04-111-3/+5
|\ \ \ | |/ /
| * | Improve the threading.Condition docs.Antoine Pitrou2012-04-111-3/+5
* | | #14545: merge 3.2Georg Brandl2012-04-111-2/+2
|\ \ \ | |/ /
| * | Closes #14545: make clearer what was added.Georg Brandl2012-04-111-2/+2
* | | Merge 3.2Georg Brandl2012-04-111-0/+1
|\ \ \ | |/ /
| * | Merge 3.2.3 release clone.Georg Brandl2012-04-118-13/+15
| |\ \
| | * | Post-release update.Georg Brandl2012-04-111-1/+1
| | * | Added tag v3.2.3 for changeset 3d0686d90f55Georg Brandl2012-04-101-0/+1
| | * | Merge.v3.2.3Georg Brandl2012-04-101-0/+1
| | |\ \
| | | * | Add 3.2.3rc2 uuid.Martin v. Löwis2012-03-181-0/+1
| | * | | Bump to 3.2.3 final.Georg Brandl2012-04-105-8/+8
| | * | | News entry for f91ecbc8bafc.Georg Brandl2012-04-101-5/+5
| | * | | Issue #14387 : undefine 'small' so that it doesn't clash with Windows headers.Kristján Valur Jónsson2012-03-221-0/+2
| | |/ /
* | | | use assertWarns instead of check_warnings - Issue14341Senthil Kumaran2012-04-111-7/+9
* | | | Make the trace module ignore modules whose names start with "<" andBrett Cannon2012-04-112-2/+5
* | | | 1) Remove claim of an input invariant that is only true for static mpd_t.Stefan Krah2012-04-102-4/+2
* | | | Fix stale comment.Stefan Krah2012-04-101-3/+4
* | | | MergeAntoine Pitrou2012-04-101-139/+167
|\ \ \ \ | |/ / /
| * | | Small improvements to the threading docs: better publicize support for the wi...Antoine Pitrou2012-04-101-19/+33
| * | | Fix some markup in the threading docs.Antoine Pitrou2012-04-101-70/+78
| * | | Issue #8799: Fix and improve the threading.Condition documentation.Antoine Pitrou2012-04-102-54/+64
| * | | merge headsSenthil Kumaran2012-04-102-2/+31
| |\ \ \
* | \ \ \ merge headsSenthil Kumaran2012-04-102-2/+31
|\ \ \ \ \