History log of /external/python/cpython2/Demo/comparisons/sortingtest.py
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
f1ca811abb26b9ade70cb80ddc2dc8ed89b330b3 25-Oct-2009 Georg Brandl <georg@python.org> Fix a demo.
/external/python/cpython2/Demo/comparisons/sortingtest.py
b7878d09e5d360da4eda65cdf6f51376c234af3d 24-Apr-2003 Andrew M. Kuchling <amk@amk.ca> Modernize the code a bit:
use re module
use .split() string method

Doesn't use 'for line in sys.stdin'; that ends up changing its interactive
behaviour.
/external/python/cpython2/Demo/comparisons/sortingtest.py
946c53ed7ff53f38792ac35e5da21de3e0a48ef2 24-Apr-2003 Andrew M. Kuchling <amk@amk.ca> Run these demo scripts through reindent.py to give them 4-space indents. I've verified that their output is unchanged.
/external/python/cpython2/Demo/comparisons/sortingtest.py
f06ee5fa072931fc807527535c91a46c149a6746 27-Nov-1996 Guido van Rossum <guido@python.org> /usr/local/bin/python -> /usr/bin/env python
/external/python/cpython2/Demo/comparisons/sortingtest.py
21bc15b73da1e3e5ab60ff9b93a95bfd390fea3f 10-Apr-1995 Guido van Rossum <guido@python.org> commit -- why not...
/external/python/cpython2/Demo/comparisons/sortingtest.py