Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/tags/v3.13.0a2
/
Doc
tag
411f5555b6fd5b35ef82787bc64b58080b87d325
tagger
Thomas Wouters <thomas@python.org>
Wed Nov 22 11:20:24 2023
object
9c4347ef8b60f54dd357fd6b2f5ca9edc5105e2a
Python 3.13.0a2
6c47eac
Fix docstring and var name of itertools recipe (#112113)
by Sebastian Rittau
· 1 year, 9 months ago
46500c4
GH-111963: Clarify sys.monitoring.free_tool_id's limitations (GH-112291)
by Tian Gao
· 1 year, 9 months ago
9d70831
gh-110745: add a newline argument to pathlib.Path.read_text (#110880)
by Junya Okabe
· 1 year, 9 months ago
d857d53
gh-111361: Added an update for unicodedata in what's new in Python 3.13 (#112031)
by Lincoln
· 1 year, 9 months ago
a6d25de
gh-110383: Explained which error message is generated when there is an unhandled exception (#111574)
by Unique-Usman
· 1 year, 9 months ago
6bf8f20
gh-110383: Fix documentation profile cumtime fix (#112221)
by Alex Ptakhin
· 1 year, 9 months ago
dabc0d7
Fix typo in documentation of `importlib.metadata` (GH-112099)
by Charlie Zhao
· 1 year, 9 months ago
cb5048e
gh-112026: Update What's New: _PyObject_Vectorcall() was restored (#112171)
by Victor Stinner
· 1 year, 9 months ago
7c50800
gh-110481, doc: Add "immortal" term to the glossary (#112180)
by Victor Stinner
· 1 year, 9 months ago
fb4cddb
gh-94309: "What's new in Python 3.12": improve deprecation notice for typing.Hashable and typing.Sized (#112196)
by Ori Avtalion
· 1 year, 9 months ago
8cd70ee
gh-112165: Fix typo in `__main__.py` (#112183)
by Terry Jan Reedy
· 1 year, 9 months ago
81ab0e8
[doc] Make subprocess.wait documentation more precise (#98700)
by Luis Pedro Coelho
· 1 year, 9 months ago
985679f
gh-110812: Isolating Extension Modules HOWTO: List GC-related gotchas (GH-111504)
by Petr Viktorin
· 1 year, 9 months ago
d9fd33a
gh-112088: Run autoreconf in GHA check_generated_files (#112090)
by Victor Stinner
· 1 year, 9 months ago
b338ffa
gh-112026: Add again <unistd.h> include in Python.h (#112046)
by Victor Stinner
· 1 year, 9 months ago
0cfdd6e
Fix typo in perf profiling docs (#112112)
by Ryuji Tsutsui
· 1 year, 9 months ago
6c214de
Docs: Add the time to the HTML last updated format (#110091)
by Adam Turner
· 1 year, 9 months ago
55f3cce
gh-111545: Test PyHash_GetFuncDef() function (#112098)
by Victor Stinner
· 1 year, 9 months ago
4f04172
gh-111262: Add PyDict_Pop() function (#112028)
by Victor Stinner
· 1 year, 9 months ago
e31d65e
gh-111622: Fix doc for items views (#112051)
by Terry Jan Reedy
· 1 year, 9 months ago
d5491a6
GH-110417: Fix `glob` docs ordering (#110418)
by Barney Gale
· 1 year, 9 months ago
cf67ebf
GH-72904: Add `glob.translate()` function (#106703)
by Barney Gale
· 1 year, 9 months ago
babb787
gh-111138: Add PyList_Extend() and PyList_Clear() functions (#111862)
by Victor Stinner
· 1 year, 9 months ago
a430b4f
Docs: Add `make htmllive` to rebuild and reload HTML files in your browser (#111900)
by Hugo van Kemenade
· 1 year, 9 months ago
9a2f25d
gh-111944: Add assignment expression parentheses requirements (#111977)
by Terry Jan Reedy
· 1 year, 9 months ago
38035fe
gh-90890: New methods to access mailbox.Maildir message info and flags (#103905)
by Stephen Gildea
· 1 year, 9 months ago
3932b0f
gh-110722: Make `-m test -T -j` use sys.monitoring (GH-111710)
by Łukasz Langa
· 1 year, 9 months ago
d61313b
gh-103791: handle `BaseExceptionGroup` in `contextlib.suppress()` (#111910)
by Zac Hatfield-Dodds
· 1 year, 9 months ago
0802fd6
gh-81925: Implement native thread ids for kFreeBSD (#111761)
by Samuel Thibault
· 1 year, 9 months ago
7d21e3d
gh-111895: Convert definition list to bullet list for readability on mobile (#111898)
by Hugo van Kemenade
· 1 year, 9 months ago
2f2a0a3
Add detail to comment on range of random.random() (gh-111868)
by zipperer
· 1 year, 9 months ago
6046aec
gh-111835: Add seekable method to mmap.mmap (gh-111852)
by Donghee Na
· 1 year, 9 months ago
005d1e8
gh-68166: Tkinter: Add tests and examples for element_create() (GH-111453)
by Serhiy Storchaka
· 1 year, 9 months ago
74b868f
gh-111246: Remove listening Unix socket on close (#111483)
by Pierre Ossman (ThinLinc team)
· 1 year, 9 months ago
8ab7ad6
Glossary: Add "static type checker" (#111837)
by Jelle Zijlstra
· 1 year, 9 months ago
11e8348
gh-111089: Revert PyUnicode_AsUTF8() changes (#111833)
by Victor Stinner
· 1 year, 9 months ago
2f9cb7e
gh-81137: deprecate assignment of code object to a function of a mismatched type (#111823)
by Irit Katriel
· 1 year, 9 months ago
70afb8d
gh-85098: Implement functional CLI of symtable (#109112)
by Serhiy Storchaka
· 1 year, 9 months ago
f55cb44
gh-106672: C API: Report indiscriminately ignored errors (GH-106674)
by Serhiy Storchaka
· 1 year, 9 months ago
13405ec
gh-79932: raise exception if frame.clear() is called on a suspended frame (#111792)
by Irit Katriel
· 1 year, 10 months ago
c3e19c3
gh-111729: update generic syntax for `typing.Concatenate` sample code in `Doc/library/typing.rst` (#111734)
by 方糖
· 1 year, 10 months ago
ba8aa1f
gh-109466: Add ipv6_mapped property to IPv4Address (#109467)
by Charles Machalow
· 1 year, 10 months ago
72e27a6
gh-111747: DOC: fix moved link to Documentation Translations (#111748)
by partev
· 1 year, 10 months ago
853b4b5
gh-111719: Add extra check for alias command (#111720)
by Tian Gao
· 1 year, 10 months ago
f48e669
gh-111724: Fix doctest `ResourceWarning` in `howto/descriptor.rst` (#111725)
by Nikita Sobolev
· 1 year, 10 months ago
9f33ede
docs: specify that PyBytes_AsStringAndSize returns 0 on success (GH-110888)
by lefp
· 1 year, 10 months ago
ccc8caa
gh-111681: minor fixes to typing doctests; remove unused imports in `test_typing` (#111682)
by Nikita Sobolev
· 1 year, 10 months ago
24ddaee
gh-106168: Revert the "size before item" setting (#111683)
by scoder
· 1 year, 10 months ago
d49aba5
gh-111354: Simplify _PyGen_yf by moving some of its work to the compiler and frame state (#111648)
by Irit Katriel
· 1 year, 10 months ago
0d3df27
gh-54434: Make difflib.rst doctests pass. (#111677)
by Terry Jan Reedy
· 1 year, 10 months ago
489b806
Fix typo in documentation of `SysLogHandler.createSocket` (#111665)
by LoipesMas
· 1 year, 10 months ago
6a0d7b4
gh-111625: Fix link to Info-ZIP homepage (#111626)
by partev
· 1 year, 10 months ago
52cc4af
gh-111354: simplify detection of RESUME after YIELD_VALUE at except-depth 1 (#111459)
by Irit Katriel
· 1 year, 10 months ago
821a7ac
gh-106168: Update PyList_SET_ITEM() What's New doc (#111618)
by Victor Stinner
· 1 year, 10 months ago
45a36d5
gh-111374: Add a new PYTHON_FROZEN_MODULES env var, equivalent of `-X frozen_modules`. (#111411)
by Yilei Yang
· 1 year, 10 months ago
eaf67e3
gh-111576: Improve documention for tkinter.messagebox (GH-111578)
by Serhiy Storchaka
· 1 year, 10 months ago
102685c
gh-111282: Fix NamedTemporaryFile example code (GH-111283)
by Krzysiek Karbowiak
· 1 year, 10 months ago
7705306
gh-110774: allow setting the Runner(loop_factory=...) from IsolatedAsyncioTestCase (#110776)
by Thomas Grainger
· 1 year, 10 months ago
f6a0232
gh-108082: Add PyErr_FormatUnraisable() function (GH-111086)
by Serhiy Storchaka
· 1 year, 10 months ago
faa5f60
gh-108765: Python.h no longer includes <stddef.h> on Windows (#111563)
by Victor Stinner
· 1 year, 10 months ago
2445673
gh-102249: Expand sys.call_tracing documentation (#102806)
by Quentin Peter
· 1 year, 10 months ago
5cc6c80
gh-93607: document `root` attribute of `iterparse` (#99410)
by Prometheus3375
· 1 year, 10 months ago
cf3dbe4
gh-106861: Docs: Add availability directives to all Unix-only modules (#108975)
by xzmeng
· 1 year, 10 months ago
3dbaed3
gh-111301: Move importlib.resources changes to the Removed section (#111509)
by Karolina Surma
· 1 year, 10 months ago
99768343
gh-111301: Move `importlib.resources.files` change to What's new in Python 3.12 (#111512)
by Karolina Surma
· 1 year, 10 months ago
c4dc5a6
gh-111181: Fix enum doctests (GH-111180)
by Nikita Sobolev
· 1 year, 10 months ago
bca3305
gh-108082: C API: Add tests for PyErr_WriteUnraisable() (GH-111455)
by Serhiy Storchaka
· 1 year, 10 months ago
05f2f0a
gh-90815: Add mimalloc memory allocator (#109914)
by Dino Viehland
· 1 year, 10 months ago
4d6bdf8
gh-111165: Remove documentation for moved functions (GH-111467)
by Serhiy Storchaka
· 1 year, 10 months ago
46389c3
gh-101100: Fix sphinx warnings in `library/asyncio-eventloop.rst` (GH-111222)
by Nikita Sobolev
· 1 year, 10 months ago
2655369
gh-79033: Try to fix asyncio.Server.wait_closed() again (GH-111336)
by Guido van Rossum
· 1 year, 10 months ago
77bb0d5
gh-108765: Include explicitly <unistd.h> in signalmodule.c (#111402)
by Victor Stinner
· 1 year, 10 months ago
8a158a7
gh-111406: Fix broken link to bpython's site (#111407)
by Zack Cerza
· 1 year, 10 months ago
9a2f2f4
Fix typos in import system docs (#111396)
by Jonathan Berthias
· 1 year, 10 months ago
aa73245
gh-111388: Add `show_group` parameter to `traceback.format_exception_only` (#111390)
by Nikita Sobolev
· 1 year, 10 months ago
6d42759
gh-111276: Clarify docs and comments about the role of LC_CTYPE (#111319)
by Łukasz Langa
· 1 year, 10 months ago
7f9a99e
gh-89519: Remove classmethod descriptor chaining, deprecated since 3.11 (gh-110163)
by Raymond Hettinger
· 1 year, 10 months ago
ee2d22f
gh-111343: Fix `itertools` docs: `start` arg is optional for `count` (gh-111344)
by Nikita Sobolev
· 1 year, 10 months ago
3f84a19
Docs: Add `restart_events()` and positional arg semantics for `sys.monitoring` (#111291)
by Tian Gao
· 1 year, 10 months ago
14f52e1
gh-110679: Improved markup in enum.rst (GH-110747)
by Khalil Mouawad
· 1 year, 10 months ago
1262e41
gh-108590: Improve sqlite3 docs on encoding issues and how to handle those (#108699)
by Erlend E. Aasland
· 1 year, 10 months ago
81ed80d
gh-111187: Postpone removal version for locale.getdefaultlocale() to 3.15 (#111188)
by Hugo van Kemenade
· 1 year, 10 months ago
f6a45a0
gh-111165: Move test running code from test.support to libregrtest (GH-111166)
by Serhiy Storchaka
· 1 year, 10 months ago
8b44f3c
Fix first parameter name in `tool` functions from `sys.monitoring` (#111286)
by Pavel Karateev
· 1 year, 10 months ago
c0ea67d
GH-111182: Update EnumType.__contains__ docs (GH-111184)
by InSync
· 1 year, 10 months ago
c7d68f9
Revert "Fix a code snippet typo in asyncio docs (#108427)" (GH-111271)
by Zachary Ware
· 1 year, 10 months ago
1198076
gh-111151: Convert monospaced directives to :ref: (#111152)
by InSync
· 1 year, 10 months ago
b8c20f9
gh-97928: Change the behavior of tkinter.Text.count() (GH-98484)
by Serhiy Storchaka
· 1 year, 10 months ago
6b9babf
Fix typo in sys docs (#111196)
by James Tocknell
· 1 year, 10 months ago
96cbd1e
gh-101100: Fix Sphinx warnings for `fileno` (#111118)
by Hugo van Kemenade
· 1 year, 10 months ago
be551a7
Add a version added note for PY_VECTORCALL_ARGUMENTS_OFFSET (#110963)
by Anthony Shaw
· 1 year, 10 months ago
94c2ddf
typo: missing line of output in pull parser example (#111068)
by Don Patterson
· 1 year, 10 months ago
46cea34
Fix typo in 3.13's whatsnew (#111215)
by Pablo Martí Gamboa
· 1 year, 10 months ago
c84b039
gh-110383: Italicize variable name (#111206)
by Nick
· 1 year, 10 months ago
1172d02
gh-110383: Added explanation about simplest regex use case for quantifiers. (#111110)
by Nick
· 1 year, 10 months ago
b845a9e
gh-109975: What's new in 3.13: Add module headers to removals and sort (#110994)
by Hugo van Kemenade
· 1 year, 10 months ago
8c689c9
gh-101100: Fix sphinx warnings in `library/asyncio-dev.rst` (GH-111179)
by Nikita Sobolev
· 1 year, 10 months ago
663cf51
gh-101100: Fix Sphinx warning in `tutorial/introduction.rst` (#111173)
by Maciej Olko
· 1 year, 10 months ago
c9c4a87
gh-109975: What's new in 3.13: Add PEP 594 to release highlights (#110993)
by Hugo van Kemenade
· 1 year, 10 months ago
b578e51
gh-111123: symtable should visit exception handlers before the else block (#111142)
by Irit Katriel
· 1 year, 10 months ago
Next »