Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
a43fea88577c460eed7cc92a37b5fce787d6aab1
/
Tools
/
scripts
/
cleanfuture.py
172bb39
bpo-22831: Use "with" to avoid possible fd leaks in tools (part 2). (GH-10927)
by Serhiy Storchaka
· 6 years ago
a0e92a8
Fix missing or wrong shebangs and missing executable bits for scripts (#10318)
by Éric Araujo
· 13 years ago
90f5ba5
convert shebang lines: python -> python3
by Benjamin Peterson
· 15 years ago
6afaeb7
Convert print statements to function calls in Tools/.
by Collin Winter
· 17 years ago
a18af4e
PEP 3114: rename .next() to .__next__() and add next() builtin.
by Georg Brandl
· 18 years ago
b940e11
SF patch 1631942 by Collin Winter:
by Guido van Rossum
· 18 years ago
ebb7133
Fix typo in module docstring.
by Tim Peters
· 23 years ago
3055ad2
+ A msg on c.l.py reminded me that docstrings can be implicitly catenated.
by Tim Peters
· 23 years ago
b704238
Tool to delete (or just rewrite parts of) obsolete future statements.
by Tim Peters
· 23 years ago