This website requires JavaScript.
Explore
Help
Register
Sign In
dox4
/
cpython
Watch
1
Star
0
Fork
0
You've already forked cpython
mirror of
https://github.com/python/cpython.git
synced
2026-08-12 08:16:41 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
cpython
/
Doc
/
reference
History
Ethan Furman
6ecead106a
[doc] minor fixes to expressions.rst (GH-29444)
2021-11-06 10:26:43 -07:00
..
compound_stmts.rst
Fix class pattern docs to refer to class patterns (GH-28849)
2021-10-10 22:12:51 +08:00
datamodel.rst
bpo-45583: Correct datamodel documentation of int() (GH-29182)
2021-10-28 21:48:37 +02:00
executionmodel.rst
bpo-45463: Clarify that global statements allows multiple names (GH-28851)
2021-10-16 08:55:12 -04:00
expressions.rst
[doc] minor fixes to expressions.rst (GH-29444)
2021-11-06 10:26:43 -07:00
grammar.rst
bpo-42485: [Doc] Link to PEP 617 from full grammar specification (GH-23532)
2020-11-30 19:08:26 +00:00
import.rst
[doc] Fix typos found using codespell (GH-28744)
2021-10-05 23:48:44 +02:00
index.rst
…
introduction.rst
…
lexical_analysis.rst
[docs] lexical_analysis: Expand the text on `
_
` (GH-28903)
2021-10-13 18:34:01 +02:00
simple_stmts.rst
Update doc as relative import can be used with star import (GH-25667)
2021-05-13 22:37:19 -07:00
toplevel_components.rst
…