summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* bpo-38328: Speed up the creation time of constant list and set display. (GH-1...Brandt Bucher2019-11-263-1/+25
* closes bpo-38803: Fix leak in posixmodule. (GH-17373)Eddie Elizondo2019-11-261-0/+1
* bpo-21063: Improve module synopsis for distutils (GH-17363)Sanchit Khurana2019-11-255-9/+9
* bpo-20928: support base-URL and recursive includes in etree.ElementInclude (#...Stefan Behnel2019-11-253-7/+132
* bpo-38870: Remove dependency on contextlib to avoid performance regression on...Pablo Galindo2019-11-251-7/+13
* Fix typo in Doc/whatsnew/3.9.rst (GH-17372)Pablo Galindo2019-11-251-1/+1
* bpo-38870: Expose a function to unparse an ast object in the ast module (GH-1...Pablo Galindo2019-11-246-751/+772
* bpo-38862: IDLE Strip Trailing Whitespace fixes end newlines (GH-17366)Terry Jan Reedy2019-11-247-41/+69
* bpo-38876: Raise pickle.UnpicklingError when loading an item from memo for in...Claudiu Popa2019-11-244-8/+35
* Remove unnecessary variable definition (GH-17368)Batuhan Taşkaya2019-11-241-1/+0
* Better runtime TypedDict (GH-17214)Zac Hatfield-Dodds2019-11-243-3/+25
* bpo-38881: choices() raises ValueError when all weights are zero (GH-17362)Raymond Hettinger2019-11-234-3/+15
* bpo-38899: virtual environment activation for fish should use `source` (GH-17...Brett Cannon2019-11-233-3/+6
* bpo-38896: Remove PyUnicode_ClearFreeList() function (GH-17354)Victor Stinner2019-11-237-27/+6
* bpo-38686: fix HTTP Digest handling in request.py (#17045)PypeBros2019-11-222-2/+5
* Update CODEOWNERS (#17356)Ethan Furman2019-11-221-0/+3
* bpo-38858: new_interpreter() uses pycore_init_import_warnings() (GH-17353)Victor Stinner2019-11-221-14/+11
* bpo-38858: new_interpreter() reuses pycore_init_builtins() (GH-17351)Victor Stinner2019-11-224-43/+24
* bpo-38858: _PyImport_FixupExtensionObject() handles subinterpreters (GH-17350)Victor Stinner2019-11-224-46/+70
* closes bpo-29275: Remove Y2K reference from time module docs (GH-17321)Callum Ward2019-11-221-10/+5
* bpo-38858: Add init_interp_main() subfunction (GH-17347)Victor Stinner2019-11-221-103/+109
* bpo-38858: Add init_set_builtins_open() subfunction (GH-17346)Victor Stinner2019-11-221-18/+50
* bpo-38804: Fix REDoS in http.cookiejar (GH-17157)bcaller2019-11-224-6/+27
* Fix quoted signature of setattrofunc (GH-17251)Alex2019-11-221-1/+1
* bpo-38866: Remove asyncore from test_pyclbr.py (GH-17316)jacksonriley2019-11-221-1/+1
* bpo-38858: Call _PyUnicode_Fini() in Py_EndInterpreter() (GH-17330)Victor Stinner2019-11-223-22/+25
* bpo-36854: Fix refleak in subinterpreter (GH-17331)Victor Stinner2019-11-222-2/+13
* bpo-38863: Improve is_cgi() in http.server (GH-17312)Siwon Kang2019-11-223-2/+30
* Defer import of shutil which only needed for help and usage (GH-17334)Raymond Hettinger2019-11-221-3/+3
* bpo-38526: Fix zipfile.Path method name to be the correct one (#17317)Claudiu Popa2019-11-211-1/+1
* bpo-37838: get_type_hints for wrapped functions with forward reference (GH-17...benedwards142019-11-214-1/+28
* Correct release version to 3.9 for RERAISE and WITH_EXCEPT_START bytecodes. (...Mark Shannon2019-11-211-2/+2
* bpo-38692: Skip test_posix.test_pidfd_open() on EPERM (GH-17290)Victor Stinner2019-11-212-0/+5
* bpo-38875: test_capi: trashcan tests require cpu resource (GH-17314)Victor Stinner2019-11-212-0/+3
* CODEOWNERS: add myself for asyncore/chat, ftplib and shutil modules (#17313)Giampaolo Rodola2019-11-211-0/+6
* Produce cleaner bytecode for 'with' and 'async with' by generating separate c...Mark Shannon2019-11-2115-4744/+4779
* bpo-38858: Allocate small integers on the heap (GH-17301)Victor Stinner2019-11-211-36/+19
* Update functions.rst (GH-16468)Géry Ogam2019-11-211-2/+2
* bpo-36277: Add document for pdb debug and retval commands (GH-12872)Dave Nguyen2019-11-211-0/+8
* Removed capital letter in parameter in stdtypes.rst (GH-17218)Jules Lasne (jlasne)2019-11-211-1/+1
* Fixed an incorrect sentence in the docs (GH-17205)Aveheuzed2019-11-211-2/+1
* bpo-38857: AsyncMock fix for awaitable values and StopIteration fix [3.8] (GH...Jason Fried2019-11-215-42/+103
* bpo-38823: Clean up _xxtestfuzz initialization. (GH-17216)Brandt Bucher2019-11-211-6/+1
* bpo-38841: Skip asyncio test_create_datagram_endpoint_existing_sock_unix (GH-...xdegaye2019-11-202-1/+3
* bpo-38858: Fix Py_Finalize() when called from a subinterpreter (GH-17297)Victor Stinner2019-11-201-11/+18
* bpo-33125: Add support for building and releasing Windows ARM64 packages (GH-...Steve Dower2019-11-2029-74/+286
* Add Python 3.8 to py based search in find_python.bat (GH-17188)Segev Finer2019-11-201-1/+1
* bpo-38858: Add _Py_IsMainInterpreter(tstate) (GH-17293)Victor Stinner2019-11-203-3/+11
* Update information about publishing a new version to the Microsoft Store (GH-...Steve Dower2019-11-201-14/+24
* bpo-38821: Fix crash in argparse when using gettext (GH-17192)Federico Bond2019-11-202-2/+4