index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
*
#2658: Add test for issue fixed by fix for #1079.
R David Murray
2012-06-03
1
-0/+10
*
#1079: Fix parsing of encoded words.
R David Murray
2012-06-02
2
-14/+67
*
Fix sporadic failure of test_time.test_process_time() on Windows
Victor Stinner
2012-06-01
1
-2/+5
*
#14814: Fix errror message creation in ipaddress.collapse_addresses
Hynek Schlawack
2012-06-01
1
-4/+11
*
Close #14969: Improve the handling of exception chaining in contextlib.ExitStack
Nick Coghlan
2012-06-01
1
-11/+18
*
Issue #14007: implement doctype() method calling in XMLParser of _elementtree.
Eli Bendersky
2012-06-01
1
-1/+18
*
Issue #14007: make XMLParser a real subclassable type exported from _elementt...
Eli Bendersky
2012-06-01
1
-0/+29
*
Don't use metaclasses when class decorators can do the job.
R David Murray
2012-05-31
4
-41/+44
*
Close #14963: Use an iterative algorithm in contextlib.ExitStack.__exit__ (Pa...
Nick Coghlan
2012-05-31
1
-0/+6
*
Issue #14963: Added test cases for contextlib.ExitStack exception handling be...
Nick Coghlan
2012-05-31
1
-0/+89
*
Make parameterized tests in email less hackish.
R David Murray
2012-05-31
4
-93/+122
*
Issue #14007: implemented the 'element_factory' feature of TreeBuilder in
Eli Bendersky
2012-05-30
1
-4/+14
*
#14796: fix failure of new calendar test on windows.
R David Murray
2012-05-30
1
-2/+3
*
Reapplied skip logic for test on Windows, which appears to have been lost dur...
Vinay Sajip
2012-05-29
1
-0/+1
*
Updated test to reflect renamed file.
Vinay Sajip
2012-05-29
1
-1/+1
*
#14796: improve calendar test coverage.
R David Murray
2012-05-29
1
-9/+211
*
#10839: add new test file that was omitted from checkin
R David Murray
2012-05-29
1
-0/+18
*
Issue #14007: make TreeBuilder an actual type exposed from _elementtree, and ...
Eli Bendersky
2012-05-29
1
-0/+14
*
#14835: Make plistlib output empty arrays & dicts like OS X
Hynek Schlawack
2012-05-29
1
-0/+6
*
Issue 14814: Add namespaces keyword arg to find(*) methods in _elementtree.
Eli Bendersky
2012-05-29
1
-1/+65
*
Refactor test_email/test_pickleable and add tests for date headers
R David Murray
2012-05-29
1
-28/+59
*
Regularize test_email/test_headerregistry's references to policy.
R David Murray
2012-05-29
1
-6/+6
*
Refactor test_email/test_defect_handling.
R David Murray
2012-05-29
2
-179/+162
*
Issue #14930: Make memoryview objects weakrefable.
Richard Oudkerk
2012-05-28
2
-1/+16
*
Fixed typo.
Vinay Sajip
2012-05-28
1
-1/+1
*
Tweaked tests to use launcher executable name on OS X.
Vinay Sajip
2012-05-28
1
-1/+5
*
#12515: email now registers a defect if the MIME end boundary is missing.
R David Murray
2012-05-28
1
-0/+33
*
#1672568: email now registers defects for base64 payload format errors.
R David Murray
2012-05-28
3
-268/+324
*
#14925: email now registers a defect for missing header/body separator.
R David Murray
2012-05-28
2
-11/+39
*
Make headerregistry fully part of the provisional api.
R David Murray
2012-05-27
3
-36/+35
*
Changed executable name computation in test_venv to allow for debug executables.
Vinay Sajip
2012-05-27
1
-2/+1
*
Refined venv tests.
Vinay Sajip
2012-05-27
1
-9/+26
*
Fixed _sys_home computation and added diagnostics for Windows buildbot failures.
Vinay Sajip
2012-05-27
1
-1/+4
*
Close #14857: fix regression in references to PEP 3135 implicit __class__ clo...
Nick Coghlan
2012-05-27
1
-0/+24
*
Merged upstream changes.
Vinay Sajip
2012-05-26
5
-73/+284
|
\
|
*
#8739: upgrade smtpd to RFC 5321 and 1870.
R David Murray
2012-05-26
3
-36/+266
|
*
Recognize '<>' as a special case of an angle-addr in header_value_parser.
R David Murray
2012-05-26
1
-1/+14
|
*
Issue #14814: Clean out an obsolete property and method from ipaddress Networ...
Nick Coghlan
2012-05-26
1
-1/+1
|
*
Issue #14814: Cleanup ipaddress header comments
Nick Coghlan
2012-05-26
1
-16/+2
|
*
Issue #14814: In the spirit of TOOWTDI, ditch the redundant version parameter...
Nick Coghlan
2012-05-26
1
-19/+1
*
|
Addressed some buildbot errors and comments on the checkin by Antoine on pyth...
Vinay Sajip
2012-05-26
1
-22/+5
|
/
*
#665194: Add a localtime function to email.utils.
R David Murray
2012-05-26
1
-0/+73
*
#12586: Fix a small oversight in the new email policy header setting code.
R David Murray
2012-05-26
1
-0/+22
*
Implemented PEP 405 (Python virtual environments).
Vinay Sajip
2012-05-26
8
-8/+160
*
#12586: add provisional email policy with new header parsing and folding.
R David Murray
2012-05-25
7
-105/+3624
*
#14731: refactor email policy framework.
R David Murray
2012-05-25
5
-155/+514
*
Added test for namespace package dynamic path updates.
Eric V. Smith
2012-05-25
1
-0/+45
*
#4841: Fix FileIO constructor to honor closefd when called repeatedly
Hynek Schlawack
2012-05-25
1
-0/+13
|
\
|
*
#4841: Fix FileIO constructor to honor closefd when called repeatedly
Hynek Schlawack
2012-05-25
1
-0/+13
*
|
issue 14660: Implement PEP 420, namespace packages.
Eric V. Smith
2012-05-25
17
-19/+379
[next]