| Commit message (Expand) | Author | Age | Files | Lines |
* | Merged revisions 55795-55816 via svnmerge from | Guido van Rossum | 2007-06-07 | 3 | -15/+12 |
|
|
* | Merged revisions 55631-55794 via svnmerge from | Guido van Rossum | 2007-06-06 | 1 | -15/+0 |
|
|
* | Merged revisions 55407-55513 via svnmerge from | Guido van Rossum | 2007-05-22 | 1 | -2/+2 |
|
|
* | Merged revisions 55328-55341 via svnmerge from | Guido van Rossum | 2007-05-15 | 2 | -5/+4 |
|
|
* | Merged revisions 55007-55179 via svnmerge from | Guido van Rossum | 2007-05-07 | 1 | -1/+1 |
|
|
* | Rip out all the u"..." literals and calls to unicode(). | Guido van Rossum | 2007-05-02 | 5 | -10/+10 |
|
|
* | Merged revisions 53952-54987 via svnmerge from | Guido van Rossum | 2007-04-27 | 1 | -0/+2 |
|
|
* | Remove functions in string module that are also string methods. Also remove: | Neal Norwitz | 2007-04-17 | 6 | -13/+10 |
|
|
* | Bug #1697782: remove all remaining code that uses types.InstanceType. | Georg Brandl | 2007-04-11 | 2 | -12/+0 |
|
|
* | Fix merge bug (lost line causing syntax error). | Guido van Rossum | 2007-02-25 | 1 | -0/+1 |
|
|
* | Change all the function attributes from func_* -> __*__. This gets rid | Neal Norwitz | 2007-02-25 | 1 | -5/+5 |
|
|
* | Merged revisions 53623-53858 via svnmerge from | Thomas Wouters | 2007-02-23 | 8 | -155/+230 |
|
|
* | Kill off softspace completely (except in formatter.py which seems to have | Guido van Rossum | 2007-02-09 | 2 | -8/+1 |
|
|
* | Fix most trivially-findable print statements. | Guido van Rossum | 2007-02-09 | 19 | -90/+89 |
|
|
* | Merged revisions 53538-53622 via svnmerge from | Thomas Wouters | 2007-02-05 | 1 | -2/+2 |
|
|
* | Merged revisions 53304-53433,53435-53450 via svnmerge from | Thomas Wouters | 2007-01-15 | 1 | -1/+1 |
|
|
* | SF patch 1631942 by Collin Winter: | Guido van Rossum | 2007-01-10 | 8 | -17/+17 |
|
|
* | Merged revisions 53005-53303 via svnmerge from | Thomas Wouters | 2007-01-09 | 2 | -1/+24 |
|
|
* | Four months of trunk changes (including a few releases...) | Thomas Wouters | 2006-12-13 | 5 | -24/+76 |
|
|
* | Patch #1550800: make exec a function. | Georg Brandl | 2006-09-06 | 2 | -3/+3 |
|
|
* | Remove usage of backticks. | Brett Cannon | 2006-08-25 | 2 | -2/+2 |
|
|
* | Anna Ravenscroft identified many occurrences of "file" used to open a file | Alex Martelli | 2006-08-24 | 1 | -1/+1 |
|
|
* | Remove has_key() references from idlelib. IDLE still doesn't run due | Guido van Rossum | 2006-08-22 | 11 | -20/+20 |
|
|
* | Kill reduce(). A coproduction of John Reese, Jacques Frechet, and Alex M. | Guido van Rossum | 2006-08-22 | 2 | -14/+14 |
|
|
* | Merge current trunk into p3yk. This includes the PyNumber_Index API change, | Thomas Wouters | 2006-08-21 | 6 | -32/+63 |
|
|
* | Merged revisions 46753-51188 via svnmerge from | Thomas Wouters | 2006-08-11 | 20 | -67/+377 |
|
|
* | Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. | Thomas Wouters | 2006-05-27 | 3 | -1/+7 |
|
|
* | Merge p3yk branch with the trunk up to revision 45595. This breaks a fair | Thomas Wouters | 2006-04-21 | 3 | -5/+9 |
|
|
* | Fix two errors that prevented "make libinstall" from working: | Guido van Rossum | 2006-04-17 | 1 | -1/+1 |
|
|
* | Remove apply() | Neal Norwitz | 2006-03-17 | 1 | -1/+1 |
|
|
* | Get rid of a bunch more raw_input references | Neal Norwitz | 2006-03-17 | 1 | -1/+1 |
|
|
* | Remove sys.exc_type, sys.exc_value, sys.exc_traceback | Neal Norwitz | 2006-03-17 | 1 | -2/+2 |
|
|
* | Patch #1162825: Support non-ASCII characters in IDLE window titles. | Martin v. Löwis | 2005-11-27 | 2 | -6/+34 |
|
|
* | Fix main() call | Kurt B. Kaiser | 2005-11-23 | 1 | -3/+3 |
|
|
* | 1. Made advanced keybinding dialog functional. | Kurt B. Kaiser | 2005-11-22 | 2 | -13/+27 |
|
|
* | Fix typo and update comment obsoleted by 'syntax' patch | Kurt B. Kaiser | 2005-11-22 | 1 | -5/+2 |
|
|
* | Default two second delay on attribute pop-up, less noisy interface. | Kurt B. Kaiser | 2005-11-22 | 1 | -1/+1 |
|
|
* | Following 'syntax' patch, accelerator keys in menus weren't being | Kurt B. Kaiser | 2005-11-22 | 1 | -22/+21 |
|
|
* | Merge IDLE-syntax-branch r39668:41449 into trunk | Kurt B. Kaiser | 2005-11-18 | 13 | -201/+1592 |
|
|
* | Better indentation after first line of string continuation. | Kurt B. Kaiser | 2005-11-15 | 3 | -5/+20 |
|
|
* | Incorporate Tal Einat's comment on Patch 936169: Fixes alignment problem. | Kurt B. Kaiser | 2005-10-03 | 2 | -4/+13 |
|
|
* | Tweak CodeContext.py docstrings, comments, and names. | Kurt B. Kaiser | 2005-10-03 | 1 | -51/+57 |
|
|
* | Increased performance in CodeContext extension Patch 936169 Noam Raphael | Kurt B. Kaiser | 2005-10-02 | 2 | -31/+49 |
|
|
* | Remove unused import | Neal Norwitz | 2005-09-01 | 1 | -1/+0 |
|
|
* | Revert previous code elimination, 'filename' is needed. | Kurt B. Kaiser | 2005-08-23 | 1 | -2/+7 |
|
|
* | 1. Mac line endings were incorrect when pasting code from some browsers | Kurt B. Kaiser | 2005-08-23 | 2 | -7/+6 |
|
|
* | Fix all wrong instances of "it's". | Georg Brandl | 2005-07-22 | 1 | -1/+1 |
|
|
* | [ 1243081 ] repair typos | Georg Brandl | 2005-07-22 | 1 | -1/+1 |
|
|
* | Remove dead code | Kurt B. Kaiser | 2005-06-21 | 2 | -20/+8 |
|
|
* | <Enter> when cursor is on a previous command retrieves that command. Instead | Kurt B. Kaiser | 2005-06-19 | 2 | -7/+32 |
|
|