]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
2022-04-30  Miss Islington... gh-87192: Update wording for fcntl 'Changed in' (GH...
2022-04-30  Miss Islington... gh-85864: io docs: Add missing position-only parameters...
2022-04-30  Serhiy Storchaka[3.10] gh-92049: Forbid pickling constants re._constant...
2022-04-30  Miss Islington... bpo-43323: Fix UnicodeEncodeError in the email module...
2022-04-29  Miss Islington... sorting howto: Add clarification on < using __lt__...
2022-04-29  Miss Islington... bpo-26792: Improve docstrings of runpy module run_funct...
2022-04-28  Miss Islington... gh-91832: Add 'required' attr to argparse.Action repr...
2022-04-27  Miss Islington... Add note that headers added via urllib.request.add_head...
2022-04-27  Miss Islington... Correct method name typo (GH-91970)
2022-04-27  Miss Islington... gh-84459: Make wording more specific for Path.replace...
2022-04-27  Miss Islington... gh-91810: Expand ElementTree.write() tests to use non...
2022-04-27  Victor Stinnergh-68966: Document mailcap deprecation in Python 3...
2022-04-27  Miss Islington... Fix missing `f` prefix on f-strings (GH-91910)
2022-04-26  Serhiy Storchaka[3.10] gh-91915: Fix test_netrc on non-UTF-8 locale...
2022-04-26  Miss Islington... gh-91914: Fix test_curses on non-UTF-8 locale (GH-91919)
2022-04-26  Miss Islington... gh-91916: Fix test_runpy on non-UTF-8 locale (GH-91920)
2022-04-26  Ezio Melotti[3.10] gh-91888: add a :gh: role to the documentation...
2022-04-25  Miss Islington... gh-91904: Fix setting envvar PYTHONREGRTEST_UNICODE_GUA...
2022-04-24  Ezio Melotti[3.10] Update Sphinx bpo role to use redirect URI....
2022-04-23  Miss Islington... RE: Add more tests for inline flag "x" and re.VERBOSE...
2022-04-23  Miss Islington... gh-85864: Mark positional-only args in io docs (GH...
2022-04-22  Miss Islington... gh-91547: Remove "Undocumented modules" page (GH-91682)
2022-04-22  Serhiy Storchaka[3.10] gh-91575: Update case-insensitive matching in...
2022-04-22  Serhiy Storchaka[3.10] gh-91700: Validate the group number in condition...
2022-04-22  Serhiy Storchaka[3.10] gh-90568: Fix exception type for \N with a named...
2022-04-21  Jelle Zijlstra[3.10] build(deps): bump actions/upload-artifact from...
2022-04-21  Jelle Zijlstra[3.10] build(deps): bump actions/cache from 2.1.7 to...
2022-04-20  Miss Islington... bpo-23747: Enhance platform doc, document default behav...
2022-04-20  Jelle Zijlstra[3.10] build(deps): bump actions/checkout from 2 to...
2022-04-20  Steve Dowerbpo-40859: Update Windows build to use xz-5.2.5 (GH...
2022-04-20  Miss Islington... gh-91734: Fix ossaudio support on Solaris (GH-91735)
2022-04-20  Miss Islington... bpo-30718: Add information about text buffering (GH...
2022-04-20  Ken JinFix whitespace/indentation issues in test_sys (GH-32369...
2022-04-20  Miss Islington... Add link to sys.path in os lib (GH-91679)
2022-04-20  Miss Islington... Fix awkward sentence in signal docs (GH-91508)
2022-04-20  Miss Islington... gh-87497: Document that urllib.request sends headers...
2022-04-19  Miss Islington... build(deps): bump actions/setup-python from 2 to 3...
2022-04-19  Oleg Iarygin[3.10] gh-91118: Fix docstrings that do not honor ...
2022-04-19  Victor Stinnergh-91231: multiprocessing BaseManager waits 1.0 second...
2022-04-19  Miss Islington... Add more tests for group names and refs in RE (GH-91695)
2022-04-19  Miss Islington... Doc: Fix link formatting typo (GH-91659)
2022-04-19  Gregory P.... [3.10] gh-91676 gh-91260 unittest.IsolatedAsyncioTestCa...
2022-04-18  Miss Islington... Remove duplicate explanation (GH-91534)
2022-04-17  Miss Islington... gh-89885: Improve import example in language reference...
2022-04-17  Miss Islington... gh-91541: Fix error in example in modules tutorial...
2022-04-17  Miss Islington... gh-90923: Improve sqlite3.Connection.execute* docs...
2022-04-16  Gregory P.... [3.10] gh-91607: Fix several test_concurrent_futures...
2022-04-16  Miss Islington... gh-91595: fix the comparison of character and integer...
2022-04-16  Miss Islington... gh-82849: revise intro to os.path.rst (GH-32232)
2022-04-16  Miss Islington... Add link to documentation translation list (GH-91560...
2022-04-15  Miss Islington... gh-88513: clarify shutil.copytree's dirs_exist_ok arg...
2022-04-15  Miss Islington... gh-70979: Fix runpy.run_path parameter name in docs...
2022-04-14  Miss Islington... Add redirects to Misc/NEWS bpo links (GH-91454) (GH...
2022-04-14  Miss Islington... gh-90879: Fix missing parameter for put_nowait() (GH...
2022-04-14  Miss Islington... gh-91421: Use constant value check during runtime ...
2022-04-08  Miss Islington... bpo-47260: Fix os.closerange() potentially being a...
2022-04-08  Miss Islington... Fix bad grammar and import docstring for split/rsplit...
2022-04-08  Miss Islington... pickle docs: Fix typos and improve wording (GH-24776...
2022-04-07  Steve Dowerbpo-47103: Copy pgort140.dll into output directory...
2022-04-07  Miss Islington... ssl docs: Fix typo (GH-32336)
2022-04-07  Miss Islington... c-api docs: There are five fields, not four (GH-32379)
2022-04-07  Miss Islington... doc: Link to `string.capwords` from `str.title` (GH...
2022-04-07  Miss Islington... ssl docs: Fix typo (GH-32314)
2022-04-07  Miss Islington... pkgutil docs: Link sys constants, add backticks (GH...
2022-04-07  Miss Islington... stdtypes docs: fix typo (GH-32349) (GH-32370)
2022-04-06  Ken Jin[3.10] bpo-46769: Fix backticks in typing.rst to appeas...
2022-04-06  Miss Islington... bpo-47235: Note where a typo is intentional in code...
2022-04-05  Jeremy Klothbpo-47230: Silence compiler warnings on Windows from...
2022-04-05  Matthieu Dartiailh[3.10] Backport bpo-47212 (GH-32302) to Python 3.10...
2022-04-05  Miss Islington... bpo-40982: shutil docs: Remove outdated copytree()...
2022-04-05  Miss Islington... crypt docs: Fix references to `methods` attr (GH-26806)
2022-04-05  Miss Islington... bpo-32658: Regex docs: Fix metacharacter reference...
2022-04-05  Miss Islington... bpo-45790: List macros in same order in which fields...
2022-04-05  Miss Islington... bpo-47007: [doc] `str` special method lookup (GH-31863)
2022-04-05  Miss Islington... bpo-41233: Add links to errnos referenced in exceptions...
2022-04-04  Miss Islington... bpo-46484:Add test for Calendar.iterweekdays (GH-30825)
2022-04-04  Miss Islington... Demonstrate `py --list` in the quickstart section of...
2022-04-03  Miss Islington... Follow PEP-8 guidelines in tutorial for standard librar...
2022-04-03  Miss Islington... bpo-47205: Skip error check of sched_get/setaffinity...
2022-04-03  Miss Islington... Language reference: Remove duplicated text about iterab...
2022-04-03  Miss Islington... bpo-24563: Link encoding names to encoding declarations...
2022-04-02  Jelle Zijlstra[3.10] More minor fixes to C API docs (GH-31525) (GH...
2022-04-02  Jelle Zijlstra[3.10] Document func parameter of locale.atof (GH-18183...
2022-04-02  Miss Islington... bpo-45584: Clarify `math.trunc` documentation (GH-29183)
2022-04-02  Miss Islington... os docs: fix typo (GH-28996)
2022-04-02  Miss Islington... codecs docs: fix grammar mistake (GH-29462)
2022-04-02  Miss Islington... bpo-45114: Use lstat() instead of stat() in stat docs...
2022-04-02  Miss Islington... bpo-47031: Improve documentation for `math.nan` (GH...
2022-04-02  Miss Islington... More minor fixes to C API docs (GH-31714)
2022-04-02  Miss Islington... bpo-47194: Update zlib to v1.2.12 on Windows to resolve...
2022-04-01  Miss Islington... bpo-47089: Avoid test_compileall failures on Windows...
2022-04-01  Christian Heimes[3.10] bpo-47182: Fix crash by named unicode characters...
2022-03-31  Miss Islington... bpo-47151: Fallback to fork when vfork fails in subproc...
2022-03-31  Miss Islington... bpo-14911: Corrected generator.throw() documentation...
2022-03-31  Miss Islington... bpo-46775: OSError should call winerror_to_errno uncond...
2022-03-29  Miss Islington... bpo-42340: Document issues around KeyboardInterrupt...
2022-03-29  Miss Islington... Fix typo in the sqlite3 docs (GH-31915) (GH-32157)
2022-03-29  Miss Islington... ctypes docs: Fix array-length reference to "non-negativ...
2022-03-29  Jelle Zijlstra[3.10] bpo-28516: document contextlib.ExitStack.__enter...
2022-03-28  Steve Dowerbpo-47138: Ensure Windows docs build uses the same...
next