]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
2021-12-03  Steve Dowerbpo-45582: Port getpath[p].c to Python (GH-29041)
2021-12-02  Zachary Warebpo-45916: Use HTTPS link for The Perils of Floating...
2021-12-02  Christian Heimesbpo-40280: Update what's new (GH-29893)
2021-12-02  Alex Waygoodbpo-45535: Improve output of Enum ``dir()`` (GH-29316)
2021-12-02  Christian Heimesbpo-40280: Optimize ints and and startup on wasm (GH...
2021-12-02  Victor Stinnerbpo-45954: Rename PyConfig.no_debug_ranges to code_debu...
2021-12-02  Christian Heimesbpo-40280: Emscripten has no support for subprocesses...
2021-12-02  Christian Claussdocs: Improve example for urlparse() (GH-29816)
2021-12-01  Christian Heimesbpo-40280: Emscripten with_ensurepip=no, second attempt...
2021-12-01  Christian Heimesbpo-40280: Emscripten defaults to --with-ensurepip...
2021-12-01  Weipeng Hongbpo-30533: Add docs for `inspect.getmembers_static...
2021-12-01  Eric Snowbpo-45952: Get the C analyzer tool working again. ...
2021-12-01  Robbpo-45896: Fix docs default asyncio event loop on Windo...
2021-12-01  Mark Shannonbpo-45753: Interpreter internal tweaks (GH-29575)
2021-12-01  Raymond Hettingerbpo-45876: Have stdev() also use decimal specific...
2021-12-01  Raymond Hettingerbpo-45876: Correctly rounded stdev() and pstdev()...
2021-11-30  Irit Katrielbpo-45711: Change exc_info related APIs to derive type...
2021-11-30  Weipeng Hongbpo-30533:Add function inspect.getmembers_static that...
2021-11-30  Victor Stinnerbpo-45476: Disallow using asdl_seq_GET() as l-value...
2021-11-30  Victor Stinnerbpo-45476: Add _Py_RVALUE() macro (GH-29860)
2021-11-30  Vishal Pandeybpo-33381: [doc] strftime's %f option may pad zeros...
2021-11-30  Inada NaokiFix EncodingWarning in Tools/freeze/test/freeze.py...
2021-11-30  Adrian Garcia... no-issue: remove unused import from test_graphlib.py...
2021-11-29  David Federmanbpo-45931: Prevent Directory.Build.props/targets from...
2021-11-29  Kumar Adityabpo-45653: fix test_embed on windows (GH-29814)
2021-11-29  Gideonbpo-45917: Add math.exp2() method - return 2 raised...
2021-11-29  andrei kulakovbpo-43905: Expand dataclasses.astuple() and asdict...
2021-11-29  Vinay Sajipbpo-44391: Remove unused argument from a varargs call...
2021-11-29  Christian Heimesbpo-45881: configure --with-freeze-module --with-build...
2021-11-29  Christian Heimesbpo-45847: PY_STDLIB_MOD_SIMPLE now checks py_stdlib_no...
2021-11-29  Erlend Egeberg... bpo-45828: Use unraisable exceptions within sqlite3...
2021-11-29  Christian Heimesbpo-40280: Emscripten systems use .wasm suffix by defau...
2021-11-29  Erlend Egeberg... bpo-45723: Sort the grand AC_CHECK_HEADERS check (GH...
2021-11-29  Erlend Egeberg... bpo-45847: Make socket module conditional (GH-29769)
2021-11-29  Vinay Sajip[Doc] Add info to logging cookbook about running loggin...
2021-11-29  Mark Shannonbpo-45786: Allocate space for frame in frame object...
2021-11-29  Jakub Kulíkbpo-43498: Fix dictionary iteration error in _ExecutorM...
2021-11-29  Erlend Egeberg... bpo-40280: Disable unusable core extension modules...
2021-11-29  Christian Heimesbpo-45847: Fix _multiprocessing on platforms without...
2021-11-29  Serhiy StorchakaRemove misleading comment in the AST optimizer (#29825)
2021-11-29  Sam Bullbpo-37658: Actually return result in race condition...
2021-11-28  Christian Heimesbpo-45915: use fcntl(fd, F_GETFD) in is_valid_fd()...
2021-11-28  Erlend Egeberg... bpo-45847: Port _multiprocessing to PY_STDLIB_MOD ...
2021-11-28  180909bpo-19460: Add test for MIMENonMultipart (GH-29817)
2021-11-27  Irit Katrielbpo-45614: Fix traceback display for exceptions with...
2021-11-27  Pablo Galindo... bpo-42268: Fail the configure step if the selected...
2021-11-27  Raymond Hettingerbpo-45876: Improve accuracy for stdev() and pstdev...
2021-11-27  Steve Dowerbpo-44530: Reverts a change to the 'code.__new__' audit...
2021-11-27  Ma Linbpo-41735: Fix thread lock in zlib.Decompress.flush...
2021-11-26  Steve Dowerbpo-45901: Fixes argument passing when invoking .py...
2021-11-26  Guido van RossumFix markup buglet in Doc/howto/annotations.rst (#29802)
2021-11-26  Victor Stinnerbpo-45866: Fix typo in the NEWS entry (GH-29798)
2021-11-26  Christian Heimesbpo-40280: Move hard-coded feature checks to configure...
2021-11-26  Kumar Adityabpo-45019: Cleanup module freezing and deepfreeze ...
2021-11-26  Christian Heimesbpo-45886: Fix OOT build when srcdir has frozen module...
2021-11-26  Christian Heimesbpo-40280: Add configure check for socket shutdown...
2021-11-26  Dong-hee Nabpo-45760: Remove PyNumber_InMatrixMultiply (GH-29751)
2021-11-26  Christian Heimesbpo-40280: clean and ignore .wasm files (GH-29794)
2021-11-26  Victor Stinnerbpo-45866: pegen strips directory of "generated from...
2021-11-26  Christian Heimesbpo-40280: Use Setup.stdlib static for wasm builds...
2021-11-26  Arthur Milchiorbpo-45619: documentation of execution model: clarify...
2021-11-26  Alex Waygoodbpo-44353: Correct docstring for `NewType` (#29785)
2021-11-25  Simon McVittiebpo-43137: webbrowser: Replace gvfs-open and gnome...
2021-11-25  Christian Heimesbpo-40280: Add wasm cross build targets (GH-29771)
2021-11-25  Christian Heimesbpo-33393: Update config.guess and config.sub (GH-29781)
2021-11-25  Sergey KolesnikovAdd missing 'await writer.drain()' call to example...
2021-11-25  Zbigniew Siciarzbpo-45568: Actually use @asynccontextmanager in usage...
2021-11-25  Christian Heimesbpo-41498: Fix build on platforms without sigset_t...
2021-11-25  Irit Katrielbpo-45711: use exc_value instead of exc_type to determi...
2021-11-24  Pablo Galindo... bpo-45727: Only trigger the 'did you forgot a comma...
2021-11-24  Christian Heimesbpo-45893: Add missing extern C to initconfig.h (GH...
2021-11-24  Jim Crist-Harifbpo-45693: Document `port` parameter to `loop.create_se...
2021-11-24  Kumar AdityaFix typo in freeze_modules (#29744)
2021-11-24  Christian Heimesbpo-45020: Fix strict-prototypes warning (GH-29755)
2021-11-24  Pablo Galindo... bpo-45822: Minor cleanups to the test_Py_CompileString...
2021-11-24  Christian Heimesbpo-45881: Use CC from env first for cross building...
2021-11-24  Christian Heimesbpo-45847: Fix _crypt detection on Ubuntu (GH-29743)
2021-11-24  Christian Heimesbpo-45847: Port _uuid to PY_STDLIB_MOD (GH-29741)
2021-11-24  Jason R. Coombsbpo-45514: Deprecate importlib resources legacy functio...
2021-11-24  Erlend Egeberg... bpo-45847: Port _posixshmem to PY_STDLIB_MOD (GH-29738)
2021-11-24  Christian Heimesbpo-45886: Allow overriding freeze command for cross...
2021-11-24  Zachary Warebpo-45616: Let py.exe distinguish between v3.1 and...
2021-11-23  Christian Heimesbpo-45847: Port _gdbm to PY_STDLIB_MOD (GH-29720)
2021-11-23  Christian Heimesbpo-45847: Port _ssl and _hashlib to PY_STDLIB_MOD...
2021-11-23  Christian Heimesbpo-45847: Port _crypt to PY_STDLIB_MOD (GH-29725)
2021-11-23  Christian Heimesbpo-45873: Restore Python 3.6 compatibility (GH-29730)
2021-11-23  Victor Stinnerbpo-39026: Fix Python.h when building with Xcode (GH...
2021-11-23  Guido van Rossumbpo-45873: Get rid of bootstrap_python (#29717)
2021-11-23  Miro Hrončokbpo-45703: Invalidate _NamespacePath cache on importlib...
2021-11-23  Eric Snowbpo-45783: Preserve file moves and deletions in the...
2021-11-23  Nikita Sobolevbpo-45878: convert `try/except` to `self.assertRaises...
2021-11-23  Petr ViktorinClarify that discutils.(plat)include is for CPython...
2021-11-23  Mark Shannonbpo-44525: Copy free variables in bytecode to allow...
2021-11-23  Erlend Egeberg... bpo-45847: Port _socket to PY_STDLIB_MOD (GH-29713)
2021-11-23  Erlend Egeberg... bpo-45847: Fix xxlimited and xxlimited_35 build conditi...
2021-11-23  Neil Schemenauerbpo-45561: Run smelly.py tool from $(srcdir) (GH-29138)
2021-11-22  Julien Palardbpo-42238: [doc] Announce the future removal of make...
2021-11-22  Erlend Egeberg... bpo-45847: Port xxlimited and xxlimited_35 to PY_STDLIB...
2021-11-22  Guido van Rossumbpo-45850: Implement deep-freeze on Windows (#29648)
2021-11-22  Irit Katrielbpo-45871: Refactor except matcher validation into...
next