summaryrefslogtreecommitdiff
path: root/Tools/scripts/h2py.py
Commit message (Expand)AuthorAgeFilesLines
* #27364: fix "incorrect" uses of escape character in the stdlib.R David Murray2016-09-081-4/+4
* Issue #23330: h2py now supports arbitrary filenames in #include.Serhiy Storchaka2015-05-031-1/+1
* - Issue #17029: Let h2py search the multiarch system include directory.doko2013-01-251-0/+5
* #3077: fix h2py substitution of character literals.Georg Brandl2010-10-211-1/+1
* convert shebang lines: python -> python3Benjamin Peterson2010-03-111-1/+1
* Remove AtheOS support, as per PEP 11 (which claims that all code was removed ...Antoine Pitrou2009-10-241-7/+1
* Ran 2to3 over scripts directory.Georg Brandl2008-05-161-3/+3
* Removed PyInt_GetMax and sys.maxintChristian Heimes2007-12-041-2/+2
* Remove support for BeOSSkip Montanaro2007-08-171-3/+1
* Patch #1550800: make exec a function.Georg Brandl2006-09-061-2/+2
* [Patch #1005491 ] use __name__ == '__main__' in scriptsAndrew M. Kuchling2004-08-091-1/+2
* Expand negative hexadecimal constants.Martin v. Löwis2002-11-231-9/+25
* Patch #488073: AtheOS port.Martin v. Löwis2002-06-111-0/+2
* Warning message about unfound file was missing trailing \n.Guido van Rossum2001-12-061-1/+2
* SF patch #489680 (David Abrahams): h2py uses nonexistent method splitfields()Guido van Rossum2001-12-061-3/+3
* When representing #includes as imports, do from MOD import *.Martin v. Löwis2001-08-091-1/+1
* Patch #437683: Use re instead of regex.Martin v. Löwis2001-08-091-33/+38
* Whitespace normalization.Tim Peters2001-01-171-100/+100
* Patch by Chris Herborth:Guido van Rossum1998-12-171-1/+7
* support C++ commentsGuido van Rossum1997-08-141-1/+3
* /usr/local/bin/python -> /usr/bin/env pythonGuido van Rossum1996-11-271-1/+1
* Allow whitespace before '#' in preprocessor directives.Guido van Rossum1996-08-221-3/+4
* use $INCLUDE path (Mark Hammond)Guido van Rossum1995-01-171-7/+26
* Get rid of freeze (now its own directory).Guido van Rossum1994-10-031-22/+58
* Added -i option to ignore general regexpsGuido van Rossum1994-05-171-19/+27
* Process command line arguments; skip #defines that generate invalidGuido van Rossum1994-05-031-7/+36
* *** empty log message ***Guido van Rossum1993-04-011-1/+1
* Fix regexp recognizing comments to cope with unterminated comments.Guido van Rossum1992-06-051-2/+1
* Initial revisionGuido van Rossum1992-03-021-0/+50