summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* bpo-44530: Reverts a change to the 'code.__new__' audit event (GH-29809)Steve Dower2021-11-272-4/+6
* bpo-41735: Fix thread lock in zlib.Decompress.flush() may go wrong (GH-29587)Ma Lin2021-11-272-2/+4
* bpo-45901: Fixes argument passing when invoking .py files directly through th...Steve Dower2021-11-262-2/+6
* Fix markup buglet in Doc/howto/annotations.rst (#29802)Guido van Rossum2021-11-261-1/+1
* bpo-45866: Fix typo in the NEWS entry (GH-29798)Victor Stinner2021-11-261-1/+1
* bpo-40280: Move hard-coded feature checks to configure (GH-29789)Christian Heimes2021-11-265-70/+88
* bpo-45019: Cleanup module freezing and deepfreeze (#29772)Kumar Aditya2021-11-261-40/+28
* bpo-45886: Fix OOT build when srcdir has frozen module headers (GH-29793)Christian Heimes2021-11-262-4/+6
* bpo-40280: Add configure check for socket shutdown (GH-29795)Christian Heimes2021-11-266-2/+15
* bpo-45760: Remove PyNumber_InMatrixMultiply (GH-29751)Dong-hee Na2021-11-261-29/+4
* bpo-40280: clean and ignore .wasm files (GH-29794)Christian Heimes2021-11-262-0/+2
* bpo-45866: pegen strips directory of "generated from" header (GH-29777)Victor Stinner2021-11-265-4/+12
* bpo-40280: Use Setup.stdlib static for wasm builds (GH-29784)Christian Heimes2021-11-263-2/+19
* bpo-45619: documentation of execution model: clarify and update binding summa...Arthur Milchior2021-11-261-9/+19
* bpo-44353: Correct docstring for `NewType` (#29785)Alex Waygood2021-11-261-1/+1
* bpo-43137: webbrowser: Replace gvfs-open and gnome-open with "gio open" (GH-2...Simon McVittie2021-11-252-7/+5
* bpo-40280: Add wasm cross build targets (GH-29771)Christian Heimes2021-11-253-4/+24
* bpo-33393: Update config.guess and config.sub (GH-29781)Christian Heimes2021-11-254-614/+695
* Add missing 'await writer.drain()' call to example (GH-29162)Sergey Kolesnikov2021-11-251-0/+1
* bpo-45568: Actually use @asynccontextmanager in usage example (GH-29151)Zbigniew Siciarz2021-11-251-0/+2
* bpo-41498: Fix build on platforms without sigset_t (GH-29770)Christian Heimes2021-11-255-18/+35
* bpo-45711: use exc_value instead of exc_type to determine if exc_info is vali...Irit Katriel2021-11-255-36/+93
* bpo-45727: Only trigger the 'did you forgot a comma' error suggestion if insi...Pablo Galindo Salgado2021-11-248-8/+15
* bpo-45893: Add missing extern C to initconfig.h (GH-29761)Christian Heimes2021-11-242-0/+10
* bpo-45693: Document `port` parameter to `loop.create_server` (GH-29760)Jim Crist-Harif2021-11-241-0/+5
* Fix typo in freeze_modules (#29744)Kumar Aditya2021-11-241-1/+1
* bpo-45020: Fix strict-prototypes warning (GH-29755)Christian Heimes2021-11-242-2/+2
* bpo-45822: Minor cleanups to the test_Py_CompileString test (GH-29750)Pablo Galindo Salgado2021-11-242-9/+9
* bpo-45881: Use CC from env first for cross building (GH-29752)Christian Heimes2021-11-242-10/+11
* bpo-45847: Fix _crypt detection on Ubuntu (GH-29743)Christian Heimes2021-11-242-2/+2
* bpo-45847: Port _uuid to PY_STDLIB_MOD (GH-29741)Christian Heimes2021-11-246-74/+391
* bpo-45514: Deprecate importlib resources legacy functions. (GH-29036)Jason R. Coombs2021-11-2410-84/+204
* bpo-45847: Port _posixshmem to PY_STDLIB_MOD (GH-29738)Erlend Egeberg Aasland2021-11-245-70/+98
* bpo-45886: Allow overriding freeze command for cross compiling (GH-29735)Christian Heimes2021-11-243-43/+48
* bpo-45616: Let py.exe distinguish between v3.1 and v3.10 (GH-29731)Zachary Ware2021-11-242-1/+14
* bpo-45847: Port _gdbm to PY_STDLIB_MOD (GH-29720)Christian Heimes2021-11-235-52/+136
* bpo-45847: Port _ssl and _hashlib to PY_STDLIB_MOD (GH-29727)Christian Heimes2021-11-234-157/+348
* bpo-45847: Port _crypt to PY_STDLIB_MOD (GH-29725)Christian Heimes2021-11-234-63/+268
* bpo-45873: Restore Python 3.6 compatibility (GH-29730)Christian Heimes2021-11-233-3/+28
* bpo-39026: Fix Python.h when building with Xcode (GH-29488)Victor Stinner2021-11-233-3/+3
* bpo-45873: Get rid of bootstrap_python (#29717)Guido van Rossum2021-11-238-431/+259
* bpo-45703: Invalidate _NamespacePath cache on importlib.invalidate_ca… (GH-...Miro Hrončok2021-11-234-1/+54
* bpo-45783: Preserve file moves and deletions in the tests for the freeze tool...Eric Snow2021-11-233-35/+17
* bpo-45878: convert `try/except` to `self.assertRaises` in `Lib/ctypes/test/te...Nikita Sobolev2021-11-232-14/+6
* Clarify that discutils.(plat)include is for CPython's headers (GH-29578)Petr Viktorin2021-11-231-2/+4
* bpo-44525: Copy free variables in bytecode to allow calls to inner functions ...Mark Shannon2021-11-2325-157/+269
* bpo-45847: Port _socket to PY_STDLIB_MOD (GH-29713)Erlend Egeberg Aasland2021-11-234-4/+19
* bpo-45847: Fix xxlimited and xxlimited_35 build conditions (GH-29715)Erlend Egeberg Aasland2021-11-232-4/+4
* bpo-45561: Run smelly.py tool from $(srcdir) (GH-29138)Neil Schemenauer2021-11-233-4/+8
* bpo-42238: [doc] Announce the future removal of make suspicous. (GH-29652)Julien Palard2021-11-222-0/+6