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 #18339: use with self.assertRaises() to make test case more readable
Christian Heimes
2013-07-01
1
-2/+4
|
\
\
|
|
/
|
*
Issue #18339: use with self.assertRaises() to make test case more readable
Christian Heimes
2013-07-01
1
-2/+4
*
|
Issue #17097: Merge.
Richard Oudkerk
2013-07-01
1
-1/+69
|
\
\
|
|
/
|
*
Issue #17097: Make multiprocessing ignore EINTR.
Richard Oudkerk
2013-07-01
1
-1/+69
*
|
Merge with current default
Łukasz Langa
2013-07-01
1
-0/+7
|
\
\
|
*
\
Issue #18339: Negative ints keys in unpickler.memo dict no longer cause a
Christian Heimes
2013-07-01
1
-0/+7
|
|
\
\
|
|
|
/
|
|
*
Issue #18339: Negative ints keys in unpickler.memo dict no longer cause a
Christian Heimes
2013-07-01
1
-0/+7
*
|
|
Issue #18244: Adopt C3-based linearization in functools.singledispatch for im...
Łukasz Langa
2013-07-01
1
-21/+153
|
/
/
*
|
Issue 18240: The HMAC module is no longer restricted to bytes and accepts
Christian Heimes
2013-07-01
1
-0/+14
*
|
Issue #18224: Updated test.
Vinay Sajip
2013-06-30
1
-4/+0
|
\
\
|
|
/
|
*
Issue #18224: Updated test.
Vinay Sajip
2013-06-30
1
-4/+0
|
*
#18038: Use non-deprecated assert names in tests.
R David Murray
2013-06-30
1
-5/+5
*
|
Merge #18155: Regex-escape delimiter, in case it is a regex special char.
R David Murray
2013-06-29
1
-3/+39
|
\
\
|
|
/
|
*
#18155: Regex-escape delimiter, in case it is a regex special char.
R David Murray
2013-06-29
1
-3/+39
*
|
Merge with 3.3
Terry Jan Reedy
2013-06-29
1
-0/+5
|
\
\
|
|
/
|
*
Issue #18103: Update README.txt and test_idle to describe and run gui tests.
Terry Jan Reedy
2013-06-29
1
-0/+5
*
|
Issue #18322: fix some test_stat nits.
Antoine Pitrou
2013-06-29
1
-11/+7
*
|
Issue #17914: Use os.cpu_count() instead of multiprocessing.cpu_count() where
Charles-François Natali
2013-06-28
1
-6/+2
*
|
Merge #14360: make encoders.encode_quopri work.
R David Murray
2013-06-27
1
-0/+29
|
\
\
|
|
/
|
*
#14360: make encoders.encode_quopri work.
R David Murray
2013-06-27
1
-0/+29
|
*
Merge heads
Serhiy Storchaka
2013-06-23
1
-11/+63
|
|
\
*
|
|
test_gdb.py: ignore also "warning: Source file is more recent than executable...
Victor Stinner
2013-06-25
1
-0/+1
*
|
|
Issue #17206: Fix test_cmd_line and test_faulthandler for my previous change
Victor Stinner
2013-06-25
2
-8/+17
*
|
|
Issue #17206: test.regrtest and test.script_helper enable faulthandler module
Victor Stinner
2013-06-25
2
-2/+3
*
|
|
#11390: fix test failures due to readline and windows lineneds.
R David Murray
2013-06-25
1
-22/+30
*
|
|
Issue 18111: Add a default argument to min() and max()
Raymond Hettinger
2013-06-25
1
-0/+28
*
|
|
#11390: convert doctest CLI to argparse and add -o and -f options.
R David Murray
2013-06-23
1
-0/+226
*
|
|
Merge heads
Serhiy Storchaka
2013-06-23
1
-11/+63
|
\
\
\
|
*
\
\
Merged fix for issue #18260 from 3.3
Łukasz Langa
2013-06-23
1
-11/+63
|
|
\
\
\
|
|
|
|
/
|
|
|
/
|
|
|
*
|
Fixed issue #18260: configparser TypeError on source name specified as bytes
Łukasz Langa
2013-06-23
1
-11/+63
*
|
|
|
Issue #18184: PyUnicode_FromFormat() and PyUnicode_FromFormatV() now raise
Serhiy Storchaka
2013-06-23
1
-0/+2
|
\
\
\
\
|
|
/
/
/
|
/
|
|
/
|
|
|
/
|
|
/
|
|
*
|
Issue #18184: PyUnicode_FromFormat() and PyUnicode_FromFormatV() now raise
Serhiy Storchaka
2013-06-23
1
-0/+2
|
|
/
*
|
Solaris' /dev/null is a symlink. The device test now uses stat instead of lst...
Christian Heimes
2013-06-23
1
-4/+7
|
\
\
|
|
/
|
*
Solaris' /dev/null is a symlink. The device test now uses stat instead of lst...
Christian Heimes
2013-06-23
1
-4/+7
*
|
(Merge 3.3) Issue #18137: Detect integer overflow on precision in
Victor Stinner
2013-06-23
1
-0/+17
|
\
\
|
|
/
|
*
Issue #18137: Detect integer overflow on precision in float.__format__() and
Victor Stinner
2013-06-23
1
-0/+17
*
|
Issue #11016: Add C implementation of the stat module as _stat
Christian Heimes
2013-06-22
1
-20/+37
*
|
Merge from 3.3
Andrew Kuchling
2013-06-22
1
-0/+9
|
\
\
|
|
/
|
*
#18113: avoid segfault if Py_XDECREF triggers code that calls set_panel_userp...
Andrew Kuchling
2013-06-22
1
-0/+9
*
|
BSD: block devices are gone
Christian Heimes
2013-06-22
1
-1/+1
|
\
\
|
|
/
|
*
BSD: block devices are gone
Christian Heimes
2013-06-22
1
-1/+1
*
|
Fix test_stat on BSD, /dev/da0 and /dev/ad0 are links
Christian Heimes
2013-06-21
1
-1/+2
|
\
\
|
|
/
|
*
Fix test_stat on BSD, /dev/da0 and /dev/ad0 are links
Christian Heimes
2013-06-21
1
-1/+2
*
|
Add tests for untested features of the 'stat' module (part of issue #11016)
Christian Heimes
2013-06-21
1
-13/+132
|
\
\
|
|
/
|
*
Add tests for untested features of the 'stat' module (part of issue #11016)
Christian Heimes
2013-06-21
1
-13/+132
*
|
Issue #18202: Fix minor bugs and cleanup test_source_encoding.py.
Serhiy Storchaka
2013-06-19
1
-12/+13
|
\
\
|
|
/
|
*
Issue #18202: Fix minor bugs and cleanup test_coding.py.
Serhiy Storchaka
2013-06-19
1
-17/+15
*
|
(Merge 3.3) test_faulthandler: use _sigsegv() instead of _read_null()
Victor Stinner
2013-06-17
1
-5/+5
|
\
\
|
|
/
|
*
test_faulthandler: use _sigsegv() instead of _read_null()
Victor Stinner
2013-06-17
1
-5/+5
*
|
(Merge 3.3) Issue #18238: Skip test_signal.test_sigwaitinfo_interrupted() on AIX
Victor Stinner
2013-06-17
1
-0/+4
|
\
\
|
|
/
[prev]
[next]