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 #14209: pkgutil.iter_zipimport_modules ignores the prefix for packages
Łukasz Langa
2016-06-12
1
-3/+79
*
Issue #21386: Implement missing IPv4Address.is_global property
Berker Peksag
2016-06-11
1
-0/+3
*
Issue #22970: asyncio: Fix inconsistency cancelling Condition.wait.
Yury Selivanov
2016-06-11
1
-0/+25
*
Issue #27223: aio: Fix _read_ready and _write_ready to respect _conn_lost.
Yury Selivanov
2016-06-11
1
-17/+13
*
Issue #27243: Fix __aiter__ protocol
Yury Selivanov
2016-06-09
2
-21/+79
*
Issue #27066: Fixed SystemError if a custom opener (for open()) returns
Barry Warsaw
2016-06-08
1
-0/+16
*
Sync typing.py with upstream.
Guido van Rossum
2016-06-08
1
-2/+36
*
asyncio: Remove asyncio.timeout() context manager.
Yury Selivanov
2016-06-08
1
-187/+0
*
Issue #27136: Fix DNS static resolution; don't use it in getaddrinfo
Yury Selivanov
2016-06-08
3
-76/+54
*
Issue #25738: Don’t send message body for 205 Reset Content
Martin Panter
2016-06-08
1
-0/+44
*
Issue #21313: Tolerate truncated buildinfo in sys.version
Martin Panter
2016-06-08
1
-0/+16
*
Fixed #27251: corrected string/bytes handling in credentials.
Vinay Sajip
2016-06-07
1
-1/+2
*
Issue #27164: Allow decompressing raw Deflate streams with predefined zdict
Martin Panter
2016-06-05
1
-0/+9
*
Issue #21916: Added more tests for the turtle module.
Serhiy Storchaka
2016-06-05
1
-0/+36
*
Issue #24291: Avoid WSGIRequestHandler doing partial writes
Martin Panter
2016-06-05
1
-1/+80
*
Move the BrokenPipeError tests to the POSIXProcessTestCase class
Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D)
2016-06-05
1
-46/+46
*
Issue #21916: Added tests for the turtle module.
Serhiy Storchaka
2016-06-04
1
-0/+400
*
issue26372 - use os.devnull instead of /dev/null
Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D)
2016-06-04
1
-1/+1
*
Issue #20041: Fixed TypeError when frame.f_trace is set to None.
Serhiy Storchaka
2016-06-04
1
-0/+9
*
Fixes Issue #26373: subprocess.Popen.communicate now correctly ignores
Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D)
2016-06-04
1
-0/+47
*
#16484: Fix pydoc doc links to modules whose names are mixed case.
R David Murray
2016-06-03
1
-0/+14
*
first step in backout of bad default->3.5 merge d085b4f779af. Create new hea...
Ned Deily
2016-06-03
1
-1/+1
*
Issue #27185: Rename test_string_merged.py back to test_string.py.
Serhiy Storchaka
2016-06-03
1
-0/+0
*
Issue #27185: Merge test_pep292.py into test_string_merged.py.
Serhiy Storchaka
2016-06-03
2
-250/+244
|
\
|
*
Issue #27185: Rename test_pep292.py to test_string_merged.py.
Serhiy Storchaka
2016-06-03
1
-0/+0
*
|
Issue #27185: Rename test_string.py to test_string_merged.py.
Serhiy Storchaka
2016-06-03
1
-0/+0
|
/
*
asyncio: Fix getaddrinfo to accept service names (for port)
Yury Selivanov
2016-06-02
1
-0/+20
*
asyncio: Support host=b'' for getaddrinfo
Yury Selivanov
2016-06-02
1
-0/+4
*
#20973: add total ordering tests for ipaddress
R David Murray
2016-06-02
1
-0/+33
*
Issue #27171: Fix typos in documentation, comments, and test function names
Martin Panter
2016-06-02
7
-9/+9
*
Issue #27125: Remove duplicated words from documentation and comments
Martin Panter
2016-05-30
2
-2/+2
*
Issue #27125: Fix various errors like “will [be] inherited”
Martin Panter
2016-05-29
1
-2/+2
*
backout 3c9512d8ac0d
Benjamin Peterson
2016-05-28
1
-8/+0
*
Issue #20699: Document that “io” methods accept bytes-like objects
Martin Panter
2016-05-28
2
-27/+74
*
Issue #5784: wbits=0 apparently added in zlib v1.2.3.5
Martin Panter
2016-05-27
1
-2/+11
*
Issue #5784: Expand documentation and tests for zlib wbits parameter
Martin Panter
2016-05-27
1
-0/+43
*
test_warnings: catch stderr and check warning
Victor Stinner
2016-05-26
1
-1/+9
*
Issue #18383: Avoid adding duplicate filters when warnings is reloaded
Martin Panter
2016-05-26
1
-0/+47
*
Issue #27076: Doc, comment and tests spelling fixes
Martin Panter
2016-05-26
24
-29/+29
*
Added Type[C] implementation to typing.py.
Guido van Rossum
2016-05-24
1
-0/+28
*
Issue #26927: Fixed test_mmap on platforms with 32-bit off_t (like Android).
Serhiy Storchaka
2016-05-23
1
-1/+1
*
Fixed an error in previous commit.
Serhiy Storchaka
2016-05-22
1
-1/+1
*
Temporary skip curses tests on non-tty (issue #27067).
Serhiy Storchaka
2016-05-22
1
-0/+2
*
Issue #27067: Improved curses tests.
Serhiy Storchaka
2016-05-21
1
-68/+97
*
asyncio: Fix getaddrinfo to accept None/str/bytes for 'port' arg
Yury Selivanov
2016-05-20
1
-0/+22
*
Issue #26168: Fixed possible refleaks in failing Py_BuildValue() with the "N"
Serhiy Storchaka
2016-05-20
1
-0/+3
*
Back out pathlib.Path.path attr. (Merge 3.4->3.5)
Guido van Rossum
2016-05-19
1
-27/+0
|
\
|
*
Back out 7e9605697dfc, 2e3c31ab586a, 759b2cecc289.
Guido van Rossum
2016-05-19
1
-27/+0
*
|
Fix #27014 -- infinite recursion using typing.py.
Guido van Rossum
2016-05-18
1
-3/+22
*
|
Fixed test_sizeof for deque.
Serhiy Storchaka
2016-05-18
1
-2/+2
[next]