summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Issue #27286: Fixed compiling BUILD_MAP_UNPACK_WITH_CALL opcode. CallingSerhiy Storchaka2016-06-123-0/+10
|\
| * Issue #27286: Fixed compiling BUILD_MAP_UNPACK_WITH_CALL opcode. CallingSerhiy Storchaka2016-06-123-1/+11
* | Issue #16484: Merge pydoc Windows fixes from 3.5Martin Panter2016-06-122-3/+4
|\ \ | |/
| * Issue #16484: Fix pydoc link and test on Windows, by Kaushik NadikuditiMartin Panter2016-06-122-3/+4
* | Drop unused importMartin Panter2016-06-121-1/+0
* | Merge 3.5, issue #14209Łukasz Langa2016-06-122-4/+80
|\ \ | |/
| * Issue #14209: pkgutil.iter_zipimport_modules ignores the prefix for packagesŁukasz Langa2016-06-122-4/+80
* | Merge 3.5, issue #27194Łukasz Langa2016-06-111-2/+2
|\ \ | |/
| * Issue #27194: superfluous truncate calls in tarfile.py slow down extractionŁukasz Langa2016-06-111-2/+2
* | Issue #27140: Added BUILD_CONST_KEY_MAP opcode.Serhiy Storchaka2016-06-112-1/+3
* | Issue #27294: Improved repr for Tkinter event objects.Serhiy Storchaka2016-06-111-2/+73
* | merge 3.5Benjamin Peterson2016-06-111-0/+5
|\ \ | |/
| * merge 3.4Benjamin Peterson2016-06-111-0/+5
| |\
| | * raise an error when STARTTLS failsBenjamin Peterson2016-06-111-0/+5
* | | Issue #20508: Improve exception message of IPv{4,6}Network.__getitem__Berker Peksag2016-06-112-2/+3
* | | Issue #21386: Merge from 3.5Berker Peksag2016-06-112-0/+10
|\ \ \ | |/ /
| * | Issue #21386: Implement missing IPv4Address.is_global propertyBerker Peksag2016-06-112-0/+10
* | | Merge Issue #22558.Terry Jan Reedy2016-06-111-2/+4
|\ \ \ | |/ /
| * | Issue #22558: Add remaining doc links to source code for Python-coded modules.Terry Jan Reedy2016-06-111-2/+4
* | | Issue #27029: Removed deprecated support of universal newlines mode from ZipF...Serhiy Storchaka2016-06-112-209/+8
* | | Issue #27030: Unknown escapes consisting of ``'\'`` and ASCII letter inSerhiy Storchaka2016-06-112-72/+18
* | | Merge 3.5 (issue #22970)Yury Selivanov2016-06-112-1/+32
|\ \ \ | |/ /
| * | Issue #22970: asyncio: Fix inconsistency cancelling Condition.wait.Yury Selivanov2016-06-112-1/+32
* | | Merge 3.5 (issue #27223)Yury Selivanov2016-06-112-17/+24
|\ \ \ | |/ /
| * | Issue #27223: aio: Fix _read_ready and _write_ready to respect _conn_lost.Yury Selivanov2016-06-112-17/+24
* | | IDLE NEWS entriesTerry Jan Reedy2016-06-111-0/+11
* | | Merge Issue #5124: NEWS entries.Terry Jan Reedy2016-06-111-0/+4
|\ \ \ | |/ /
| * | Issue #5124: NEWS entries.Terry Jan Reedy2016-06-111-0/+4
* | | Issue #27262: fix missing parameter typoNed Deily2016-06-111-1/+1
* | | Issue #5124: rename PyShell back to pyshell and patch test for 3.6Terry Jan Reedy2016-06-112-13/+15
* | | Merge with 3.5Terry Jan Reedy2016-06-112-1/+85
|\ \ \ | |/ /
| * | Issue #5124: Paste with selection should always replace.Terry Jan Reedy2016-06-112-1/+85
* | | Issue #5124: Temporary pyshell rename to avoid case-folding collision in merge.Terry Jan Reedy2016-06-111-0/+0
* | | Issue *24750: Switch all scrollbars in IDLE to ttk versions.Terry Jan Reedy2016-06-1017-39/+211
* | | Issue #27186: Add os.PathLike support to DirEntryBrett Cannon2016-06-101-4/+19
* | | Issue #20900: Merge from 3.5Berker Peksag2016-06-103-4/+18
|\ \ \ | |/ /
| * | Issue #20900: distutils register command now decodes HTTP responses correctlyBerker Peksag2016-06-103-4/+18
* | | Issue #27186: Add os.PathLike support to pathlib.Brett Cannon2016-06-102-6/+27
* | | Issue #26282: PyArg_ParseTupleAndKeywords() and Argument Clinic now supportSerhiy Storchaka2016-06-092-0/+58
* | | Issue #24759: IDLE requires tk 8.5 and availability ttk widgets.Terry Jan Reedy2016-06-108-40/+38
* | | Issue #24759: Add test for IDLE syntax colorizoer.Terry Jan Reedy2016-06-101-0/+56
* | | Fix some PEP 8 violations.Brett Cannon2016-06-091-10/+6
* | | Merge 3.5 (issue #27243)Yury Selivanov2016-06-095-23/+88
|\ \ \ | |/ /
| * | Issue #27243: Fix __aiter__ protocolYury Selivanov2016-06-095-23/+88
* | | Issue #27239: idlelib.macosx.isXyzTk functions initialize as needed.Terry Jan Reedy2016-06-084-10/+84
* | | Issue #27066: Fixed SystemError if a custom opener (for open()) returns aBarry Warsaw2016-06-081-0/+16
|\ \ \ | |/ /
| * | Issue #27066: Fixed SystemError if a custom opener (for open()) returnsBarry Warsaw2016-06-081-0/+16
* | | Issue #27262: move Aqua unbinding code, which enable context menus, to maxosx.Terry Jan Reedy2016-06-082-8/+11
* | | Sync typing.py with upstream (merge 3.5->3.6).Guido van Rossum2016-06-082-4/+76
|\ \ \ | |/ /
| * | Sync typing.py with upstream.Guido van Rossum2016-06-082-4/+76