]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
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)
2021-11-20  Miss Islington... bpo-44844: Remove unresponsive web link (GH-29651)
2021-11-20  Miss Islington... bpo-45846: Fix capitalisation of Van Rossum at the...
2021-11-19  Hugo van Kemenadebpo-45837: Note tiltangle is not deprecated, it's reall...
2021-11-19  Sam Gross[3.9] bpo-45838: Fix incorrect line numbers in Tools...
2021-11-19  Mark Shannon[3.9] bpo-45806: Fix recovery from stack overflow for...
2021-11-18  Miss Islington... [3.9] bpo-45788: Link sys.prefix doc to 'Installation...
2021-11-18  Miss Islington... [3.9] [doc] bpo-45680: Disambiguate ``__getitem__`...
2021-11-18  Miss Islington... bpo-45835: Fix race condition in test_queue (GH-29601)
2021-11-18  Miss Islington... bpo-29620: iterate over a copy of sys.modules (GH-4800...
2021-11-18  Ethan Furman[3.9] [Enum] update member.member removal (GH-29611)
2021-11-18  Ethan FurmanRevert "[3.9] [Enum] update member.member removal to...
2021-11-18  Ethan Furman[3.9] [Enum] update member.member removal to 3.11 ...
2021-11-18  Miss Islington... [docs] Add missing word "any" in unittest -k cmdline...
2021-11-18  Miss Islington... [3.9] bpo-45820: Fix a segfault when the parser fails...
2021-11-17  Pablo Galindo... bpo-45822: Respect PEP 263's coding cookies in the...
2021-11-17  Sam Gross[3.9] bpo-42540: reallocation of id_mutex should not...
2021-11-17  Miss Islington... bpo-45831: _Py_DumpASCII() uses a single write() call...
2021-11-16  Miss Islington... [3.9] Save a reference for ensure_future and create_tas...
2021-11-15  Miss Islington... bpo-45677: Reword first section of `sqlite3` docs ...
2021-11-15  Miss Islington... bpo-25381: Update explanation of exceptions in C. ...
2021-11-15  Łukasz LangaPost 3.9.9
2021-11-15  Łukasz LangaPython 3.9.9 v3.9.9
2021-11-15  Miss Islington... bpo-45220: Ensure RT_MANIFEST is defined when compiling...
2021-11-14  Miss Islington... bpo-45752: Remove "array" from list of things that...
2021-11-14  Miss Islington... bpo-45752: Fix no-support examples in 'copy' docs ...
2021-11-14  Pablo Galindo... bpo-45738: Fix computation of error location for invali...
2021-11-13  Jason R. Coombs[3.9] [bpo-45765] Fix distribution discovery on empty...
next