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 #27186: Skip scandir(bytes) test with os.name == "nt"
Martin Panter
2016-06-13
1
-1/+1
*
Issue #27186: skip bytes path test for os.scandir() on Windows
Brett Cannon
2016-06-12
1
-0/+1
*
Issue #27095: Simplified MAKE_FUNCTION and removed MAKE_CLOSURE opcodes.
Serhiy Storchaka
2016-06-12
2
-42/+40
*
Issue #27289: Merge from 3.5
Berker Peksag
2016-06-12
1
-1/+2
|
\
|
*
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: 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
|
\
\
|
|
/
|
*
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
|
|
\
*
|
\
Merge heads
Serhiy Storchaka
2016-06-12
1
-1/+1
|
\
\
\
|
*
\
\
Merge typo fixes from 3.5
Martin Panter
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 #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 #27286: Fixed compiling BUILD_MAP_UNPACK_WITH_CALL opcode. Calling
Serhiy Storchaka
2016-06-12
2
-0/+9
|
|
/
*
|
Issue #16484: Merge pydoc Windows fixes from 3.5
Martin Panter
2016-06-12
1
-1/+1
|
\
\
|
|
/
|
*
Issue #16484: Fix pydoc link and test on Windows, by Kaushik Nadikuditi
Martin Panter
2016-06-12
1
-1/+1
*
|
Merge 3.5, issue #14209
Łukasz Langa
2016-06-12
1
-3/+79
|
\
\
|
|
/
|
*
Issue #14209: pkgutil.iter_zipimport_modules ignores the prefix for packages
Łukasz Langa
2016-06-12
1
-3/+79
*
|
Issue #20508: Improve exception message of IPv{4,6}Network.__getitem__
Berker Peksag
2016-06-11
1
-0/+1
*
|
Issue #21386: Merge from 3.5
Berker Peksag
2016-06-11
1
-0/+3
|
\
\
|
|
/
|
*
Issue #21386: Implement missing IPv4Address.is_global property
Berker Peksag
2016-06-11
1
-0/+3
*
|
Issue #27029: Removed deprecated support of universal newlines mode from ZipF...
Serhiy Storchaka
2016-06-11
1
-163/+4
*
|
Issue #27030: Unknown escapes consisting of ``'\'`` and ASCII letter in
Serhiy Storchaka
2016-06-11
1
-28/+13
*
|
Merge 3.5 (issue #22970)
Yury Selivanov
2016-06-11
1
-0/+25
|
\
\
|
|
/
|
*
Issue #22970: asyncio: Fix inconsistency cancelling Condition.wait.
Yury Selivanov
2016-06-11
1
-0/+25
*
|
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
[next]