summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Issue #14007: implement doctype() method calling in XMLParser of _elementtree.Eli Bendersky2012-06-011-1/+18
* Issue #14007: make XMLParser a real subclassable type exported from _elementt...Eli Bendersky2012-06-011-0/+29
* #14814: Remove stale __hex__ method from ipaddressHynek Schlawack2012-05-311-3/+0
* Don't use metaclasses when class decorators can do the job.R David Murray2012-05-316-67/+66
* Issue #14962: mergeNed Deily2012-05-311-0/+5
|\
| * Issue #14962: Update text coloring in IDLE shell window after changingNed Deily2012-05-311-0/+5
| * Added test skip under Windows, as not applicable there.Vinay Sajip2012-05-311-0/+1
* | Close #14963: Use an iterative algorithm in contextlib.ExitStack.__exit__ (Pa...Nick Coghlan2012-05-312-26/+21
* | Issue #14963: Added test cases for contextlib.ExitStack exception handling be...Nick Coghlan2012-05-311-0/+89
* | Make parameterized tests in email less hackish.R David Murray2012-05-314-93/+122
* | Merge heads.Georg Brandl2012-05-301-4/+14
|\ \
| * | Issue #14007: implemented the 'element_factory' feature of TreeBuilder inEli Bendersky2012-05-301-4/+14
* | | Bump version to 3.3.0a4.v3.3.0a4Georg Brandl2012-05-302-2/+2
* | | Update pydoc topics and fix new suspicious markup.Georg Brandl2012-05-301-9/+9
|/ /
* | #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-303-8/+20
* | Issue #14958: Change IDLE systax highlighting to recognize all string andNed Deily2012-05-301-4/+5
* | 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-291-1/+1
|\ \ | |/
| * Issue #10997: Prevent a duplicate entry in IDLE's "Recent Files" menu.Ned Deily2012-05-291-1/+1
* | #14796: improve calendar test coverage.R David Murray2012-05-291-9/+211
* | #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-293-0/+37
* | Issue #14007: make TreeBuilder an actual type exposed from _elementtree, and ...Eli Bendersky2012-05-291-0/+14
* | Use Python 3.x-style keyword only arg in Array()Richard Oudkerk2012-05-292-9/+6
* | 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-292-12/+24
* | Issue 14814: Add namespaces keyword arg to find(*) methods in _elementtree.Eli Bendersky2012-05-292-1/+68
* | 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-282-1/+16
* | Issue #9041: raised exception is misleadingMeador Inge2012-05-281-0/+10
|\ \ | |/
| * Issue #9041: raised exception is misleadingMeador Inge2012-05-281-0/+10
* | 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-281-1/+2
|\ \ | |/
| * Issue #14443: Tell rpmbuild to use the correct version of PythonNick Coghlan2012-05-281-1/+2
* | Merge 3.2 #14929Terry Jan Reedy2012-05-281-1/+1
|\ \ | |/
| * Issue14929: Stop Idle 3.x from closing on Unicode decode errors when grepping.Terry Jan Reedy2012-05-281-1/+1
* | #12515: email now registers a defect if the MIME end boundary is missing.R David Murray2012-05-283-3/+47
* | Merge 3.2 closes #12510Terry Jan Reedy2012-05-281-3/+6
|\ \ | |/
| * Issue12510: Attempting to get invalid tooltip no longer closes Idle.Terry Jan Reedy2012-05-281-3/+6
* | #1672568: email now registers defects for base64 payload format errors.R David Murray2012-05-284-273/+331
* | #14925: email now registers a defect for missing header/body separator.R David Murray2012-05-284-18/+48
* | Make headerregistry fully part of the provisional api.R David Murray2012-05-275-39/+38
* | Changed executable name computation in test_venv to allow for debug executables.Vinay Sajip2012-05-271-2/+1