summaryrefslogtreecommitdiffstats
path: root/Tools/scripts/pickle2db.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-9/+9
|
* Ran 2to3 over scripts directory.Georg Brandl2008-05-161-1/+1
|
* * explain flags in doc stringsSkip Montanaro2004-03-031-11/+20
| | | | | * 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
|
* minor __doc__ string tweakageSkip Montanaro2003-06-201-5/+5
|
* Whitespace normalization.Tim Peters2003-04-241-1/+1
|
* fix name of db2pickleSkip Montanaro2003-03-071-1/+1
|
* try to avoid gross incompatibilities with earlier versions of PythonSkip Montanaro2003-02-031-12/+12
|
* convert pickles generated by db2pickle.py back to database filesSkip Montanaro2003-02-031-0/+127