Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/tags/v3.12.0a3
/
Doc
tag
f63275866447e30b9241f4db56f9fde6b7267f6c
tagger
Thomas Wouters <thomas@python.org>
Tue Dec 06 18:35:17 2022
object
b6bd7ffcbc1ffaa68e3423e7415ef8ba0f8a188d
Python 3.12.0a3
fd38a2f
gh-93453: No longer create an event loop in get_event_loop() (#98440)
by Serhiy Storchaka
· 2 years, 9 months ago
85d5a7e
bpo-37860: re-add netlify.toml to set up deploy previews for docs (#92852)
by Ashwin Ramaswami
· 2 years, 9 months ago
5837e5f
gh-100008: VS 2017 is required since Python 3.11 (#100045)
by Victor Stinner
· 2 years, 9 months ago
5c19050
gh-99957: Add `frozen_default` parameter on `dataclass_transform` (#99958)
by Erik De Bonte
· 2 years, 9 months ago
bed15f8
gh-100001: Remove doc typo, add versionadded (#100042)
by Gregory P. Smith
· 2 years, 9 months ago
f49c735
Use sphinxext-opengraph to generate OpenGraph metadata (#99931)
by Hugo van Kemenade
· 2 years, 9 months ago
d8ab0a4
gh-100001: Omit control characters in http.server stderr logs. (#100002)
by Gregory P. Smith
· 2 years, 9 months ago
51ee0a2
dataclasses.rst: Prevent horizontal scrolling (gh-100025)
by Ram Rachum
· 2 years, 9 months ago
5ea052b
gh-100008: Document Python build requirements (#100009)
by Victor Stinner
· 2 years, 9 months ago
e3a3863
gh-93464: [Enum] Add versionchanged tag (#99997)
by Ethan Furman
· 2 years, 9 months ago
2ae894b
[Enum] Fix typos in the documentation (GH-99960)
by Géry Ogam
· 2 years, 9 months ago
bf26bdf
gh-85747: "Preface" section of asyncio-eventloop.rst: Switch to active voice and suggest other edits (#99784)
by Brian Skinn
· 2 years, 9 months ago
a87c46e
bpo-15999: Accept arbitrary values for boolean parameters. (#15609)
by Serhiy Storchaka
· 2 years, 9 months ago
3c137dc
GH-91054: Add code object watchers API (GH-99859)
by Itamar Ostricher
· 2 years, 9 months ago
d460c8e
Doc: Add summary line to isolation_level & autocommit sqlite3.connect params (#99917)
by C.A.M. Gerlach
· 2 years, 9 months ago
e0f91de
GH-98906 ```re``` module: ```search() vs. match()``` section should mention ```fullmatch()``` (GH-98916)
by ram vikram singh
· 2 years, 9 months ago
9628136
bpo-47220: Document the optional callback parameter of weakref.WeakMethod (GH-25491)
by Géry Ogam
· 2 years, 9 months ago
19c3880
gh-99824: Document that sqlite3.connect implicitly open a transaction if autocommit=False (#99825)
by Géry Ogam
· 2 years, 9 months ago
8bb2303
gh-99127: Allow some features of syslog to the main interpreter only (gh-99128)
by Dong-hee Na
· 2 years, 9 months ago
052bc12
Docs: improve accuracy of socketserver reference (#24767)
by Géry Ogam
· 2 years, 9 months ago
d74a588
whatsnew-3.10: Mention PEP 647 in the Release highlights section. (#99853)
by Yilei "Dolee" Yang
· 2 years, 9 months ago
05dfc53
gh-90717: Update the documentation for the altchars paremeter in base64 library (GH-94187)
by Sam Ezeh
· 2 years, 9 months ago
ca3e611
`fnmatch` docs: link to `fnmatch.filter()`, not `builtins.filter()` (#99819)
by Matthew Hughes
· 2 years, 9 months ago
6541798
Grammatical improvements for ctypes 'winmode' documentation (GH-19167)
by David Miguel Susano Pinto
· 2 years, 9 months ago
492dc02
bpo-41825: restructure docs for the os.wait*() family (GH-22356)
by Georg Brandl
· 2 years, 9 months ago
219696a
gh-99249: Clarify "read-only" slots tp_bases & tp_mro (GH-99342)
by Petr Viktorin
· 2 years, 9 months ago
276643e
Docs: both sqlite3 "point examples" now adapt to str (#99823)
by Erlend E. Aasland
· 2 years, 9 months ago
dfc2732
gh-91340: Document multiprocessing.set_start_method force parameter (GH-32339)
by Sam Ezeh
· 2 years, 9 months ago
969620d
Docs: Move .PHONY to each section to avoid copy/paste omissions (#99396)
by Hugo van Kemenade
· 2 years, 9 months ago
6562939
gh-85988: Change documentation for sys.float_info.rounds (GH-99675)
by Brad Wolfe
· 2 years, 9 months ago
22860db
doc: Remove backslashes in doctest grammar docs (#29346)
by George Zhang
· 2 years, 9 months ago
62a5dc1
bpo-43327: Fix the docs for PyImport_ImportFrozenModuleObject() (#24659)
by Zackery Spytz
· 2 years, 9 months ago
7f00574
gh-88330: Add more detail about what is a resource. (#99801)
by Jason R. Coombs
· 2 years, 9 months ago
5f88982
gh-99795: Fix typo in importlib.resources.abc (GH-99796)
by busywhitespace
· 2 years, 9 months ago
47d673d
gh-99502: mention bytes-like objects as input in `secrets.compare_digest` (GH-99512)
by Nikita Sobolev
· 2 years, 9 months ago
a86d854
Fix typo in `__match_args__` doc (#99785)
by Terry Jan Reedy
· 2 years, 9 months ago
7d2dcc5
gh-64019: Have attribute table in `inspect` docs link to module attributes instead of listing them (GH-98116)
by Stanley
· 2 years, 9 months ago
8749121
gh-96168: Add sqlite3 row factory how-to (#99507)
by Erlend E. Aasland
· 2 years, 9 months ago
3a803bc
Revert "gh-98724: Fix Py_CLEAR() macro side effects" (#99737)
by Victor Stinner
· 2 years, 9 months ago
b5b3904
Fix rendering of audioop license in Doc/license.rst (GH-99752)
by Zachary Ware
· 2 years, 9 months ago
9dc0836
gh-96828: Add an `ssl.OP_ENABLE_KTLS` option (GH-96830)
by Illia Volochii
· 2 years, 9 months ago
5d9183c
gh-99619: fix error in documentation of ExceptionGroup.derive() (GH-99621)
by Irit Katriel
· 2 years, 9 months ago
f5fea22
gh-99650 : Updated argparse docs (GH-99653)
by ram vikram singh
· 2 years, 9 months ago
22d91c1
gh-99146 struct module documentation should have more predictable examples/warnings (GH-99141)
by Skip Montanaro
· 2 years, 9 months ago
1b2de89
gh-99547: Add isjunction methods for checking if a path is a junction (GH-99548)
by Charles Machalow
· 2 years, 9 months ago
d15b9f1
gh-93937: Document PyFrame_Check and PyFrame_Type (GH-99695)
by Petr Viktorin
· 2 years, 9 months ago
7e3f09c
gh-99537: Use Py_SETREF() function in C code (#99656)
by Victor Stinner
· 2 years, 9 months ago
3db0a21
gh-91053: Add an optional callback that is invoked whenever a function is modified (#98175)
by mpage
· 2 years, 9 months ago
bc3a11d
GH-92892: Add section about variadic functions to ctypes documentation (#99529)
by Ronald Oussoren
· 2 years, 9 months ago
4d82f62
gh-47146: Soft-deprecate structmember.h, expose its contents via Python.h (GH-99014)
by Petr Viktorin
· 2 years, 9 months ago
1bf983c
gh-99662: fix typo in typing.TypeVarTuple docs (#99672)
by GabrielAnguita
· 2 years, 9 months ago
1cae31d
GH-95815: Document less specific error for os.remove (#99571)
by Ronald Oussoren
· 2 years, 9 months ago
858cb79
Doc: Make functions.html readable again. (GH-99476)
by Julien Palard
· 2 years, 9 months ago
a3360fa
gh-99284: [ctypes] remove `_use_broken_old_ctypes_structure_semantics_` (GH-99285)
by Nikita Sobolev
· 2 years, 9 months ago
27d8dc2
gh-85073: Add some missing links to source (GH-99363)
by Stanley
· 2 years, 9 months ago
0e09d2c
Doc: Replace question mark with fullstop (#99558)
by Rafael Fontenelle
· 2 years, 9 months ago
ed206e3
Doc: Fix broken link to emscripten networking website (#99531)
by Alexander Ryabov
· 2 years, 9 months ago
c8c6113
gh-99553: fix bug where an ExceptionGroup subclass can wrap a BaseException (GH-99572)
by Irit Katriel
· 2 years, 9 months ago
a0d940d
Misc copyedits in docs on built-in types (GH-24466)
by Adorilson Bezerra
· 2 years, 9 months ago
5fdd49d
gh-99377: Revert audit events for thread state creation and free, because the GIL is not properly held at these times (GH-99543)
by Steve Dower
· 2 years, 9 months ago
19c1462
gh-99377: Add audit events for thread creation and clear (GH-99378)
by Steve Dower
· 2 years, 9 months ago
f630027
GH-99388: add `loop_factory` parameter to `asyncio.run` (#99462)
by Kumar Aditya
· 2 years, 9 months ago
1089bdc
gh-99300: Use Py_NewRef() in Doc/ directory (#99480)
by Victor Stinner
· 2 years, 9 months ago
9a7e9f9
gh-99289: Add COMPILEALL_OPTS to Makefile (#99291)
by Victor Stinner
· 2 years, 9 months ago
f0d12ca
Fix misspelling in docs for http.HTTPMethod (#99376)
by Matt Harasymczuk
· 2 years, 9 months ago
88385b8
gh-98930: improve the docstring of signal.strsignal (#99290)
by ram vikram singh
· 2 years, 9 months ago
6788303
gh-91248: Optimize PyFrame_GetVar() (#99252)
by Victor Stinner
· 2 years, 9 months ago
c95f554
gh-83638: Add sqlite3.Connection.autocommit for PEP 249 compliant behaviour (#93823)
by Erlend E. Aasland
· 2 years, 9 months ago
dfc1b17
gh-99392: Fix sqlite3 converter recipes (#99393)
by naglis
· 2 years, 9 months ago
73a921b
gh-99304: [Enum] clarify what constitutes a flag alias (GH-99395)
by Ethan Furman
· 2 years, 9 months ago
aa87432
GH-94597: add deprecation warnings for subclassing `AbstractChildWatcher` (#99386)
by Kumar Aditya
· 2 years, 9 months ago
c3c3871
gh-87604: Clarify in docs that sys.addaudithook is not for sandboxes (GH-99372)
by Steve Dower
· 2 years, 9 months ago
97c493d
gh-84522: Add for-loop to apply-method-to-sequence FAQ (#94660)
by Samuel Sloniker
· 2 years, 9 months ago
d26ee8a
gh-98366: use sphinx.locale._ as gettext() in pyspecific.py (#98437)
by Wei-Hsiang (Matt) Wang
· 2 years, 9 months ago
2f4af2d
GH-99183: Document behavior of count() for empty substrings (GH-99339)
by Raymond Hettinger
· 2 years, 9 months ago
58ee5d8
Update reference to the size of PyPI (#99076)
by jmcb
· 2 years, 9 months ago
c03e05c
gh-98724: Fix Py_CLEAR() macro side effects (#99100)
by Victor Stinner
· 2 years, 9 months ago
b3bd69c
[Enum] Typo: fix DuplicateFreeEnum example docs (GH-99265)
by Bruno Neyra
· 2 years, 9 months ago
2eee9d9
gh-99238: clarify the type of the env dict. (#99253)
by Gregory P. Smith
· 2 years, 9 months ago
4d5fcca
gh-91248: Add PyFrame_GetVar() function (#95712)
by Victor Stinner
· 2 years, 9 months ago
acf4d5d
Fix broken link in `asyncio-subprocesses` doc (GH-99214)
by Mikael Koli
· 2 years, 9 months ago
e56e33d
gh-72719: Remove asyncore and asynchat modules (#96580)
by Nikita Sobolev
· 2 years, 9 months ago
b9dedfe
gh-92119: ctypes: Print exception class name instead of its representation (#98302)
by Kamil Turek
· 2 years, 9 months ago
1438b77
gh-96746: Docs: Clear up Py_TPFLAGS_DISALLOW_INSTANTIATION inheritance (GH-99002)
by Petr Viktorin
· 2 years, 9 months ago
80c08d1
gh-95389: expose popular ETHERTYPE_* constants in the socket module (#95390)
by Noam Cohen
· 2 years, 9 months ago
6168e71
gh-98254: Add what's new entry for the improvement in commit bb56dead336357153a0c3b8cc9d9d6856d2c5a03 (#99197)
by Pablo Galindo Salgado
· 2 years, 9 months ago
be31ecf
gh-91058: Add what's new entry for the improvement in commit 7cfbb49fcd4c85f9bab3797302eadf93df490344 (#99198)
by Pablo Galindo Salgado
· 2 years, 9 months ago
e02f1e2
Docs: add argument spec to sqlite3 CLI docs (#99200)
by Erlend E. Aasland
· 2 years, 9 months ago
728e42f
doc: Formatting and typo fixes (#98974)
by jmcb
· 2 years, 9 months ago
57a4052
gh-98586: Add What's New entry and update docs (#99056)
by Wenzel Jakob
· 2 years, 10 months ago
2db55e0
gh-94286 Fix documentation of print default param (GH-94297)
by Nouran Ali
· 2 years, 10 months ago
99e2e60
gh-99139: Improve NameError error suggestion for instances (#99140)
by Pablo Galindo Salgado
· 2 years, 10 months ago
8feb7ab
gh-93464: [Enum] fix auto() failure during multiple assignment (GH-99148)
by Ethan Furman
· 2 years, 10 months ago
586b07e
[doc] fix typo (GH-99143)
by Doj
· 2 years, 10 months ago
c0bf760
minor edits to locale doc (#98537)
by Skip Montanaro
· 2 years, 10 months ago
2844aa6
Support comparing two sets of pystats (GH-98816)
by Michael Droettboom
· 2 years, 10 months ago
016c7d3
Docs: add `named` to the list of styles in the sqlite3.paramstyle attr docs (#99078)
by Nick Pope
· 2 years, 10 months ago
0faa0ba
gh-92584: Remove the distutils package (#99061)
by Victor Stinner
· 2 years, 10 months ago
ef0e72b
gh-94172: Remove keyfile, certfile and check_hostname parameters (#94173)
by Victor Stinner
· 2 years, 10 months ago
00b6745
gh-97909: PyMemberDef & PyGetSetDef members are not marked up (GH-98810)
by Johnny11502
· 2 years, 10 months ago
Next »