summaryrefslogtreecommitdiffstats
path: root/Mac/Tools/IDE/PyConsole.py
Commit message (Collapse)AuthorAgeFilesLines
* Backport of 1.9-1.11:Jack Jansen2002-02-241-5/+15
| | | | | | | | | | | | | - Flush screen buffer upon console.flush() and output.flush(). This fixes bug #511992. - Changes by Donovan Preston (and a few minor ones by me) to make IDE run under 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() 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