summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* bpo-45582: Port getpath[p].c to Python (GH-29041)Steve Dower2021-12-0340-3668/+3516
* bpo-45916: Use HTTPS link for The Perils of Floating Point (GH-29896)Zachary Ware2021-12-021-1/+1
* bpo-40280: Update what's new (GH-29893)Christian Heimes2021-12-021-0/+5
* bpo-45535: Improve output of Enum ``dir()`` (GH-29316)Alex Waygood2021-12-025-53/+386
* bpo-40280: Optimize ints and and startup on wasm (GH-29887)Christian Heimes2021-12-022-5/+13
* bpo-45954: Rename PyConfig.no_debug_ranges to code_debug_ranges (GH-29886)Victor Stinner2021-12-028-18/+22
* bpo-40280: Emscripten has no support for subprocesses (GH-29872)Christian Heimes2021-12-022-2/+10
* docs: Improve example for urlparse() (GH-29816)Christian Clauss2021-12-021-31/+42
* bpo-40280: Emscripten with_ensurepip=no, second attempt (GH-29884)Christian Heimes2021-12-012-2/+2
* bpo-40280: Emscripten defaults to --with-ensurepip=no (GH-29873)Christian Heimes2021-12-012-2/+15
* bpo-30533: Add docs for `inspect.getmembers_static` (#29874)Weipeng Hong2021-12-012-0/+25
* bpo-45952: Get the C analyzer tool working again. (gh-29882)Eric Snow2021-12-016-99/+111
* bpo-45896: Fix docs default asyncio event loop on Windows (GH-29857)Rob2021-12-011-3/+4
* bpo-45753: Interpreter internal tweaks (GH-29575)Mark Shannon2021-12-013-150/+211
* bpo-45876: Have stdev() also use decimal specific square root. (GH-29869)Raymond Hettinger2021-12-011-3/+2
* bpo-45876: Correctly rounded stdev() and pstdev() for the Decimal case (GH-2...Raymond Hettinger2021-12-012-22/+112
* bpo-45711: Change exc_info related APIs to derive type and traceback from the...Irit Katriel2021-11-307-36/+104
* bpo-30533:Add function inspect.getmembers_static that does not call propertie...Weipeng Hong2021-11-303-4/+40
* bpo-45476: Disallow using asdl_seq_GET() as l-value (GH-29866)Victor Stinner2021-11-301-3/+3
* bpo-45476: Add _Py_RVALUE() macro (GH-29860)Victor Stinner2021-11-306-7/+11
* bpo-33381: [doc] strftime's %f option may pad zeros on the left or the right ...Vishal Pandey2021-11-301-2/+2
* Fix EncodingWarning in Tools/freeze/test/freeze.py (GH-29742)Inada Naoki2021-11-301-2/+2
* no-issue: remove unused import from test_graphlib.py (GH-29853)Adrian Garcia Badaracco2021-11-301-2/+1
* bpo-45931: Prevent Directory.Build.props/targets from leaking from directorie...David Federman2021-11-293-2/+10
* bpo-45653: fix test_embed on windows (GH-29814)Kumar Aditya2021-11-291-1/+1
* bpo-45917: Add math.exp2() method - return 2 raised to the power of x (GH-29829)Gideon2021-11-296-0/+26
* bpo-43905: Expand dataclasses.astuple() and asdict() docs (GH-26154)andrei kulakov2021-11-292-4/+20
* bpo-44391: Remove unused argument from a varargs call. (GH-29843)Vinay Sajip2021-11-291-1/+1
* bpo-45881: configure --with-freeze-module --with-build-python (GH-29835)Christian Heimes2021-11-295-52/+202
* bpo-45847: PY_STDLIB_MOD_SIMPLE now checks py_stdlib_not_available (GH-29844)Christian Heimes2021-11-292-83/+608
* bpo-45828: Use unraisable exceptions within sqlite3 callbacks (FH-29591)Erlend Egeberg Aasland2021-11-296-34/+64
* bpo-40280: Emscripten systems use .wasm suffix by default (GH-29842)Christian Heimes2021-11-294-16/+43
* bpo-45723: Sort the grand AC_CHECK_HEADERS check (GH-29846)Erlend Egeberg Aasland2021-11-292-30/+24
* bpo-45847: Make socket module conditional (GH-29769)Erlend Egeberg Aasland2021-11-293-18/+51
* [Doc] Add info to logging cookbook about running logging socket listeners iâ€...Vinay Sajip2021-11-291-0/+22
* bpo-45786: Allocate space for frame in frame object. (GH-29729)Mark Shannon2021-11-2912-181/+76
* bpo-43498: Fix dictionary iteration error in _ExecutorManagerThread (GH-24868)Jakub Kulík2021-11-292-1/+3
* bpo-40280: Disable unusable core extension modules on emscripten (GH-29834)Erlend Egeberg Aasland2021-11-293-0/+25
* bpo-45847: Fix _multiprocessing on platforms without sem_open (GH-29833)Christian Heimes2021-11-294-11/+84
* Remove misleading comment in the AST optimizer (#29825)Serhiy Storchaka2021-11-291-1/+0
* bpo-37658: Actually return result in race condition (GH-29202)Sam Bull2021-11-293-36/+13
* bpo-45915: use fcntl(fd, F_GETFD) in is_valid_fd() (GH-29821)Christian Heimes2021-11-282-3/+16
* bpo-45847: Port _multiprocessing to PY_STDLIB_MOD (GH-29768)Erlend Egeberg Aasland2021-11-284-159/+183
* bpo-19460: Add test for MIMENonMultipart (GH-29817)1809092021-11-282-0/+15
* bpo-45614: Fix traceback display for exceptions with invalid module name (GH-...Irit Katriel2021-11-274-1/+15
* bpo-42268: Fail the configure step if the selected compiler doesn't support m...Pablo Galindo Salgado2021-11-273-0/+40
* bpo-45876: Improve accuracy for stdev() and pstdev() in statistics (GH-29736)Raymond Hettinger2021-11-273-16/+107
* 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