index
:
cpython
3.10
3.11
3.12
3.13
3.14
3.9
main
The Python programming language
Aslak Raanes
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
Lib
/
compiler
/
misc.py
Commit message (
Expand
)
Author
Age
*
Merged revisions 55270-55324 via svnmerge from
Guido van Rossum
2007-05-14
*
- PEP 3106: dict.iterkeys(), .iteritems(), .itervalues() are now gone;
Guido van Rossum
2007-02-11
*
Stomp out more hsa_key() calls.
Guido van Rossum
2006-08-19
*
No need for types, use isinstance
Neal Norwitz
2005-11-25
*
Whitespace normalization.
Tim Peters
2001-10-18
*
Add utility to set filename attribute on all nodes
Jeremy Hylton
2001-09-17
*
Add __getitem__() handler for use by visitContinue()
Jeremy Hylton
2001-08-29
*
Handle private names
Jeremy Hylton
2001-08-27
*
Change the graph structure to contain the code generator object for
Jeremy Hylton
2000-11-06
*
change name of Set method: items -> elements (avoids confusion with
Jeremy Hylton
2000-03-16
*
satisfy the tabnanny (thanks to MH for noticing the problem)
Jeremy Hylton
2000-02-21
*
add flatten helper function
Jeremy Hylton
2000-02-16
*
add an __len__ to Set and Stack
Jeremy Hylton
2000-02-10
*
add remove method to set
Jeremy Hylton
2000-02-10
*
checking in initial weekend's work
Jeremy Hylton
2000-02-04