summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Guard an LLTRACE variable to silence an unused variable warning.Brett Cannon2012-04-021-0/+2
* Merge with 3.2 (Issue #14471)Kristján Valur Jónsson2012-04-022-1/+3
|\
| * Issue #14471: Fix a possible buffer overrun in the winreg module.Kristján Valur Jónsson2012-04-022-1/+3
* | merge 3.2Benjamin Peterson2012-04-023-0/+30
|\ \ | |/
| * prevent writing to stderr from messing up the exception state (closes #14474)Benjamin Peterson2012-04-023-0/+30
* | Whitespace.Stefan Krah2012-04-021-57/+57
* | Merge.Stefan Krah2012-04-023-20/+28
|\ \
| * \ Merge.Georg Brandl2012-04-029-771/+794
| |\ \
| | * \ merge 3.2Benjamin Peterson2012-04-011-13/+9
| | |\ \ | | | |/
| | | * adjust formattingBenjamin Peterson2012-04-011-5/+5
| | | * remove extraneous conditionBenjamin Peterson2012-04-011-6/+4
| | | * merge headsBenjamin Peterson2012-04-0122-86/+185
| | | |\
| | | * | be consistent with rest of functionBenjamin Peterson2012-04-011-2/+1
| * | | | Post-release update.Georg Brandl2012-04-022-1/+13
* | | | | Clear the context flags if a context is initialized from the DefaultContext.Stefan Krah2012-04-022-0/+78
| |/ / / |/| | |
* | | | Fix Overflow exception in the bignum factorial benchmark that is due toStefan Krah2012-04-011-1/+4
* | | | Add _decimal and _testbuffer modules.Martin v. Löwis2012-04-011-1/+3
* | | | Add MASM define to PGI and PGO buildsMartin v. Löwis2012-04-011-743/+743
* | | | Issue #14151: Raise a ValueError, not a NameError, when trying to createAntoine Pitrou2012-04-013-1/+26
|\ \ \ \ | | |_|/ | |/| |
| * | | Issue #14151: Raise a ValueError, not a NameError, when trying to createAntoine Pitrou2012-04-013-1/+26
* | | | Removing the test of Element that causes ref-leak in GC (issue #14464).Eli Bendersky2012-04-011-10/+0
* | | | Issue #13019: Fix potential reference leaks in bytearray.extend().Antoine Pitrou2012-04-012-2/+9
|\ \ \ \ | |/ / / | | / / | |/ / |/| |
| * | Issue #13019: Fix potential reference leaks in bytearray.extend().Antoine Pitrou2012-04-012-2/+9
* | | Added tag v3.3.0a2 for changeset 2f69db52d6deGeorg Brandl2012-04-011-0/+1
* | | Bump to 3.3.0a2.v3.3.0a2Georg Brandl2012-04-016-7/+7
* | | Fix markup errors found by "make suspicious".Georg Brandl2012-04-012-4/+4
* | | Update pydoc topics.Georg Brandl2012-04-011-6/+6
* | | Remove parens around link.Georg Brandl2012-04-011-1/+1
* | | Issue #14394: Use elaborate phrases that boil down to "one to two ordersStefan Krah2012-04-011-4/+10
* | | Issue #14463: Prevent _decimal.so compile failures in OS X installer builds.Ned Deily2012-04-011-1/+5
* | | Issue #13507: OS X installer builds now build liblzma for the newNed Deily2012-04-011-0/+11
* | | merge with 3.2Sandro Tosi2012-03-311-1/+1
|\ \ \ | |/ /
| * | fix typo; thanks to Robert Bardos from docs@Sandro Tosi2012-03-311-1/+1
* | | Issue #14300: Under Windows, sockets created using socket.dup() now allow ove...Antoine Pitrou2012-03-312-1/+4
* | | Issue #13872: socket.detach() now marks the socket closed (as mirrored in the...Antoine Pitrou2012-03-313-0/+15
|\ \ \ | |/ /
| * | Issue #13872: socket.detach() now marks the socket closed (as mirrored in the...Antoine Pitrou2012-03-313-0/+15
* | | Null mergeAntoine Pitrou2012-03-310-0/+0
|\ \ \ | |/ /
| * | Issue #14437: Fix building the _io module under Cygwin.Antoine Pitrou2012-03-312-1/+3
* | | Fix formattingAntoine Pitrou2012-03-311-7/+7
* | | Issue #14456: improve documentation of the signal module w.r.t. threads.Antoine Pitrou2012-03-311-42/+65
|\ \ \ | |/ /
| * | Issue #14456: improve documentation of the signal module w.r.t. threads.Antoine Pitrou2012-03-311-40/+52
* | | Issue #14406: Fix a race condition when using `concurrent.futures.wait(return...Antoine Pitrou2012-03-313-4/+25
|\ \ \ | |/ /
| * | Issue #14406: Fix a race condition when using `concurrent.futures.wait(return...Antoine Pitrou2012-03-313-4/+25
* | | merge headsSandro Tosi2012-03-311-1/+1
|\ \ \
| * | | fix typoAndrew Svetlov2012-03-311-1/+1
* | | | merge headsSandro Tosi2012-03-312-1/+20
|\ \ \ \ | |/ / /
| * | | fix issue #5136: deprecate old unused functions from tkinter.Andrew Svetlov2012-03-312-1/+20
* | | | merge with 3.2Sandro Tosi2012-03-311-1/+1
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | use unittest.skip; thanks to Chang Min Jeon from docs@Sandro Tosi2012-03-311-1/+1
* | | Merge #14434: make tutorial link in 'help' banner version-specificR David Murray2012-03-311-2/+2
|\ \ \ | |/ /