Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | #7092: Fix additional "-3" warnings in the idlelib package, and convert to ↵ | Florent Xicluna | 2010-04-02 | 1 | -4/+5 |
| | | | | absolute imports. | ||||
* | Further development of issue5559, handle Windows files | Kurt B. Kaiser | 2009-05-03 | 1 | -2/+4 |
| | | | | which not only have embedded spaces, but leading spaces. | ||||
* | Right click 'go to file/line' not working if spaces | Kurt B. Kaiser | 2009-04-26 | 1 | -25/+10 |
| | | | | in path. Bug 5559. | ||||
* | Tkinter rename reversal: remove tkinter package, adapt imports and docs. | Georg Brandl | 2008-05-20 | 1 | -2/+2 |
| | |||||
* | Tkinter rename, step 2: fix imports and add stub modules. | Georg Brandl | 2008-05-16 | 1 | -2/+2 |
| | |||||
* | SF patch #768187: replace apply(f, args, kwds) with f(*args, **kwds) | Raymond Hettinger | 2003-07-09 | 1 | -2/+2 |
| | |||||
* | Forwardport Patch from IDLEfork SF 615312 | Kurt B. Kaiser | 2003-06-15 | 1 | -0/+9 |
| | | | | Convert characters from the locale's encoding on output | ||||
* | Whitespace Normalization | Kurt B. Kaiser | 2002-12-31 | 1 | -7/+0 |
| | |||||
* | Revert Rev 1.6 | Kurt B. Kaiser | 2002-09-27 | 1 | -9/+0 |
| | | | | | | | | | "Merge Py Idle changes: Rev 1.7 [Python-idle] loewis Convert characters from the locale's encoding on output. Reject characters outside the locale's encoding on input." Not compatible with Python 2.2.1. Forwardport as a SF patch. | ||||
* | Merge Py Idle changes: | Kurt B. Kaiser | 2002-09-17 | 1 | -0/+9 |
| | | | | | | Rev 1.7 loewis Convert characters from the locale's encoding on output. Reject characters outside the locale's encoding on input. | ||||
* | (Re)Apply Sourceforge Python patch 520483, Sourceforge Idlefork patch | Kurt B. Kaiser | 2002-09-02 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | 521908 (again) to MAIN The patch applied by Steven was inadvertently reverted during the transition to GRPC. Python 2.3a0 (#3, May 8 2002, 23:37:01) [GCC egcs-2.91.66 19990314/Linux (egcs-1.1.2 release)] on linux2 Type "copyright", "credits" or "license" for more information. GRPC IDLE Fork 0.8.2 >>> print u'\xbfQu\xe9 pas\xf3?' ¿Qué pasó? Modified Files: OutputWindow.py | ||||
* | Rework the code to have only the GvR RPC. Output from execution of user | Kurt B. Kaiser | 2002-06-12 | 1 | -169/+45 |
| | | | | code is directed to the Shell. | ||||
* | tracking changes to python idle: | Steven M. Gava | 2002-02-23 | 1 | -1/+1 |
| | | | | python Patch #520483: Make IDLE OutputWindow handle Unicode. | ||||
* | Initial revision | David Scherer | 2000-08-15 | 1 | -0/+279 |