summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Issue #28572: Add 10% to coverage of IDLE's test_configdialog.Terry Jan Reedy2016-11-074-75/+181
* Merge 3.5 (issue #28634)Yury Selivanov2016-11-072-1/+25
|\
| * Issue #28634: Fix asyncio.isfuture() to support mocksYury Selivanov2016-11-072-2/+26
* | Closes #27781: Removes special cases for the experimental aspect of PEP 529Steve Dower2016-11-071-7/+2
* | issue #28622: Remove redundant variable annotation test from test_grammar. Iv...Guido van Rossum2016-11-071-3/+0
* | Issue #23996: Added _PyGen_SetStopIterationValue for safe raisingSerhiy Storchaka2016-11-064-29/+225
|\ \ | |/
| * Issue #23996: Added _PyGen_SetStopIterationValue for safe raisingSerhiy Storchaka2016-11-062-0/+82
* | Update test_no_escapes_for_braces to clarify behavior with a docstring and ex...Jason R. Coombs2016-11-061-5/+8
* | Additionally show that a backslash-escaped opening brace is treated as a lite...Jason R. Coombs2016-11-061-0/+1
* | Add an additional test with a newline, one that's very similar to test_parens...Jason R. Coombs2016-11-061-0/+1
* | Issue #28123: _PyDict_GetItem_KnownHash() now can raise an exception asSerhiy Storchaka2016-11-061-0/+31
* | Issue #28485: Merge single-threading fix from 3.5 into 3.6Martin Panter2016-11-051-3/+3
|\ \ | |/
| * Issue #28485: Check for negative workers even without ProcessPoolExecutorMartin Panter2016-11-051-3/+3
* | Merge 3.5 (issue #28613)Yury Selivanov2016-11-0417-2/+123
|\ \ | |/
| * Issue #28613: Fix get_event_loop() to return the current loopYury Selivanov2016-11-0417-2/+123
| * asyncio: Sync with upstreamYury Selivanov2016-11-031-0/+3
* | Merge 3.5 (issue #28600)Yury Selivanov2016-11-034-57/+27
|\ \ | |/
| * Issue #28600: Optimize loop.call_soon().Yury Selivanov2016-11-034-57/+27
* | Allow ensurepip even when ssl is unavailableDonald Stufft2016-11-033-93/+0
* | Merge updated pip/setuptools from 3.5Donald Stufft2016-11-024-2/+2
|\ \ | |/
| * Merge new pip/setuptools from 3.4Donald Stufft2016-11-024-2/+2
| |\
| | * Upgrade pip to 9.0 and setuptools to 28.7.1Donald Stufft2016-11-024-2/+2
| | * Issue #27759: Fix selectors incorrectly retain invalid file descriptors.Yury Selivanov2016-10-062-9/+40
* | | Issue #28583: PyDict_SetDefault didn't combine split table when needed.INADA Naoki2016-11-021-0/+17
* | | Minor code beautificationRaymond Hettinger2016-11-021-2/+1
* | | Update pydoc topics for 3.6.0b3Ned Deily2016-11-011-7/+7
* | | Issue 28128: Print out better error/warning messages for invalid string escap...Eric V. Smith2016-10-312-7/+27
* | | Issue #27517: LZMA compressor and decompressor no longer raise exceptions ifSerhiy Storchaka2016-10-311-0/+38
|\ \ \ | |/ /
| * | Issue #27517: LZMA compressor and decompressor no longer raise exceptions ifSerhiy Storchaka2016-10-311-0/+38
* | | Update the f-string test broken in issue #28385.Serhiy Storchaka2016-10-311-1/+1
* | | Issue #28541: Improve test coverage for encoding detection in json library.Serhiy Storchaka2016-10-302-1/+15
* | | Issue #28449: tarfile.open() with mode "r" or "r:" now tries to open a tarSerhiy Storchaka2016-10-302-2/+10
|\ \ \ | |/ /
| * | Issue #28449: tarfile.open() with mode "r" or "r:" now tries to open a tarSerhiy Storchaka2016-10-302-2/+10
* | | Issue #28385: An error message when non-empty format spec is passed toSerhiy Storchaka2016-10-302-13/+20
|\ \ \ | |/ /
| * | Issue #28385: An error message when non-empty format spec is passed toSerhiy Storchaka2016-10-302-13/+20
* | | - Issue #23262: The webbrowser module now supports Firefox 36+ and derivedSerhiy Storchaka2016-10-302-8/+45
|\ \ \ | |/ /
| * | Issue #23262: The webbrowser module now supports Firefox 36+ and derivedSerhiy Storchaka2016-10-302-8/+45
* | | Issue #27939: Fixed bugs in tkinter.ttk.LabeledScale and tkinter.Scale causedSerhiy Storchaka2016-10-303-9/+21
|\ \ \ | |/ /
| * | Issue #27939: Fixed bugs in tkinter.ttk.LabeledScale and tkinter.Scale causedSerhiy Storchaka2016-10-303-9/+21
* | | Merge from 3.5.Serhiy Storchaka2016-10-301-59/+0
|\ \ \ | |/ /
| * | Backed out changeset 9f7505019767 (issue #27275).Serhiy Storchaka2016-10-301-59/+0
* | | Issue #18844: Strengthen tests to include a case with unequal weightingRaymond Hettinger2016-10-301-0/+17
* | | Issue #18844: Make the various ways for specifing weights produce the same re...Raymond Hettinger2016-10-292-3/+20
* | | Issue #28556: updates to typing.py (add Coroutine, prohibit Generic[T]()) (3....Guido van Rossum2016-10-292-9/+45
|\ \ \ | |/ /
| * | Issue #28556: updates to typing.py (add Coroutine, prohibit Generic[T]())Guido van Rossum2016-10-292-9/+45
* | | Issue #28556: updates to typing.py (fix copy, deepcopy, pickle) (3.5->3.6)Guido van Rossum2016-10-292-0/+27
|\ \ \ | |/ /
| * | Issue #28556: updates to typing.py (fix copy, deepcopy, pickle)Guido van Rossum2016-10-292-0/+27
* | | Issue #28556: updates to typing.py (3.5->3.6)Guido van Rossum2016-10-292-355/+540
|\ \ \ | |/ /
| * | Issue #28556: updates to typing.pyGuido van Rossum2016-10-292-355/+540
* | | Makes test_underpth* tests more robust by copying the executable.Steve Dower2016-10-291-25/+48