summaryrefslogtreecommitdiffstats
path: root/Tools/scripts/pdeps.py
Commit message (Expand)AuthorAgeFilesLines
* bpo-43651: PEP 597: Fix pdeps used locale encoding (GH-25204)Inada Naoki2021-04-061-1/+1
* bpo-22831: Use "with" to avoid possible fd leaks in tools (part 2). (GH-10927)Serhiy Storchaka2019-03-301-23/+22
* #14492: fix some bugs in Tools/scripts/pdeps.py.R David Murray2012-04-061-5/+5
* convert shebang lines: python -> python3Benjamin Peterson2010-03-111-1/+1
* Ran 2to3 over scripts directory.Georg Brandl2008-05-161-6/+4
* Convert print statements to function calls in Tools/.Collin Winter2007-08-031-9/+9
* Merge p3yk branch with the trunk up to revision 45595. This breaks a fairThomas Wouters2006-04-211-3/+3
* [Patch #1005491 ] use __name__ == '__main__' in scriptsAndrew M. Kuchling2004-08-091-4/+5
* Apply diff2.txt from SF patch http://www.python.org/sf/572113Walter Dörwald2002-09-111-4/+3
* Whitespace normalization.Tim Peters2001-01-171-97/+97
* /usr/local/bin/python -> /usr/bin/env pythonGuido van Rossum1996-11-271-1/+1
* Adapt to modern times...Guido van Rossum1992-12-101-17/+17
* New == syntaxGuido van Rossum1992-01-011-2/+2
* Initial revisionGuido van Rossum1991-06-041-0/+167