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 #15582: inspect.getdoc() now follows inheritance chains.
Serhiy Storchaka
2015-04-03
2
-3/+34
*
Issue #23466: Raised OverflowError if %c argument is out of range.
Serhiy Storchaka
2015-04-03
1
-6/+6
*
Escaped backslashes in docstrings.
Serhiy Storchaka
2015-04-03
1
-3/+3
|
\
|
*
Escaped backslashes in docstrings.
Serhiy Storchaka
2015-04-03
1
-3/+3
*
|
Issue #22351. MockSslTests tests in test_nntplib now are reported if skipped.
Serhiy Storchaka
2015-04-03
1
-9/+10
|
\
\
|
|
/
|
*
Issue #22351. MockSslTests tests in test_nntplib now are reported if skipped.
Serhiy Storchaka
2015-04-03
1
-9/+10
*
|
Issue #22117: Add a new _PyTime_FromSeconds() function
Victor Stinner
2015-04-03
1
-0/+7
*
|
Merge 3.4 (test_nntplib)
Victor Stinner
2015-04-03
1
-9/+10
|
\
\
|
|
/
|
*
Issue #22351: Fix test_nntplib if the ssl module is missing
Victor Stinner
2015-04-03
1
-9/+10
*
|
Issue #10590: Added tests for xml.sax.parse() and xml.sax.parseString().
Serhiy Storchaka
2015-04-02
1
-1/+123
|
\
\
|
|
/
|
*
Issue #10590: Added tests for xml.sax.parse() and xml.sax.parseString().
Serhiy Storchaka
2015-04-02
1
-1/+123
*
|
Issue #2175: SAX parsers now support a character stream of InputSource object.
Serhiy Storchaka
2015-04-02
1
-0/+33
*
|
Issue #2175: Added tests for xml.sax.saxutils.prepare_input_source().
Serhiy Storchaka
2015-04-02
4
-10/+82
|
\
\
|
|
/
|
*
Issue #2175: Added tests for xml.sax.saxutils.prepare_input_source().
Serhiy Storchaka
2015-04-02
4
-10/+82
*
|
Issue #16840: Fixed test_tcl for Tcl < 8.5.
Serhiy Storchaka
2015-04-02
1
-4/+4
|
\
\
|
|
/
|
*
Issue #16840: Fixed test_tcl for Tcl < 8.5.
Serhiy Storchaka
2015-04-02
1
-4/+4
*
|
Issue #21526: Skip test_booleans on Tcl < 8.5.
Serhiy Storchaka
2015-04-02
1
-0/+1
|
\
\
|
|
/
|
*
Issue #21526: Skip test_booleans on Tcl < 8.5.
Serhiy Storchaka
2015-04-02
1
-0/+1
*
|
Issue #16840: Tkinter now supports 64-bit integers added in Tcl 8.4 and
Serhiy Storchaka
2015-04-02
1
-7/+37
|
\
\
|
|
/
|
*
Issue #16840: Tkinter now supports 64-bit integers added in Tcl 8.4 and
Serhiy Storchaka
2015-04-02
1
-7/+39
*
|
Merge 3.4 (test_exceptions)
Victor Stinner
2015-04-02
1
-5/+8
|
\
\
|
|
/
|
*
Issue #22977: Fix test_exceptions
Victor Stinner
2015-04-02
1
-5/+8
*
|
Issue #21526: Fixed the test_booleans test for wantobjects = 0.
Serhiy Storchaka
2015-04-02
1
-2/+6
|
\
\
|
|
/
|
*
Issue #21526: Fixed the test_booleans test for wantobjects = 0.
Serhiy Storchaka
2015-04-02
1
-2/+6
*
|
Issue #21526: Fixed support of new boolean type in Tcl 8.5.
Serhiy Storchaka
2015-04-02
1
-0/+15
|
\
\
|
|
/
|
*
Issue #21526: Tkinter now supports new boolean type in Tcl 8.5.
Serhiy Storchaka
2015-04-02
1
-0/+15
*
|
Issue #22977: Fixed formatting Windows error messages on Wine.
Serhiy Storchaka
2015-04-02
1
-1/+9
|
\
\
|
|
/
|
*
Issue #22977: Fixed formatting Windows error messages on Wine.
Serhiy Storchaka
2015-04-02
1
-1/+9
*
|
merge 3.4 (#23844)
Benjamin Peterson
2015-04-02
3
-10/+8
|
\
\
|
|
/
|
*
replace 512 bit dh key with a 2014 bit one (closes #23844)
Benjamin Peterson
2015-04-02
3
-10/+8
*
|
Issue #22117, issue #23485: Fix _PyTime_AsMilliseconds() and
Victor Stinner
2015-04-01
1
-4/+72
*
|
Check deques against common sequence tests (except for slicing).
Raymond Hettinger
2015-04-01
1
-0/+16
*
|
Issue #23821: Fixed test_pdb failure under -O.
Serhiy Storchaka
2015-04-01
1
-11/+15
|
\
\
|
|
/
|
*
Issue #23821: Fixed test_pdb failure under -O.
Serhiy Storchaka
2015-04-01
1
-11/+15
*
|
Issue #23838: linecache now clears the cache and returns an empty result on
Serhiy Storchaka
2015-04-01
1
-3/+15
|
\
\
|
|
/
|
*
Issue #23838: linecache now clears the cache and returns an empty result on
Serhiy Storchaka
2015-04-01
1
-3/+16
*
|
Issue #23799: Added test.support.start_threads() for running and cleaning up
Serhiy Storchaka
2015-04-01
8
-78/+72
|
\
\
|
|
/
|
*
Issue #23799: Added test.support.start_threads() for running and cleaning up
Serhiy Storchaka
2015-04-01
8
-80/+74
*
|
Issue 23793: Add deque support for __add__(), __mul__(), and __imul__().
Raymond Hettinger
2015-03-31
1
-0/+77
*
|
Issue #23611: Fixed enums pickling tests. Now all picklings work with all
Serhiy Storchaka
2015-03-31
1
-15/+7
*
|
Issue #18473: Fixed pickle compatibility tests for optional modules.
Serhiy Storchaka
2015-03-31
1
-10/+25
|
\
\
|
|
/
|
*
Issue #18473: Fixed pickle compatibility tests for optional modules.
Serhiy Storchaka
2015-03-31
1
-10/+25
*
|
Issue #10395: Added os.path.commonpath(). Implemented in posixpath and ntpath.
Serhiy Storchaka
2015-03-31
2
-0/+123
*
|
Issue #23611: Serializing more "lookupable" objects (such as unbound methods
Serhiy Storchaka
2015-03-31
1
-4/+15
*
|
Merge heads
Serhiy Storchaka
2015-03-31
2
-5/+58
|
\
\
|
*
|
Issue #23485: Enhance and update selectors doc and test_selectors
Victor Stinner
2015-03-31
1
-3/+34
|
*
|
Issue #23485: select.devpoll.poll() is now retried when interrupted by a signal
Victor Stinner
2015-03-31
1
-0/+11
|
*
|
Issue #23485: select.kqueue.control() is now retried when interrupted by a si...
Victor Stinner
2015-03-31
1
-2/+13
*
|
|
Issue #18473: Fixed 2to3 and 3to2 compatible pickle mappings.
Serhiy Storchaka
2015-03-31
2
-2/+199
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
|
*
Issue #18473: Fixed 2to3 and 3to2 compatible pickle mappings.
Serhiy Storchaka
2015-03-31
2
-2/+199
[next]