- 8e0c80a [3.13] gh-119287: clarify doc on BaseExceptionGroup.derive and link to it from contextlib.suppress (GH-119657) (#120105) by Miss Islington (bot) · 1 year, 3 months ago
- df8a98a [3.13] gh-120078: Fix struct_time attr typo tm_day -> tm_mday in Doc/library/time.rst (GH-120085) by Miss Islington (bot) · 1 year, 3 months ago
- a653562 [3.13] gh-114616: Improve docs regarding changes to caches representation in dis (GH-120033) (#120079) by Miss Islington (bot) · 1 year, 3 months ago
- 54023a6 [3.13] Fix incorrect pull GitHub link in What's New (GH-120045) (#120052) by Miss Islington (bot) · 1 year, 3 months ago
- 6725c78 [3.13] gh-119588: Update docs to reflect decision to include the change with Python 3.13 and not 3.12. (GH-120043) (#120046) by Miss Islington (bot) · 1 year, 3 months ago
- 34a6d89 [3.13] gh-119588: Implement zipfile.Path.is_symlink (zipp 3.19.0). (GH-119591) (#119985) by Miss Islington (bot) · 1 year, 3 months ago
- 1177897 [3.13] gh-111389: Add PyHASH_MULTIPLIER constant (GH-119214) (#119334) by Miss Islington (bot) · 1 year, 3 months ago
- 6db1eb9 [3.13] gh-119968: Improved monitoring c-api docs (GH-119969) (#119971) by Miss Islington (bot) · 1 year, 3 months ago
- 3709e1b [3.13] gh-109975: What's New in Python 3.13: fix broken link for `telnetlib` alternative (GH-119958) (#119959) by Miss Islington (bot) · 1 year, 3 months ago
- d33b086 [3.13] GH-119054: Add "Reading and writing files" section to pathlib docs (GH-119524) (#119954) by Miss Islington (bot) · 1 year, 3 months ago
- 590fd9c [3.13] GH-119054: Add "Querying file type and status" section to pathlib docs (GH-119055) (#119951) by Barney Gale · 1 year, 3 months ago
- cfec22c [3.13] Improve documentation for typing.get_type_hints (GH-119928) (#119943) by Miss Islington (bot) · 1 year, 3 months ago
- cf8f292 [3.13] gh-118934: Fix PyEval_GetLocals docs (PEP 667) (GH-119934) by Miss Islington (bot) · 1 year, 3 months ago
- 36ca00f [3.13] gh-118888: Further PEP 667 docs updates (gh-119894) by Miss Islington (bot) · 1 year, 3 months ago
- edb6883 [3.13] gh-119016: Remove outdated sentences from the "classes" tutorial (GH-119130) (#119925) by Miss Islington (bot) · 1 year, 3 months ago
- 99d0f51 [3.13] Add unique() recipe to itertools docs (gh-119911) (gh-119916) by Miss Islington (bot) · 1 year, 3 months ago
- 0a266f7 [3.13] gh-74929: PEP 667 C API documentation (gh-119892) by Miss Islington (bot) · 1 year, 3 months ago
- 5e8396e [3.13] doc: Add glossary entry for "free threading" (GH-119865) (#119874) by Miss Islington (bot) · 1 year, 3 months ago
- eb5e19a [3.13] contextlib docs: Clean up redundant 'up' after 'cleanup' (GH-119872) by Miss Islington (bot) · 1 year, 3 months ago
- 24e3a8a [3.13] gh-100117: Fix inaccuracy in documentation of the CodeObject's co_positions field. (GH-119364) (#119869) by Miss Islington (bot) · 1 year, 3 months ago
- d6faac6 [3.13] gh-111201: Support pyrepl on Windows (GH-119559) (GH-119850) by Miss Islington (bot) · 1 year, 3 months ago
- 1e75dc7 [3.13] Docs: `shutil.rmtree`'s `onerror` has no pending removal version (GH-118947) (#119804) by Miss Islington (bot) · 1 year, 3 months ago
- 844b535 [3.13] gh-109218: Improve documentation for the complex() constructor (GH-119687) (GH-119803) by Miss Islington (bot) · 1 year, 3 months ago
- 608cfb8 [3.13] gh-119729: Use 't' in pkg-config file name for free-threaded build (GH-119738) (#119797) by Miss Islington (bot) · 1 year, 3 months ago
- a7327b3 [3.13] gh-119779: Fix pyporting howto docs (GH-119785) (#119788) by Miss Islington (bot) · 1 year, 3 months ago
- d1c7f5e [3.13] gh-118055: Update the finder glossary entry (GH-118278) (GH-119773) by Miss Islington (bot) · 1 year, 3 months ago
- 1eddc9e [3.13] subprocess docs: Fix semantically important typo (GH-119752) (#119757) by Miss Islington (bot) · 1 year, 3 months ago
- 06c62d6 [3.13] gh-119260: Clarify is_dataclass Behavior for Subclasses in Documentation and Tests (GH-119480) (#119760) by Miss Islington (bot) · 1 year, 3 months ago
- cc8586a [3.13] Clarify base64.a85encode docs: *wrapcols* doesn't count the newline (GH-119409) (GH-119483) by Miss Islington (bot) · 1 year, 3 months ago
- 47fb0f8 [3.13] [doc] Clarify the nature of the root logger in the `logging` documentation (GH-119440) (GH-119651) by Miss Islington (bot) · 1 year, 3 months ago
- 7322ff1 [3.13] gh-119317: findall instead of traverse for docutils nodes (GH-119319) (#119486) by Miss Islington (bot) · 1 year, 3 months ago
- 0a4a318 [3.13] Docs: Move inline JavaScript to own file to reduce duplication (GH-119541) (#119630) by Hugo van Kemenade · 1 year, 3 months ago
- 8117cb5 [3.13] Misc cleanups and wording improvements for the itertools docs (gh-119626) (gh-119629) by Miss Islington (bot) · 1 year, 3 months ago
- 9edf010 [3.13] gh-119580: Improve version added section for convenience variable (GH-119583) (#119624) by Miss Islington (bot) · 1 year, 3 months ago
- ba71835 [3.13] Docs: Only install sphinx-autobuild for `make htmllive` (GH-119607) (#119621) by Miss Islington (bot) · 1 year, 3 months ago
- f1302c1 [3.13] gh-119467: Fix Py_buffer.format type and correct documentation typo (GH-119475) (#119602) by Miss Islington (bot) · 1 year, 3 months ago
- 3f0198d [3.13] docs: fix a few typos identified by codespell (GH-119516) (#119570) by Miss Islington (bot) · 1 year, 3 months ago
- 317cc3b [3.13] FAQ: Add reference to Python version numbering scheme (GH-119225) (#119544) by Miss Islington (bot) · 1 year, 3 months ago
- f49749c [3.13] gh-111999: Fix the signature of str.format_map() (GH-119540) (#119543) by Miss Islington (bot) · 1 year, 3 months ago
- 5544651 [3.13] Misc improvement to the docs for itertools (gh-119529) (#119531) by Raymond Hettinger · 1 year, 3 months ago
- 392a3d8 [3.13] Regen ``Doc/requirements-oldest-sphinx.txt`` (GH-119520) (#119522) by Miss Islington (bot) · 1 year, 3 months ago
- c864efb [3.13] gh-118692: Avoid creating unnecessary StopIteration instances for monitoring (GH-119216) (#119497) by Miss Islington (bot) · 1 year, 3 months ago
- 89e2689 [3.13] gh-90562: Mention slots pitfall in dataclass docs (GH-107391) (#119350) by Miss Islington (bot) · 1 year, 3 months ago
- a6ed742 [3.13] gh-70795: Rework RLock documentation (GH-103853) (#119436) by Miss Islington (bot) · 1 year, 3 months ago
- 0bd7c87 [3.13] gh-112066: Fix versionadded in PyDict_SetDefaultRef docs (GH-118696) (#119430) by Miss Islington (bot) · 1 year, 3 months ago
- 414346e [3.13] Fix version number in use_load_tests deprecation reference (GH-119151) (GH-119386) by Miss Islington (bot) · 1 year, 3 months ago
- f757996 [3.13] Clarify that dklen is expected in bytes for the hashlib functions (GH-106624) (GH-119383) by Miss Islington (bot) · 1 year, 3 months ago
- b5b0e32 [3.13] DOCS: fix error in exec namespace note (gh-119380) by Miss Islington (bot) · 1 year, 3 months ago
- 455b386 [3.13] gh-110383: Align dict.get(), .fromkeys(), and .setdefault() docs with docstrings (GH-119330) (#119370) by Miss Islington (bot) · 1 year, 3 months ago
- 0582016 [3.13] Docs: Add central references to free-threading-related options (GH-119017) (#119367) by Miss Islington (bot) · 1 year, 3 months ago
- 256b791 [3.13] gh-110383: Document `socket.makefile()` accepts combined modes (GH-119150) (#119324) by Miss Islington (bot) · 1 year, 3 months ago
- 11ca1d9 [3.13] GH-110383: Improve Tutorial for Input Ouput (GH-119230) (GH-119326) by Miss Islington (bot) · 1 year, 3 months ago
- 1929b7e [3.13] Docs: Ensure no warnings are found in the NEWS file before a given line number (GH-119221) (#119261) by Hugo van Kemenade · 1 year, 3 months ago
- db64dae [3.13] gh-74929: PEP 667 general docs update (gh-119291) by Miss Islington (bot) · 1 year, 3 months ago
- 24b0e8d [3.13] gh-118912: Remove description of issue fixed in 3.5 from autospeccing guide (GH-119232) (#119284) by Miss Islington (bot) · 1 year, 3 months ago
- d8fbe5b [3.13] gh-108267 Fix another dataclasses docs typo (GH-119277) (#119279) by Miss Islington (bot) · 1 year, 3 months ago
- b4462aa [3.13] gh-118760: Restore the default value of tkinter.wantobjects to 1 (GH-118784) (GH-119251) by Miss Islington (bot) · 1 year, 3 months ago
- 906f6cb [3.13] Use correct markup in unittest.mock.reset_mock documentation (GH-119207) (GH-119250) by Miss Islington (bot) · 1 year, 3 months ago
- fda3291 [3.13] DOCS: Suggest always calling exec with a globals argument and no locals argument (GH-119235) (#119239) by Miss Islington (bot) · 1 year, 3 months ago
- 8f3fc01 [3.13] [docs] TypeVarTuple default is keyword-only (GH-119215) (#119224) by Miss Islington (bot) · 1 year, 3 months ago
- cbf064b [3.13] typing docs: Fix formatting issue (GH-119210) (#119212) by Miss Islington (bot) · 1 year, 3 months ago
- bc5e47c [3.13] marshal docs: Remove reference to "Sun" (GH-119161) (#119167) by Miss Islington (bot) · 1 year, 3 months ago
- 641e59d [3.13] docs: make mimalloc license text literal (GH-119046) (#119149) by Miss Islington (bot) · 1 year, 3 months ago
- 1bb3a9d [3.13] gh-119078: Clarify venv tutorial (GH-119129) (GH-119142) by Miss Islington (bot) · 1 year, 3 months ago
- 374655f [3.13] Minor improvements to the docs for itertools.tee() (gh-119135) (gh-119136) by Miss Islington (bot) · 1 year, 3 months ago
- c69fe80 [3.13] gh-108267: Fix object.__setattr__ regression in dataclasses docs (GH-119082) (#119097) by Miss Islington (bot) · 1 year, 3 months ago
- bca7fb0 [3.13] Use literal syntax in origin property (GH-119029) (#119083) by Miss Islington (bot) · 1 year, 3 months ago
- 7c224dd [3.13] gh-119009: Add gettext target (GH-119006) (#119074) by Miss Islington (bot) · 1 year, 3 months ago
- dd8a61f [3.13] 3.13 What's New: Add PEP 702 (GH-118922) (#119062) by Miss Islington (bot) · 1 year, 3 months ago
- 8439d09 [3.13] Misc improvements to the itertools docs (gh-119040) (#119045) by Miss Islington (bot) · 1 year, 3 months ago
- 87f683e [3.13] Itertools docs: fix parameter names and indentation in Python equivalents (gh-118977) (#119043) by Miss Islington (bot) · 1 year, 3 months ago
- d1aac22 [3.13] gh-119010: Adds docs about `__type_params__` to `functools.update_wrapper` (GH-119012) (#119013) by Miss Islington (bot) · 1 year, 3 months ago
- 9418832 [3.13] Improve the `rmtree` doc for `dir_fd` param addition in 3.11 (GH-118964) (#118991) by Miss Islington (bot) · 1 year, 3 months ago
- 0874a40 [3.13] Correct the argument names for `secrets.choice` and `secrets.randbelow` in `secrets.rst` (GH-118098) (GH-118906) by Miss Islington (bot) · 1 year, 4 months ago
- 7dc9875 gh-118209: Add Windows structured exception handling to mmap module (GH-118213) by Miss Islington (bot) · 1 year, 4 months ago
- 760b3f0 gh-118689: Doc: fix ePub build (GH-118690) by Miss Islington (bot) · 1 year, 4 months ago
- 00ec116 [3.13] gh-118851: Default ctx arguments to AST constructors to Load() (GH-118854) (#118871) by Miss Islington (bot) · 1 year, 4 months ago
- d86b494 gh-118486: Update docs for CVE-2024-4030 reference (GH-118737) by Steve Dower · 1 year, 4 months ago
- 8f31af6 [3.13] Format None, True, False and NotImplemented as literals (GH-118758) (GH-118792) by Miss Islington (bot) · 1 year, 4 months ago
- c33bba6 [3.13] docs: module page titles should not start with a link to themselves (GH-117099) (#118790) by Miss Islington (bot) · 1 year, 4 months ago
- 02d49af [3.13] Docs: fix typos in documentation (GH-118752) (#118787) by Miss Islington (bot) · 1 year, 4 months ago
- 2268289 Python 3.13.0b1 by Thomas Wouters · 1 year, 4 months ago v3.13.0b1
- c4f9823 gh-118671: Updated dead ActiveState links (#118730) by trag1c · 1 year, 4 months ago
- fcf52d7 Regen ``Doc/requirements-oldest-sphinx.txt`` (#118736) by Kirill Podoprigora · 1 year, 4 months ago
- f548855 gh-109975: Make a rough editorial pass over What's New (#118711) by T. Wouters · 1 year, 4 months ago
- f58833e gh-118650: Document `Enum._repr_*` reservation exclusion (GH-118698) by chrysn · 1 year, 4 months ago
- b9caa09 gh-118518: Improve perf docs (#118708) by Pablo Galindo Salgado · 1 year, 4 months ago
- 71080b8a0 gh-118660: Add second type parameter to (Async)ContextManager (#118681) by Jelle Zijlstra · 1 year, 4 months ago
- a855f82 Remove Python 3.5 hardcoded version in the tutorial appendix (GH-117612) by Kerim Kabirov · 1 year, 4 months ago
- 65f5e58 gh-66410: Do not stringify arguments of Tkinter callback (GH-98592) by Serhiy Storchaka · 1 year, 4 months ago
- 0485922 gh-118518: Rename `PYTHONPERFJITSUPPORT` and `-X perfjit` with underscores (#118693) by Hugo van Kemenade · 1 year, 4 months ago
- 48e52fe gh-118310: Fix documentation for `enum.Enum.__new__` (GH-118311) by Momo Eissenhauer · 1 year, 4 months ago
- 44a9f3d gh-109653: What's new: Note improved import times for several stdlib modules in Python 3.13 (#118697) by Alex Waygood · 1 year, 4 months ago
- 6cf7067 gh-109975: Update 'What's New in Python 3.13' for beta (#118694) by Hugo van Kemenade · 1 year, 4 months ago
- 9762122 Fix several typos in documentation (GH-118625) by Xie Yanbo · 1 year, 4 months ago
- 60bd111 Docs: add whatsnew for free-threading (#118679) by Sam Gross · 1 year, 4 months ago
- e042219 gh-117486: Improve behavior for user-defined AST subclasses (#118212) by Jelle Zijlstra · 1 year, 4 months ago
- 8419f01 gh-118647: Add defaults to typing.Generator and typing.AsyncGenerator (#118648) by Jelle Zijlstra · 1 year, 4 months ago
- 325a1da gh-115119: Default to --with-system-libmpdec=yes (#118539) by Erlend E. Aasland · 1 year, 4 months ago
- 417dd3a gh-116322: Rename PyModule_ExperimentalSetGIL to PyUnstable_Module_SetGIL (GH-118645) by Petr Viktorin · 1 year, 4 months ago