]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
2022-01-08  Miss Islington... bpo-46290: Fix parameter names in dataclasses docs...
2022-01-08  Miss Islington... bpo-46299: improve `test_descr.py` with stricter error...
2022-01-07  Miss Islington... bpo-28546: [doc] Clarify setting pdb breakpoints (GH...
2022-01-07  Miss Islington... bpo-46216: remove spurious link to os.system() from...
2022-01-07  Miss Islington... bpo-24650: Use full term "generator function" in yield...
2022-01-07  Miss Islington... bpo-46070: Fix asyncio initialisation guard (GH-30423)
2022-01-06  Miss Islington... [3.9] bpo-46251: Add 'Security Considerations' section...
2022-01-06  Miss Islington... bpo-46263: Fix second location that needs MALLOC_CONF...
2022-01-06  Miss Islington... [3.9] bpo-46263: FreeBSD 14.0 jemalloc workaround for...
2022-01-06  Miss Islington... bpo-46278: fix typo introduced in GH-30427 (GH-30430)
2022-01-06  Miss Islington... Reflect 'context' arg in 'AbstractEventLoop.call_*...
2022-01-05  Miss Islington... bpo-46263: Don't use MULTIARCH on FreeBSD (GH-30410)
2022-01-04  Miss Islington... Fix missing "," in the documentation of Executor Object...
2022-01-04  Miss Islington... bpo-20369: concurrent.futures.wait() now deduplicates...
2022-01-04  Miss Islington... bpo-33252: Document that ResourceWarning is ignored...
2022-01-04  Miss Islington... bpo-46239: improve error message when importing `asynci...
2022-01-03  Miss Islington... bpo-34538: Remove Exception subclassing from tutorial...
2022-01-03  Miss Islington... bpo-34931: [doc] clarify behavior of os.path.splitext...
2022-01-03  Miss Islington... bpo-40477: macOS Python Launcher app fixes for recent...
2022-01-02  Miss Islington... bpo-41028: Doc: Move switchers to docsbuild-scripts...
2022-01-02  Miss Islington... Update copyright year to 2022. (GH-30335)
2022-01-01  Miss Islington... bpo-46079: Replace external link that is down for maint...
2021-12-30  Miss Islington... bpo-46085: Fix iterator cache mechanism of OrderedDict...
2021-12-29  Miss Islington... closes docs: remove references to Py_USING_MEMORY_DEBUG...
2021-12-26  Miss Islington... bpo-45496: Allow flexibility in winfo_rgb tests (GH...
2021-12-26  Miss Islington... [3.9] bpo-46032: Check types in singledispatch's regist...
2021-12-26  Miss Islington... [3.9] bpo-23819: Fix asyncio tests on python optimized...
2021-12-26  Miss Islington... doc: fix a typo in unittest.mock.rst (GH-30227) (GH...
2021-12-26  Miss Islington... [3.9] Remove a NEWS entry for bpo-45878 (GH-30258)...
2021-12-26  Miss Islington... Doc: Fix link in multiprocessing.starmap pointing to...
2021-12-24  Miss Islington... bpo-45878: convert `try/except` to `self.assertRaises...
2021-12-24  Miss Islington... bpo-46150: ensure `fakeuser` does not exist in `PosixPa...
2021-12-24  Miss Islington... Allow test_pathlib to pass on systems where fakeuser...
2021-12-22  Ned Deilybpo-46106: Update OpenSSL to 1.1.1m (GH-30211) (GH...
2021-12-21  Miss Islington... Update potentially confusing note for mean. (GH-30174...
2021-12-20  Pablo Galindo... [3.9] bpo-46110: Add a recursion check to avoid stack...
2021-12-20  Miss Islington... [3.9] bpo-46104: Fix example broken by GH-30148 (GH...
2021-12-19  Miss Islington... bpo-46076: Improve documentation for per-attribute...
2021-12-19  Andrew SvetlovFix test error about deprecation warning (#30205)
2021-12-19  Andrew Svetlov[3.9] bpo-46129: Rewrite asyncio.locks tests with Isola...
2021-12-18  Miss Islington... bpo-46099: Fix pthread_getcpuclockid test on Solaris...
2021-12-18  Miss Islington... bpo-46113: Minor fixes in stdtypes documentation (GH...
2021-12-18  Miss Islington... [3.9] bpo-46104: Reduce use of pre-PEP 526 syntax in...
2021-12-17  Miss Islington... [3.9] bpo-46044: Annotate deprecated sdists formats...
2021-12-17  Christian Heimes[3.9] bpo-46114: Fix OpenSSL version check for 3.0...
2021-12-17  Miss Islington... bpo-46111: Fix unittest tests in optimized mode (GH...
2021-12-17  Miss Islington... Fix a typo in the message from make_ssl_certs. (GH...
2021-12-17  Jason R. Coombs[3.9] bpo-46105: Honor spec when generating requirement...
2021-12-16  Miss Islington... bpo-28816: [doc] clarify that zipimport invokes importe...
2021-12-16  Miss Islington... Fix the output of built-in iter() function example...
2021-12-15  Miss Islington... Add Positional only arguments forward slash (/) to...
2021-12-15  Miss Islington... bpo-26952: [argparse] clearer error when formatting...
2021-12-14  Miss Islington... [3.9] bpo-46063: Add 'delay=True' to file handler initi...
2021-12-14  Miss Islington... [3.9] bpo-46063: Improve algorithm for computing which...
2021-12-13  Miss Islington... Clarify new_event_loop return value. (GH-30078) (GH...
2021-12-13  Alex Waygood [3.9] bpo-45840: Improve cross-references in the data...
2021-12-13  Miss Islington... bpo-37602: Clarify that the lib2to3 nonzero fixer chang...
2021-12-13  Miss Islington... [3.10] bpo-27718: Fix help for the signal module (GH...
2021-12-11  Miss Islington... [3.10] bpo-13236: Flush the output stream more often...
2021-12-11  Miss Islington... bpo-19737: Improved the documentation for globals ...
2021-12-11  Miss Islington... bpo-45822: Minor cleanups to the test_Py_CompileString...
2021-12-11  Miss Islington... [doc] Clarify MRO precedence in descriptor super bindin...
2021-12-10  Miss Islington... bpo-42114: ctypes documentation: fix winmode parameter...
2021-12-10  Miss Islington... [3.9] bpo-43749: Ensure current exe is copied when...
2021-12-10  Miss Islington... bpo-46000: Improve NetBSD curses compatibility (GH...
2021-12-10  Miss Islington... bpo-42182: stdtypes doc - update and fix links to sever...
2021-12-10  Miss Islington... [3.9] bpo-45662: Fix the repr of InitVar with a type...
2021-12-09  Miss Islington... bpo-46018: Ensure that math.expm1 does not raise on...
2021-12-08  Miss Islington... Fix double-space in exception message (GH-29955) (GH...
2021-12-07  Miss Islington... bpo-35821: Fix restructuredtext code formatting in...
2021-12-07  Miss Islington... bpo-45664: Fix resolve_bases() and new_class() for...
2021-12-07  Miss Islington... [3.9] bpo-35821: Add an example to Logger.propagate...
2021-12-07  Miss Islington... bpo-46001: Change OverflowError to RecursionError in...
2021-12-06  Christian Heimes[3.9] bpo-44035: Check autoconf files thoroughly (GH...
2021-12-06  Ned Deilybpo-45732: Update python.org macOS installer to use...
2021-12-05  Miss Islington... bpo-45663: Fix is_dataclass() for dataclasses which...
2021-12-05  Miss Islington... bpo-27946: Fix possible crash in ElementTree.Element...
2021-12-04  Miss Islington... bpo-45916: Use HTTPS link for The Perils of Floating...
2021-12-02  Miss Islington... docs: Improve example for urlparse() (GH-29816) (GH...
2021-12-01  Miss Islington... bpo-45896: Fix docs default asyncio event loop on Windo...
2021-11-30  Miss Islington... bpo-37658: Actually return result in race condition...
2021-11-30  Miss Islington... bpo-33381: [doc] strftime's %f option may pad zeros...
2021-11-29  Miss Islington... bpo-45931: Prevent Directory.Build.props/targets from...
2021-11-29  Miss Islington... bpo-43905: Expand dataclasses.astuple() and asdict...
2021-11-29  Miss Islington... [3.9] bpo-44391: Remove unused argument from a varargs...
2021-11-29  Miss Islington... [3.9] [Doc] Add info to logging cookbook about running...
2021-11-29  Miss Islington... bpo-43498: Fix dictionary iteration error in _ExecutorM...
2021-11-29  Irit Katrielbpo-45614: Fix traceback display for exceptions with...
2021-11-28  Miss Islington... [3.9] bpo-19460: Add test for MIMENonMultipart (GH...
2021-11-27  Ma Lin[3.9] bpo-41735: Fix thread lock in zlib.Decompress...
2021-11-26  Miss Islington... bpo-45901: Fixes argument passing when invoking .py...
2021-11-26  Miss Islington... bpo-45866: Fix typo in the NEWS entry (GH-29798)
2021-11-26  Victor Stinnerbpo-45866: pegen strips directory of "generated from...
2021-11-26  Victor Stinnerbpo-39026: Fix Python.h when building with Xcode (GH...
2021-11-25  Christian Heimes[3.9] bpo-33393: Update config.guess and config.sub...
2021-11-25  Christian Heimes[3.9] bpo-45881: Use CC from env first for cross buildi...
2021-11-25  Christian Heimes[3.9] bpo-41498: Fix build on platforms without sigset_...
2021-11-24  Miss Islington... bpo-45693: Document `port` parameter to `loop.create_se...
2021-11-22  Miss Islington... bpo-45859: Mark test_field_descriptor in test_collectio...
2021-11-20  Miss Islington... [3.9] bpo-45845: Change link for pyserial (GH-29675)
next