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 #28572: Add 10% to coverage of IDLE's test_configdialog.
Terry Jan Reedy
2016-11-07
4
-75/+181
*
Merge 3.5 (issue #28634)
Yury Selivanov
2016-11-07
2
-1/+25
|
\
|
*
Issue #28634: Fix asyncio.isfuture() to support mocks
Yury Selivanov
2016-11-07
2
-2/+26
*
|
Closes #27781: Removes special cases for the experimental aspect of PEP 529
Steve Dower
2016-11-07
1
-7/+2
*
|
issue #28622: Remove redundant variable annotation test from test_grammar. Iv...
Guido van Rossum
2016-11-07
1
-3/+0
*
|
Issue #23996: Added _PyGen_SetStopIterationValue for safe raising
Serhiy Storchaka
2016-11-06
4
-29/+225
|
\
\
|
|
/
|
*
Issue #23996: Added _PyGen_SetStopIterationValue for safe raising
Serhiy Storchaka
2016-11-06
2
-0/+82
*
|
Update test_no_escapes_for_braces to clarify behavior with a docstring and ex...
Jason R. Coombs
2016-11-06
1
-5/+8
*
|
Additionally show that a backslash-escaped opening brace is treated as a lite...
Jason R. Coombs
2016-11-06
1
-0/+1
*
|
Add an additional test with a newline, one that's very similar to test_parens...
Jason R. Coombs
2016-11-06
1
-0/+1
*
|
Issue #28123: _PyDict_GetItem_KnownHash() now can raise an exception as
Serhiy Storchaka
2016-11-06
1
-0/+31
*
|
Issue #28485: Merge single-threading fix from 3.5 into 3.6
Martin Panter
2016-11-05
1
-3/+3
|
\
\
|
|
/
|
*
Issue #28485: Check for negative workers even without ProcessPoolExecutor
Martin Panter
2016-11-05
1
-3/+3
*
|
Merge 3.5 (issue #28613)
Yury Selivanov
2016-11-04
17
-2/+123
|
\
\
|
|
/
|
*
Issue #28613: Fix get_event_loop() to return the current loop
Yury Selivanov
2016-11-04
17
-2/+123
|
*
asyncio: Sync with upstream
Yury Selivanov
2016-11-03
1
-0/+3
*
|
Merge 3.5 (issue #28600)
Yury Selivanov
2016-11-03
4
-57/+27
|
\
\
|
|
/
|
*
Issue #28600: Optimize loop.call_soon().
Yury Selivanov
2016-11-03
4
-57/+27
*
|
Allow ensurepip even when ssl is unavailable
Donald Stufft
2016-11-03
3
-93/+0
*
|
Merge updated pip/setuptools from 3.5
Donald Stufft
2016-11-02
4
-2/+2
|
\
\
|
|
/
|
*
Merge new pip/setuptools from 3.4
Donald Stufft
2016-11-02
4
-2/+2
|
|
\
|
|
*
Upgrade pip to 9.0 and setuptools to 28.7.1
Donald Stufft
2016-11-02
4
-2/+2
|
|
*
Issue #27759: Fix selectors incorrectly retain invalid file descriptors.
Yury Selivanov
2016-10-06
2
-9/+40
*
|
|
Issue #28583: PyDict_SetDefault didn't combine split table when needed.
INADA Naoki
2016-11-02
1
-0/+17
*
|
|
Minor code beautification
Raymond Hettinger
2016-11-02
1
-2/+1
*
|
|
Update pydoc topics for 3.6.0b3
Ned Deily
2016-11-01
1
-7/+7
*
|
|
Issue 28128: Print out better error/warning messages for invalid string escap...
Eric V. Smith
2016-10-31
2
-7/+27
*
|
|
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
[next]