summaryrefslogtreecommitdiff
path: root/Mac/Tools/IDE/PyConsole.py
Commit message (Collapse)AuthorAgeFilesLines
* Merged revisions 46607-46608 via svnmerge fromThomas Wouters2006-06-081-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 Norwitz2006-03-171-1/+1
|
* Whitespace normalization, via reindent.py.Tim Peters2004-07-181-402/+402
|
* fix for bug [819860]: make sure the buffer gets emptied, even if WEInsert() ↵Just van Rossum2003-10-121-4/+8
| | | | fails
* also support cmd-. in the interactive windowJust van Rossum2003-05-091-1/+25
|
* Fix for #731643: allow "lookup in documentation" to also work if theJack Jansen2003-05-061-1/+3
| | | | interactive window is frontmost.
* Got rid of macfs and FSSpecs in general (pathnames or FSRefs are nowJack Jansen2003-02-061-4/+2
| | | | used everywhere).
* Use new file dialogs.Jack Jansen2003-01-261-6/+9
|
* Fix bug #670845: cut & clear in the output window now work, in thatJust van Rossum2003-01-201-0/+6
| | | | | - clear clears the entire buffer - cut doesn't cut, but copies.
* Lots of minor tweaks for the pep252 checkins, mainly because QdJack Jansen2002-11-301-4/+4
| | | | attributes are no longer supported.
* Flush screen buffer upon console.flush() and output.flush().Just van Rossum2002-02-041-0/+4
| | | | This fixes bug #511992.
* Changes by Donovan Preston (and a few minor ones by me) to make IDE run underJack Jansen2002-01-211-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 Rossum2001-12-271-1/+3
| | | | input to stdout.
* Import the MacOS toolbox modules from the Carbon package.Jack Jansen2001-08-251-5/+5
|
* Show the MacPython IDE version in the interactive banner.Just van Rossum2001-08-061-1/+4
|
* Some long overdue maintainance. Made all IDE sources 7-bit-clean, to avoid ↵Just van Rossum2001-06-191-4/+4
| | | | any further encoding conversion troubles.
* When reading from stdin (with the dialog box) use any partial line onJack Jansen2001-05-261-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'tJack Jansen2001-05-171-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 Jansen2001-01-291-1/+1
| | | | {Enable,Disable,Check}MenuItem.
* re-checkin with "ISO-8859 translation" turned on.Just van Rossum1999-02-021-3/+3
|
* First Checked In.Just van Rossum1999-01-301-0/+380