Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merged revisions 46607-46608 via svnmerge from | Thomas Wouters | 2006-06-08 | 1 | -1136/+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 | -1092/+1092 |
| | |||||
* | Cast various floats to ints so we don't get warnings. | Jack Jansen | 2003-02-05 | 1 | -0/+2 |
| | |||||
* | Lots of minor tweaks for the pep252 checkins, mainly because Qd | Jack Jansen | 2002-11-30 | 1 | -3/+3 |
| | | | | attributes are no longer supported. | ||||
* | Use the Carbon scrap manager interface if the old interface isn't available. | Jack Jansen | 2001-12-31 | 1 | -2/+8 |
| | |||||
* | Patch by Jason Harper to allow IDE to work again under MacOS 8.1. Plus ↵ | Jack Jansen | 2001-12-04 | 1 | -7/+44 |
| | | | | appearance support for Wlist frames and focussing. Plus commented-out appearance support for the same for Wtext, which still needs some work. | ||||
* | a whole bunch of OSX tweaks | Just van Rossum | 2001-11-18 | 1 | -34/+34 |
| | |||||
* | some support for syntax coloring, disabled for now | Just van Rossum | 2001-11-02 | 1 | -35/+137 |
| | |||||
* | A few forgotten "from Carbon"s. | Jack Jansen | 2001-08-27 | 1 | -1/+1 |
| | |||||
* | Import the MacOS toolbox modules from the Carbon package. | Jack Jansen | 2001-08-25 | 1 | -10/+10 |
| | |||||
* | repaired expandselection and uncomment breakage | Just van Rossum | 2001-06-21 | 1 | -4/+5 |
| | |||||
* | 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. | ||||
* | Waste 2.0 has many more options for the undo label. | Jack Jansen | 2001-02-21 | 1 | -2/+6 |
| | |||||
* | Use re in stead of regex, so we get rid of the annoying warning during startup. | Jack Jansen | 2001-02-21 | 1 | -8/+9 |
| | |||||
* | Sigh... First test before committing. InvalWindowRect and friends are window ↵ | Jack Jansen | 2001-01-23 | 1 | -5/+5 |
| | | | | object methods. Fixed. | ||||
* | Replaced InvalRect and friends with the Carbon-compliant InvalWindowRect. | Jack Jansen | 2001-01-23 | 1 | -5/+5 |
| | |||||
* | Added support for global default font settings. (jvr) | Just van Rossum | 1999-09-26 | 1 | -18/+22 |
| | |||||
* | fixed glitch when scrolling very long files -- jvr | Just van Rossum | 1999-04-22 | 1 | -1/+1 |
| | |||||
* | 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/+979 |