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-05-11 15:12:20 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
a083c8ee6cb89ca573fe10c4c1922e2fa69ceaa3
cpython
/
Doc
/
reference
T
History
Naomi Ceder
43c8a9e39b
bpo-30372: Clarify that '__builtins__' is a CPython Implementation detail (GH-1725)
2017-05-22 14:09:55 -07:00
..
compound_stmts.rst
Issue
#28091
: Document PEP 525 & PEP 530.
2016-12-15 17:36:05 -05:00
datamodel.rst
bpo-30354: Update data model documentation for super() (GH-1561)
2017-05-15 13:42:00 +10:00
executionmodel.rst
bpo-30372: Clarify that '__builtins__' is a CPython Implementation detail (GH-1725)
2017-05-22 14:09:55 -07:00
expressions.rst
Fix typos in multiple
.rst
files (
#1668
)
2017-05-19 23:37:57 +03:00
grammar.rst
…
import.rst
Fix ModuleNotFoundError typo in import reference (
#1606
)
2017-05-16 19:40:17 +03:00
index.rst
…
introduction.rst
…
lexical_analysis.rst
bpo-28739: Document that f-strings cannot be used as docstring (GH-592)
2017-03-10 08:58:40 -08:00
simple_stmts.rst
bpo-17188: DOC: Document 'from None' in raise statement (
#1671
)
2017-05-20 02:48:28 -04:00
toplevel_components.rst
…