summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge 3.5 (asyncio)Yury Selivanov2016-06-082-240/+0
|\ \ | |/
| * asyncio: Remove asyncio.timeout() context manager.Yury Selivanov2016-06-082-240/+0
* | Merge 3.5 (issue #27136, asyncio)Yury Selivanov2016-06-086-163/+116
|\ \ | |/
| * Issue #27136: Fix DNS static resolution; don't use it in getaddrinfoYury Selivanov2016-06-086-163/+116
* | Issue #25738: Merge HTTP server from 3.5Martin Panter2016-06-082-13/+64
|\ \ | |/
| * Issue #25738: Don’t send message body for 205 Reset ContentMartin Panter2016-06-082-10/+64
* | Issue #21313: Merge version parsing from 3.5Martin Panter2016-06-082-4/+27
|\ \ | |/
| * Issue #21313: Tolerate truncated buildinfo in sys.versionMartin Panter2016-06-082-4/+27
* | Fixed #27251: merged fix from 3.5.Vinay Sajip2016-06-072-3/+4
|\ \ | |/
| * Fixed #27251: corrected string/bytes handling in credentials.Vinay Sajip2016-06-072-3/+4
* | Items for NEWS and idlelib/NEWS.txt.Terry Jan Reedy2016-06-071-0/+23
|\ \ | |/
| * Items for NEWS and idlelib/NEWS.txt.Terry Jan Reedy2016-06-071-0/+11
* | Issue #26983: Fixed test_format failure.Serhiy Storchaka2016-06-061-1/+1
* | Issue #27107: mailbox.fcntl = None on WindowsMartin Panter2016-06-061-1/+1
* | Issue #27110: Add smtpd.SMTPChannel to __all__, by Jacek KołodziejMartin Panter2016-06-062-1/+15
* | Issue #27109: Add InvalidFileException to __all__, by Jacek KołodziejMartin Panter2016-06-062-2/+8
* | Issue #27108: Add missing names to mimetypes.__all__, by Jacek KołodziejMartin Panter2016-06-062-2/+10
* | Issue #27107: Add exception classes to mailbox.__all__, by Jacek KołodziejMartin Panter2016-06-062-4/+11
* | Issue #27105: Add cgi.test() to __all__, based on Jacek Kołodziej’s patchMartin Panter2016-06-062-1/+7
* | Issue #27156: Remove more unused idlelib code.Terry Jan Reedy2016-06-062-13/+0
* | Issue #27164: Merge raw Deflate zdict support from 3.5Martin Panter2016-06-051-0/+9
|\ \ | |/
| * Issue #27164: Allow decompressing raw Deflate streams with predefined zdictMartin Panter2016-06-051-0/+9
* | Issue #21916: Added more tests for the turtle module.Serhiy Storchaka2016-06-051-0/+36
|\ \ | |/