summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Issue #14036: return None when port in urlparse cross 65535Senthil Kumaran2012-05-241-0/+5
|\ \ | |/
| * Issue #14036: return None when port in urlparse cross 65535Senthil Kumaran2012-05-241-0/+5
* | Issue #14814: improve docstrings and arguments value handling, as per Terry J...Sandro Tosi2012-05-231-0/+18
* | #14885: Make support.skip_unless_xattr check also tempfileHynek Schlawack2012-05-231-10/+18
* | Close #14136 by cleaning up the PEP 409 command line test (patch by Ethan Fur...Nick Coghlan2012-05-212-52/+20
* | Close #13585: add contextlib.ExitStack to replace the ill-fated contextlib.ne...Nick Coghlan2012-05-211-0/+123
* | Issue #14814: addition of the ipaddress module (stage 1 - code and tests)Nick Coghlan2012-05-201-0/+1142
* | Issue #14426: Correct the Date format in Expires attribute of Set-Cookie. Pa...Senthil Kumaran2012-05-201-4/+4
|\ \ | |/
| * Issue #14426: Correct the Date format in Expires attribute of Set-Cookie. Pa...Senthil Kumaran2012-05-201-4/+4
* | Issue #14849: setup Element data members to be assignable in subclassesEli Bendersky2012-05-201-0/+4