Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/tags/v3.13.0a6
/
Doc
tag
ddc0fb72c1f2442568b3e5fb8c89f9f6dfdbb312
tagger
Thomas Wouters <thomas@python.org>
Tue Apr 09 09:56:22 2024
object
57aee2a02ce38be30cf6c310245547cf56562ab6
Python 3.13.0a6
775912a
gh-81322: support multiple separators in StreamReader.readuntil (#16429)
by Bruce Merry
· 1 year, 4 months ago
24a2bd0
gh-117642: Fix PEP 737 implementation (GH-117643)
by Serhiy Storchaka
· 1 year, 4 months ago
e16062d
gh-96471: Correct documentation for asyncio queue shutdown (#117621)
by Laurie O
· 1 year, 4 months ago
9a12f5d
gh-106023: Update What's New in 3.13: _PyObject_FastCall() (#117633)
by Victor Stinner
· 1 year, 4 months ago
a770266
gh-111726: Explicitly close database connections in sqlite3 doctests (#111730)
by Nikita Sobolev
· 1 year, 4 months ago
e338e1a
gh-111726: Remove some doctests from sqlite3 docs (#117623)
by Erlend E. Aasland
· 1 year, 4 months ago
a453f5e
gh-111726: Cleanup test files after running sqlite3 doctest (#117604)
by Hugo van Kemenade
· 1 year, 4 months ago
fd36790
Fix reference in code.rst (#117615)
by Anita Hammer
· 1 year, 4 months ago
df4d84c
gh-96471: Add asyncio queue shutdown (#104228)
by Laurie O
· 1 year, 4 months ago
6150bb2
GH-77609: Add recurse_symlinks argument to `pathlib.Path.glob()` (#117311)
by Barney Gale
· 1 year, 4 months ago
6876168
gh-111140: PyLong_From/AsNativeBytes: Take *flags* rather than just *endianness* (GH-116053)
by Steve Dower
· 1 year, 4 months ago
9ceaee7
gh-116608: importlib.resources: Un-deprecate functional API & add subdirectory support (GH-116609)
by Petr Viktorin
· 1 year, 4 months ago
4220514
gh-117478: Add `@support.requires_gil_enabled` decorator (#117479)
by Sam Gross
· 1 year, 5 months ago
df912c9
[doc] Update logging documentation to improve grammar and elucidate an example. (GH-117541)
by Vinay Sajip
· 1 year, 5 months ago
fc5f68e
gh-59215: unittest: restore _top_level_dir at end of discovery (GH-15242)
by Zackery Spytz
· 1 year, 5 months ago
33ee5cb
GH-70647: Deprecate strptime day of month parsing without a year present to avoid leap-year bugs (GH-117107)
by Gregory P. Smith
· 1 year, 5 months ago
e569f91
gh-117074: Update Traversable.joinpath docs to the 3.11+ protocol (GH-117113)
by Petr Viktorin
· 1 year, 5 months ago
9dae05e
Docs: specify XML document name in xml.etree.elementtree example (#24223)
by Moshe Kaplan
· 1 year, 5 months ago
fc20716
Docs: add more links to PIPE in subprocess docs (#25416)
by Matthew Davis
· 1 year, 5 months ago
fc8007e
GH-117337: Deprecate `glob.glob0()` and `glob.glob1()`. (#117371)
by Barney Gale
· 1 year, 5 months ago
c741ad3
gh-77714: Provide an async iterator version of as_completed (GH-22491)
by Justin Turner Arthur
· 1 year, 5 months ago
56e9930
Doc: printf-style library/stdtype improvements (#16741)
by Adorilson Bezerra
· 1 year, 5 months ago
2624453
Link to the Python type system specification (#117400)
by Shantanu
· 1 year, 5 months ago
752e183
GH-114575: Rename `PurePath.pathmod` to `PurePath.parser` (#116513)
by Barney Gale
· 1 year, 5 months ago
54f7e14
gh-66449: configparser: Add support for unnamed sections (#117273)
by Pedro Lacerda
· 1 year, 5 months ago
a17f313
gh-117339: Use NULL instead of None for LOAD_SUPER_ATTR in dis docs (GH-117343)
by Christopher Chianelli
· 1 year, 5 months ago
29829b5
gh-117294: Report DocTestCase as skipped if all examples in the doctest are skipped (GH-117297)
by Malcolm Smith
· 1 year, 5 months ago
9a388b9
bpo-43848: explain optional argument mtime in gzip.py. (GH-25410)
by Joachim Wuttke
· 1 year, 5 months ago
0f27672
gh-114099: Add documentation for iOS platform (GH-117057)
by Russell Keith-Magee
· 1 year, 5 months ago
f006338
gh-114099: Additions to standard library to support iOS (GH-117052)
by Russell Keith-Magee
· 1 year, 5 months ago
b448982
gh-89739: gh-77140: Support zip64 in zipimport (GH-94146)
by Tim Hatch
· 1 year, 5 months ago
74c8568
gh-71042: Add `platform.android_ver` (#116674)
by Malcolm Smith
· 1 year, 5 months ago
ce00de4
gh-117225: doctest: only print "and X failed" when non-zero, don't pluralise "1 items" (#117228)
by Hugo van Kemenade
· 1 year, 5 months ago
92397d5
Add statistics recipe for sampling from an estimated probability density distribution (#117221)
by Raymond Hettinger
· 1 year, 5 months ago
48c0b05
Change links on the index page (#117230)
by Adorilson Bezerra
· 1 year, 5 months ago
7ebad77
Sync main docs and docstring for median_grouped(). (gh-117214)
by Raymond Hettinger
· 1 year, 5 months ago
0821923
gh-117114: Make os.path.isdevdrive available on all platforms (GH-117115)
by Nice Zombies
· 1 year, 5 months ago
c227617
Add information about negative indexes to sequence datamodel doc (#110903)
by Adorilson Bezerra
· 1 year, 5 months ago
507896d
gh-116936: Add PyType_GetModuleByDef() to the limited C API (#116937)
by Victor Stinner
· 1 year, 5 months ago
0c1a42c
gh-87193: Support bytes objects with refcount > 1 in _PyBytes_Resize() (GH-117160)
by Serhiy Storchaka
· 1 year, 5 months ago
9db2a8f
Minor markup and grammar fixes in the statistics docs (gh-117216)
by Raymond Hettinger
· 1 year, 5 months ago
78a651f
gh-117194: Properly format 'base64' header in What's New (#117198)
by Terry Jan Reedy
· 1 year, 5 months ago
f267d5b
GH-115986 Docs: promote pprint.pp usage as a default (#116614)
by Kerim Kabirov
· 1 year, 5 months ago
39df773
gh-101760: Improve the imaplib.IMAP4 example (#101764)
by LilKS
· 1 year, 5 months ago
a1e948e
Add cumulative option for the new statistics.kde() function. (#117033)
by Raymond Hettinger
· 1 year, 5 months ago
72eea51
GH-106747: Document another difference between `glob` and `pathlib`. (#116518)
by Barney Gale
· 1 year, 5 months ago
e2e0b4b
gh-113024: C API: Add PyObject_GenericHash() function (GH-113025)
by Serhiy Storchaka
· 1 year, 5 months ago
00baaa2
[docs] Fix typo in docstring and add example to logging cookbook. (GH-117157)
by Vinay Sajip
· 1 year, 5 months ago
40d75c2
GH-113171: Fix "private" (non-global) IP address ranges (GH-113179)
by Jakub Stasiak
· 1 year, 5 months ago
0907871
docs: fix over-linking in dataclasses.rst (#117005)
by Ned Batchelder
· 1 year, 5 months ago
abdd1f9
gh-85283: Build _testconsole extension with limited C API (#117125)
by Victor Stinner
· 1 year, 5 months ago
8bea6c4
gh-115754: Add Py_GetConstant() function (#116883)
by Victor Stinner
· 1 year, 5 months ago
1f8b24e
gh-71052: Implement `ctypes.util.find_library` on Android (GH-116379)
by Malcolm Smith
· 1 year, 5 months ago
7d44654
Fix sort order for "locale encoding" glossary item (#115794)
by Carol Willing
· 1 year, 5 months ago
44fbab4
gh-117058: Update GUI and packaging recommendations for macOS. (#117059)
by Russell Keith-Magee
· 1 year, 5 months ago
1530932
GH-108362: Incremental Cycle GC (GH-116206)
by Mark Shannon
· 1 year, 5 months ago
332ac46
docs: announce venv creation before installing packages (#117036)
by Ned Batchelder
· 1 year, 5 months ago
9080e9e
gh-101100: Fix Sphinx warnings in `library/pydoc.rst` (#116913)
by Hugo van Kemenade
· 1 year, 5 months ago
025ef7a
gh-56374: Clarify documentation of nonlocal (#116942)
by Terry Jan Reedy
· 1 year, 5 months ago
7f64ae3
gh-107607: Update comment about utf-8 BOM being ignored (#107858)
by Sunghyun Kim
· 1 year, 5 months ago
408e127
gh-114099 - Add iOS framework loading machinery. (GH-116454)
by Russell Keith-Magee
· 1 year, 5 months ago
a8e93d3
gh-115756: make PyCode_GetFirstFree an unstable API (GH-115781)
by Bogdan Romanyuk
· 1 year, 5 months ago
4159644
gh-113538: Add asycio.Server.{close,abort}_clients (redo) (#116784)
by Pierre Ossman (ThinLinc team)
· 1 year, 5 months ago
1d95451
gh-63207: Use GetSystemTimePreciseAsFileTime() in time.time() (#116822)
by Victor Stinner
· 1 year, 5 months ago
f6cdc6b
Revert "gh-96844: Improve error message of list.remove (gh-106455)" (#116956)
by Victor Stinner
· 1 year, 5 months ago
2a4cbf1
GH-65056: Improve the IP address' is_global/is_private documentation (GH-113186)
by Jakub Stasiak
· 1 year, 5 months ago
4e45c6c
gh-116881: Remove erroneous or redundant grammar NULL (GH-116885)
by Terry Jan Reedy
· 1 year, 5 months ago
2982bdb
gh-85283: Build _statistics extension with the limited C API (#116927)
by Victor Stinner
· 1 year, 5 months ago
0634201
GH-116377: Stop raising `ValueError` from `glob.translate()`. (#116378)
by Barney Gale
· 1 year, 5 months ago
1cf0301
gh-85283: Build termios extension with the limited C API (#116928)
by Victor Stinner
· 1 year, 5 months ago
8e3c953
gh-73468: Add math.fma() function (#116667)
by Victor Stinner
· 1 year, 5 months ago
c514a97
Update titles and subtitles on landing page template (#116914)
by Carol Willing
· 1 year, 5 months ago
744c077
gh-116851: Remove "from ctypes import *" from a ctypes example (GH-116852)
by jnchen
· 1 year, 5 months ago
1634986
gh-116782: Mention `__type_params__` in `inspect.getmembers` docs (#116783)
by Nikita Sobolev
· 1 year, 5 months ago
a50cf6c
gh-90095: Ignore empty lines and comments in `.pdbrc` (#116834)
by Tian Gao
· 1 year, 5 months ago
8fc8fbb
gh-85283: Build pwd extension with the limited C API (#116841)
by Victor Stinner
· 1 year, 5 months ago
41e844a
gh-116842: Improve test comment and fix a doctest (gh-116846)
by Raymond Hettinger
· 1 year, 5 months ago
1904f0a
GH-113838: Add "Comparison to os.path" section to pathlib docs (#115926)
by Barney Gale
· 1 year, 5 months ago
7bbb9b5
gh-111696, PEP 737: Add %T and %N to PyUnicode_FromFormat() (#116839)
by Victor Stinner
· 1 year, 5 months ago
ab9e322
Minor improvements to the itertools documentation (gh-116833)
by Raymond Hettinger
· 1 year, 5 months ago
c432df6
gh-111696, PEP 737: Add PyType_GetModuleName() function (#116824)
by Victor Stinner
· 1 year, 5 months ago
19c3a2f
gh-111696, PEP 737: Add PyType_GetFullyQualifiedName() function (#116815)
by Victor Stinner
· 1 year, 5 months ago
846ad5a
gh-88494: Use QueryPerformanceCounter() for time.monotonic() (#116781)
by Victor Stinner
· 1 year, 5 months ago
97b80af
gh-85283: Build fcntl extension with the limited C API (#116791)
by Victor Stinner
· 1 year, 5 months ago
e39795f
Docs: PyUnstable_Long_IsCompact() docs now mention PyLong_AsNativeBytes() (#116634)
by Sergey B Kirpichev
· 1 year, 5 months ago
5ff012a
Better presentation order for recipes. (gh-116755)
by Raymond Hettinger
· 1 year, 5 months ago
7f418fb
gh-98731: Improvements to the logging documentation (GH-101618)
by Nir Friedman
· 1 year, 5 months ago
186af3c
[doc]: Update cookbook recipe for Qt6. (GH-116719)
by Vinay Sajip
· 1 year, 5 months ago
33662d4
gh-90300: Fix cmdline.rst (GH-116721)
by Serhiy Storchaka
· 1 year, 5 months ago
e82f6df
Modernize roundrobin() recipe and improve variable names (gh-116710)
by Raymond Hettinger
· 1 year, 5 months ago
43986f5
gh-111307: Update design FAQ 'switch' entry (#115899)
by Terry Jan Reedy
· 1 year, 5 months ago
3f1b6ef
Docs: fix broken links (#116651)
by Mariusz Felisiak
· 1 year, 5 months ago
93a687a
Minor clarity improvement for the iter_index() recipe. Also add value subsequence tests. (gh-116696)
by Raymond Hettinger
· 1 year, 5 months ago
149f7f7
Add `typing.NamedTuple` in glossary section for named tuples (#108327)
by Tushar Sadhwani
· 1 year, 5 months ago
1261866
Beef-up tests for the itertool docs. (gh-116679)
by Raymond Hettinger
· 1 year, 5 months ago
2903307
gh-89547: typing.rst: Add note about change in behavior with ClassVar/Final (#116686)
by Jelle Zijlstra
· 1 year, 5 months ago
df4784b
gh-116127: PEP-705: Add `ReadOnly` support for `TypedDict` (#116350)
by Nikita Sobolev
· 1 year, 5 months ago
ba13215
gh-113538: Revert "gh-113538: Add asycio.Server.{close,abort}_clients (#114432)" (#116632)
by Guido van Rossum
· 1 year, 5 months ago
3e45030
gh-116563: Update tutorial error example (#116569)
by Terry Jan Reedy
· 1 year, 5 months ago
1d0d49a
gh-113538: Add asycio.Server.{close,abort}_clients (#114432)
by Pierre Ossman (ThinLinc team)
· 1 year, 5 months ago
Next »