summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 3.7.5v3.7.5Ned Deily2019-10-1410-17/+33
* Fix some news entries for 3.7.5 final.Ned Deily2019-10-142-1/+2
* [3.7] Update build docs for macOS (GH-16771) (GH-16774)Ned Deily2019-10-143-83/+90
* [3.7] Update macOS installer display files for 3.7.5 (GH-16767)Ned Deily2019-10-143-136/+80
* bpo-28556: Remove another mention of metaclass of Generic in typing docs (GH-...Miss Islington (bot)2019-10-141-2/+2
* [3.7] bpo-38449: Revert "bpo-22347: Update mimetypes.guess_type to allow oper...Abhilash Raj2019-10-144-11/+4
* Fix typo: equivalent code of `async with cond` (GH-11681) (GH-16720)Miss Islington (bot)2019-10-141-2/+2
* Update badges in README.rst (GH-16710)Zachary Ware2019-10-141-8/+4
* Typo fix: "throuhgh" should be "through". (GH-16704)Miss Islington (bot)2019-10-141-1/+1
* bpo-32996: Documentation fix-up. (GH-16646)Miss Islington (bot)2019-10-141-3/+4
* bpo-36953: Delay removal of ABCs from collections. (GH-13409)Miss Islington (bot)2019-10-143-4/+9
* bpo-38368: Added fix for ctypes crash when handling arrays in structs/unions....Vinay Sajip2019-10-143-25/+231
* Typo fix: "empy" should be "empty". (GH-16666)Miss Islington (bot)2019-10-141-1/+1
* [3.7] bpo-38294: Add list of no-longer-escaped chars to re.escape documentati...Ricardo Bánffy2019-10-143-3/+7
* Fix typo in _warnings.warn_explicit() docstring (GH-16625)Miss Islington (bot)2019-10-141-1/+1
* bpo-38344: Fix syntax in activate.bat (GH-16533)Miss Islington (bot)2019-10-142-1/+2
* bpo-38391: Fixing a typo for Py_DECREF (GH-16616)Miss Islington (bot)2019-10-141-1/+1
* bpo-26510: Add versionchanged for required arg of add_subparsers (GH-16588)Miss Islington (bot)2019-10-142-1/+8
* bpo-38235: Correct some arguments names in logging documentation (GH-16571) (...Miss Islington (bot)2019-10-141-17/+17
* bpo-34344 Fix AbstractEventLoopPolicy.get_event_loop docstring (GH-16463)Miss Islington (bot)2019-10-141-2/+2
* Post release updatesNed Deily2019-10-012-3/+3
* Merge tag 'v3.7.5rc1' into 3.7Ned Deily2019-10-01138-295/+1403
|\
| * 3.7.5rc1v3.7.5rc1Ned Deily2019-10-01136-292/+1386
| * Update macOS installer displays for 3.7.5rc1Ned Deily2019-10-012-3/+17
* | Correct typos in the codecs module documentation (GH-15135)Miss Islington (bot)2019-10-011-60/+61
|/
* bpo-36670: Multiple regrtest bugfixes (GH-16511)Miss Islington (bot)2019-10-013-133/+175
* Fix and improve `asyncio.run()` docs (GH-16403) (GH-16505)Miss Islington (bot)2019-09-303-10/+4
* bpo-38019: correctly handle pause/resume reading of closed asyncio unix pipe ...Miss Islington (bot)2019-09-293-0/+39
* [3.7] bpo-38216, bpo-36274: Allow subclasses to separately override validatio...Jason R. Coombs2019-09-283-10/+51
* bpo-38301: In Solaris family, we must be sure to use '-D_REENTRANT' (GH-16446...Miss Islington (bot)2019-09-283-0/+8
* bpo-38243, xmlrpc.server: Escape the server_title (GH-16373)Miss Islington (bot)2019-09-273-1/+21
* [3.7] bpo-38275: Skip ssl tests for disabled versions (GH-16427)Christian Heimes2019-09-262-56/+150
* bpo-38239: Fix test_gdb for Link Time Optimization (LTO) (GH-16422) (GH-16426)Victor Stinner2019-09-262-2/+10
* bpo-38130: Fix error in explaining when an exception is re-raised (GH-16016) ...Miss Islington (bot)2019-09-261-1/+1
* Doc: Use the `with` statement in the first example of the ftplib doc. (GH-162...Miss Islington (bot)2019-09-261-1/+2
* [3.7] closes bpo-38174: Update vendored expat library to 2.2.8. (GH-16407)Benjamin Peterson2019-09-2524-4842/+3973
* [3.7] bpo-22273: Changed conditions for ctypes array-in-struct handling. (GH-...Vinay Sajip2019-09-251-7/+4
* bpo-38271: encrypt private key test files with AES256 (GH-16385)Miss Islington (bot)2019-09-254-86/+91
* bpo-38255: super() can search attributes as well as methods (GH-16368) (GH-16...Miss Islington (bot)2019-09-251-0/+4
* bpo-38260: Add Docs on asyncio.run (GH-16337)Miss Islington (bot)2019-09-252-0/+16
* [3.7] bpo-36871: Handle spec errors in assert_has_calls (GH-16364) (GH-16374)Gregory P. Smith2019-09-243-3/+40
* bpo-22273: Update ctypes to correctly handle arrays in small structur… (GH-...Miss Islington (bot)2019-09-253-0/+187
* bpo-37123: multiprocessing test_mymanager() accepts SIGTERM (GH-16349)Miss Islington (bot)2019-09-242-5/+10
* bpo-38212: Increase MP test_queue_feeder_donot_stop_onexc() timeout (GH-16348)Miss Islington (bot)2019-09-242-2/+3
* closes bpo-38253: Fix typo of Py_SET_ERANGE_IF_OVERFLOW in pyport.h. (GH-16230)Miss Islington (bot)2019-09-231-1/+1
* Updated incorrect level-setting code to use setLevel(). (GH-16325) (GH-16326)Miss Islington (bot)2019-09-222-6/+7
* Doc: Fix spelling errors of 'initial' in enum.py (GH-16314)Miss Islington (bot)2019-09-201-1/+1
* bpo-37937: Mention frame.f_trace in sys.settrace docs (GH-15439)Miss Islington (bot)2019-09-202-0/+12
* bpo-37353: Updated parser note about source code compatibility(GH-14277)Miss Islington (bot)2019-09-201-1/+2
* bpo-37531: sync regrtest with master branch (GH-16285) (GH-16289)Victor Stinner2019-09-192-17/+26