]> git.ipfire.org Git - thirdparty/Python/cpython.git/history - Doc
Doc: Render version/language selector on Read the Docs (#116966)
[thirdparty/Python/cpython.git] / Doc /
2024-04-17  Manuel KaufmannDoc: Render version/language selector on Read the Docs...
2024-04-17  Nice Zombiesgh-117977: Amend version changed annotation for os...
2024-04-17  Victor Stinnergh-117929: Restore removed PyEval_InitThreads() functio...
2024-04-17  Serhiy Storchakagh-73231: Update documentation for PyErr_SetFromWindows...
2024-04-16  Nice Zombiesgh-117945: Fix `os.path.ismount()` documentation (...
2024-04-16  Hugo van KemenadeDocs: Add classes to C API return value annotations...
2024-04-16  Douglas Thorgh-102402: Fix floating point math issue by using ...
2024-04-16  Inada Naokigh-77102: site: try utf-8 and fallback to locale encodi...
2024-04-15  Erlend E. Aaslandgh-117804: Document how to suppress PGO unprofiled...
2024-04-15  Hugo van KemenadeDocs: add link roles with Sphinx extlinks (#117850)
2024-04-15  Hugo van Kemenadegh-109975: Copyedit "What's New in Python 3.13" (#117902)
2024-04-15  Alex WaygoodDocs: make the `whatsnew-typing-py312` anchor point...
2024-04-15  Raymond Hettingergh-115532: Minor tweaks to kde() (gh-117897)
2024-04-15  Serhiy Storchakagh-115664: Reorganize versionadded directives for ...
2024-04-15  Hugo van KemenadeAdd 'The Python 2.3 Method Resolution Order' (#116435)
2024-04-14  Galen Ricedocs: typo in 3.13 release notes (#117866)
2024-04-14  Erlend E. AaslandDoc: mark up classes, attributes, parameters, and metho...
2024-04-14  Jelle Zijlstradataclasses docs: add some link anchors (#117601)
2024-04-14  GouvernathorSimpler example of shallow dict export of a dataclass...
2024-04-14  GouvernathorTweak wording for dataclasses.replace (gh-117758)
2024-04-13  Barney GaleGH-115060: Speed up `pathlib.Path.glob()` by omitting...
2024-04-13  Hugo van Kemenadegh-68583: webbrowser: replace `getopt` with `argparse...
2024-04-13  Michiel W. Beijengh-102247: http: support rfc9110 status codes (GH-117611)
2024-04-13  Hugo van Kemenadegh-117840: Fix indent to fix shlex syntax highlighting...
2024-04-13  Shantanugh-114466: explicitly define heap invariant (#117778)
2024-04-12  Savannah Ostrowskigh-117739: Update definition of global interpreter...
2024-04-12  Hugo van KemenadeFix version directive indents (#117719)
2024-04-11  Tomas Rgh-104269: Document `glob.glob` duplicates when using...
2024-04-11  Bruce Merrygh-117722: Fix Stream.readuntil with non-bytes buffer...
2024-04-11  Mikhail Bgh-101549: fix documentation of xml.etree.ElementInclud...
2024-04-11  Nikita SobolevFix markup of `win32_ver` in `platform.rst` (#116492)
2024-04-10  Barney GaleGH-117546: Fix symlink resolution in `os.path.realpath...
2024-04-10  Laurie Ogh-117531: Unblock getters after non-immediate queue...
2024-04-09  Nice Zombiesgh-117360: Clearer wording in os.path.lexists() docs...
2024-04-09  Nice Zombiesgh-117597: Clarify exception handling in the tutorial...
2024-04-09  Thomas WoutersMerge branch 'main' of https://github.com/python/cpython
2024-04-09  Victor StinnerRevert "gh-106023: Update What's New in 3.13: _PyObject...
2024-04-09  Guido van Rossumgh-116720: Fix corner cases of taskgroups (#117407)
2024-04-09  Jelle Zijlstragh-117516: Implement typing.TypeIs (#117517)
2024-04-08  Bruce Merrygh-81322: support multiple separators in StreamReader...
2024-04-08  Serhiy Storchakagh-117642: Fix PEP 737 implementation (GH-117643)
2024-04-08  Laurie Ogh-96471: Correct documentation for asyncio queue shutd...
2024-04-08  Victor Stinnergh-106023: Update What's New in 3.13: _PyObject_FastCal...
2024-04-08  Nikita Sobolevgh-111726: Explicitly close database connections in...
2024-04-08  Erlend E. Aaslandgh-111726: Remove some doctests from sqlite3 docs ...
2024-04-08  Hugo van Kemenadegh-111726: Cleanup test files after running sqlite3...
2024-04-07  Anita HammerFix reference in code.rst (#117615)
2024-04-06  Laurie Ogh-96471: Add asyncio queue shutdown (#104228)
2024-04-05  Barney GaleGH-77609: Add recurse_symlinks argument to `pathlib...
2024-04-05  Steve Dowergh-111140: PyLong_From/AsNativeBytes: Take *flags*...
2024-04-05  Petr Viktoringh-116608: importlib.resources: Un-deprecate functional...
2024-04-04  Sam Grossgh-117478: Add `@support.requires_gil_enabled` decorato...
2024-04-04  Vinay Sajip[doc] Update logging documentation to improve grammar...
2024-04-03  Zackery Spytzgh-59215: unittest: restore _top_level_dir at end of...
2024-04-03  Gregory P. SmithGH-70647: Deprecate strptime day of month parsing witho...
2024-04-02  Petr Viktoringh-117074: Update Traversable.joinpath docs to the...
2024-04-01  Moshe KaplanDocs: specify XML document name in xml.etree.elementtre... 113771/head
2024-04-01  Matthew DavisDocs: add more links to PIPE in subprocess docs (#25416)
2024-04-01  Barney GaleGH-117337: Deprecate `glob.glob0()` and `glob.glob1...
2024-04-01  Justin Turner Arthurgh-77714: Provide an async iterator version of as_compl...
2024-03-31  Adorilson BezerraDoc: printf-style library/stdtype improvements (#16741)
2024-03-31  ShantanuLink to the Python type system specification (#117400)
2024-03-31  Barney GaleGH-114575: Rename `PurePath.pathmod` to `PurePath.parse...
2024-03-29  Pedro Lacerdagh-66449: configparser: Add support for unnamed section...
2024-03-28  Christopher Chianelligh-117339: Use NULL instead of None for LOAD_SUPER_ATTR...
2024-03-28  Malcolm Smithgh-117294: Report DocTestCase as skipped if all example...
2024-03-28  Joachim Wuttkebpo-43848: explain optional argument mtime in gzip...
2024-03-28  Russell Keith-Mageegh-114099: Add documentation for iOS platform (GH-117057)
2024-03-28  Russell Keith-Mageegh-114099: Additions to standard library to support...
2024-03-28  Tim Hatchgh-89739: gh-77140: Support zip64 in zipimport (GH...
2024-03-27  Malcolm Smithgh-71042: Add `platform.android_ver` (#116674)
2024-03-27  Hugo van Kemenadegh-117225: doctest: only print "and X failed" when...
2024-03-27  Raymond HettingerAdd statistics recipe for sampling from an estimated...
2024-03-26  Adorilson BezerraChange links on the index page (#117230)
2024-03-25  Raymond HettingerSync main docs and docstring for median_grouped()....
2024-03-25  Nice Zombiesgh-117114: Make os.path.isdevdrive available on all...
2024-03-25  Adorilson BezerraAdd information about negative indexes to sequence...
2024-03-25  Victor Stinnergh-116936: Add PyType_GetModuleByDef() to the limited...
2024-03-25  Serhiy Storchakagh-87193: Support bytes objects with refcount > 1 in...
2024-03-25  Raymond HettingerMinor markup and grammar fixes in the statistics docs...
2024-03-24  Terry Jan Reedygh-117194: Properly format 'base64' header in What...
2024-03-24  Kerim KabirovGH-115986 Docs: promote pprint.pp usage as a default...
2024-03-24  LilKSgh-101760: Improve the imaplib.IMAP4 example (#101764)
2024-03-24  Raymond HettingerAdd cumulative option for the new statistics.kde()...
2024-03-22  Barney GaleGH-106747: Document another difference between `glob...
2024-03-22  Serhiy Storchakagh-113024: C API: Add PyObject_GenericHash() function...
2024-03-22  Vinay Sajip[docs] Fix typo in docstring and add example to logging...
2024-03-22  Jakub StasiakGH-113171: Fix "private" (non-global) IP address ranges...
2024-03-21  Ned Batchelderdocs: fix over-linking in dataclasses.rst (#117005)
2024-03-21  Victor Stinnergh-85283: Build _testconsole extension with limited...
2024-03-21  Victor Stinnergh-115754: Add Py_GetConstant() function (#116883)
2024-03-21  Malcolm Smithgh-71052: Implement `ctypes.util.find_library` on Andro...
2024-03-20  Carol WillingFix sort order for "locale encoding" glossary item...
2024-03-20  Russell Keith-Mageegh-117058: Update GUI and packaging recommendations...
2024-03-20  Mark ShannonGH-108362: Incremental Cycle GC (GH-116206)
2024-03-19  Ned Batchelderdocs: announce venv creation before installing packages...
2024-03-19  Hugo van Kemenadegh-101100: Fix Sphinx warnings in `library/pydoc.rst...
2024-03-19  Terry Jan Reedygh-56374: Clarify documentation of nonlocal (#116942)
2024-03-19  Sunghyun Kimgh-107607: Update comment about utf-8 BOM being ignored...
2024-03-19  Russell Keith-Mageegh-114099 - Add iOS framework loading machinery. (GH...
next