Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | closes bpo-40385: Remove Tools/scripts/checkpyc.py (GH-19709) | Ammar Askar | 2020-04-25 | 1 | -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 imp | Brett Cannon | 2013-06-15 | 1 | -4/+4 |
| | |||||
* | Use OESeeror instead of os.error (#16720) | Andrew Svetlov | 2012-12-24 | 1 | -2/+2 |
| | | | | Patch by Serhiy Storchaka. | ||||
* | Fix ``Tools/scripts/checkpyc.py`` after PEP 3147. | Florent Xicluna | 2010-08-09 | 1 | -17/+20 |
| | |||||
* | convert shebang lines: python -> python3 | Benjamin Peterson | 2010-03-11 | 1 | -1/+1 |
| | |||||
* | Ran 2to3 over scripts directory. | Georg Brandl | 2008-05-16 | 1 | -3/+3 |
| | |||||
* | Convert print statements to function calls in Tools/. | Collin Winter | 2007-08-03 | 1 | -11/+11 |
| | |||||
* | [Patch #1005491 ] use __name__ == '__main__' in scripts | Andrew M. Kuchling | 2004-08-09 | 1 | -1/+2 |
| | |||||
* | Replace backticks with repr() or "%r" | Walter Dörwald | 2004-02-12 | 1 | -9/+9 |
| | | | | From SF patch #852334. | ||||
* | Whitespace normalization. | Tim Peters | 2001-01-17 | 1 | -51/+51 |
| | |||||
* | Use the imp module to get the magic word. | Guido van Rossum | 1998-10-07 | 1 | -6/+2 |
| | |||||
* | /usr/local/bin/python -> /usr/bin/env python | Guido van Rossum | 1996-11-27 | 1 | -1/+1 |
| | |||||
* | remove references to /ufs/guido/bin/sgi/python | Guido van Rossum | 1994-01-07 | 1 | -1/+0 |
| | |||||
* | *** empty log message *** | Guido van Rossum | 1993-04-01 | 1 | -1/+1 |
| | |||||
* | Added two #! lines | Guido van Rossum | 1992-05-19 | 1 | -0/+2 |
| | |||||
* | posix -> os | Guido van Rossum | 1992-03-30 | 1 | -8/+7 |
| | |||||
* | New == syntax | Guido van Rossum | 1992-01-01 | 1 | -4/+4 |
| | |||||
* | Initial revision | Guido van Rossum | 1991-12-18 | 1 | -0/+69 |