summaryrefslogtreecommitdiffstats
path: root/Tools
diff options
context:
space:
mode:
authorSkip Montanaro <skip@pobox.com>2003-02-03 15:09:32 (GMT)
committerSkip Montanaro <skip@pobox.com>2003-02-03 15:09:32 (GMT)
commit9445ce57f1cdb93dc40ba267a322c4f2631b5edd (patch)
tree829b09cb3ab14f776ed26ef098b48d109ca8af65 /Tools
parentd96832914ad8ca7760c4e879a5f2f59d8249ae9a (diff)
downloadcpython-9445ce57f1cdb93dc40ba267a322c4f2631b5edd.zip
cpython-9445ce57f1cdb93dc40ba267a322c4f2631b5edd.tar.gz
cpython-9445ce57f1cdb93dc40ba267a322c4f2631b5edd.tar.bz2
note db2pickle.py and pickle2db.py
Diffstat (limited to 'Tools')
-rw-r--r--Tools/scripts/README2
1 files changed, 2 insertions, 0 deletions
diff --git a/Tools/scripts/README b/Tools/scripts/README
index 000f937..e718c4a 100644
--- a/Tools/scripts/README
+++ b/Tools/scripts/README
@@ -11,6 +11,7 @@ classfix.py Convert old class syntax to new
copytime.py Copy one file's atime and mtime to another
crlf.py Change CRLF line endings to LF (Windows to Unix)
cvsfiles.py Print a list of files that are under CVS
+db2pickle.py Dump a database file to a pickle
dutree.py Format du(1) output as a tree sorted by size
eptags.py Create Emacs TAGS file for Python modules
findlinksto.py Recursively find symbolic links to a given path prefix
@@ -34,6 +35,7 @@ nm2def.py Create a template for PC/python_nt.def (Marc Lemburg)
objgraph.py Print object graph from nm output on a library
pathfix.py Change #!/usr/local/bin/python into something else
pdeps.py Print dependencies between Python modules
+pickle2db.py Load a pickle generated by db2pickle.py to a database
pindent.py Indent Python code, giving block-closing comments
ptags.py Create vi tags file for Python modules
rgrep.py Reverse grep through a file (useful for big logfiles)