summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* bpo-32517: fix test_read_pty_output() hangs on macOS 10.13.2+ (GH-6037)Nathan Henrie2018-03-091-0/+1
* [3.6] bpo-30353: Fix pass by value for structs on 64-bit Cygwin/MinGW (GH-155...Miss Islington (bot)2018-03-082-0/+26
* bpo-32969: Expose some missing constants in zlib and fix the doc (GH-5988)Miss Islington (bot)2018-03-071-1/+2
* bpo-33009: Fix inspect.signature() for single-parameter partialmethods. (GH-6...Miss Islington (bot)2018-03-062-1/+12
* [3.6] bpo-33001: Prevent buffer overrun in os.symlink (GH-5989) (GH-5990)Steve Dower2018-03-051-0/+35
* bpo-32984: IDLE - set __file__ for startup files (GH-5981)Miss Islington (bot)2018-03-051-0/+3
* bpo-32857: Raise error when tkinter after_cancel() is called with None. (GH-5...Miss Islington (bot)2018-03-042-3/+114
* [3.6] bpo-32981: Fix catastrophic backtracking vulns (GH-5955)Benjamin Peterson2018-03-044-4/+34
* [3.6] bpo-32964: Reuse a testing implementation of the path protocol in tests...Serhiy Storchaka2018-03-0310-95/+69
* bpo-32940: IDLE: Simplify StringTranslatePseudoMapping in pyparse (GH-5862)Miss Islington (bot)2018-02-282-89/+31
* bpo-30928: Update idlelib/NEWS.txt, possibly for 3.7.0b2 (GH-5932)Miss Islington (bot)2018-02-281-0/+16
* [3.6] bpo-32922: dbm.open() now encodes filename with the filesystem encoding...Serhiy Storchaka2018-02-273-1/+87
* bpo-32713: Fix tarfile.itn for large/negative float values. (GH-5434)Miss Islington (bot)2018-02-272-1/+10
* bpo-32222: Fix pygettext skipping docstrings for funcs with arg typehints (GH...Miss Islington (bot)2018-02-261-0/+88
* Revert "[3.6] bpo-32303 - Consistency fixes for namespace loaders (GH-5481) (...Barry Warsaw2018-02-264-35/+5
* [3.6] bpo-32394: Remove some TCP options on older version Windows. (GH-5585)animalize2018-02-261-0/+19
* bpo-18533: Avoid RecursionError from repr() of recursive dictview (GH-4823)Miss Islington (bot)2018-02-262-0/+29
* Delete a broken threading.local example (GH-5870)Miss Islington (bot)2018-02-251-5/+1
* bpo-31518: Change TLS protocol for Debian (#3660)Christian Heimes2018-02-245-12/+12
* bpo-31966: Fixed WindowsConsoleIO.write() for writing empty data. (GH-5754)Miss Islington (bot)2018-02-241-0/+4
* bpo-32916: IDLE: Change `str` to `code` in pyparse (GH-5830)Miss Islington (bot)2018-02-244-102/+102
* [3.6] bpo-30028: make test.support.temp_cwd() fork-safe (GH-1066) (GH-5826)Anselm Kruis2018-02-232-1/+34
* bpo-32457: Improves handling of denormalized executable path when launching P...Steve Dower2018-02-221-0/+12
* bpo-32905: IDLE - remove unused code in pyparse module (GH-5807)Miss Islington (bot)2018-02-222-50/+7
* bpo-32874: IDLE: add tests for pyparse (GH-5755)Miss Islington (bot)2018-02-222-66/+618
* bpo-31848: Fix broken error handling in Aifc_read.initfp() when the SSND chun...Miss Islington (bot)2018-02-202-0/+9
* bpo-32409: Ensures activate.bat can handle Unicode contents (GH-5766)Miss Islington (bot)2018-02-202-0/+31
* bpo-30121: Fix test_subprocess for Windows Debug builds (GH-5758)Miss Islington (bot)2018-02-191-1/+1
* bpo-32682: Improve libz version parsing in test_zilb (GH-5347)Miss Islington (bot)2018-02-191-4/+9
* Improve error message for "setup.py upload" without dist files (GH-21060)Miss Islington (bot)2018-02-191-1/+2
* bpo-31972: Improve docstrings for pathlib classes (GH-5310)Miss Islington (bot)2018-02-191-1/+29
* [3.6] Improves the ability to build in CI (GH-5730)Steve Dower2018-02-182-7/+13
* bpo-32852: Fix trace changing sys.argv to tuple. (GH-5692)Miss Islington (bot)2018-02-172-1/+11
* bpo-32841: Fix cancellation in awaiting asyncio.Condition (GH-5665) (GH-5683)Miss Islington (bot)2018-02-142-5/+32
* bpo-31787: Skip refleak check when _hashlib is not available (GH-5660)Miss Islington (bot)2018-02-131-0/+1
* bpo-31787: Prevent refleaks when calling __init__() more than once (GH-3995)INADA Naoki2018-02-136-0/+74
* [3.6] bpo-32370: Use the correct encoding for ipconfig output in the uuid mod...Serhiy Storchaka2018-02-131-4/+6
* bpo-32837: IDLE - require encoding argument for textview.view_file. (GH-5646)Miss Islington (bot)2018-02-122-4/+5
* bpo-32826: Add "encoding=utf-8" to open() in idle_test/test_help_about. (GH-5...Miss Islington (bot)2018-02-121-25/+27
* bpo-29248: Fix os.readlink() on Windows (GH-5577)Miss Islington (bot)2018-02-121-0/+15
* [3.6] bpo-30157: Fix csv.Sniffer.sniff() regex pattern. (GH-5601) (GH-5603)Serhiy Storchaka2018-02-092-1/+11
* bpo-30928: IDLE - update NEWS.txt [GH-5539] (GH-5545)Terry Jan Reedy2018-02-051-3/+6
* bpo-32765: Update configdialog General tab create page docstring (GH-5529) (G...Miss Islington (bot)2018-02-051-0/+16
* [3.6] bpo-32746: Fix multiple typos (GH-5144) (GH-5522)Terry Jan Reedy2018-02-048-13/+13
* [3.6] bpo-30928: prepare idlelib/NEWS.txt for 3.6.5 entries. (#5508)Terry Jan Reedy2018-02-031-3/+13
* [3.6] bpo-32303 - Consistency fixes for namespace loaders (GH-5481) (#5504)Barry Warsaw2018-02-034-5/+35
* [3.6] bpo-32734: Fix asyncio.Lock multiple acquire safety issue (GH-5466) (#5...Bar Harel2018-02-022-10/+72
* bpo-31106: Fix handling of erros in posix_fallocate() and posix_fadvise() (GH...Miss Islington (bot)2018-02-011-0/+19
* bpo-32137: The repr of deeply nested dict now raises a RecursionError (GH-457...Miss Islington (bot)2018-02-013-3/+19
* bpo-32727: smtplib's SMTP.send_message behaves differently with from_addr and...Miss Islington (bot)2018-01-312-1/+19