summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* bpo-45607: Make it possible to enrich exception displays via setting their __...Irit Katriel2021-12-031-0/+4
* bpo-45816: Support building with VS 2022 (v143 toolset) on Windows (GH-29577)Crowthebird2021-12-031-0/+1
* bpo-45711: [asyncio] Normalize exceptions immediately after Fetch, before the...Irit Katriel2021-12-031-0/+1
* bpo-45950: Introduce Bootstrap Python again (#29859)Christian Heimes2021-12-031-0/+4
* bpo-45885: Specialize COMPARE_OP (GH-29734)Dennis Sweeney2021-12-031-0/+1
* bpo-45582: Port getpath[p].c to Python (GH-29041)Steve Dower2021-12-031-0/+3
* bpo-45535: Improve output of Enum ``dir()`` (GH-29316)Alex Waygood2021-12-021-0/+1
* bpo-45711: Change exc_info related APIs to derive type and traceback from the...Irit Katriel2021-11-301-0/+6
* bpo-30533:Add function inspect.getmembers_static that does not call propertie...Weipeng Hong2021-11-301-0/+2
* bpo-45917: Add math.exp2() method - return 2 raised to the power of x (GH-29829)Gideon2021-11-292-0/+2
* bpo-43905: Expand dataclasses.astuple() and asdict() docs (GH-26154)andrei kulakov2021-11-291-0/+2
* bpo-45881: configure --with-freeze-module --with-build-python (GH-29835)Christian Heimes2021-11-291-0/+2
* bpo-45828: Use unraisable exceptions within sqlite3 callbacks (FH-29591)Erlend Egeberg Aasland2021-11-291-0/+2
* bpo-40280: Emscripten systems use .wasm suffix by default (GH-29842)Christian Heimes2021-11-291-0/+1
* bpo-45786: Allocate space for frame in frame object. (GH-29729)Mark Shannon2021-11-291-0/+2
* bpo-43498: Fix dictionary iteration error in _ExecutorManagerThread (GH-24868)Jakub Kulík2021-11-291-0/+2
* bpo-40280: Disable unusable core extension modules on emscripten (GH-29834)Erlend Egeberg Aasland2021-11-291-0/+1
* bpo-37658: Actually return result in race condition (GH-29202)Sam Bull2021-11-291-0/+3
* bpo-45915: use fcntl(fd, F_GETFD) in is_valid_fd() (GH-29821)Christian Heimes2021-11-281-0/+1
* bpo-19460: Add test for MIMENonMultipart (GH-29817)1809092021-11-281-0/+1
* bpo-45614: Fix traceback display for exceptions with invalid module name (GH-...Irit Katriel2021-11-271-0/+1
* bpo-42268: Fail the configure step if the selected compiler doesn't support m...Pablo Galindo Salgado2021-11-271-0/+2
* bpo-45876: Improve accuracy for stdev() and pstdev() in statistics (GH-29736)Raymond Hettinger2021-11-271-0/+2
* bpo-44530: Reverts a change to the 'code.__new__' audit event (GH-29809)Steve Dower2021-11-271-0/+2
* bpo-41735: Fix thread lock in zlib.Decompress.flush() may go wrong (GH-29587)Ma Lin2021-11-271-0/+1
* bpo-45901: Fixes argument passing when invoking .py files directly through th...Steve Dower2021-11-261-0/+4
* 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-261-0/+3
* bpo-40280: Add configure check for socket shutdown (GH-29795)Christian Heimes2021-11-261-0/+3
* bpo-45866: pegen strips directory of "generated from" header (GH-29777)Victor Stinner2021-11-261-0/+4
* bpo-43137: webbrowser: Replace gvfs-open and gnome-open with "gio open" (GH-2...Simon McVittie2021-11-251-0/+1
* bpo-40280: Add wasm cross build targets (GH-29771)Christian Heimes2021-11-251-0/+3
* bpo-33393: Update config.guess and config.sub (GH-29781)Christian Heimes2021-11-251-0/+3
* bpo-41498: Fix build on platforms without sigset_t (GH-29770)Christian Heimes2021-11-251-0/+4
* bpo-45727: Only trigger the 'did you forgot a comma' error suggestion if insi...Pablo Galindo Salgado2021-11-241-0/+3
* bpo-45881: Use CC from env first for cross building (GH-29752)Christian Heimes2021-11-241-0/+2
* bpo-45514: Deprecate importlib resources legacy functions. (GH-29036)Jason R. Coombs2021-11-241-0/+1
* bpo-45886: Allow overriding freeze command for cross compiling (GH-29735)Christian Heimes2021-11-241-0/+2
* bpo-45616: Let py.exe distinguish between v3.1 and v3.10 (GH-29731)Zachary Ware2021-11-241-0/+4
* bpo-39026: Fix Python.h when building with Xcode (GH-29488)Victor Stinner2021-11-231-0/+2
* bpo-45873: Get rid of bootstrap_python (#29717)Guido van Rossum2021-11-231-0/+1
* bpo-45703: Invalidate _NamespacePath cache on importlib.invalidate_ca… (GH-...Miro Hrončok2021-11-231-0/+5
* bpo-45783: Preserve file moves and deletions in the tests for the freeze tool...Eric Snow2021-11-231-0/+1
* bpo-45878: convert `try/except` to `self.assertRaises` in `Lib/ctypes/test/te...Nikita Sobolev2021-11-231-0/+2
* bpo-44525: Copy free variables in bytecode to allow calls to inner functions ...Mark Shannon2021-11-231-0/+3
* bpo-45561: Run smelly.py tool from $(srcdir) (GH-29138)Neil Schemenauer2021-11-231-0/+1
* bpo-42238: [doc] Announce the future removal of make suspicous. (GH-29652)Julien Palard2021-11-221-0/+2
* bpo-45850: Implement deep-freeze on Windows (#29648)Guido van Rossum2021-11-221-0/+2
* bpo-45813: Make sure that frame->generator is NULLed when generator is deallo...Mark Shannon2021-11-221-0/+1
* bpo-44649: Fix dataclasses(slots=True) with a field with a default, but init=...Eric V. Smith2021-11-221-0/+2