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 19572: More silently skipped tests explicitly skipped.
Zachary Ware
2013-12-08
34
-146/+137
|
\
|
*
Normalize whitespace
Zachary Ware
2013-12-08
1
-1/+1
|
*
Issue 19572: More silently skipped tests explicitly skipped.
Zachary Ware
2013-12-08
33
-137/+125
|
*
Issue #19857: Make sure that test_imaplib reaps server threads even in face of
Charles-François Natali
2013-12-07
1
-7/+6
*
|
Issue #19758: silence PendingDeprecationWarnings in test_importlib.
Eric Snow
2013-12-08
1
-4/+8
*
|
Silently ignore unregistering closed files. Fixes issue 19876. With docs and ...
Guido van Rossum
2013-12-07
1
-37/+59
*
|
Issue #19857: Make sure that test_imaplib reaps server threads even in face of
Charles-François Natali
2013-12-07
1
-7/+6
*
|
Solaris needs a readable file for shared lock
Christian Heimes
2013-12-07
1
-1/+2
*
|
Issue #6784: Strings from Python 2 can now be unpickled as bytes objects.
Alexandre Vassalotti
2013-12-07
2
-1/+33
*
|
copy 'n paste typo (thx Antoine)
Christian Heimes
2013-12-06
1
-5/+5
*
|
Skip new SSL tests with IocpEventLoop
Christian Heimes
2013-12-06
1
-0/+9
*
|
asyncio: Add Task.current_task() class method.
Guido van Rossum
2013-12-06
1
-0/+36
*
|
Issue #19712: Update test.test_importlib.source for PEP 451
Brett Cannon
2013-12-06
4
-24/+140
*
|
Issue #19712: Update test.test_importlib.import_ to test/use PEP 451
Brett Cannon
2013-12-06
8
-61/+114
*
|
Test same drive in different cases (issue #19908).
Serhiy Storchaka
2013-12-06
1
-2/+2
*
|
Issue #19908: pathlib now joins relative Windows paths correctly when a drive
Serhiy Storchaka
2013-12-06
1
-0/+42
*
|
Issue #19881: Fix bad pickling of large bytes in cpickle.
Alexandre Vassalotti
2013-12-06
1
-21/+54
*
|
Issue #19509: Finish implementation of check_hostname
Christian Heimes
2013-12-05
7
-46/+305
*
|
Add simple test for fcntl.flock()
Christian Heimes
2013-12-05
1
-0/+15
*
|
Test syslog.openlog() without args to test syslog_get_argv()
Christian Heimes
2013-12-05
1
-0/+4
*
|
normalize white space
Christian Heimes
2013-12-05
1
-1/+1
*
|
Add a script similar to xmltests.py to run all SSL-related unit tests
Christian Heimes
2013-12-05
1
-0/+22
*
|
Test SSLSock's context getter and setter
Christian Heimes
2013-12-05
1
-0/+14
*
|
touch _lsprof's clear() method for C code coverage
Christian Heimes
2013-12-05
1
-0/+1
*
|
Closes #19839: Fix regression in bz2 module's handling of non-bzip2 data at EOF.
Nadeem Vawda
2013-12-04
2
-1/+55
|
\
\
|
|
/
|
*
#19839: Fix lzma module's handling of non-lzma data at EOF.
Nadeem Vawda
2013-12-04
1
-0/+26
|
*
#19839: Fix regression in bz2 module's handling of non-bzip2 data at EOF.
Nadeem Vawda
2013-12-04
1
-1/+29
|
*
Issue #19138: doctest's IGNORE_EXCEPTION_DETAIL now allows no detail at all.
Tim Peters
2013-12-04
1
-0/+27
*
|
asyncio: Write flow control for proactor event loop.
Guido van Rossum
2013-12-04
1
-7/+7
*
|
Issue #19138: doctest's IGNORE_EXCEPTION_DETAIL now allows no detail at all.
Tim Peters
2013-12-04
1
-0/+27
*
|
Issue #19877: fix regression in test_pathlib when Windows has symlink support...
Antoine Pitrou
2013-12-03
1
-2/+2
*
|
Added some diagnostics to help with #19690.
Vinay Sajip
2013-12-03
1
-1/+12
*
|
Closes #19665: Merged fi from 3.3.
Vinay Sajip
2013-12-03
1
-2/+4
|
\
\
|
|
/
|
*
Issue #19665: Increased timeout for SMTPHandler test.
Vinay Sajip
2013-12-03
1
-2/+4
*
|
Add a test for complex symlinks.
Antoine Pitrou
2013-12-03
1
-10/+21
*
|
Issue #19800: make the pickle framing tests more precise.
Antoine Pitrou
2013-12-03
1
-0/+22
*
|
asyncio: Improve default writelines().
Guido van Rossum
2013-12-03
1
-2/+8
*
|
add check_hostname arg to ssl._create_stdlib_context()
Christian Heimes
2013-12-02
1
-1/+3
*
|
Issue #19785: smtplib now supports SSLContext.check_hostname and server name
Christian Heimes
2013-12-02
1
-4/+26
*
|
Issue #19784: poplib now supports SSLContext.check_hostname and server name
Christian Heimes
2013-12-02
1
-1/+8
*
|
Issue #19782: imaplib now supports SSLContext.check_hostname and server name
Christian Heimes
2013-12-02
1
-2/+26
*
|
Fix #19834: merge with 3.3.
Walter Doerwald
2013-12-02
1
-0/+80
|
\
\
|
|
/
|
*
Fix issue #19834: Support unpickling of exceptions pickled by Python 2.
Walter Doerwald
2013-12-02
1
-0/+80
|
*
Fixes issue #15798: subprocess.Popen() no longer fails if file
Gregory P. Smith
2013-12-02
1
-0/+21
*
|
Issue #19781: ftplib now supports SSLContext.check_hostname and server name
Christian Heimes
2013-12-02
1
-1/+32
*
|
Issue #19509: Add SSLContext.check_hostname to match the peer's certificate
Christian Heimes
2013-12-02
1
-0/+62
*
|
Issue #19754: Make pickletools.optimize respect the frame size target.
Alexandre Vassalotti
2013-12-02
2
-14/+1
*
|
Fixes issue #15798: subprocess.Popen() no longer fails if file
Gregory P. Smith
2013-12-02
1
-0/+21
*
|
Issue #11480: Merge with 3.3.
Alexandre Vassalotti
2013-12-01
1
-1/+4
|
\
\
|
|
/
|
*
Issue #11480: Fixed copy.copy to work with classes with custom metaclasses.
Alexandre Vassalotti
2013-12-01
1
-1/+4
[next]