Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merged revisions 46607-46608 via svnmerge from | Thomas Wouters | 2006-06-08 | 1 | -155/+0 |
| | | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r46607 | neal.norwitz | 2006-06-03 06:49:00 +0200 (Sat, 03 Jun 2006) | 1 line Remove Mac OS 9 support (http://mail.python.org/pipermail/python-dev/2006-June/065538.html) ........ r46608 | martin.v.loewis | 2006-06-03 09:37:13 +0200 (Sat, 03 Jun 2006) | 2 lines Port to OpenBSD 3.9. Patch from Aldo Cortesi. ........ | ||||
* | Whitespace normalization, via reindent.py. | Tim Peters | 2004-07-18 | 1 | -95/+95 |
| | |||||
* | Replace backticks with repr() or "%r" | Walter Dörwald | 2004-02-12 | 1 | -1/+1 |
| | | | | From SF patch #852334. | ||||
* | - fixed some re usage, partly so it'll still work when re uses pre instead | Just van Rossum | 2001-07-10 | 1 | -32/+35 |
| | | | | | of sre, and partly fixing re -> regex porting oversights - fixed PyFontify.py so it actually *works* again.. | ||||
* | Use re in stead of regex, so we get rid of the annoying warning during startup. | Jack Jansen | 2001-02-21 | 1 | -11/+9 |
| | |||||
* | fixed bug in comment matching | Just van Rossum | 2000-07-01 | 1 | -3/+3 |
| | |||||
* | oops, keyword list missed exec... doh! thanks to Maik Roeder (jvr) | Just van Rossum | 2000-04-09 | 1 | -2/+2 |
| | |||||
* | First Checked In. | Just van Rossum | 1999-01-30 | 1 | -0/+154 |