summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
* #2658: Add test for issue fixed by fix for #1079.R David Murray2012-06-031-0/+10
* #1079: Fix parsing of encoded words.R David Murray2012-06-022-14/+67
* Fix sporadic failure of test_time.test_process_time() on WindowsVictor Stinner2012-06-011-2/+5
* #14814: Fix errror message creation in ipaddress.collapse_addressesHynek Schlawack2012-06-011-4/+11
* Close #14969: Improve the handling of exception chaining in contextlib.ExitStackNick Coghlan2012-06-011-11/+18
* 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
* Don't use metaclasses when class decorators can do the job.R David Murray2012-05-314-41/+44
* Close #14963: Use an iterative algorithm in contextlib.ExitStack.__exit__ (Pa...Nick Coghlan2012-05-311-0/+6
* 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
* Issue #14007: implemented the 'element_factory' feature of TreeBuilder inEli Bendersky2012-05-301-4/+14
* #14796: fix failure of new calendar test on windows.R David Murray2012-05-301-2/+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
* #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
* Issue #14007: make TreeBuilder an actual type exposed from _elementtree, and ...Eli Bendersky2012-05-291-0/+14
* #14835: Make plistlib output empty arrays & dicts like OS XHynek Schlawack2012-05-291-0/+6
* Issue 14814: Add namespaces keyword arg to find(*) methods in _elementtree.Eli Bendersky2012-05-291-1/+65
* 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
* Fixed typo.Vinay Sajip2012-05-281-1/+1
* Tweaked tests to use launcher executable name on OS X.Vinay Sajip2012-05-281-1/+5
* #12515: email now registers a defect if the MIME end boundary is missing.R David Murray2012-05-281-0/+33
* #1672568: email now registers defects for base64 payload format errors.R David Murray2012-05-283-268/+324
* #14925: email now registers a defect for missing header/body separator.R David Murray2012-05-282-11/+39
* Make headerregistry fully part of the provisional api.R David Murray2012-05-273-36/+35
* Changed executable name computation in test_venv to allow for debug executables.Vinay Sajip2012-05-271-2/+1
* Refined venv tests.Vinay Sajip2012-05-271-9/+26
* Fixed _sys_home computation and added diagnostics for Windows buildbot failures.Vinay Sajip2012-05-271-1/+4
* Close #14857: fix regression in references to PEP 3135 implicit __class__ clo...Nick Coghlan2012-05-271-0/+24
* Merged upstream changes.Vinay Sajip2012-05-265-73/+284
|\
| * #8739: upgrade smtpd to RFC 5321 and 1870.R David Murray2012-05-263-36/+266
| * Recognize '<>' as a special case of an angle-addr in header_value_parser.R David Murray2012-05-261-1/+14
| * Issue #14814: Clean out an obsolete property and method from ipaddress Networ...Nick Coghlan2012-05-261-1/+1
| * Issue #14814: Cleanup ipaddress header commentsNick Coghlan2012-05-261-16/+2
| * Issue #14814: In the spirit of TOOWTDI, ditch the redundant version parameter...Nick Coghlan2012-05-261-19/+1
* | Addressed some buildbot errors and comments on the checkin by Antoine on pyth...Vinay Sajip2012-05-261-22/+5
|/
* #665194: Add a localtime function to email.utils.R David Murray2012-05-261-0/+73
* #12586: Fix a small oversight in the new email policy header setting code.R David Murray2012-05-261-0/+22
* Implemented PEP 405 (Python virtual environments).Vinay Sajip2012-05-268-8/+160
* #12586: add provisional email policy with new header parsing and folding.R David Murray2012-05-257-105/+3624
* #14731: refactor email policy framework.R David Murray2012-05-255-155/+514
* Added test for namespace package dynamic path updates.Eric V. Smith2012-05-251-0/+45
* #4841: Fix FileIO constructor to honor closefd when called repeatedlyHynek Schlawack2012-05-251-0/+13
|\
| * #4841: Fix FileIO constructor to honor closefd when called repeatedlyHynek Schlawack2012-05-251-0/+13
* | issue 14660: Implement PEP 420, namespace packages.Eric V. Smith2012-05-2517-19/+379