]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Initial revision
authorGuido van Rossum <guido@python.org>
Tue, 4 Jun 1991 20:36:54 +0000 (20:36 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 4 Jun 1991 20:36:54 +0000 (20:36 +0000)
commitec758ead391daa2ce0e5697aa0e67ec3ba0f37af
tree7f2d186afd41d797882d5b5be3330e921804ebe9
parent0481447f4135c11d42ae25f55696af8e8d52fe74
Initial revision
16 files changed:
Demo/scripts/README [new file with mode: 0644]
Demo/scripts/fact.py [new file with mode: 0755]
Demo/scripts/from.py [new file with mode: 0755]
Demo/scripts/lpwatch.py [new file with mode: 0755]
Demo/scripts/pi.py [new file with mode: 0755]
Demo/scripts/primes.py [new file with mode: 0755]
Tools/scripts/byteyears.py [new file with mode: 0755]
Tools/scripts/eptags.py [new file with mode: 0755]
Tools/scripts/findlinksto.py [new file with mode: 0755]
Tools/scripts/mkreal.py [new file with mode: 0755]
Tools/scripts/objgraph.py [new file with mode: 0755]
Tools/scripts/pdeps.py [new file with mode: 0755]
Tools/scripts/ptags.py [new file with mode: 0755]
Tools/scripts/suff.py [new file with mode: 0755]
Tools/scripts/which.py [new file with mode: 0755]
Tools/scripts/xxci.py [new file with mode: 0755]