Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merged revisions 46607-46608 via svnmerge from | Thomas Wouters | 2006-06-08 | 1 | -256/+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 | -222/+222 |
| | |||||
* | Replace backticks with repr() or "%r" | Walter Dörwald | 2004-02-12 | 1 | -1/+1 |
| | | | | From SF patch #852334. | ||||
* | Got rid of macfs and FSSpecs in general (pathnames or FSRefs are now | Jack Jansen | 2003-02-06 | 1 | -1/+0 |
| | | | | used everywhere). | ||||
* | Use new file dialogs. | Jack Jansen | 2003-01-26 | 1 | -3/+3 |
| | |||||
* | Changes by Donovan Preston (and a few minor ones by me) to make IDE run under | Jack Jansen | 2002-01-21 | 1 | -2/+4 |
| | | | | | | | | MachoPython. Mainly making sure we don't call routines that don't exist and representing pathnames in a os.separator-neutral format. These shouldn't interfere too much with Just's work on the next generation IDE, I hope. | ||||
* | removed some dead code. | Just van Rossum | 2001-12-03 | 1 | -15/+0 |
| | |||||
* | Removed old and broken AE-based browser controller, use webbrowser.py | Just van Rossum | 2001-12-03 | 1 | -31/+11 |
| | | | | instead. This fixes bug #488420. | ||||
* | Import the MacOS toolbox modules from the Carbon package. | Jack Jansen | 2001-08-25 | 1 | -1/+1 |
| | |||||
* | Some long overdue maintainance. Made all IDE sources 7-bit-clean, to avoid ↵ | Just van Rossum | 2001-06-19 | 1 | -1/+1 |
| | | | | any further encoding conversion troubles. | ||||
* | Fixed macroman<->latin1 conversion. Some characters don't exist in latin1, ↵ | Jack Jansen | 2001-05-17 | 1 | -1/+1 |
| | | | | | | but at least the roundtrip gives the correct macroman characters again. | ||||
* | Use re in stead of regex, so we get rid of the annoying warning during startup. | Jack Jansen | 2001-02-21 | 1 | -5/+5 |
| | |||||
* | re-checkin with "ISO-8859 translation" turned on. | Just van Rossum | 1999-02-02 | 1 | -1/+1 |
| | |||||
* | First Checked In. | Just van Rossum | 1999-01-30 | 1 | -0/+290 |