summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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-211-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-201-2/+2
* bpo-36277: Add document for pdb debug and retval commands (GH-12872)Dave Nguyen2019-11-201-0/+8
* Removed capital letter in parameter in stdtypes.rst (GH-17218)Jules Lasne (jlasne)2019-11-201-1/+1
* Fixed an incorrect sentence in the docs (GH-17205)Aveheuzed2019-11-201-2/+1
* bpo-38857: AsyncMock fix for awaitable values and StopIteration fix [3.8] (GH...Jason Fried2019-11-205-42/+103
* bpo-38823: Clean up _xxtestfuzz initialization. (GH-17216)Brandt Bucher2019-11-201-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
* bpo-37340: Remove PyMethod_ClearFreeList() and PyCFunction_ClearFreeList() (G...Victor Stinner2019-11-209-39/+7
* bpo-36854: Move _PyRuntimeState.gc to PyInterpreterState (GH-17287)Victor Stinner2019-11-208-49/+62
* bpo-38835: Exclude PyFPE macros from the stable API (GH-17228)Victor Stinner2019-11-203-0/+9
* bpo-38858: Fix reference leak in pycore_init_types() (GH-17286)Victor Stinner2019-11-201-20/+26
* bpo-36854: gcmodule.c gets its state from tstate (GH-17285)Victor Stinner2019-11-204-163/+192
* bpo-36854: Clear the current thread later (GH-17279)Victor Stinner2019-11-203-28/+35
* bpo-38823: Fix refleak in _tracemalloc init error handling (GH-17235)Brandt Bucher2019-11-201-1/+3
* bpo-38858: Factorize Py_EndInterpreter() code (GH-17273)Victor Stinner2019-11-204-58/+82
* bpo-38636: Fix IDLE tab toggle and file indent width (GH-17008)Terry Jan Reedy2019-11-205-6/+48
* closes bpo-38712: Add signal.pidfd_send_signal. (GH-17070)Benjamin Peterson2019-11-196-1/+153
* bpo-38835: Don't use PyFPE_START_PROTECT and PyFPE_END_PROTECT (GH-17231)Victor Stinner2019-11-209-101/+20
* bpo-36710: Add PyInterpreterState.runtime field (GH-17270)Victor Stinner2019-11-208-94/+81
* Post 3.9.0a1Łukasz Langa2019-11-201-1/+1
* Merge tag 'v3.9.0a1'Łukasz Langa2019-11-20573-1382/+6113
|\
| * Python 3.9.0a1v3.9.0a1Łukasz Langa2019-11-19573-1382/+6113
* | bpo-38823: Fix refleak in marshal init error path (GH-17260)Brandt Bucher2019-11-201-1/+4
* | bpo-36710: Pass tstate parameter to GC collect() (GH-17267)Victor Stinner2019-11-201-37/+50
* | bpo-38753: AsyncMock added in version 3.8 (GH-17102)John Belmonte2019-11-191-0/+1
* | bpo-38631: Avoid Py_FatalError() in handle_legacy_finalizers() (GH-17266)Victor Stinner2019-11-205-12/+32
* | bpo-37957: Allow regrtest to receive a file with test (and subtests) to ignor...Pablo Galindo2019-11-197-24/+169
* | bpo-38858: Reorganize pycore_init_types() (GH-17265)Victor Stinner2019-11-201-20/+11
* | bpo-38823: Fix refleaks in faulthandler init error path on Windows (GH-17250)Brandt Bucher2019-11-201-10/+21
* | Remove binding of captured exceptions when not used to reduce the chances of ...Pablo Galindo2019-11-1928-39/+39
* | bpo-38707: Fix for multiprocessing.Process MainThread.native_id (GH-17088)Jake Tesler2019-11-193-0/+25
* | bpo-38839: Fix some unused functions in tests (GH-17189)Adam Johnson2019-11-199-19/+12
* | bpo-38823: Clean up refleak in fcntl module initialization. (GH-17236)Brandt Bucher2019-11-191-1/+3