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-13 07:59:04 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
b075cc0d760650ec4b65184faa9b6eebb1c1f8b2
cpython
/
Doc
/
reference
T
History
Zachary Ware
340a692283
str subclasses may have non-empty __slots__, bytes subclasses can't.
2013-12-31 12:09:26 -06:00
..
compound_stmts.rst
Use "lambda expression" as preferred to "lambda form".
2013-10-06 10:28:39 +02:00
datamodel.rst
str subclasses may have non-empty __slots__, bytes subclasses can't.
2013-12-31 12:09:26 -06:00
executionmodel.rst
…
expressions.rst
Issue
#19190
: Improve cross-references in builtin types and functions documentation.
2013-10-09 14:02:31 +03:00
grammar.rst
…
import.rst
Mention __cached__ in the import ref.
2013-05-25 11:32:50 -04:00
index.rst
Merge from 3.2: remove unneeded "Release" and "Date" markers from index pages.
2012-10-28 11:10:24 -07:00
introduction.rst
…
lexical_analysis.rst
Add "->" as a delimiter token. Found by James Harding on docs@.
2013-10-08 21:28:22 +02:00
simple_stmts.rst
#17938
: remove duplicate paragraphs.
2013-05-09 15:33:53 +03:00
toplevel_components.rst
…