summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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-206-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-201-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-191-20/+11
* | bpo-38823: Fix refleaks in faulthandler init error path on Windows (GH-17250)Brandt Bucher2019-11-191-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
* | bpo-35409: Ignore GeneratorExit in async_gen_athrow_throw (GH-14755)Vincent Michel2019-11-193-0/+40
* | Added missing coma after end of list in subprocess.rst (GH-17217)Jules Lasne (jlasne)2019-11-191-1/+1
* | Add missing comma and period in unittest docs (GH-17211)Jules Lasne (jlasne)2019-11-191-1/+1
|/
* bpo-21767: explicitly mention abc support in functools.singledispatch docs (#...Batuhan Taşkaya2019-11-192-0/+15
* bpo-22367: Update test_fcntl.py for spawn process mode (#17154)Dong-hee Na2019-11-191-9/+19
* Clean up module initialization. (GH-17215)Brandt Bucher2019-11-191-3/+1
* bpo-38807: Add os.PathLike to exception message raised by _check_arg_types (#...Tomás Farías2019-11-192-2/+3
* Add @pablogsal to code owners file for the garbage collector (GH-17248)Pablo Galindo2019-11-191-0/+4
* Minor fixes to the formatting of the notes of Modules/gcmodule.c (GH-17247)Pablo Galindo2019-11-191-2/+2
* bpo-38622: Ensure ctypes.PyObj_FromPtr audit event passes tuples as a single ...Steve Dower2019-11-181-2/+2
* bpo-38622: Add missing audit events for ctypes module (GH-17158)Steve Dower2019-11-185-7/+106
* Revert "remove a strange non-ASCII character in _iomodule.c" (GH-17240)Tal Einat2019-11-181-1/+1
* bpo-38722: Runpy use io.open_code() (GH-17234)jsnklln2019-11-182-2/+5
* remove a strange non-ASCII character in _iomodule.c (GH-17239)Tal Einat2019-11-181-1/+1
* bpo-38809: Windows build scripts use python.exe from virtual envs (GH-17164)Tal Einat2019-11-182-0/+5
* bpo-38631: Avoid Py_FatalError() in _multibytecodec init (GH-17233)Victor Stinner2019-11-181-1/+0
* bpo-38631: Avoid Py_FatalError() in float.__getformat__() (GH-17232)Victor Stinner2019-11-182-1/+4
* Correct the description of the 3.7 change in urllib.parse.quote (GH-17065)Роман Донченко2019-11-181-1/+1
* bpo-38823: Clean up refleaks in _tkinter initialization. (GH-17206)Brandt Bucher2019-11-181-0/+2
* bpo-38830: Correct slot signature in Qt example. (GH-17220)Vinay Sajip2019-11-181-1/+1
* Revert "bpo-38811: Check for presence of os.link method in pathlib. (GH-17170...Victor Stinner2019-11-183-27/+1
* bpo-38678: Improve argparse example in tutorial (GH-17207)Raymond Hettinger2019-11-182-16/+20
* bpo-25866: Minor cleanups to "sequence" in docs (GH-17177)alclarks2019-11-171-5/+9