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 #18266: test_largefile now works with unittest test discovery and
Serhiy Storchaka
2013-07-17
1
-63/+51
|
\
|
*
Issue #18266: test_largefile now works with unittest test discovery and
Serhiy Storchaka
2013-07-17
1
-63/+51
*
|
Issue #17767: test_locale now works with unittest test discovery.
Serhiy Storchaka
2013-07-17
1
-58/+36
|
\
\
|
|
/
|
*
Issue #17767: test_locale now works with unittest test discovery.
Serhiy Storchaka
2013-07-17
1
-58/+36
*
|
Merge: Closes #18475: add unittest.main() to test_email/test_inversions.
R David Murray
2013-07-16
1
-0/+4
|
\
\
|
|
/
|
*
Closes #18475: add unittest.main() to test_email/test_inversions.
R David Murray
2013-07-16
1
-0/+4
*
|
Issue #17778: Fix test discovery for test_multiprocessing. (Patch by
Richard Oudkerk
2013-07-16
1
-28/+3
|
\
\
|
|
/
|
*
Issue #17778: Fix test discovery for test_multiprocessing. (Patch by
Richard Oudkerk
2013-07-16
1
-122/+104
*
|
Also remove a (broken) leaker test for the code removed in issue #18393.
Ronald Oussoren
2013-07-16
1
-14/+0
*
|
test_io: check_interrupted_write() now cancels the alarm if ZeroDivisionError
Victor Stinner
2013-07-15
1
-3/+6
*
|
Merge: Closes #18464: fix typo in test name.
R David Murray
2013-07-15
1
-1/+1
|
\
\
|
|
/
|
*
Closes #18464: fix typo in test name.
R David Murray
2013-07-15
1
-1/+1
*
|
Close issue 17482: don't overwrite __wrapped__
Nick Coghlan
2013-07-15
1
-3/+11
*
|
merge
Raymond Hettinger
2013-07-14
1
-1/+1
|
\
\
|
|
/
|
*
Issue #18432: Fix unintended API change in the sched module
Raymond Hettinger
2013-07-14
1
-1/+1
*
|
Merge: #18431: Decode encoded words in atoms in new email parser.
R David Murray
2013-07-12
2
-1/+49
|
\
\
|
|
/
|
*
#18431: Decode encoded words in atoms in new email parser.
R David Murray
2013-07-12
2
-1/+49
*
|
Issue #18342: Use the repr of a module name for ``from ... import
Brett Cannon
2013-07-12
1
-0/+8
*
|
Merge: #18044: Fix parsing of encoded words of the form =?utf8?q?=XX...?=
R David Murray
2013-07-11
3
-4/+51
|
\
\
|
|
/
|
*
#18044: Fix parsing of encoded words of the form =?utf8?q?=XX...?=
R David Murray
2013-07-11
3
-4/+51
*
|
Issue #17872: Fix a segfault in marshal.load() when input stream returns
Serhiy Storchaka
2013-07-11
1
-0/+12
|
\
\
|
|
/
|
*
Issue #17872: Fix a segfault in marshal.load() when input stream returns
Serhiy Storchaka
2013-07-11
1
-0/+12
*
|
Issue #18101: Tcl.split() now process strings nested in a tuple as it
Serhiy Storchaka
2013-07-11
1
-0/+60
|
\
\
|
|
/
|
*
Issue #18101: Tcl.split() now process strings nested in a tuple as it
Serhiy Storchaka
2013-07-11
1
-0/+60
*
|
Issue #18338: `python --version` now prints version string to stdout, and
Serhiy Storchaka
2013-07-11
1
-2/+4
*
|
Merge #17987: properly document support.captured_xxx.
R David Murray
2013-07-11
2
-9/+27
|
\
\
|
|
/
|
*
#17987: properly document support.captured_xxx.
R David Murray
2013-07-11
2
-9/+27
*
|
#18116: getpass no longer always falls back to stdin.
R David Murray
2013-07-10
1
-7/+13
*
|
Issue #18308: don't take the scope ID into account when comparing IPv6
Charles-François Natali
2013-07-09
1
-1/+5
|
\
\
|
|
/
|
*
Issue #18308: don't take the scope ID into account when comparing IPv6
Charles-François Natali
2013-07-09
1
-1/+5
*
|
Add a spacing saving heuristic to deque's extend methods
Raymond Hettinger
2013-07-09
1
-2/+2
*
|
Merge str.center tests from 3.3.
Ezio Melotti
2013-07-08
1
-0/+9
|
\
\
|
|
/
|
*
Add a couple of tests for str.center with non-ASCII chars.
Ezio Melotti
2013-07-08
1
-0/+9
*
|
#18106: refactor tests to use subtests and proper assert methods. Patch by V...
Ezio Melotti
2013-07-07
1
-35/+42
*
|
#17198: merge with 3.3.
Ezio Melotti
2013-07-07
1
-2/+16
|
\
\
|
|
/
|
*
#17198: Fix a NameError in the dbm module. Patch by Valentina Mukhamedzhanova.
Ezio Melotti
2013-07-07
1
-2/+16
*
|
Merge #18013: Fix cgi.FieldStorage to parse the W3C sample form.
Florent Xicluna
2013-07-07
1
-0/+46
|
\
\
|
|
/
|
*
Issue #18013: Fix cgi.FieldStorage to parse the W3C sample form.
Florent Xicluna
2013-07-07
1
-0/+46
*
|
merge for issue #18351.
Brett Cannon
2013-07-06
1
-0/+36
|
\
\
|
|
/
|
*
Issue #18351: Fix various issues with
Brett Cannon
2013-07-06
1
-1/+37
*
|
#18380: merge with 3.3.
Ezio Melotti
2013-07-06
1
-0/+4
|
\
\
|
|
/
|
*
#18380: pass regex flags to the right argument. Patch by Valentina Mukhamedz...
Ezio Melotti
2013-07-06
1
-0/+4
*
|
test_ftplib: silence a BytesWarning when checking TypeError
Florent Xicluna
2013-07-06
1
-1/+2
|
\
\
|
|
/
|
*
test_ftplib: silence a BytesWarning when checking TypeError
Florent Xicluna
2013-07-06
1
-1/+2
*
|
Issue #18375: merge with 3.3
Florent Xicluna
2013-07-06
1
-0/+1
|
\
\
|
|
/
|
*
Issue #18375: Assume --randomize when --randseed is used for running the test...
Florent Xicluna
2013-07-06
1
-0/+1
*
|
Speed-up deque indexing by changing the deque block length to a power of two.
Raymond Hettinger
2013-07-06
1
-1/+1
*
|
Issue #18347: ElementTree's html serializer now preserves the case of closing...
Christian Heimes
2013-07-04
1
-0/+7
|
\
\
|
|
/
|
*
Issue #18347: ElementTree's html serializer now preserves the case of closing...
Christian Heimes
2013-07-04
1
-0/+7
*
|
Issue #15767: Excise the remaining instances of ModuleNotFoundError
Brett Cannon
2013-07-04
5
-22/+22
[next]