Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | convert shebang lines: python -> python3 | Benjamin Peterson | 2010-03-11 | 1 | -1/+1 |
| | |||||
* | Remove AtheOS support, as per PEP 11 (which claims that all code was removed ↵ | Antoine Pitrou | 2009-10-24 | 1 | -7/+1 |
| | | | | in Python 3.0). | ||||
* | Ran 2to3 over scripts directory. | Georg Brandl | 2008-05-16 | 1 | -3/+3 |
| | |||||
* | Removed PyInt_GetMax and sys.maxint | Christian Heimes | 2007-12-04 | 1 | -2/+2 |
| | | | | | I replaced sys.maxint with sys.maxsize in Lib/*.py. Does anybody see a problem with the change on Win 64bit platforms? Win 64's long is just 32bit but the sys.maxsize is now 2**63-1 on every 64bit platform. Also added docs for sys.maxsize. | ||||
* | Remove support for BeOS | Skip Montanaro | 2007-08-17 | 1 | -3/+1 |
| | |||||
* | Patch #1550800: make exec a function. | Georg Brandl | 2006-09-06 | 1 | -2/+2 |
| | |||||
* | [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 |