COMMITS
/ Tools/scripts/pathfix.py June 22, 2022
V
gh-84623: Remove unused imports (#94132)
Victor Stinner committed
October 11, 2019
R
bpo-38347: find pathfix for Python scripts whose name contain a '-' (GH-16536)
Ruediger Pluem committed
September 25, 2019
P
bpo-37064: Add option -a to pathfix.py tool (GH-15717)
PatrikKopkan committed
September 5, 2019
P
bpo-37064: Add option -k to Tools/scripts/pathfix.py (GH-15548)
PatrikKopkan committed
March 30, 2019
S
bpo-22831: Use "with" to avoid possible fd leaks in tools (part 2). (GH-10927)
Serhiy Storchaka committed
March 13, 2018
M
bpo-32885: Tools/scripts/pathfix.py: Add -n option for no backup~ (#5772)
Miro Hrončok committed
September 8, 2016
R
#27364: fix "incorrect" uses of escape character in the stdlib.
R David Murray committed
August 25, 2013
E
#18803: merge with 3.3.
Ezio Melotti committed
E
#18803: fix more typos. Patch by Févry Thibault.
Ezio Melotti committed
December 24, 2012
A
Use OESeeror instead of os.error (#16720)
Andrew Svetlov committed
October 19, 2010
S
Fix Issue10140 - Tools/scripts/pathfix.py: add option to preserve timestamps
Senthil Kumaran committed
September 25, 2009
B
correct the fixpath.py script to work in Python 3 #6999
Benjamin Peterson committed
June 13, 2007
G
Merged revisions 55817-55961 via svnmerge from
Guido van Rossum committed
January 10, 2007
G
SF patch 1631942 by Collin Winter:
Guido van Rossum committed
April 21, 2006
T
Merge p3yk branch with the trunk up to revision 45595. This breaks a fair
Thomas Wouters committed
August 9, 2004
T
Whitespace normalization.
Tim Peters committed
A
[Patch #1005491 ] use __name__ == '__main__' in scripts
Andrew M. Kuchling committed
February 12, 2004
W
Replace backticks with repr() or "%r"
Walter Dörwald committed
September 11, 2002
W
Apply diff2.txt from SF patch http://www.python.org/sf/572113
Walter Dörwald committed
January 17, 2001
T
Hand repair of cases where reindent changed lines of the form
Tim Peters committed
T
Whitespace normalization.
Tim Peters committed
November 27, 1996
G
Changed logic so it now replaces anything that has #! and python in
Guido van Rossum committed
August 19, 1994
G
newslist.py: Added search for .newslistrc.py;
Guido van Rossum committed