summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 3.7.3v3.7.3Ned Deily2019-03-253-5/+13
* Fix registry key for Windows SDK detection (GH-12445)Miss Islington (bot)2019-03-241-1/+1
* Fix "catchs" typos in NEWS entries (GH-12364)Harmon2019-03-242-4/+4
* Remove NEWS entries duplicated from 3.7.2final. (GH-12309)Ned Deily2019-03-241-40/+1
* bpo-36174: Update nuget authoring for new license field. (GH-12300)Miss Islington (bot)2019-03-244-9/+4
* Correct minor edit to news entry. (GH-12299)Ned Deily2019-03-241-1/+1
* 3.7.3rc1v3.7.3rc1Ned Deily2019-03-12127-317/+1313
* Minor edits to news entries for 3.7.3 (GH-12292)Ned Deily2019-03-123-2/+3
* bpo-35132: Fixes missing target in gdb pep0393 check. (GH-11848) (GH-12284)Miss Islington (bot)2019-03-122-1/+2
* [3.7] bpo-35931: Gracefully handle any exception in pdb debug command (GH-121...Miss Islington (bot)2019-03-114-12/+24
* [3.7] Doc: Fix inconsistency in multiprocessing (GH-12273) (GH-12275)Miss Islington (bot)2019-03-111-1/+1
* bpo-36234: Add more tests to PosixUidGidTests (GH-12234)Miss Islington (bot)2019-03-112-8/+22
* bpo-36176: Fix IDLE autocomplete & calltip popup colors. (GH-12262)Miss Islington (bot)2019-03-104-3/+10
* bpo-35647: Fix path check in cookiejar (GH-11436)Miss Islington (bot)2019-03-103-5/+36
* bpo-21314: Add a FAQ entry about positional only parameters (GH-10641)Miss Islington (bot)2019-03-104-0/+47
* Fix padding on asyncio.IncompleteReadError docs (GH-12258)Miss Islington (bot)2019-03-101-3/+3
* bpo-36251: Fix format strings used in match_repr() and stdprinter_repr(). (GH...Miss Islington (bot)2019-03-103-2/+4
* bpo-35121: prefix dot in domain for proper subdomain validation (GH-10258) (G...Miss Islington (bot)2019-03-093-2/+45
* Fix typos and improve grammar in threading.Barrier docstrings (GH-12210)Miss Islington (bot)2019-03-091-3/+3
* bpo-35807: Upgrade ensurepip bundled pip and setuptools (GH-12189)Miss Islington (bot)2019-03-084-2/+3
* bpo-35899: Fix Enum handling of empty and weird strings (GH-11891)Miss Islington (bot)2019-03-083-8/+27
* bpo-34162: Add entries for idlelib/NEWS.txt (GH-12232)Miss Islington (bot)2019-03-081-0/+6
* Fix typo (double 'the') in CODEOWNERS (GH-12227)Miss Islington (bot)2019-03-071-1/+1
* bpo-36140: Fix an incorrect check in msidb_getsummaryinformation() (GH-12074)Miss Islington (bot)2019-03-071-1/+1
* bpo-36108: Avoid failing the build on race condition in clean (GH-12217)Miss Islington (bot)2019-03-071-1/+1
* bpo-36216: Add check for characters in netloc that normalize to separators (G...Steve Dower2019-03-074-0/+61
* Fix the documentation for set.copy() (GH-12176)Miss Islington (bot)2019-03-061-1/+1
* bpo-36185: Fix typo in Doc/c-api/objbuffer.rst. (GH-12204)Miss Islington (bot)2019-03-061-1/+1
* bpo-36209: Fix typo on hashlib error message (GH-12194)Miss Islington (bot)2019-03-061-1/+1
* [3.7] bpo-29571: Fix test_re.test_locale_flag() (GH-12178)Victor Stinner2019-03-052-2/+18
* Doc: Use `option` word for command line interface. (GH-12142)Miss Islington (bot)2019-03-041-1/+1
* Fixed a missing . and a missing capital letter. (GH-12170)Miss Islington (bot)2019-03-041-2/+2
* bpo-36179: Fix ref leaks in _hashopenssl (GH-12158)Miss Islington (bot)2019-03-042-5/+9
* bpo-35198 Fix C++ extension compilation on AIX (GH-10437)Miss Islington (bot)2019-03-042-1/+10
* bpo-20906: Various revisions to the Unicode howto (GH-8394)Miss Islington (bot)2019-03-041-158/+183
* fixed duplicated method name of test_getuserbase() (GH-12140)Miss Islington (bot)2019-03-031-1/+3
* Autospec functions should propagate mock calls to parent GH-11273 (#12039)Miss Islington (bot)2019-03-033-0/+23
* bpo-36091: Remove reference to async generator in Lib/types.py. (GH-11996)Miss Islington (bot)2019-03-032-1/+2
* bpo-32129: Avoid blurry IDLE application icon on macOS with Tk 8.6. (GH-12031)Miss Islington (bot)2019-03-012-1/+3
* bpo-35178: Fix warnings._formatwarnmsg() (GH-12033)Miss Islington (bot)2019-03-013-1/+22
* bpo-36152: IDLE: Remove unused parameter from colorizer (GH-12109)Miss Islington (bot)2019-03-013-18/+6
* [3.7] Add versionadded directives to ssl.minimum_version and ssl.maxi… (GH-...Cheryl Sabella2019-02-281-6/+10
* Document the surprising sideeffect PyErr_Print(). (GH-12081)Miss Islington (bot)2019-02-271-2/+6
* Fix grammar error in timeit module docs (GH-12066)Miss Islington (bot)2019-02-271-1/+1
* [3.7] Update FAQ to point to Infrastructure Team website. (GH-12077) (GH-12078)Miss Islington (bot)2019-02-271-8/+2
* bpo-36096: IDLE: Refactor class variables in colorizer (GH-12002) (GH-12075)Miss Islington (bot)2019-02-273-21/+58
* bpo-28441: Ensure `.exe` suffix in `sys.executable` on MinGW and Cygwin (GH-4...Miss Islington (bot)2019-02-272-0/+48
* bpo-36123: Fix test_socket.testWithTimeoutTriggeredSend() race condition (GH-...Miss Islington (bot)2019-02-262-2/+4
* bpo-36106: Resolve sinpi name clash with libm (IEEE-754 violation). (GH-12027)Miss Islington (bot)2019-02-252-4/+5
* Run autoreconf.Benjamin Peterson2019-02-252-5/+19