Staging
v0.5.1
https://github.com/python/cpython
Revision bcf6f92dc50c1f23ca327c5dae4d616cfe212625 authored by Raymond Hettinger on 27 May 2009, 09:58:34 UTC, committed by Raymond Hettinger on 27 May 2009, 09:58:34 UTC
* Fix an error where True/False were being written-out
  as title-cased strings when used a dictionary keys.
* Speed-up iteration over dicts by looping over items()
  rather than keys() followed by value lookups.
* TODO:  sort only by keys, not keys and values.
1 parent 81c0dce
History
Tip revision: bcf6f92dc50c1f23ca327c5dae4d616cfe212625 authored by Raymond Hettinger on 27 May 2009, 09:58:34 UTC
* Fix-up a TODO (support the sort_key option).
Tip revision: bcf6f92
File Mode Size
Demo
Doc
Grammar
Include
Lib
Mac
Misc
Modules
Objects
PC
PCbuild
Parser
Python
Tools
.bzrignore -rw-r--r-- 688 bytes
.hgignore -rw-r--r-- 882 bytes
.hgtags -rw-r--r-- 3.5 KB
LICENSE -rw-r--r-- 13.7 KB
Makefile.pre.in -rw-r--r-- 38.5 KB
README -rw-r--r-- 7.4 KB
configure -rwxr-xr-x 702.6 KB
configure.in -rw-r--r-- 109.4 KB
install-sh -rwxr-xr-x 7.0 KB
pyconfig.h.in -rw-r--r-- 32.0 KB
runtests.sh -rwxr-xr-x 2.1 KB
setup.py -rw-r--r-- 70.7 KB

README

back to top