| Commit message (Expand) | Author | Age | Files | Lines |
* | Forward port r68985: Idle startup message. | Raymond Hettinger | 2009-01-27 | 1 | -12/+2 |
|
|
* | Merged revisions 66887,66891,66902-66903,66905-66906,66911-66913,66922,66927-... | Benjamin Peterson | 2008-10-19 | 1 | -4/+8 |
|
|
* | Tkinter, step 2: adapt imports. | Georg Brandl | 2008-05-17 | 1 | -4/+4 |
|
|
* | Convert a lot of print statements to print functions in docstrings, | Neal Norwitz | 2008-05-13 | 1 | -2/+2 |
|
|
* | Merged revisions 62425-62429,62434-62436,62441,62444,62446-62448,62450-62455,... | Christian Heimes | 2008-05-04 | 1 | -11/+0 |
|
|
* | Merged revisions 62021,62029,62035-62038,62043-62044,62052-62053 via svnmerge... | Benjamin Peterson | 2008-03-31 | 1 | -1/+1 |
|
|
* | help() was not paging to the shell. Issue1650. | Kurt B. Kaiser | 2007-12-28 | 1 | -0/+8 |
|
|
* | Shell was not colorizing due to bug introduced at r57998, Bug 1586. | Kurt B. Kaiser | 2007-12-13 | 1 | -0/+2 |
|
|
* | Merged revisions 58221-58741 via svnmerge from | Guido van Rossum | 2007-11-01 | 1 | -3/+0 |
|
|
* | 1. Don't encode input strings to bytes. | Kurt B. Kaiser | 2007-08-31 | 1 | -7/+1 |
|
|
* | os.getcwd() now returns a normal string (ie, unicode) | Neal Norwitz | 2007-08-26 | 1 | -5/+2 |
|
|
* | os.getcwd() is returning str8; sys.path items are str. | Kurt B. Kaiser | 2007-08-23 | 1 | -1/+4 |
|
|
* | Conform to py3k dict.{keys, items, values} with some advice from 2b3 | Kurt B. Kaiser | 2007-08-23 | 1 | -1/+1 |
|
|
* | Switch to absolute imports to support direct execution of modules. Many | Kurt B. Kaiser | 2007-08-22 | 1 | -19/+19 |
|
|
* | Expect that source strings are Unicode. | Martin v. Löwis | 2007-08-13 | 1 | -8/+10 |
|
|
* | 1. Catch TypeError exception when writing to OutputWindow | Kurt B. Kaiser | 2007-08-12 | 1 | -2/+3 |
|
|
* | Fix what appears to be a very old bug. Tkinter in struni is more intolerant | Kurt B. Kaiser | 2007-08-11 | 1 | -0/+1 |
|
|
* | Remove the None tag from tagdefs dict for now, appears inoperative and | Kurt B. Kaiser | 2007-08-10 | 1 | -1/+3 |
|
|
* | Fix remaining map() issues. | Kurt B. Kaiser | 2007-08-09 | 1 | -2/+3 |
|
|
* | Merged revisions 56492-56752 via svnmerge from | Guido van Rossum | 2007-08-05 | 1 | -36/+17 |
|
|
* | Merged revisions 56443-56466 via svnmerge from | Guido van Rossum | 2007-07-20 | 1 | -20/+19 |
|
|
* | Merged revisions 56301-56442 via svnmerge from | Guido van Rossum | 2007-07-18 | 1 | -2/+0 |
|
|
* | Rip out all the u"..." literals and calls to unicode(). | Guido van Rossum | 2007-05-02 | 1 | -1/+1 |
|
|
* | Fix merge bug (lost line causing syntax error). | Guido van Rossum | 2007-02-25 | 1 | -0/+1 |
|
|
* | Merged revisions 53623-53858 via svnmerge from | Thomas Wouters | 2007-02-23 | 1 | -26/+28 |
|
|
* | Kill off softspace completely (except in formatter.py which seems to have | Guido van Rossum | 2007-02-09 | 1 | -2/+0 |
|
|
* | Fix most trivially-findable print statements. | Guido van Rossum | 2007-02-09 | 1 | -10/+9 |
|
|
* | SF patch 1631942 by Collin Winter: | Guido van Rossum | 2007-01-10 | 1 | -4/+4 |
|
|
* | Four months of trunk changes (including a few releases...) | Thomas Wouters | 2006-12-13 | 1 | -0/+4 |
|
|
* | Patch #1550800: make exec a function. | Georg Brandl | 2006-09-06 | 1 | -2/+2 |
|
|
* | Merge current trunk into p3yk. This includes the PyNumber_Index API change, | Thomas Wouters | 2006-08-21 | 1 | -25/+34 |
|
|
* | Merged revisions 46753-51188 via svnmerge from | Thomas Wouters | 2006-08-11 | 1 | -6/+25 |
|
|
* | Get rid of a bunch more raw_input references | Neal Norwitz | 2006-03-17 | 1 | -1/+1 |
|
|
* | Merge IDLE-syntax-branch r39668:41449 into trunk | Kurt B. Kaiser | 2005-11-18 | 1 | -5/+6 |
|
|
* | Remove unused import | Neal Norwitz | 2005-09-01 | 1 | -1/+0 |
|
|
* | Remove dead code | Kurt B. Kaiser | 2005-06-21 | 1 | -12/+8 |
|
|
* | <Enter> when cursor is on a previous command retrieves that command. Instead | Kurt B. Kaiser | 2005-06-19 | 1 | -7/+27 |
|
|
* | Improve subprocess link error notification | Kurt B. Kaiser | 2005-05-10 | 1 | -0/+3 |
|
|
* | 1. Polish tabbing code. | Kurt B. Kaiser | 2005-01-19 | 1 | -1/+5 |
|
|
* | The GUI was hanging if the shell window was closed while a raw_input() | Kurt B. Kaiser | 2004-12-23 | 1 | -6/+12 |
|
|
* | The remote procedure call module rpc.py can now access data attributes of | Kurt B. Kaiser | 2004-12-21 | 1 | -1/+1 |
|
|
* | The change in the linecache.checkcache() signature at rev 1.13 caused IDLE to... | Kurt B. Kaiser | 2004-11-13 | 1 | -6/+8 |
|
|
* | 1. If user passes a non-existant filename on the commandline, just open | Kurt B. Kaiser | 2004-08-22 | 1 | -4/+5 |
|
|
* | whitespace normalization | Skip Montanaro | 2004-07-06 | 1 | -2/+2 |
|
|
* | Redirect the warning stream to the shell during the ScriptBinding check of us... | Kurt B. Kaiser | 2004-07-04 | 1 | -3/+28 |
|
|
* | Noam Raphel: Further developemt of CodeContext feature. | Kurt B. Kaiser | 2004-06-06 | 1 | -0/+3 |
|
|
* | Add a highlight theme for builtin keywords. Python Patch 805830 Nigel Rowe | Kurt B. Kaiser | 2004-03-08 | 1 | -1/+3 |
|
|
* | Replace backticks with repr() or "%r" | Walter Dörwald | 2004-02-12 | 1 | -9/+9 |
|
|
* | There was an error in the Tk error dialog fix at Rev 1.84 which caused starting | Kurt B. Kaiser | 2004-01-21 | 1 | -2/+2 |
|
|
* | Added a Tk error dialog to run.py inform the user if the subprocess can't | Kurt B. Kaiser | 2004-01-21 | 1 | -48/+65 |
|
|