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
...
|
*
Misc asyncio improvements from upstream
Guido van Rossum
2016-09-30
3
-20/+148
*
|
Issue #27942: String constants now interned recursively in tuples and frozens...
Serhiy Storchaka
2016-09-30
1
-1/+39
|
\
\
|
|
/
|
*
Issue #27942: String constants now interned recursively in tuples and frozens...
Serhiy Storchaka
2016-09-30
1
-1/+39
*
|
Issue #27322: Set sys.path to a temp dir in test_compile_path
Berker Peksag
2016-09-28
1
-13/+2
*
|
Issue #28300: Merge from 3.5
Berker Peksag
2016-09-28
1
-1/+1
|
\
\
|
|
/
|
*
Issue #28300: Fix typos, patch by Shlomi Fish
Berker Peksag
2016-09-28
1
-1/+1
*
|
Issue #28253: Fixed calendar functions for extreme months: 0001-01 and 9999-12.
Alexander Belopolsky
2016-09-28
1
-0/+21
|
\
\
|
|
/
|
*
Issue #28253: Fixed calendar functions for extreme months: 0001-01 and 9999-12.
Alexander Belopolsky
2016-09-28
1
-0/+21
*
|
Update typing.py and test_typing.py from upstream (https://github.com/python/...
Guido van Rossum
2016-09-27
1
-223/+114
|
\
\
|
|
/
|
*
Update typing.py and test_typing.py from upstream (https://github.com/python/...
Guido van Rossum
2016-09-27
1
-223/+114
*
|
Issue #28283: Merge from 3.5
Berker Peksag
2016-09-27
1
-86/+0
|
\
\
|
|
/
|
*
Issue #28283: Remove flaky test test_sock_connect_sock_write_race
Berker Peksag
2016-09-27
1
-86/+0
*
|
Issue #21578: Fixed misleading error message when ImportError called with
Serhiy Storchaka
2016-09-27
1
-0/+16
|
\
\
|
|
/
|
*
Issue #21578: Fixed misleading error message when ImportError called with
Serhiy Storchaka
2016-09-27
1
-0/+17
*
|
Issue #28275: Fixed possible use adter free in LZMADecompressor.decompress().
Serhiy Storchaka
2016-09-27
1
-0/+9
|
\
\
|
|
/
|
*
Issue #28275: Fixed possible use adter free in LZMADecompressor.decompress().
Serhiy Storchaka
2016-09-27
1
-0/+9
*
|
Issue #18844: Make the number of selections a keyword-only argument for rando...
Raymond Hettinger
2016-09-27
1
-21/+21
*
|
Issue #11957: Restored re tests for passing count and maxsplit as positional
Serhiy Storchaka
2016-09-25
1
-0/+5
|
\
\
|
|
/
|
*
Issue #11957: Restored re tests for passing count and maxsplit as positional
Serhiy Storchaka
2016-09-25
1
-0/+5
*
|
Issue #28203: Merge from 3.5
Mark Dickinson
2016-09-24
1
-0/+8
|
\
\
|
|
/
|
*
Issue #28203: Fix incorrect type in error message from complex(1.0, {2:3}). P...
Mark Dickinson
2016-09-24
1
-0/+8
*
|
Finish GC code for SSLSession and increase test coverage
Christian Heimes
2016-09-24
1
-0/+3
*
|
Issue #28221: Merge SSL test cleanup from 3.5 into 3.6
Martin Panter
2016-09-24
1
-2/+0
|
\
\
|
|
/
|
*
Issue #28221: Remove unused assignment from test_asyncore_server()
Martin Panter
2016-09-23
1
-2/+0
*
|
Add test cases for internal SHA3 helpers
Christian Heimes
2016-09-23
1
-0/+21
*
|
Merge 3.5 (issue #27829)
Victor Stinner
2016-09-23
1
-1/+1
|
\
\
|
|
/
|
*
Issue #27829: regrtest -W displays stderr if env changed
Victor Stinner
2016-09-23
1
-1/+1
*
|
Issue #28086: Single var-positional argument of tuple subtype was passed
Serhiy Storchaka
2016-09-22
1
-1/+1
*
|
Make Lib/test/ssltests.py more useful and faster for OpenSSL testing
Christian Heimes
2016-09-22
1
-6/+21
|
\
\
|
|
/
|
*
Make Lib/test/ssltests.py more useful and faster for OpenSSL testing
Christian Heimes
2016-09-22
1
-6/+21
*
|
Merge socketserver fixes from 3.5 into 3.6
Martin Panter
2016-09-22
2
-2/+2
|
\
\
|
|
/
|
*
Fix references to Python 3’s socketserver (lowercase) module
Martin Panter
2016-09-22
2
-2/+2
*
|
Issue #27348: Merge exception formatting fix from 3.5 into 3.6
Martin Panter
2016-09-22
1
-5/+12
|
\
\
|
|
/
|
*
Issue #27348: Restore “Exception: None” formatting in traceback module
Martin Panter
2016-09-22
1
-5/+12
*
|
Extend the test to lower pickle protocols.
Serhiy Storchaka
2016-09-22
1
-1/+1
|
\
\
|
|
/
|
*
Extend the test to lower pickle protocols.
Serhiy Storchaka
2016-09-22
1
-1/+1
*
|
Issue #28214: Now __set_name__ is looked up on the class instead of the
Serhiy Storchaka
2016-09-21
1
-0/+12
*
|
Merge 3.5
Victor Stinner
2016-09-21
1
-1/+1
|
\
\
|
|
/
|
*
test_asynico: fix test_sock_connect_sock_write_race()
Victor Stinner
2016-09-21
1
-1/+1
|
*
Issue #28189: dictitems_contains no longer swallows compare errors.
Raymond Hettinger
2016-09-19
1
-0/+26
|
*
Issue #26610: Skip test_with_pip if _ctypes is not available in OpenIndiana
Berker Peksag
2016-09-18
1
-0/+7
|
*
Issue #28075: Fix test_access_denied in Python 3.5
Berker Peksag
2016-09-18
1
-12/+14
*
|
merge
Raymond Hettinger
2016-09-19
1
-0/+26
*
|
Fix test_huntrleaks_fd_leak() of test_regrtest
Victor Stinner
2016-09-18
1
-5/+2
*
|
issue23591: fix flag decomposition and repr
Ethan Furman
2016-09-18
1
-28/+77
*
|
Issue #25400: RobotFileParser now correctly returns default values for crawl_...
Berker Peksag
2016-09-18
1
-18/+36
*
|
Issue #28151: Use pythontest.net in test_robotparser
Berker Peksag
2016-09-18
1
-7/+36
*
|
Issue #28176: Merge from 3.5
Berker Peksag
2016-09-17
1
-1/+1
|
\
\
|
|
/
|
*
Issue #28176: Increase timeout for test_sock_connect_sock_write_race
Berker Peksag
2016-09-17
1
-1/+1
*
|
Issue #28192: Adds tests for hook in isolated mode
Steve Dower
2016-09-17
1
-0/+18
[prev]
[next]