summaryrefslogtreecommitdiffstats
path: root/Mac/Tools/IDE/PyConsole.py
Commit message (Expand)AuthorAgeFilesLines
* Remove Mac OS 9 support (http://mail.python.org/pipermail/python-dev/2006-Jun...Neal Norwitz2006-06-031-437/+0
* Whitespace normalization, via reindent.py.Tim Peters2004-07-181-402/+402
* fix for bug [819860]: make sure the buffer gets emptied, even if WEInsert() f...Just van Rossum2003-10-121-4/+8
* 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
* Got rid of macfs and FSSpecs in general (pathnames or FSRefs are nowJack Jansen2003-02-061-4/+2
* 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
* Lots of minor tweaks for the pep252 checkins, mainly because QdJack Jansen2002-11-301-4/+4
* Flush screen buffer upon console.flush() and output.flush().Just van Rossum2002-02-041-0/+4
* Changes by Donovan Preston (and a few minor ones by me) to make IDE run underJack Jansen2002-01-211-4/+8
* Modified version of patch #496882: echo SimpleStdin readline()Just van Rossum2001-12-271-1/+3
* 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 an...Just van Rossum2001-06-191-4/+4
* When reading from stdin (with the dialog box) use any partial line onJack Jansen2001-05-261-1/+8
* Fixed macroman<->latin1 conversion. Some chars don'tJack Jansen2001-05-171-3/+3
* Replace {Enable,Disable,Check}Item with their carbon-compatible equivalents {...Jack Jansen2001-01-291-1/+1
* 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