index
:
cpython
3.10
3.11
3.12
3.13
3.14
3.9
main
The Python programming language
Aslak Raanes
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
Tools
/
scripts
/
fixdiv.py
Commit message (
Expand
)
Author
Age
*
bpo-22831: Use "with" to avoid possible fd leaks in tools (part 1). (GH-10926)
Serhiy Storchaka
2019-03-30
*
#27364: fix "incorrect" uses of escape character in the stdlib.
R David Murray
2016-09-08
*
Issue #25505: Remove unused buggy method.
Terry Jan Reedy
2015-10-30
*
convert shebang lines: python -> python3
Benjamin Peterson
2010-03-11
*
Ran 2to3 over scripts directory.
Georg Brandl
2008-05-16
*
Convert print statements to function calls in Tools/.
Collin Winter
2007-08-03
*
SF patch 1631942 by Collin Winter:
Guido van Rossum
2007-01-10
*
Patch #1601678: move intern() to sys.intern().
Georg Brandl
2006-12-19
*
Patch #1550800: make exec a function.
Georg Brandl
2006-09-06
*
Fix a bunch of typos in documentation, docstrings and comments.
Walter Dörwald
2003-10-20
*
Fix use of 'file' as a variable name.
Andrew M. Kuchling
2003-05-13
*
- Reverse the meaning of the -m option: warnings about multiple /
Guido van Rossum
2001-09-04
*
Whitespace normalization.
Tim Peters
2001-09-04
*
PEP 238 documented -Qwarn as warning only for classic int or long
Guido van Rossum
2001-09-04
*
Rename the -D option to -Q, to avoid a Jython option name conflict.
Guido van Rossum
2001-09-04
*
Implement what the docstring said: multiple slashes per line are
Guido van Rossum
2001-09-02
*
Added more text to the docstring, updated the way the exit status is
Guido van Rossum
2001-09-02
*
The beginnings of a script to help finding / operators that may need
Guido van Rossum
2001-09-01