Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Ran 2to3 over scripts directory. | Georg Brandl | 2008-05-16 | 1 | -1/+1 |
| | |||||
* | Merged revisions 60990-61002 via svnmerge from | Christian Heimes | 2008-02-23 | 1 | -1/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r60990 | eric.smith | 2008-02-23 17:05:26 +0100 (Sat, 23 Feb 2008) | 1 line Removed duplicate Py_CHARMASK define. It's already defined in Python.h. ........ r60991 | andrew.kuchling | 2008-02-23 17:23:05 +0100 (Sat, 23 Feb 2008) | 4 lines #1330538: Improve comparison of xmlrpclib.DateTime and datetime instances. Remove automatic handling of datetime.date and datetime.time. This breaks backward compatibility, but python-dev discussion was strongly against this automatic conversion; see the bug for a link. ........ r60994 | andrew.kuchling | 2008-02-23 17:39:43 +0100 (Sat, 23 Feb 2008) | 1 line #835521: Add index entries for various pickle-protocol methods and attributes ........ r60995 | andrew.kuchling | 2008-02-23 18:10:46 +0100 (Sat, 23 Feb 2008) | 2 lines #1433694: minidom's .normalize() failed to set .nextSibling for last element. Fix by Malte Helmert ........ r61000 | christian.heimes | 2008-02-23 18:40:11 +0100 (Sat, 23 Feb 2008) | 1 line Patch #2167 from calvin: Remove unused imports ........ r61001 | christian.heimes | 2008-02-23 18:42:31 +0100 (Sat, 23 Feb 2008) | 1 line Patch #1957: syslogmodule: Release GIL when calling syslog(3) ........ r61002 | christian.heimes | 2008-02-23 18:52:07 +0100 (Sat, 23 Feb 2008) | 2 lines Issue #2051 and patch from Alexander Belopolsky: Permission for pyc and pyo files are inherited from the py file. ........ | ||||
* | Convert print statements to function calls in Tools/. | Collin Winter | 2007-08-03 | 1 | -4/+4 |
| | |||||
* | Get rid of a bunch more raw_input references | Neal Norwitz | 2006-03-17 | 1 | -0/+5 |
| | |||||
* | [Patch #1005491 ] use __name__ == '__main__' in scripts | Andrew M. Kuchling | 2004-08-09 | 1 | -5/+6 |
| | |||||
* | Apply diff2.txt from SF patch http://www.python.org/sf/572113 | Walter Dörwald | 2002-09-11 | 1 | -2/+1 |
| | | | | | | | | (with one small bugfix in bgen/bgen/scantools.py) This replaces string module functions with string methods for the stuff in the Tools directory. Several uses of string.letters etc. are still remaining. | ||||
* | Whitespace normalization. | Tim Peters | 2001-01-17 | 1 | -73/+73 |
| | |||||
* | /usr/local/bin/python -> /usr/bin/env python | Guido van Rossum | 1996-11-27 | 1 | -1/+1 |
| | |||||
* | remove references to /ufs/guido/bin/sgi/python | Guido van Rossum | 1994-01-07 | 1 | -1/+0 |
| | |||||
* | Ignore ,v files too | Guido van Rossum | 1993-06-05 | 1 | -1/+1 |
| | |||||
* | Friendlier response to interrupt. Use /usr/local/*bin*/python. | Guido van Rossum | 1992-12-09 | 1 | -3/+6 |
| | |||||
* | Add .fdc and .rgb to default list of ignored extensions | Guido van Rossum | 1992-10-02 | 1 | -1/+1 |
| | |||||
* | Change the way ignore is assigned to | Guido van Rossum | 1992-05-19 | 1 | -3/+3 |
| | |||||
* | change posix to os | Guido van Rossum | 1992-03-30 | 1 | -16/+16 |
| | |||||
* | Use fnmatch; read ".xxcign" for additional patterns to ignore. | Guido van Rossum | 1992-03-02 | 1 | -13/+39 |
| | |||||
* | New == syntax | Guido van Rossum | 1992-01-01 | 1 | -3/+3 |
| | |||||
* | Better check to avoid executables. | Guido van Rossum | 1991-12-18 | 1 | -2/+12 |
| | |||||
* | Use posix.popen to read output from a command instead if command.get*. | Guido van Rossum | 1991-07-01 | 1 | -9/+11 |
| | |||||
* | Added to list of bad filenames. | Guido van Rossum | 1991-06-04 | 1 | -1/+1 |
| | |||||
* | Initial revision | Guido van Rossum | 1991-06-04 | 1 | -0/+77 |