summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Use workctx instead of ctx for cosmetic reasons. Also zero-pad the resultStefan Krah2012-05-311-1/+2
* Improve Underflow handling in the correct-rounding loop. The case forStefan Krah2012-05-311-4/+17
* Issue #14962: mergeNed Deily2012-05-312-0/+8
|\
| * Issue #14962: Update text coloring in IDLE shell window after changingNed Deily2012-05-312-0/+8
* | Issue #14952: Fix incorrect output dll names for win64/debug builds, causingKristjan Valur Jonsson2012-05-311-4/+0
* | Improve comments.Stefan Krah2012-05-311-4/+14
* | Merge.Stefan Krah2012-05-313-27/+28
|\ \
| * | Close #14963: Use an iterative algorithm in contextlib.ExitStack.__exit__ (Pa...Nick Coghlan2012-05-313-27/+28
* | | Pad the result with zeros just before the final rounding.Stefan Krah2012-05-311-3/+1
|/ /
* | Issue #14963: Added test cases for contextlib.ExitStack exception handling be...Nick Coghlan2012-05-313-0/+101
* | Do not clobber existing flags.Stefan Krah2012-05-311-1/+1
* | Typo fixNick Coghlan2012-05-311-1/+1
* | Additional ExitStack examples, and a few other cleanups for the ExitStack docsNick Coghlan2012-05-311-7/+75
* | Null merge from 3.2.Vinay Sajip2012-05-310-0/+0
|\ \ | |/
| * Added test skip under Windows, as not applicable there.Vinay Sajip2012-05-311-0/+1
* | Issue #14909: A number of places were using PyMem_Realloc() apis andKristjan Valur Jonsson2012-05-315-11/+20
* | Make parameterized tests in email less hackish.R David Murray2012-05-314-93/+122
* | Merge heads.Georg Brandl2012-05-303-37/+90
|\ \
| * | Issue #14007: implemented the 'element_factory' feature of TreeBuilder inEli Bendersky2012-05-303-37/+90
* | | Added tag v3.3.0a4 for changeset 7c51388a3aa7Georg Brandl2012-05-301-0/+1
* | | Bump version to 3.3.0a4.v3.3.0a4Georg Brandl2012-05-306-7/+7
* | | Update pydoc topics and fix new suspicious markup.Georg Brandl2012-05-306-15/+47
|/ /
* | Close #14947: add missing cross-reference to Language Definition from the new...Nick Coghlan2012-05-301-13/+18
* | #14796: fix failure of new calendar test on windows.R David Murray2012-05-301-2/+3
* | Close #14690: Use monotonic clock instead of system clock in the sched,Victor Stinner2012-05-304-8/+23
* | Issue #14958: Change IDLE systax highlighting to recognize all string andNed Deily2012-05-302-4/+8
* | Merge 3.2 news itemBrian Curtin2012-05-291-0/+2
|\ \ | |/
| * Add news item for #14943Brian Curtin2012-05-291-0/+3
* | Fix #14943. Merge 3.2Brian Curtin2012-05-291-3/+3
|\ \ | |/
| * Fix #14943. Update the proper default value and list the proper argument name...Brian Curtin2012-05-291-3/+3
* | Reapplied skip logic for test on Windows, which appears to have been lost dur...Vinay Sajip2012-05-291-0/+1
* | Updated test to reflect renamed file.Vinay Sajip2012-05-291-1/+1
* | Issue #10997: merge from 3.2Ned Deily2012-05-292-1/+3
|\ \ | |/
| * Issue #10997: Prevent a duplicate entry in IDLE's "Recent Files" menu.Ned Deily2012-05-292-1/+3
* | #14796: improve calendar test coverage.R David Murray2012-05-291-9/+211
* | Issue #14744: Fix compilation on Windows (part 2)Victor Stinner2012-05-291-1/+1
* | Issue #14744: Fix compilation on WindowsVictor Stinner2012-05-291-2/+2
* | #10839: add new test file that was omitted from checkinR David Murray2012-05-291-0/+18
* | #10839: raise an error on add of duplicate unique headers in new email policiesR David Murray2012-05-294-0/+62
* | merge headsEli Bendersky2012-05-293-6/+71
|\ \
| * \ Merged upstream changes.Vinay Sajip2012-05-2917-453/+893
| |\ \
| * | | Added pyvenv docs to 'Python Setup and Usage' section.Vinay Sajip2012-05-293-6/+71
* | | | Issue #14007: make TreeBuilder an actual type exposed from _elementtree, and ...Eli Bendersky2012-05-292-74/+91
| |/ / |/| |
* | | Issue #14744: Use the new _PyUnicodeWriter internal API to speed up str%args ...Victor Stinner2012-05-2912-434/+875
* | | PyArg_Parse*("U"): ensure that the Unicode string is readyVictor Stinner2012-05-291-1/+4
* | | Use Python 3.x-style keyword only arg in Array()Richard Oudkerk2012-05-293-12/+9
* | | Remove __getslice__, __setslice__, __delslice__ methods from proxiesRichard Oudkerk2012-05-291-6/+5
|/ /
* | Removed pysetup3.exe executable.Vinay Sajip2012-05-292-0/+0
* | #14835: Make plistlib output empty arrays & dicts like OS XHynek Schlawack2012-05-294-12/+28
* | Issue 14814: Add namespaces keyword arg to find(*) methods in _elementtree.Eli Bendersky2012-05-294-34/+169