This website requires JavaScript.
Explore
Help
Register
Sign In
PublicArchive
/
cpython
Watch
2
Star
0
Fork
0
You've already forked cpython
mirror of
https://github.com/python/cpython.git
synced
2026-07-10 03:53:44 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
dcdb23f9db2bd683e5d37558f09b458be25a9b4d
cpython
/
Doc
/
reference
T
History
Serhiy Storchaka
4d21297d28
gh-41779: Allow defining any __slots__ for a class derived from tuple (GH-141763)
2026-01-06 11:36:00 +02:00
..
compound_stmts.rst
Add missing comma to tuple in
except*
docs (
#142395
)
2025-12-14 00:51:35 +02:00
datamodel.rst
gh-41779: Allow defining any __slots__ for a class derived from tuple (GH-141763)
2026-01-06 11:36:00 +02:00
executionmodel.rst
gh-135944: Add a "Runtime Components" Section to the Execution Model Docs (gh-135945)
2025-10-02 09:13:22 -06:00
expressions.rst
gh-135676: Reword the f-string (and t-string) section (GH-137469)
2025-12-03 16:14:53 +01:00
grammar.rst
…
import.rst
gh-69686: Remove untrue part of
__import__
replacement docs (
#143261
)
2025-12-29 21:16:54 -08:00
index.rst
…
introduction.rst
…
lexical_analysis.rst
typo fixes in docs (
#142683
)
2025-12-14 13:47:22 +05:30
simple_stmts.rst
gh-138871: Clarify NameError exception in 'del' (
#138881
)
2025-09-15 02:11:01 -04:00
toplevel_components.rst
…