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
*
Issue #17835: Fix test_io when the default OS pipe buffer size is larger than...
Antoine Pitrou
2013-04-24
2
-6/+8
|
\
|
*
Issue #17835: Fix test_io when the default OS pipe buffer size is larger than...
Antoine Pitrou
2013-04-24
2
-6/+8
|
*
backported rev 79713 from 3.4, test_recursion_limit skipped for -O0
Ćukasz Langa
2013-04-23
1
-1/+2
*
|
Issue #17244: Windows doesn't let you set permissions on directories.
Brett Cannon
2013-04-24
1
-0/+2
*
|
(3.3->default) Ensure that plistlib doesn't corrupt deeply nested datastructures
Ronald Oussoren
2013-04-23
1
-0/+12
|
\
\
|
|
/
|
*
Ensure that plistlib doesn't corrupt deeply nested datastructures
Ronald Oussoren
2013-04-23
1
-0/+12
*
|
Issue #16624: `subprocess.check_output` now accepts an `input` argument,
Serhiy Storchaka
2013-04-22
1
-1/+35
*
|
Merge #17065: Use process-unique key for winreg test.
R David Murray
2013-04-21
1
-2/+5
|
\
\
|
|
/
|
*
#17065: Use process-unique key for winreg test.
R David Murray
2013-04-21
1
-2/+5
*
|
Merge removal of duplicated tests from 3.3.
Ezio Melotti
2013-04-21
1
-21/+0
|
\
\
|
|
/
|
*
Remove duplicated tests.
Ezio Melotti
2013-04-21
1
-21/+0
*
|
Merge 3.3
Alexandre Vassalotti
2013-04-20
1
-4/+54
|
\
\
|
|
/
|
*
Isuse #17720: Fix APPENDS handling in the Python implementation of Unpickler
Alexandre Vassalotti
2013-04-20
1
-4/+54
*
|
Issue #16694: Add a pure Python implementation of the operator module.
Antoine Pitrou
2013-04-20
1
-32/+59
*
|
#9607: restore keywords.kwlist after testing it.
R David Murray
2013-04-20
1
-0/+2
*
|
#9607: Add tests for the keyword module.
R David Murray
2013-04-20
2
-1/+135
*
|
Merge #17413: make sure settrace funcs get passed exception instances for 'va...
R David Murray
2013-04-19
1
-0/+23
|
\
\
|
|
/
|
*
#17413: make sure settrace funcs get passed exception instances for 'value'.
R David Murray
2013-04-19
1
-0/+23
*
|
#17790: merge with 3.3.
Ezio Melotti
2013-04-19
1
-84/+31
|
\
\
|
|
/
|
*
#17790: test_set now works with unittest test discovery. Patch by Zachary Ware.
Ezio Melotti
2013-04-19
1
-84/+31
*
|
#17789: merge with 3.3.
Ezio Melotti
2013-04-19
1
-27/+12
|
\
\
|
|
/
|
*
#17789: test_random now works with unittest test discovery. Patch by Zachary...
Ezio Melotti
2013-04-19
1
-27/+12
*
|
#17779: merge with 3.3.
Ezio Melotti
2013-04-19
1
-5/+4
|
\
\
|
|
/
|
*
#17779: test_osx_env now works with unittest test discovery. Patch by Zachar...
Ezio Melotti
2013-04-19
1
-5/+4
*
|
Issue #17741: Add ElementTree.IncrementalParser, an event-driven parser for n...
Antoine Pitrou
2013-04-18
1
-0/+130
*
|
Issue #17555: Fix ForkAwareThreadLock so that size of after fork
Richard Oudkerk
2013-04-17
1
-1/+31
|
\
\
|
|
/
|
*
Issue #17555: Fix ForkAwareThreadLock so that size of after fork
Richard Oudkerk
2013-04-17
1
-1/+31
|
*
Fix issue #17707: multiprocessing.Queue's get() method does not block for sho...
Giampaolo Rodola'
2013-04-17
1
-0/+7
*
|
Fix issue #17707: multiprocessing.Queue's get() method does not block for sho...
Giampaolo Rodola'
2013-04-17
1
-0/+7
*
|
#17766: merge with 3.3.
Ezio Melotti
2013-04-17
1
-32/+14
|
\
\
|
|
/
|
*
#17766: test_iterlen now works with unittest test discovery. Patch by Zachar...
Ezio Melotti
2013-04-17
1
-32/+14
*
|
Remove unused import
Barry Warsaw
2013-04-16
1
-1/+0
|
\
\
|
|
/
|
*
Remove unused import.
Barry Warsaw
2013-04-16
1
-1/+0
*
|
- Issue #17012: shutil.which() no longer fallbacks to the PATH environment
Barry Warsaw
2013-04-16
1
-0/+21
|
\
\
|
|
/
|
*
- Issue #17012: shutil.which() no longer fallbacks to the PATH environment
Barry Warsaw
2013-04-16
1
-0/+21
*
|
Make C and Python implementations of pickle load STRING opcodes the same way.
Alexandre Vassalotti
2013-04-16
1
-24/+29
*
|
Issue #17710: Fix pickle raising a SystemError on bogus input.
Antoine Pitrou
2013-04-15
1
-0/+8
|
\
\
|
|
/
|
*
Issue #17710: Fix pickle raising a SystemError on bogus input.
Antoine Pitrou
2013-04-15
1
-0/+8
*
|
Merge fix for #17731 from 3.3
Nick Coghlan
2013-04-15
1
-0/+3
|
\
\
|
|
/
|
*
Close #17731: Clean up properly in test_import
Nick Coghlan
2013-04-15
1
-0/+3
*
|
Issue #17713: Added failure diagnostics to test.
Vinay Sajip
2013-04-15
1
-1/+5
*
|
Merge #17341: Include name in re error message about invalid group name.
R David Murray
2013-04-14
1
-0/+11
|
\
\
|
|
/
|
*
#17341: Include name in re error message about invalid group name.
R David Murray
2013-04-14
1
-0/+11
*
|
add a newline
Brett Cannon
2013-04-14
1
-1/+1
*
|
Issue #17244: Don't mask exceptions raised during the creation of
Brett Cannon
2013-04-14
1
-3/+14
*
|
(Merge 3.3) Issue #17702: use assertRaises() for the unit test
Victor Stinner
2013-04-14
1
-10/+4
|
\
\
|
|
/
|
*
Issue #17702: use assertRaises() for the unit test
Victor Stinner
2013-04-14
1
-10/+4
*
|
(Merge 3.3) Close #17702: os.environ now raises KeyError with the original
Victor Stinner
2013-04-14
1
-0/+18
|
\
\
|
|
/
|
*
Close #17702: os.environ now raises KeyError with the original environment
Victor Stinner
2013-04-14
1
-0/+18
*
|
Merge fix for #16163 from 3.3
Nick Coghlan
2013-04-14
1
-0/+39
|
\
\
|
|
/
[next]