summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Refactor test_email/test_pickleable and add tests for date headersR David Murray2012-05-291-28/+59
* | Regularize test_email/test_headerregistry's references to policy.R David Murray2012-05-291-6/+6
* | Refactor test_email/test_defect_handling.R David Murray2012-05-292-179/+162
* | Issue #14930: Make memoryview objects weakrefable.Richard Oudkerk2012-05-285-2/+23
* | Issue #14775: Fix a potential quadratic dict build-up due to the garbage coll...Antoine Pitrou2012-05-283-3/+61
|\ \ | |/
| * Issue #14775: Fix a potential quadratic dict build-up due to the garbage coll...Antoine Pitrou2012-05-283-3/+61
* | Issue #9041: raised exception is misleadingMeador Inge2012-05-283-25/+19
|\ \ | |/
| * Issue #9041: raised exception is misleadingMeador Inge2012-05-283-25/+19
* | Fixed typo.Vinay Sajip2012-05-281-1/+1
* | Tweaked tests to use launcher executable name on OS X.Vinay Sajip2012-05-281-1/+5
* | Added python3 symlink; removed Distribute-related code, docs and comments; ch...Vinay Sajip2012-05-281-126/+16
* | Merge from 3.2Nick Coghlan2012-05-282-1/+5
|\ \ | |/
| * Issue #14443: Tell rpmbuild to use the correct version of PythonNick Coghlan2012-05-282-1/+5
* | Issue #14660: Install namespace_pkgs test directories and files.Ned Deily2012-05-281-0/+18
* | Merge 3.2 #14929Terry Jan Reedy2012-05-282-1/+4
|\ \ | |/
| * Issue14929: Stop Idle 3.x from closing on Unicode decode errors when grepping.Terry Jan Reedy2012-05-282-1/+4
* | #12515: email now registers a defect if the MIME end boundary is missing.R David Murray2012-05-285-3/+59
* | merge headsTerry Jan Reedy2012-05-280-0/+0
|\ \
| * | News item for #1672568.R David Murray2012-05-281-0/+4
* | | Merge 3.2 closes #12510Terry Jan Reedy2012-05-282-3/+9
|\ \ \ | |/ / |/| / | |/
| * Issue12510: Attempting to get invalid tooltip no longer closes Idle.Terry Jan Reedy2012-05-282-3/+9
* | #1672568: email now registers defects for base64 payload format errors.R David Murray2012-05-286-275/+344