Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merged revisions 46607-46608 via svnmerge from | Thomas Wouters | 2006-06-08 | 1 | -437/+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. ........ | ||||
* | Remove apply() | Neal Norwitz | 2006-03-17 | 1 | -1/+1 |
| | |||||
* | Whitespace normalization, via reindent.py. | Tim Peters | 2004-07-18 | 1 | -402/+402 |
| | |||||
* | fix for bug [819860]: make sure the buffer gets emptied, even if WEInsert() ↵ | Just van Rossum | 2003-10-12 | 1 | -4/+8 |
| | | | | fails | ||||
* | also support cmd-. in the interactive window | Just van Rossum | 2003-05-09 | 1 | -1/+25 |
| | |||||
* | Fix for #731643: allow "lookup in documentation" to also work if the | Jack Jansen | 2003-05-06 | 1 | -1/+3 |
| | | | | interactive window is frontmost. | ||||
* | Got rid of macfs and FSSpecs in general (pathnames or FSRefs are now | Jack Jansen | 2003-02-06 | 1 | -4/+2 |
| | | | | used everywhere). | ||||
* | Use new file dialogs. | Jack Jansen | 2003-01-26 | 1 | -6/+9 |
| | |||||
* | Fix bug #670845: cut & clear in the output window now work, in that | Just van Rossum | 2003-01-20 | 1 | -0/+6 |
| | | | | | - clear clears the entire buffer - cut doesn't cut, but copies. | ||||
* | Lots of minor tweaks for the pep252 checkins, mainly because Qd | Jack Jansen | 2002-11-30 | 1 | -4/+4 |
| | | | | attributes are no longer supported. | ||||
* | Flush screen buffer upon console.flush() and output.flush(). | Just van Rossum | 2002-02-04 | 1 | -0/+4 |
| | | | | This fixes bug #511992. | ||||
* | Changes by Donovan Preston (and a few minor ones by me) to make IDE run under | Jack Jansen | 2002-01-21 | 1 | -4/+8 |
| | | | | | | | | 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. | ||||
* | Modified version of patch #496882: echo SimpleStdin readline() | Just van Rossum | 2001-12-27 | 1 | -1/+3 |
| | | | | input to stdout. | ||||
* | Import the MacOS toolbox modules from the Carbon package. | Jack Jansen | 2001-08-25 | 1 | -5/+5 |
| | |||||
* | Show the MacPython IDE version in the interactive banner. | Just van Rossum | 2001-08-06 | 1 | -1/+4 |
| | |||||
* | Some long overdue maintainance. Made all IDE sources 7-bit-clean, to avoid ↵ | Just van Rossum | 2001-06-19 | 1 | -4/+4 |
| | | | | any further encoding conversion troubles. | ||||
* | When reading from stdin (with the dialog box) use any partial line on | Jack Jansen | 2001-05-26 | 1 | -1/+8 |
| | | | | stdout as the prompt. This makes raw_input() and print "xxx", ; sys.stdin.readline() work a bit more palatable. | ||||
* | Fixed macroman<->latin1 conversion. Some chars don't | Jack Jansen | 2001-05-17 | 1 | -3/+3 |
| | | | | | exist in latin1, but at least the roundtrip results in the same macroman characters. | ||||
* | Replace {Enable,Disable,Check}Item with their carbon-compatible equivalents ↵ | Jack Jansen | 2001-01-29 | 1 | -1/+1 |
| | | | | {Enable,Disable,Check}MenuItem. | ||||
* | re-checkin with "ISO-8859 translation" turned on. | Just van Rossum | 1999-02-02 | 1 | -3/+3 |
| | |||||
* | First Checked In. | Just van Rossum | 1999-01-30 | 1 | -0/+380 |