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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Issue #27517: LZMA compressor and decompressor no longer raise exceptions if
Serhiy Storchaka
2016-10-31
1
-0/+38
|
\
|
*
Issue #27517: LZMA compressor and decompressor no longer raise exceptions if
Serhiy Storchaka
2016-10-31
1
-0/+38
*
|
Update the f-string test broken in issue #28385.
Serhiy Storchaka
2016-10-31
1
-1/+1
*
|
Issue #28541: Improve test coverage for encoding detection in json library.
Serhiy Storchaka
2016-10-30
2
-1/+15
*
|
Issue #28449: tarfile.open() with mode "r" or "r:" now tries to open a tar
Serhiy Storchaka
2016-10-30
2
-2/+10
|
\
\
|
|
/
|
*
Issue #28449: tarfile.open() with mode "r" or "r:" now tries to open a tar
Serhiy Storchaka
2016-10-30
2
-2/+10
*
|
Issue #28385: An error message when non-empty format spec is passed to
Serhiy Storchaka
2016-10-30
2
-13/+20
|
\
\
|
|
/
|
*
Issue #28385: An error message when non-empty format spec is passed to
Serhiy Storchaka
2016-10-30
2
-13/+20
*
|
- Issue #23262: The webbrowser module now supports Firefox 36+ and derived
Serhiy Storchaka
2016-10-30
2
-8/+45
|
\
\
|
|
/
|
*
Issue #23262: The webbrowser module now supports Firefox 36+ and derived
Serhiy Storchaka
2016-10-30
2
-8/+45
*
|
Issue #27939: Fixed bugs in tkinter.ttk.LabeledScale and tkinter.Scale caused
Serhiy Storchaka
2016-10-30
3
-9/+21
|
\
\
|
|
/
|
*
Issue #27939: Fixed bugs in tkinter.ttk.LabeledScale and tkinter.Scale caused
Serhiy Storchaka
2016-10-30
3
-9/+21
*
|
Merge from 3.5.
Serhiy Storchaka
2016-10-30
1
-59/+0
|
\
\
|
|
/
|
*
Backed out changeset 9f7505019767 (issue #27275).
Serhiy Storchaka
2016-10-30
1
-59/+0
*
|
Issue #18844: Strengthen tests to include a case with unequal weighting
Raymond Hettinger
2016-10-30
1
-0/+17
*
|
Issue #18844: Make the various ways for specifing weights produce the same re...
Raymond Hettinger
2016-10-29
2
-3/+20
*
|
Issue #28556: updates to typing.py (add Coroutine, prohibit Generic[T]()) (3....
Guido van Rossum
2016-10-29
2
-9/+45
|
\
\
|
|
/
|
*
Issue #28556: updates to typing.py (add Coroutine, prohibit Generic[T]())
Guido van Rossum
2016-10-29
2
-9/+45
*
|
Issue #28556: updates to typing.py (fix copy, deepcopy, pickle) (3.5->3.6)
Guido van Rossum
2016-10-29
2
-0/+27
|
\
\
|
|
/
|
*
Issue #28556: updates to typing.py (fix copy, deepcopy, pickle)
Guido van Rossum
2016-10-29
2
-0/+27
*
|
Issue #28556: updates to typing.py (3.5->3.6)
Guido van Rossum
2016-10-29
2
-355/+540
|
\
\
|
|
/
|
*
Issue #28556: updates to typing.py
Guido van Rossum
2016-10-29
2
-355/+540
*
|
Makes test_underpth* tests more robust by copying the executable.
Steve Dower
2016-10-29
1
-25/+48
*
|
Issue #28544: Implement asyncio.Task in C.
Yury Selivanov
2016-10-28
7
-272/+488
*
|
Issue #28353: Make test_os.WalkTests.test_walk_bad_dir stable.
Serhiy Storchaka
2016-10-28
1
-10/+15
|
\
\
|
|
/
|
*
Issue #28353: Make test_os.WalkTests.test_walk_bad_dir stable.
Serhiy Storchaka
2016-10-28
1
-10/+15
*
|
Issue #28522: Fixes mishandled buffer reallocation in getpathp.c
Steve Dower
2016-10-27
1
-0/+52
*
|
Issue #25002: Back out asyncore/asynchat deprecation.
Guido van Rossum
2016-10-26
2
-9/+0
*
|
Issue #26240: Merge subprocess doc string from 3.5 into 3.6
Martin Panter
2016-10-25
1
-340/+81
|
\
\
|
|
/
|
*
Issue #26240: Clean up the subprocess module doc string
Martin Panter
2016-10-25
1
-348/+79
|
*
Issue #28353: Fixed tests of os.fwalk() with broken links.
Serhiy Storchaka
2016-10-25
1
-3/+18
*
|
Issue #28353: Try to fix tests.
Serhiy Storchaka
2016-10-25
1
-2/+13
*
|
Issue 25002: Deprecate asyncore/asynchat. Patch by Mariatta.
Guido van Rossum
2016-10-25
2
-0/+9
*
|
Issue #27275: Fixed implementation of pop() and popitem() methods in
Serhiy Storchaka
2016-10-25
1
-0/+59
|
\
\
|
|
/
|
*
Issue #27275: Fixed implementation of pop() and popitem() methods in
Serhiy Storchaka
2016-10-25
1
-0/+59
*
|
Issue #28255: calendar.TextCalendar().prmonth() no longer prints a space
Serhiy Storchaka
2016-10-25
2
-3/+2
|
\
\
|
|
/
|
*
Issue #28255: calendar.TextCalendar().prmonth() no longer prints a space
Serhiy Storchaka
2016-10-25
2
-3/+2
*
|
Issue #20491: The textwrap.TextWrapper class now honors non-breaking spaces.
Serhiy Storchaka
2016-10-25
2
-14/+44
|
\
\
|
|
/
|
*
Issue #20491: The textwrap.TextWrapper class now honors non-breaking spaces.
Serhiy Storchaka
2016-10-25
2
-14/+44
*
|
Issue #28353: os.fwalk() no longer fails on broken links.
Serhiy Storchaka
2016-10-25
2
-4/+20
|
\
\
|
|
/
|
*
Issue #28353: os.fwalk() no longer fails on broken links.
Serhiy Storchaka
2016-10-25
2
-7/+23
*
|
Issue #28314: Added tests for xml.etree.ElementTree.Element.getiterator().
Serhiy Storchaka
2016-10-25
1
-0/+32
|
\
\
|
|
/
|
*
Issue #28314: Added tests for xml.etree.ElementTree.Element.getiterator().
Serhiy Storchaka
2016-10-25
1
-0/+32
*
|
Issue #27025: Generated names for Tkinter widgets now start by the "!" prefix
Serhiy Storchaka
2016-10-25
1
-2/+2
*
|
Issue #25464: Fixed HList.header_exists() in tkinter.tix module by addin
Serhiy Storchaka
2016-10-24
1
-1/+5
|
\
\
|
|
/
|
*
Issue #25464: Fixed HList.header_exists() in tkinter.tix module by addin
Serhiy Storchaka
2016-10-24
1
-1/+5
*
|
Issue #5830: Remove old comment. Add empty slots.
Raymond Hettinger
2016-10-24
1
-5/+1
*
|
Merge heads
Serhiy Storchaka
2016-10-24
2
-83/+82
|
\
\
|
*
|
asyncio: Increase asyncio.Future test coverage; test both implementations.
Yury Selivanov
2016-10-24
2
-83/+82
*
|
|
Some distutils tests require zlib for creating tar.gz source distribution.
Serhiy Storchaka
2016-10-23
1
-1/+3
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
[next]