summaryrefslogtreecommitdiffstats
path: root/Tools/scripts/db2pickle.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix missing or wrong shebangs and missing executable bits for scripts (#10318)Éric Araujo2011-07-261-0/+0
|
* convert shebang lines: python -> python3Benjamin Peterson2010-03-111-1/+1
|
* fix some importsBenjamin Peterson2009-11-091-2/+2
|
* Create the dbm package from PEP 3108. #2881.Georg Brandl2008-05-261-7/+7
|
* * explain flags in doc stringsSkip Montanaro2004-03-031-4/+12
| | | | | * reverse order of files on the command line in pickle2db.py to make it symmetrical with db2pickle.py in the two-arg case (src, then dest)
* allow dump/load of gdbm filesSkip Montanaro2003-10-281-3/+14
|
* typoSkip Montanaro2003-06-201-1/+1
|
* Whitespace normalization.Tim Peters2003-04-241-1/+1
|
* try to avoid gross incompatibilities with older versions of PythonSkip Montanaro2003-02-031-12/+12
|
* dump database files to pickle formatSkip Montanaro2003-02-031-0/+116