Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #23330: h2py now supports arbitrary filenames in #include. | Serhiy Storchaka | 2015-05-03 | 1 | -1/+1 |
| | |||||
* | - Issue #17029: Let h2py search the multiarch system include directory. | doko@python.org | 2013-01-25 | 1 | -0/+6 |
| | |||||
* | Merged revisions 85768-85771,85773,85777,85823,85825 via svnmerge from | Georg Brandl | 2010-11-26 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r85768 | georg.brandl | 2010-10-21 14:59:14 +0200 (Do, 21 Okt 2010) | 1 line #9919: fix off-by-one error in lineno command in Misc/gdbinit; also add newline to its output. ........ r85769 | georg.brandl | 2010-10-21 15:01:23 +0200 (Do, 21 Okt 2010) | 1 line Fix missing import. ........ r85770 | georg.brandl | 2010-10-21 15:29:10 +0200 (Do, 21 Okt 2010) | 1 line #3077: fix h2py substitution of character literals. ........ r85771 | georg.brandl | 2010-10-21 15:34:51 +0200 (Do, 21 Okt 2010) | 1 line #1203650: allow larger list of files in windows makefile for freeze. ........ r85773 | georg.brandl | 2010-10-21 15:45:52 +0200 (Do, 21 Okt 2010) | 1 line #4829: better error message for invalid file mode ........ r85777 | georg.brandl | 2010-10-21 17:44:51 +0200 (Do, 21 Okt 2010) | 1 line Add .hgeol file for the Mercurial EOL extension. ........ r85823 | georg.brandl | 2010-10-24 16:32:45 +0200 (So, 24 Okt 2010) | 1 line Fix style. ........ r85825 | georg.brandl | 2010-10-24 17:16:02 +0200 (So, 24 Okt 2010) | 1 line Add documentation about the default warnings filters. ........ | ||||
* | [Patch #1005491 ] use __name__ == '__main__' in scripts | Andrew M. Kuchling | 2004-08-09 | 1 | -1/+2 |
| | |||||
* | Expand negative hexadecimal constants. | Martin v. Löwis | 2002-11-23 | 1 | -9/+25 |
| | |||||
* | Patch #488073: AtheOS port. | Martin v. Löwis | 2002-06-11 | 1 | -0/+2 |
| | |||||
* | Warning message about unfound file was missing trailing \n. | Guido van Rossum | 2001-12-06 | 1 | -1/+2 |
| | |||||
* | SF patch #489680 (David Abrahams): h2py uses nonexistent method splitfields() | Guido van Rossum | 2001-12-06 | 1 | -3/+3 |
| | |||||
* | When representing #includes as imports, do from MOD import *. | Martin v. Löwis | 2001-08-09 | 1 | -1/+1 |
| | |||||
* | Patch #437683: Use re instead of regex. | Martin v. Löwis | 2001-08-09 | 1 | -33/+38 |
| | | | | | | | If multiple header files are processed simultaneously which include each other, the corresponding modules mport each other. Specifically, if h2py is invoked with sys/types.h first, later header files won't contain the complete contents of TYPES.py. | ||||
* | Whitespace normalization. | Tim Peters | 2001-01-17 | 1 | -100/+100 |
| | |||||
* | Patch by Chris Herborth: | Guido van Rossum | 1998-12-17 | 1 | -1/+7 |
| | | | | | BeOS headers live in various non-standard places; luckily, there's an environment variable that lists them all. | ||||
* | support C++ comments | Guido van Rossum | 1997-08-14 | 1 | -1/+3 |
| | |||||
* | /usr/local/bin/python -> /usr/bin/env python | Guido van Rossum | 1996-11-27 | 1 | -1/+1 |
| | |||||
* | Allow whitespace before '#' in preprocessor directives. | Guido van Rossum | 1996-08-22 | 1 | -3/+4 |
| | |||||
* | use $INCLUDE path (Mark Hammond) | Guido van Rossum | 1995-01-17 | 1 | -7/+26 |
| | |||||
* | Get rid of freeze (now its own directory). | Guido van Rossum | 1994-10-03 | 1 | -22/+58 |
| | | | | Added some new demos. Fixed a few others. | ||||
* | Added -i option to ignore general regexps | Guido van Rossum | 1994-05-17 | 1 | -19/+27 |
| | |||||
* | Process command line arguments; skip #defines that generate invalid | Guido van Rossum | 1994-05-03 | 1 | -7/+36 |
| | | | | Python | ||||
* | *** empty log message *** | Guido van Rossum | 1993-04-01 | 1 | -1/+1 |
| | |||||
* | Fix regexp recognizing comments to cope with unterminated comments. | Guido van Rossum | 1992-06-05 | 1 | -2/+1 |
| | |||||
* | Initial revision | Guido van Rossum | 1992-03-02 | 1 | -0/+50 |