Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/tags/v3.14.0a2
/
Doc
tag
df1c80e4a7fc0da506f712d68fa3a69bac713418
tagger
Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
Tue Nov 19 14:52:44 2024
object
add43c3420b9700f5dc79da59e7d803cecb1c198
Python 3.14.0a2
add43c3
Python 3.14.0a2
by Hugo van Kemenade
· 9 months ago
v3.14.0a2
4d77197
GH-84850: Remove `urllib.request.URLopener` and `FancyURLopener` (#125739)
by Barney Gale
· 9 months ago
933f21c
gh-85957: Add missing MIME types for images with RFCs (#126966)
by Hugo van Kemenade
· 9 months ago
f7ef020
gh-123803: Support arbitrary code page encodings on Windows (GH-123804)
by Serhiy Storchaka
· 9 months ago
ce453e6
Doc: Reorganize math module documentation (#126337)
by Joseph Martinot-Lagarde
· 9 months ago
0c5c8092
gh-126896: Fix docs about `asyncio.start_server()` (#126897)
by beavailable
· 9 months ago
2313f84
GH-126748: amend configure.rst description for the 'build_wasm' make target (#126687)
by Hood Chatham
· 9 months ago
544b001
gh-126691: Remove --with-emscripten-target (#126787)
by Hood Chatham
· 9 months ago
d6bcc15
Added a warning to the urljoin docs, indicating that it is not safe to use with attacker controlled URLs (GH-126659)
by Alex Gaynor
· 9 months ago
94a7a4e
Docs: Miscellaneous corrections to simple statements in the language reference (GH-126720)
by Beomsoo Kim
· 9 months ago
a2c180f
Add PEP 761 to What's New (#126550)
by Seth Michael Larson
· 9 months ago
612ac28
gh-122549: Add platform.invalidate_caches() (#122547)
by Bénédikt Tran
· 9 months ago
d00f7b1
gh-125063: marshal: Add version 5, improve documentation (GH-126829)
by Petr Viktorin
· 9 months ago
e174869
gh-89083: small docs fixup for UUIDv8 (#126857)
by Bénédikt Tran
· 9 months ago
1e3497e
gh-126061: add new functions to `refcounts.dat` (#126788)
by RUANG (James Roy)
· 9 months ago
ff0ef0a
gh-123832: Adjust `socket.getaddrinfo` docs for better POSIX compliance (GH-126182)
by Petr Viktorin
· 9 months ago
e0692f1
Document that return-less user-defined functions return None (#126769)
by John Marshall
· 9 months ago
73e34b6
Doc: Recommend shlex.quote alongside pipes removal (#126570)
by Colin Watson
· 9 months ago
6a93a1a
gh-126731: Update outdated project information in `pprint.pp` doc (#126732)
by Wulian
· 9 months ago
35010b8
gh-126390: Support for preserving order of options and nonoption arguments in gnu_getopt() (GH-126393)
by Serhiy Storchaka
· 9 months ago
d00878b
gh-123619: Add an unstable C API function for enabling deferred reference counting (GH-123635)
by Peter Bierma
· 9 months ago
29b5323
gh-126175: Add attributes to TOMLDecodeError. Deprecate free-form `__init__` args (GH-126428)
by Taneli Hukkinen
· 9 months ago
7577307
gh-116897: Deprecate generic false values in urllib.parse.parse_qsl() (GH-116903)
by Serhiy Storchaka
· 9 months ago
03924b5
gh-89083: add support for UUID version 8 (RFC 9562) (#123224)
by Bénédikt Tran
· 9 months ago
91f4908
gh-126133: Only use start year in PSF copyright, remove end years (#126236)
by Hugo van Kemenade
· 9 months ago
8ff7efb
gh-126061: Add PyLong_IsPositive/Zero/Negative() functions (#126065)
by RUANG (James Roy)
· 9 months ago
abb90ba
gh-125916: Allow functools.reduce() 'initial' to be a keyword argument (#125917)
by Sayandip Dutta
· 9 months ago
599bfc9
gh-84852: Add MIME types for .eot, ,otf, .ttf, .woff and .woff2 fonts (#20199)
by Sahil Prajapati
· 9 months ago
494360a
gh-58749: Remove incorrect language spec claims about the global statement (GH-126523)
by Beomsoo Kim
· 9 months ago
036930d
Docs: re-create pages for removed modules to document their removal. (#126622)
by Ned Batchelder
· 9 months ago
3c6d2d1
gh-89416: Add RFC 9559 MIME types for Matroska formats (#126412)
by Hugo van Kemenade
· 9 months ago
4f3253a
gh-84559: gh-103134: Whats new 3.14 entries for multiprocessing. (GH-126697)
by Gregory P. Smith
· 9 months ago
6e25eb1
Update documentation links to Microsoft's documentation pages (GH-126379)
by 谭九鼎
· 9 months ago
25aee21
gh-126374: Add support of options with optional arguments in the getopt module (GH-126375)
by Serhiy Storchaka
· 9 months ago
82269c7
Add missing fullstop `.` to whatsnew/3.8.rst (GH-126553)
by Rafael Fontenelle
· 9 months ago
25257d6
gh-126664: Use `else` instead of `finally` in "The with statement" documentation. (GH-126665)
by vivodi
· 9 months ago
434b297
gh-126543: Docs: change "bound type var" to "bounded" when used in the context of the 'bound' kw argument to TypeVar (#126584)
by Pedro Fonini
· 9 months ago
f435de6
gh-126647: `Doc/using/configure.rst`: Add an entry for ``--enable-experimental-jit`` option (#126648)
by Kirill Podoprigora
· 9 months ago
450db61
Postpone `module.__loader__` deprecation to Python 3.16 (#126482)
by Hugo van Kemenade
· 9 months ago
75ffac2
gh-125298: Remove misleading text in os.kill documentation (GH-125749)
by RUANG (James Roy)
· 9 months ago
e3510bd
Doc: C API: Demote sections to subsections for consistency (#126535)
by Richard Hansen
· 9 months ago
1fe67df
gh-48020: [docs] Remove the logging howto suggested future FileHandler multiprocessing support (GH-126531)
by Gregory P. Smith
· 9 months ago
9cba47d
gh-122838: Document missing opcodes (#123073)
by Kamil Turek
· 10 months ago
6431f37
gh-120754: Add to `io` optimization to what's new (#126466)
by Cody Maloney
· 10 months ago
ff83499
GH-124985: Document that `pathlib.Path.copy()` uses copy-on-write. (#125861)
by Barney Gale
· 10 months ago
407c036
Doc: C API: Delete claim that `PyObject_Init` is GC-aware (#126418)
by Richard Hansen
· 10 months ago
3d4fda2
gh-119793: Prefer `map(..., strict=True)` over starmap/zip in examples (#126407)
by Lukas Geiger
· 10 months ago
4a0d574
gh-120057: Add os.reload_environ() function (#126268)
by Victor Stinner
· 10 months ago
d960226
gh-125436: Doc: Add missing ``allow_unnamed_section`` parameter to ``ConfigParser`` documentation (#125437)
by lit
· 10 months ago
e5a4b40
Doc: Fix typo in documentation for ``MAKE_FUNCTION`` opcode (#126396)
by Mikhail Efimov
· 10 months ago
eac41c5
gh-101865: Docs: Keep co_lnotab deprecation for at least 3.14 (#126392)
by Hugo van Kemenade
· 10 months ago
3032fcd
gh-119793: Add optional length-checking to `map()` (GH-120471)
by Nice Zombies
· 10 months ago
fe5a6ab
gh-126353: remove implicit creation of loop from `asyncio.get_event_loop` (#126354)
by Kumar Aditya
· 10 months ago
0d80777
Docs: turn getopt examples into doctests (#126377)
by Erlend E. Aasland
· 10 months ago
081706f
gh-126165: Improve docs of function `math.isclose` (#126215)
by Zhikang Yan
· 10 months ago
9441993
Docs: Delist sqlite3 deprecation from "Pending removal in 3.14" (#126370)
by Hugo van Kemenade
· 10 months ago
7d7d56d
gh-99880: document rounding mode for new-style formatting (GH-121481)
by Sergey B Kirpichev
· 10 months ago
10eeec2
gh-125761: Clarify repeated warning suppression criteria in warnings module (gh-126326)
by 고병찬
· 10 months ago
914356f
gh-125875: Fix docs typo FORMAT_SPEC to FORMAT_WITH_SPEC (gh-126319)
by rimchoi
· 10 months ago
8477951
gh-120026: soft deprecate Py_HUGE_VAL macro (#120027)
by Sergey B Kirpichev
· 10 months ago
74cf596
Doc: Add a single table as summary to math documentation (GH-125810)
by Joseph Martinot-Lagarde
· 10 months ago
ff257c7
docs: add a more precise example in enum doc (GH-121015)
by Filip "Ret2Me" Poplewski
· 10 months ago
464a7a9
gh-97850: remove ``find_loader`` and ``get_loader`` from ``pkgutil`` (#119656)
by Bénédikt Tran
· 10 months ago
295262c
gh-126259: Fix "unclosed database" warning in sqlite3 doctest (#126260)
by sobolevn
· 10 months ago
260843d
GH-125413: Add `pathlib.Path.scandir()` method (#126060)
by Barney Gale
· 10 months ago
d0abd0b
gh-126256: Update time.rst to use the same clock as instead of the same clock than (#126257)
by Alperen Keleş
· 10 months ago
d467d92
gh-125818: Fix incorrect signature of argument `skip_file_prefixes` in warnings docs (GH-125823)
by RUANG (James Roy)
· 10 months ago
616468b
gh-125674: Doc: Fix type of `newfunc` first parameter (GH-125675)
by Richard Hansen
· 10 months ago
5768fef
gh-114990: Add missing mixin methods in collections.abc's document (GH-114991)
by AN Long
· 10 months ago
597d814
gh-126055: Add omitted command (in docs [os.walk]) for code to fulfill `shutil.rmtree` algorithm (GH-126067)
by Victor Wheeler
· 10 months ago
4f82621
gh-60712: Include the "object" type in the lists of documented types (GH-103036)
by Furkan Onder
· 10 months ago
6f512c6
Fix incorrect indentation in importlib.metadata.rst (GH-126189)
by Rafael Fontenelle
· 10 months ago
a3443c0
gh-85583: Add f-string index in tutorial/inputoutput.rst (GH-21681)
by amaajemyfren
· 10 months ago
1f16df4
gh-125669: Do not run `-ugui` tests by default on `make test` (#125730)
by sobolevn
· 10 months ago
35df4eb
gh-126072: do not add `None` to `co_consts` if there is no docstring (GH-126101)
by Xuanteng Huang
· 10 months ago
2ab377a
gh-126071: Improve formatting of the argparse documentation (GH-126073)
by Serhiy Storchaka
· 10 months ago
00e5ec0
gh-118633: Add warning regarding the unsafe usage of eval and exec (GH-118437)
by Daniel Ruf
· 10 months ago
d4b6d84
gh-58032: Docs: Sort argparse alphabetically (GH-125871)
by Hugo van Kemenade
· 10 months ago
2d37c71
gh-124855: Don't allow the JIT and perf support to be active at the same time (#124856)
by Pablo Galindo Salgado
· 10 months ago
2d9d101
docs: restore an anchor to for/else (#126154)
by Ned Batchelder
· 10 months ago
0e45b1f
Doc: Note that pydoc uses and prefers ``MANPAGER`` (#125362)
by Matthieu Ancellin
· 10 months ago
298e041
bpo-41793: Fix an inaccuracy about reflected methods in datamodel docs (GH-22257)
by Wim Jeantine-Glenn
· 10 months ago
5527c40
gh-116938: Fix `dict.update` docstring and remove erraneous full stop from `dict` documentation (#125421)
by Prometheus3375
· 10 months ago
9effa0f
Add lightweight comments to conf.py and update docs readme (GH-126100)
by Carol Willing
· 10 months ago
0bbbe15
gh-122767: document "new style" formatting for complexes (GH-122848)
by Sergey B Kirpichev
· 10 months ago
faa3272
GH-125837: Split `LOAD_CONST` into three. (GH-125972)
by Mark Shannon
· 10 months ago
85799f1
gh-89762: Document strftime %G, %V, and %u format specifiers (#124572)
by RUANG (James Roy)
· 10 months ago
dc76a4a
gh-126012: Add `__class_getitem__` to `memoryview` (#126013)
by Brian Schubert
· 10 months ago
dad3453
gh-125633: Add function `ispackage` to stdlib `inspect` (#125634)
by Zhikang Yan
· 10 months ago
a78d5b3
Fix a typo in ``Doc/tutorial/errors.rst`` exception output (#126001)
by Bogdana Vereha
· 10 months ago
417c130
gh-120313: amend documentation regarding `ctypes._CFuncPtr` (GH-120989)
by Bénédikt Tran
· 10 months ago
db96327
gh-121654: Add PyType_Freeze() function (#122457)
by Victor Stinner
· 10 months ago
da8673d
gh-84545: Clarify the 'extend' action documentation in argparse (GH-125870)
by Serhiy Storchaka
· 10 months ago
1306f33
gh-125933: Add ARIA labels to select elements in the version switcher (#125934)
by Kerim Kabirov
· 10 months ago
500f533
gh-123930: Better error for "from imports" when script shadows module (#123929)
by Shantanu
· 10 months ago
5003ad5
gh-125909: Avoid a redirect when linking to the devguide (#125826)
by partev
· 10 months ago
9c01db4
gh-125665: Update turtledemo docstrings with correct file names (#125691)
by Wulian
· 10 months ago
6f26d49
gh-125286: Share the Main Refchain With Legacy Interpreters (gh-125709)
by Eric Snow
· 10 months ago
834ba5a
gh-58032: Deprecate the argparse.FileType type converter (GH-124664)
by Serhiy Storchaka
· 10 months ago
c75ff2e
gh-80958: unittest: discovery support for namespace packages as start directory (#123820)
by Jacob Walls
· 10 months ago
Next »