summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update badges in README.rst3.7-readme-updateZachary Ware2019-10-101-8/+4
* bpo-38109: Add missing constants to Lib/stat.py (GH-16665) (GH-16691)Miss Islington (bot)2019-10-103-6/+21
* bpo-32996: Documentation fix-up. (GH-16646)Miss Islington (bot)2019-10-101-3/+4
* bpo-38425: Fix ‘res’ may be used uninitialized warning (GH-16688)Miss Islington (bot)2019-10-102-2/+4
* [3.7] bpo-38409: Fix grammar in str.strip() docstring (GH-16682) (GH-16686)Zachary Ware2019-10-092-4/+4
* [3.7] bpo-38379: don't claim objects are collected when they aren't (GH-1665...Pablo Galindo2019-10-093-7/+76
* bpo-37531: regrtest ignores output on timeout (GH-16659)Miss Islington (bot)2019-10-092-27/+42
* [3.7] bpo-38407: Add docstrings for typing.SupportsXXX classes. (GH-16644). (...Serhiy Storchaka2019-10-091-0/+6
* [3.7] bpo-38405: Make nested subclasses of typing.NamedTuple pickleable. (GH-...Serhiy Storchaka2019-10-093-8/+23
* bpo-36953: Delay removal of ABCs from collections. (GH-13409)Miss Islington (bot)2019-10-093-4/+9
* bpo-38368: Added fix for ctypes crash when handling arrays in structs/unions....Vinay Sajip2019-10-093-25/+231
* Typo fix: "empy" should be "empty". (GH-16666)Miss Islington (bot)2019-10-081-1/+1
* [3.7] bpo-38294: Add list of no-longer-escaped chars to re.escape documentati...Ricardo Bánffy2019-10-083-3/+7
* bpo-38118: Ignore Valgrind false alarm in PyUnicode_Decode() (GH-16651)Miss Islington (bot)2019-10-082-0/+13
* bpo-36698: IDLE no longer fails when write non-encodable characters to stderr...Miss Islington (bot)2019-10-085-67/+87
* Fix typo in _warnings.warn_explicit() docstring (GH-16625)Miss Islington (bot)2019-10-081-1/+1
* bpo-38344: Fix syntax in activate.bat (GH-16533)Miss Islington (bot)2019-10-072-1/+2
* bpo-38391: Fixing a typo for Py_DECREF (GH-16616)Miss Islington (bot)2019-10-071-1/+1
* bpo-26510: Add versionchanged for required arg of add_subparsers (GH-16588)Miss Islington (bot)2019-10-062-1/+8
* bpo-38383: Fix possible integer overflow in startswith() of bytes and bytearr...Miss Islington (bot)2019-10-061-1/+1
* bpo-13153: Use OS native encoding for converting between Python and Tcl. (GH-...Miss Islington (bot)2019-10-049-241/+240
* bpo-38235: Correct some arguments names in logging documentation (GH-16571) (...Miss Islington (bot)2019-10-041-17/+17
* bpo-34344 Fix AbstractEventLoopPolicy.get_event_loop docstring (GH-16463)Miss Islington (bot)2019-10-031-2/+2
* [3.8] bpo-36670, regrtest: Fix WindowsLoadTracker() for partial line (GH-1655...Miss Islington (bot)2019-10-035-74/+134
* bpo-38338, test.pythoninfo: add more ssl infos (GH-16539)Miss Islington (bot)2019-10-021-0/+31
* 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