summaryrefslogtreecommitdiffstats
path: root/Tools/scripts/checkpyc.py
Commit message (Collapse)AuthorAgeFilesLines
* closes bpo-40385: Remove Tools/scripts/checkpyc.py (GH-19709)Ammar Askar2020-04-251-69/+0
| | | | | This is one of the few files that has intimate knowledge of the pyc file format. Since it lacks tests it tends to become outdated fairly quickly. At present it has been broken since the introduction of PEP 552.
* Issue #17177: update checkpyc to stop using impBrett Cannon2013-06-151-4/+4
|
* Use OESeeror instead of os.error (#16720)Andrew Svetlov2012-12-241-2/+2
| | | | Patch by Serhiy Storchaka.
* Fix ``Tools/scripts/checkpyc.py`` after PEP 3147.Florent Xicluna2010-08-091-17/+20
|
* convert shebang lines: python -> python3Benjamin Peterson2010-03-111-1/+1
|
* Ran 2to3 over scripts directory.Georg Brandl2008-05-161-3/+3
|
* Convert print statements to function calls in Tools/.Collin Winter2007-08-031-11/+11
|
* [Patch #1005491 ] use __name__ == '__main__' in scriptsAndrew M. Kuchling2004-08-091-1/+2
|
* Replace backticks with repr() or "%r"Walter Dörwald2004-02-121-9/+9
| | | | From SF patch #852334.
* Whitespace normalization.Tim Peters2001-01-171-51/+51
|
* Use the imp module to get the magic word.Guido van Rossum1998-10-071-6/+2
|
* /usr/local/bin/python -> /usr/bin/env pythonGuido van Rossum1996-11-271-1/+1
|
* remove references to /ufs/guido/bin/sgi/pythonGuido van Rossum1994-01-071-1/+0
|
* *** empty log message ***Guido van Rossum1993-04-011-1/+1
|
* Added two #! linesGuido van Rossum1992-05-191-0/+2
|
* posix -> osGuido van Rossum1992-03-301-8/+7
|
* New == syntaxGuido van Rossum1992-01-011-4/+4
|
* Initial revisionGuido van Rossum1991-12-181-0/+69