Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
ca4f7a42986979ff938586aa6cca6c0aa208560e
/
Tools
/
scripts
/
h2py.py
9c14f2f
#3077: fix h2py substitution of character literals.
by Georg Brandl
· 14 years ago
90f5ba5
convert shebang lines: python -> python3
by Benjamin Peterson
· 15 years ago
6103ab1
Remove AtheOS support, as per PEP 11 (which claims that all code was removed in Python 3.0).
by Antoine Pitrou
· 15 years ago
8efadf5
Ran 2to3 over scripts directory.
by Georg Brandl
· 16 years ago
a37d4c6
Removed PyInt_GetMax and sys.maxint
by Christian Heimes
· 17 years ago
eb33e5a
Remove support for BeOS
by Skip Montanaro
· 17 years ago
7cae87c
Patch #1550800: make exec a function.
by Georg Brandl
· 18 years ago
e236b38
[Patch #1005491 ] use __name__ == '__main__' in scripts
by Andrew M. Kuchling
· 20 years ago
dab3bc0
Expand negative hexadecimal constants.
by Martin v. Löwis
· 22 years ago
f90ae20
Patch #488073: AtheOS port.
by Martin v. Löwis
· 22 years ago
436fd75
Warning message about unfound file was missing trailing \n.
by Guido van Rossum
· 23 years ago
e51c3f5
SF patch #489680 (David Abrahams): h2py uses nonexistent method splitfields()
by Guido van Rossum
· 23 years ago
f2f8c51
When representing #includes as imports, do from MOD import *.
by Martin v. Löwis
· 23 years ago
4f85bf3
Patch #437683: Use re instead of regex.
by Martin v. Löwis
· 23 years ago
70c4378
Whitespace normalization.
by Tim Peters
· 24 years ago
5cd975c
Patch by Chris Herborth:
by Guido van Rossum
· 26 years ago
9189bda
support C++ comments
by Guido van Rossum
· 27 years ago
f06ee5f
/usr/local/bin/python -> /usr/bin/env python
by Guido van Rossum
· 28 years ago
6100d91
Allow whitespace before '#' in preprocessor directives.
by Guido van Rossum
· 28 years ago
514d351
use $INCLUDE path (Mark Hammond)
by Guido van Rossum
· 30 years ago
07c9645
Get rid of freeze (now its own directory).
by Guido van Rossum
· 30 years ago
01f5f62
Added -i option to ignore general regexps
by Guido van Rossum
· 30 years ago
09336f9
Process command line arguments; skip #defines that generate invalid Python
by Guido van Rossum
· 31 years ago
41ffccb
*** empty log message ***
by Guido van Rossum
· 32 years ago
047979e
Fix regexp recognizing comments to cope with unterminated comments.
by Guido van Rossum
· 32 years ago
2ba9f30
Initial revision
by Guido van Rossum
· 33 years ago