summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 3.6.5finalv3.6.5Ned Deily2018-03-285-7/+21
* bpo-33163: Upgrade pip to 9.0.3 and setuptools to v39.0.1. (GH-6285)Miss Islington (bot)2018-03-281-0/+1
* bpo-32872: Avoid regrtest compatibility issue with namespace packages. (GH-62...Miss Islington (bot)2018-03-282-1/+2
* Upgrade pip to v9.0.3 and setuptools to v39.0.1 (GH-6184)Miss Islington (bot)2018-03-283-2/+2
* Update pip to 9.0.2 and setuptools to 38.6.1 (GH-6133) (#6136)Miss Islington (bot)2018-03-283-2/+2
* bpo-30622: Fix backport of NPN fix (#6102)Christian Heimes2018-03-281-1/+1
* 3.6.5rc1v3.6.5rc1Ned Deily2018-03-1490-421/+1240
* bpo-32726: macOS installer changes for 3.6.5Ned Deily2018-03-1411-260/+236
* lib2to3: Add more tests (GH-6101) (#6109)Miss Islington (bot)2018-03-131-0/+108
* [3.7] bpo-17288: Prevent jumps from 'return' and 'exception' trace events. (G...Miss Islington (bot)2018-03-133-15/+94
* bpo-33064: lib2to3: support trailing comma after *args and **kwargs (GH-6096)...Miss Islington (bot)2018-03-133-26/+39
* [3.6] bpo-31804: Fix multiprocessing.Process with broken standard streams (GH...Antoine Pitrou2018-03-115-12/+47
* [3.6] bpo-33026: Fix jumping out of "with" block by setting f_lineno. (GH-602...Miss Islington (bot)2018-03-113-0/+36
* bpo-33045: Fix typos in SSL documentation (GH-6065)Miss Islington (bot)2018-03-111-2/+2
* [3.7] bpo-33041: Add missed error checks when compile "async for" (GH-6053) (...Miss Islington (bot)2018-03-101-13/+7
* [3.6] bpo-33037: Skip sending/receiving after SSL transport closing (GH-6044)...Andrew Svetlov2018-03-103-20/+42
* bpo-26701: Improve documentation for the rounding special methods. (GH-6054)Miss Islington (bot)2018-03-101-12/+18
* bpo-26701: Add documentation for __trunc__ (GH-6050)Miss Islington (bot)2018-03-103-3/+15
* Warn that compile() can crash when compiling to an AST object (GH-6043) (GH-6...Miss Islington (bot)2018-03-091-0/+6
* bpo-32758: Warn that ast.parse() and ast.literal_eval() can segfault the inte...Miss Islington (bot)2018-03-091-0/+10
* controlflow: Use full example for "5 through 9" (GH-5907)Miss Islington (bot)2018-03-091-1/+1
* bpo-32517: fix test_read_pty_output() hangs on macOS 10.13.2+ (GH-6037)Nathan Henrie2018-03-093-0/+4
* bpo-33016: Fix potential use of uninitialized memory in nt._getfinalpathname ...Steve Dower2018-03-082-22/+33
* [3.6] bpo-30353: Fix pass by value for structs on 64-bit Cygwin/MinGW (GH-155...Miss Islington (bot)2018-03-085-2/+66
* Fix some ipaddress documentation errors (GH-6021)Miss Islington (bot)2018-03-081-8/+12
* bpo-32969: Expose some missing constants in zlib and fix the doc (GH-5988)Miss Islington (bot)2018-03-074-23/+44
* bpo-33009: Fix inspect.signature() for single-parameter partialmethods. (GH-6...Miss Islington (bot)2018-03-063-1/+13
* [3.6] bpo-33001: Prevent buffer overrun in os.symlink (GH-5989) (GH-5990)Steve Dower2018-03-053-28/+74
* bpo-32984: IDLE - set __file__ for startup files (GH-5981)Miss Islington (bot)2018-03-052-0/+10
* bpo-32857: Raise error when tkinter after_cancel() is called with None. (GH-5...Miss Islington (bot)2018-03-043-3/+115
* [3.6] bpo-32981: Fix catastrophic backtracking vulns (GH-5955)Benjamin Peterson2018-03-046-4/+39
* Fix missing coroutine declaration in the asyncio documentation. (GH-5964)Miss Islington (bot)2018-03-031-1/+1
* [3.6] bpo-32964: Reuse a testing implementation of the path protocol in tests...Serhiy Storchaka2018-03-0311-95/+76
* bpo-32903: Fix a memory leak in os.chdir() on Windows (GH-5801) (#5946)Miss Islington (bot)2018-03-012-7/+9
* bpo-32940: IDLE: Simplify StringTranslatePseudoMapping in pyparse (GH-5862)Miss Islington (bot)2018-02-283-89/+32
* 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-278-19/+134
* bpo-32713: Fix tarfile.itn for large/negative float values. (GH-5434)Miss Islington (bot)2018-02-273-1/+11
* bpo-32222: Fix pygettext skipping docstrings for funcs with arg typehints (GH...Miss Islington (bot)2018-02-263-4/+102
* Fix _socket module compilation on Cygwin. (GH-4137) (GH-4145)Miss Islington (bot)2018-02-261-1/+1
* Revert "[3.6] bpo-32303 - Consistency fixes for namespace loaders (GH-5481) (...Barry Warsaw2018-02-269-1473/+1439
* [3.6] bpo-32394: Remove some TCP options on older version Windows. (GH-5585)animalize2018-02-264-0/+92
* bpo-18533: Avoid RecursionError from repr() of recursive dictview (GH-4823)Miss Islington (bot)2018-02-264-4/+44
* bpo-31454: Include information about "import X as Y" in Modules tutorial (GH-...Miss Islington (bot)2018-02-251-0/+19
* bpo-25059: Clarify the print separator usage in tutorial (GH-5879)Miss Islington (bot)2018-02-251-1/+1
* Delete a broken threading.local example (GH-5870)Miss Islington (bot)2018-02-251-5/+1
* [3.6] bpo-30622: Fix NPN for OpenSSL 1.1.1-pre1 (GH-5876) (#5881)Christian Heimes2018-02-252-24/+29
* [3.6] bpo-32647: Link ctypes extension with libdl. (GH-5550) (#5875)Miss Islington (bot)2018-02-252-0/+6
* [3.6] bpo-30622: Improve NPN support detection (GH-5859) (#5861)Christian Heimes2018-02-254-11/+42
* bpo-32185: Don't send IP in SNI TLS extension (#5865)Christian Heimes2018-02-252-2/+42