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
*
asyncio: Use socket specs for getaddrinfo() in sock_connect()
Yury Selivanov
2016-06-28
1
-0/+11
*
asyncio: Fix NameError in sslproto _fatal_error()
Yury Selivanov
2016-06-28
1
-0/+16
*
Merge.
Larry Hastings
2016-06-27
19
-33/+402
|
\
|
*
Fix a scoping issue where an UnboundLocalError was triggered if a
Brett Cannon
2016-06-25
1
-3/+13
|
*
Issue #18300: Set TERM='' by default in assert_python_*
Berker Peksag
2016-06-24
2
-15/+13
|
*
Issue #27006: from_float(): call the subclass' __new__() and __init__().
Stefan Krah
2016-06-20
1
-1/+4
|
*
Added more tests for issue #27122.
Serhiy Storchaka
2016-06-20
1
-5/+11
|
*
Issue #27294: Numerical state in the repr for Tkinter event objects is now
Serhiy Storchaka
2016-06-18
1
-0/+54
|
*
Issue #26754: PyUnicode_FSDecoder() accepted a filename argument encoded as
Serhiy Storchaka
2016-06-18
4
-0/+44
|
*
Issue #27123: When an exception is raised within the context being
Gregory P. Smith
2016-06-14
1
-0/+28
|
*
Issue #16182: One more check for set_pre_input_hook()
Martin Panter
2016-06-14
1
-1/+1
|
*
Issue #16182: set_pre_input_hook() may not exist; document, and update test
Martin Panter
2016-06-14
1
-7/+15
|
*
Issue #16182: Attempted workarounds for Apple Editline
Martin Panter
2016-06-14
1
-5/+13
|
*
Issue #16182: Fix readline begidx, endidx, and use locale encoding
Martin Panter
2016-06-14
1
-4/+137
|
*
Issue #27136: Change test to use ::1 for better OS X Tiger compatibility
Martin Panter
2016-06-13
1
-4/+4
|
*
Issue #27289: Prevent test_urllib2net failures due to EOFError raised by ftplib
Berker Peksag
2016-06-12
1
-1/+2
|
*
Issue #25455: Clean up reference loops created in tests for recursive
Serhiy Storchaka
2016-06-12
1
-12/+36
|
*
Issue #25455: Fixed a crash in repr of recursive functools.partial objects.
Serhiy Storchaka
2016-06-12
1
-0/+37
|
*
Merge heads
Serhiy Storchaka
2016-06-12
1
-1/+1
|
|
\
|
|
*
Fix typos and English grammar in documentation and code comment
Martin Panter
2016-06-12
1
-1/+1
|
*
|
Issue #25455: Fixed a crash in repr of ElementTree.Element with recursive tag.
Serhiy Storchaka
2016-06-12
1
-1/+7
|
*
|
Issue #27286: Fixed compiling BUILD_MAP_UNPACK_WITH_CALL opcode. Calling
Serhiy Storchaka
2016-06-12
2
-0/+9
|
|
/
|
*
Issue #16484: Fix pydoc link and test on Windows, by Kaushik Nadikuditi
Martin Panter
2016-06-12
1
-1/+1
*
|
Issue #26867: Ubuntu's openssl OP_NO_SSLv3 is forced on by default; fix test.
Matthias Klose
2016-06-13
1
-1/+2
|
/
*
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
|
/
[next]