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
*
Merge 3.5 (issue #27223)
Yury Selivanov
2016-06-11
1
-17/+13
|
\
|
*
Issue #27223: aio: Fix _read_ready and _write_ready to respect _conn_lost.
Yury Selivanov
2016-06-11
1
-17/+13
*
|
Issue #27186: Add os.PathLike support to DirEntry
Brett Cannon
2016-06-10
1
-4/+19
*
|
Issue #27186: Add os.PathLike support to pathlib.
Brett Cannon
2016-06-10
1
-0/+11
*
|
Issue #26282: PyArg_ParseTupleAndKeywords() and Argument Clinic now support
Serhiy Storchaka
2016-06-09
2
-0/+58
*
|
Issue #24759: IDLE requires tk 8.5 and availability ttk widgets.
Terry Jan Reedy
2016-06-10
1
-0/+2
*
|
Merge 3.5 (issue #27243)
Yury Selivanov
2016-06-09
2
-21/+79
|
\
\
|
|
/
|
*
Issue #27243: Fix __aiter__ protocol
Yury Selivanov
2016-06-09
2
-21/+79
*
|
Issue #27066: Fixed SystemError if a custom opener (for open()) returns a
Barry Warsaw
2016-06-08
1
-0/+16
|
\
\
|
|
/
|
*
Issue #27066: Fixed SystemError if a custom opener (for open()) returns
Barry Warsaw
2016-06-08
1
-0/+16
*
|
Sync typing.py with upstream (merge 3.5->3.6).
Guido van Rossum
2016-06-08
1
-2/+36
|
\
\
|
|
/
|
*
Sync typing.py with upstream.
Guido van Rossum
2016-06-08
1
-2/+36
*
|
Merge 3.5 (asyncio)
Yury Selivanov
2016-06-08
1
-187/+0
|
\
\
|
|
/
|
*
asyncio: Remove asyncio.timeout() context manager.
Yury Selivanov
2016-06-08
1
-187/+0
*
|
Merge 3.5 (issue #27136, asyncio)
Yury Selivanov
2016-06-08
3
-76/+54
|
\
\
|
|
/
|
*
Issue #27136: Fix DNS static resolution; don't use it in getaddrinfo
Yury Selivanov
2016-06-08
3
-76/+54
*
|
Issue #25738: Merge HTTP server from 3.5
Martin Panter
2016-06-08
1
-0/+44
|
\
\
|
|
/
|
*
Issue #25738: Don’t send message body for 205 Reset Content
Martin Panter
2016-06-08
1
-0/+44
*
|
Issue #21313: Merge version parsing from 3.5
Martin Panter
2016-06-08
1
-0/+16
|
\
\
|
|
/
|
*
Issue #21313: Tolerate truncated buildinfo in sys.version
Martin Panter
2016-06-08
1
-0/+16
*
|
Fixed #27251: merged fix from 3.5.
Vinay Sajip
2016-06-07
1
-1/+2
|
\
\
|
|
/
|
*
Fixed #27251: corrected string/bytes handling in credentials.
Vinay Sajip
2016-06-07
1
-1/+2
*
|
Issue #26983: Fixed test_format failure.
Serhiy Storchaka
2016-06-06
1
-1/+1
*
|
Issue #27107: mailbox.fcntl = None on Windows
Martin Panter
2016-06-06
1
-1/+1
*
|
Issue #27110: Add smtpd.SMTPChannel to __all__, by Jacek Kołodziej
Martin Panter
2016-06-06
1
-0/+11
*
|
Issue #27109: Add InvalidFileException to __all__, by Jacek Kołodziej
Martin Panter
2016-06-06
1
-1/+7
*
|
Issue #27108: Add missing names to mimetypes.__all__, by Jacek Kołodziej
Martin Panter
2016-06-06
1
-0/+6
*
|
Issue #27107: Add exception classes to mailbox.__all__, by Jacek Kołodziej
Martin Panter
2016-06-06
1
-1/+7
*
|
Issue #27105: Add cgi.test() to __all__, based on Jacek Kołodziej’s patch
Martin Panter
2016-06-06
1
-0/+6
*
|
Issue #27164: Merge raw Deflate zdict support from 3.5
Martin Panter
2016-06-05
1
-0/+9
|
\
\
|
|
/
|
*
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 #21916: Added more tests for the turtle module.
Serhiy Storchaka
2016-06-05
1
-0/+36
*
|
Issue #24291: Merge wsgi partial write fix from 3.5
Martin Panter
2016-06-05
1
-1/+80
|
\
\
|
|
/
|
*
Issue #24291: Avoid WSGIRequestHandler doing partial writes
Martin Panter
2016-06-05
1
-1/+80
*
|
merge from 3.5. (moves the issue26372 tests to the proper class)
Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D)
2016-06-05
1
-46/+46
|
\
\
|
|
/
|
*
Move the BrokenPipeError tests to the POSIXProcessTestCase class
Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D)
2016-06-05
1
-46/+46
*
|
Fixes whitespace issue
Kushal Das
2016-06-04
1
-1/+0
*
|
Issue #25548: Showing memory address of class objects in repl
Kushal Das
2016-06-04
16
-80/+92
*
|
Issue #19611: handle implicit parameters in inspect.signature
Nick Coghlan
2016-06-04
1
-0/+26
*
|
issue27186: add open/io.open; patch by Jelle Zijlstra
Ethan Furman
2016-06-04
1
-0/+26
*
|
issue27186: fix fsencode/fsdecode and update tests; patch by Jelle Zijlstra
Ethan Furman
2016-06-04
1
-6/+13
*
|
Issue #21916: Added tests for the turtle module.
Serhiy Storchaka
2016-06-04
1
-0/+400
|
\
\
|
|
/
|
*
Issue #21916: Added tests for the turtle module.
Serhiy Storchaka
2016-06-04
1
-0/+400
*
|
issue27186: add PathLike ABC
Ethan Furman
2016-06-04
1
-0/+2
*
|
issue27186: add C version of os.fspath(); patch by Jelle Zijlstra
Ethan Furman
2016-06-04
1
-0/+7
*
|
issue26372 - use os.devnull instead of /dev/null
Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D)
2016-06-04
1
-1/+1
|
\
\
|
|
/
|
*
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
|
\
\
|
|
/
|
*
Issue #20041: Fixed TypeError when frame.f_trace is set to None.
Serhiy Storchaka
2016-06-04
1
-0/+9
[next]