]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
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...
2021-11-13  Miss Islington... [3.9] bpo-45772: socket.socket should be a class instea...
2021-11-12  Miss Islington... bpo-45235: Revert an argparse bugfix that caused a...
2021-11-12  Miss Islington... bpo-45792: Fix contextvar.Token's intersphinx FQN ...
2021-11-09  Steve Dowerbpo-45732: Update bundled Tcl/Tk on Windows to 8.6...
2021-11-08  Miss Islington... bpo-40170: Update What's New in Python 3.9 (GH-29470...
2021-11-08  Miss Islington... remove the repeat 'the' (GH-29455)
2021-11-06  Miss Islington... bpo-45392: Update the docstring of the 'type' built...
2021-11-06  Miss Islington... bpo-27313: Use non-deprecated methods for tracing ...
2021-11-06  Miss Islington... [doc] bpo-45680: Improve glossary entry for generic...
2021-11-06  Miss Islington... bpo-45644: Make json.tool read infile before writing...
2021-11-06  Miss Islington... bpo-45720: Drop references to shlwapi.dll on Windows...
2021-11-05  Łukasz LangaPost 3.9.8
2021-11-05  Łukasz LangaPython 3.9.8 v3.9.8
2021-11-05  Miss Islington... bpo-45762: Improve docs for ``@singledispatch``/``...
2021-11-05  Miss Islington... bpo-45160: Fix refleak in test_ttk_guionly introduced...
2021-11-05  Miss Islington... bpo-27313: Fix ttk_guionly tests failing on Framework...
2021-11-04  Łukasz Langa[3.9] bpo-30570: Fix segfault on buildbots caused by...
2021-11-04  Miss Islington... bpo-30570: Use Py_EnterRecursiveCall() in issubclass...
2021-11-04  Alex Waygood[3.9] bpo-45678: Fix `singledispatchmethod` `classmetho...
2021-11-04  Miss Islington... Add generated artifacts in Mac/ to .gitignore; update...
2021-11-04  Miss Islington... bpo-45220: Remove invalid include from resource definit...
2021-11-04  Miss Islington... Remove reference to ``Tuple`` at top of ``typing``...
2021-11-04  Miss Islington... bpo-45680: ``typing`` docs: improve links to docs on...
2021-11-03  Łukasz Langa[3.9] bpo-45578: add tests for `dis.distb` (GH-29332...
2021-11-03  Miss Islington... bpo-45633: Fix newtypes doc typo (GH-29318) (GH-29365)
2021-11-03  Serhiy Storchaka[3.9] bpo-45679: Fix caching of multi-value typing...
2021-11-02  Miss Islington... bpo-45406: make inspect.getmodule() return None when...
2021-11-02  Miss Islington... [doc] Link to section File input (GH-28941) (GH-29376)
2021-11-02  Miss Islington... bpo-45457: Minor fix to documentation for SSLContext...
2021-11-02  Ned Deilybpo-44828: Avoid leaving a zombie Save panel. (GH-29371)
2021-11-02  Miss Islington... makefile: remove unused SGI_ABI variable (GH-29325...
2021-11-02  Miss Islington... [3.9] bpo-43158: Use configure values for building...
2021-10-31  Miss Islington... [3.9] Move field width to the right field (GH-29344...
2021-10-31  Miss Islington... bpo-45516: add protocol description to the Traversable...
2021-10-29  Łukasz Langa[3.9] bpo-45581: Raise `MemoryError` in `sqlite3.connec...
2021-10-29  Miss Islington... bpo-45600: Enhanced / clarified the docs for os.environ...
2021-10-29  Miss Islington... bpo-45335: Add note to `sqlite3` docs about "timestamp...
2021-10-29  Miss Islington... [3.9] bpo-45628: Check all parts of the suffix for...
2021-10-29  Serhiy Storchaka[3.9] [3.10] bpo-45502: Fix test_shelve (GH-29003)...
2021-10-28  Miss Islington... bpo-45577: test all pickle protocols in `test_zoneinfo...
2021-10-28  Alex Waygood[3.9] bpo-45655: Add "relevant PEPs" section to typing...
2021-10-28  Miss Islington... bpo-45624: make test_graphlib not depend on the iterati...
2021-10-28  Miss Islington... bpo-45612: Add sqlite3 module docstring (GH-29224)...
2021-10-28  Miss Islington... bpo-45583: Correct datamodel documentation of int(...
2021-10-28  Miss Islington... bpo-45604: add `level` argument to `multiprocessing...
2021-10-28  Miss Islington... bpo-45608: Document missing `sqlite3` DB-API attributes...
2021-10-28  Miss Islington... bpo-28737: Document when tp_dealloc should call PyObjec...
2021-10-28  Miss Islington... bpo-44828: Avoid tkinter file dialog failure on macOS...
2021-10-28  Alex Waygood[3.9] bpo-39679: Fix `singledispatchmethod` `classmetho...
2021-10-28  Miss Islington... bpo-44904: Fix classmethod property bug in doctest...
2021-10-27  Miss Islington... bpo-45438: format of inspect.Signature with generic...
2021-10-27  Ned Deily[3.9] bpo-45618: Fix documentation build by pinning...
2021-10-22  Miss Islington... bpo-45571: use PY_CFLAGS_NODIST for shared Modules...
2021-10-22  Miss Islington... bpo-44959: Add fallback to extension modules with ...
next