Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | gh-97669: Remove outdated example scripts (#97675) | Victor Stinner | 2022-10-04 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove outdated example scripts of the Tools/scripts/ directory. A copy can be found in the old-demos project: https://github.com/gvanrossum/old-demos Removed scripts (39): * byext.py * byteyears.py * cleanfuture.py * copytime.py * crlf.py * db2pickle.py * dutree.doc * dutree.py * find-uname.py * find_recursionlimit.py * finddiv.py * findlinksto.py * findnocoding.py * fixcid.py * fixdiv.py * fixheader.py * fixnotice.py * fixps.py * get-remote-certificate.py * google.py * highlight.py * ifdef.py * import_diagnostics.py * lfcr.py * linktree.py * lll.py * mailerdaemon.py * make_ctype.py * mkreal.py * objgraph.py * pdeps.py * pickle2db.py * pindent.py * pysource.py * reindent-rst.py * rgrep.py * suff.py * texi2html.py * which.py Changes: * Remove test_fixcid, test_lll, test_pdeps and test_pindent of test.test_tools. * Remove get-remote-certificate.py changelog entry, since the script was removed. Note: there is a copy of crlf.py in Lib/test/test_lib2to3/data/. | ||
* | Fix missing or wrong shebangs and missing executable bits for scripts (#10318) | Éric Araujo | 2011-07-26 |
| | |||
* | convert shebang lines: python -> python3 | Benjamin Peterson | 2010-03-11 |
| | |||
* | fix some imports | Benjamin Peterson | 2009-11-09 |
| | |||
* | Create the dbm package from PEP 3108. #2881. | Georg Brandl | 2008-05-26 |
| | |||
* | Ran 2to3 over scripts directory. | Georg Brandl | 2008-05-16 |
| | |||
* | * explain flags in doc strings | Skip Montanaro | 2004-03-03 |
| | | | | | * 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 files | Skip Montanaro | 2003-10-28 |
| | |||
* | minor __doc__ string tweakage | Skip Montanaro | 2003-06-20 |
| | |||
* | Whitespace normalization. | Tim Peters | 2003-04-24 |
| | |||
* | fix name of db2pickle | Skip Montanaro | 2003-03-07 |
| | |||
* | try to avoid gross incompatibilities with earlier versions of Python | Skip Montanaro | 2003-02-03 |
| | |||
* | convert pickles generated by db2pickle.py back to database files | Skip Montanaro | 2003-02-03 |