Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #25507: Add back import needed for 2.x encoding warning box. | Terry Jan Reedy | 2016-11-10 | 1 | -0/+2 |
| | | | | Add pointer to 'Encoding declaration' in Language Reference. | ||||
* | Issue #26581: Use the first coding cookie on a line, not the last one. | Serhiy Storchaka | 2016-03-20 | 1 | -1/+1 |
| | |||||
* | Issue #25507: revert incorrect movement of idleConf import in a37ea1d56e98. | Terry Jan Reedy | 2016-01-27 | 1 | -3/+12 |
| | | | | Augment htest to include all major IOBinding functions. | ||||
* | Issue #25507: move test-specific imports to test function (idlelib.IOBinding). | Terry Jan Reedy | 2015-10-30 | 1 | -8/+10 |
| | |||||
* | Issue #25173: Replace 'master' with 'parent' in tkinter.messagebox calls. | Terry Jan Reedy | 2015-09-26 | 1 | -11/+11 |
| | | | | | This associates the message box with the widget and is better for Mac OSX. Patch by Mark Roseman. | ||||
* | idlelib: remove unused names and imports (one is a duplicate import). | Terry Jan Reedy | 2015-05-14 | 1 | -4/+3 |
| | |||||
* | Issue #3832: backport 677a9326b4d4 to 2.7 (and delete some obsolete code). | Terry Jan Reedy | 2014-10-06 | 1 | -7/+7 |
| | |||||
* | Issue #22221: Backported fixes from Python 3 (issue #18960). | Serhiy Storchaka | 2014-09-05 | 1 | -0/+3 |
| | | | | | | | | | | | | | * Now the source encoding declaration on the second line isn't effective if the first line contains anything except a comment. This affects compile(), eval() and exec() too. * IDLE now ignores the source encoding declaration on the second line if the first line contains anything except a comment. * 2to3 and the findnocoding.py script now ignore the source encoding declaration on the second line if the first line contains anything except a comment. | ||||
* | Issue #21477: Idle htest: merge and modify run and runall; add many tests. | Terry Jan Reedy | 2014-05-24 | 1 | -9/+7 |
| | | | | Patch by Saimadhav Heblikar | ||||
* | Issue #19426: Fixed the opening of Python source file with specified encoding. | Serhiy Storchaka | 2013-10-29 | 1 | -1/+1 |
| | |||||
* | Remove the use of non-existing re.ASCII. | Serhiy Storchaka | 2013-09-17 | 1 | -1/+1 |
| | | | | (fixes a regression in 3d46ef0c62c5, issue #18873) | ||||
* | Issue #18873: IDLE, 2to3, and the findnocoding.py script now detect Python | Serhiy Storchaka | 2013-09-16 | 1 | -6/+7 |
| | | | | source code encoding only in comment lines. | ||||
* | Issue #18151: Replace remaining Idle 'open...close' pairs with 'with open'. | Terry Jan Reedy | 2013-08-04 | 1 | -7/+4 |
| | |||||
* | Issue #18316: Update idlelib 2.7 except clauses to ease backports. | Terry Jan Reedy | 2013-06-29 | 1 | -4/+4 |
| | |||||
* | Issue #16829: IDLE printing no longer fails if there are spaces or other | Serhiy Storchaka | 2013-01-12 | 1 | -1/+2 |
| | | | | special characters in the file path. | ||||
* | Issue 10365: Add and replace comments; condense defaulted attribute access. | Terry Jan Reedy | 2012-06-03 | 1 | -16/+13 |
| | | | | Code patch by Roger Serwy. | ||||
* | #10365 Trim trailing whitespace | Terry Jan Reedy | 2012-05-27 | 1 | -1/+1 |
| | |||||
* | Issue #10365: File open dialog now works instead of crashing | Terry Jan Reedy | 2012-05-27 | 1 | -5/+12 |
| | | | | even when parent window is closed. Patch by Roger Serwy. | ||||
* | Issue #12590: IDLE editor window now always displays the first line | Ned Deily | 2011-07-27 | 1 | -1/+1 |
| | | | | when opening a long file. With Tk 8.5, the first line was hidden. | ||||
* | Issue #11896: Save on Close failed despite selecting "Yes" in dialog. | Kurt B. Kaiser | 2011-05-13 | 1 | -22/+22 |
| | | | | Backport 70055:35ed0efd7dd3 | ||||
* | Issue 9222 Fix filetypes for open dialog | Terry Reedy | 2010-11-23 | 1 | -2/+2 |
| | | | | Merged from 86702 | ||||
* | #7092: Fix additional "-3" warnings in the idlelib package, and convert to ↵ | Florent Xicluna | 2010-04-02 | 1 | -1/+1 |
| | | | | absolute imports. | ||||
* | Tkinter rename reversal: remove tkinter package, adapt imports and docs. | Georg Brandl | 2008-05-20 | 1 | -4/+4 |
| | |||||
* | Tkinter rename, step 2: fix imports and add stub modules. | Georg Brandl | 2008-05-16 | 1 | -4/+4 |
| | |||||
* | Add confirmation dialog before printing. Patch 1717170 Tal Einat. | Kurt B. Kaiser | 2007-10-28 | 1 | -1/+11 |
| | |||||
* | narrow exception per [ 1540849 ] except too broad | Kurt B. Kaiser | 2007-02-06 | 1 | -1/+1 |
| | |||||
* | Source file f.flush() after writing; trying to avoid lossage if user | Kurt B. Kaiser | 2006-03-19 | 1 | -0/+1 |
| | | | | kills GUI. Report from B. Sherwood. Backport to 2.3.4. | ||||
* | Patch #1162825: Support non-ASCII characters in IDLE window titles. | Martin v. Löwis | 2005-11-27 | 1 | -2/+11 |
| | |||||
* | Patch #808719: Ignore the locale's encoding if it is an empty string. | Martin v. Löwis | 2004-08-12 | 1 | -2/+2 |
| | | | | Backported to 2.3. | ||||
* | M EditorWindow.py | Kurt B. Kaiser | 2004-04-11 | 1 | -1/+1 |
| | | | | | | | | | M IOBinding.py M NEWS.txt M configDialog.py - If nulls somehow got into the strings in recent-files.lst EditorWindow.update_recent_files_list() was failing. Python Bug 931336. | ||||
* | Fix a typo introduced at 1.21 | Kurt B. Kaiser | 2003-11-25 | 1 | -1/+1 |
| | | | | | | M IOBinding.py Backported to 23-maint | ||||
* | Catch locale.error as well. Fixes #788378. Will backport to 2.3. | Martin v. Löwis | 2003-09-03 | 1 | -1/+1 |
| | |||||
* | Make sure eol_convention is an ASCII string. Fixes #774680. | Martin v. Löwis | 2003-08-05 | 1 | -0/+3 |
| | | | | Will backport to 2.3. | ||||
* | Forwardport Patch from IDLEfork SF 610329 | Kurt B. Kaiser | 2003-06-14 | 1 | -2/+6 |
| | | | | Remove deprecated tempfile usage | ||||
* | SF 748975 Printing unsaved shell fails | Kurt B. Kaiser | 2003-06-09 | 1 | -2/+6 |
| | | | | M IOBinding.py | ||||
* | SF 748973 Guido van Rossum patch | Kurt B. Kaiser | 2003-06-05 | 1 | -4/+12 |
| | | | | | | | | | New Window should save in the directory of the Editor Window from which it was selected. M EditorWindow.py M FileList.py M IOBinding.py | ||||
* | Whitespace Normalization | Kurt B. Kaiser | 2003-05-18 | 1 | -29/+29 |
| | |||||
* | [ SF 710733 - Martin v. Loewis] Improving source encoding dialog | Kurt B. Kaiser | 2003-05-10 | 1 | -13/+77 |
| | | | | | | M IOBinding.py M config-main.def M configDialog.py | ||||
* | New feature: when saving a file, keep the eol convention of the | Guido van Rossum | 2003-04-25 | 1 | -3/+11 |
| | | | | | | original. New files are written using the eol convention of the platform, given by os.linesep. All files are read and written in binary mode. | ||||
* | Attempting to save the shell raised an error related to saving | Kurt B. Kaiser | 2003-03-04 | 1 | -2/+8 |
| | | | | breakpoints, which are not implemented in the shell | ||||
* | Whitespace Normalization | Kurt B. Kaiser | 2002-12-31 | 1 | -4/+4 |
| | |||||
* | M Debugger.py | Kurt B. Kaiser | 2002-12-14 | 1 | -43/+11 |
| | | | | | | | | | | | | | | | | | | | | | | | M IOBinding.py M PyShell.py * Could not remove last set of saved breakpoints from a file * Starting with empty edit window, could not load a file * Multiple adjacent breakpoints were saved as one breakpoint * Storing breakpoints whenever a file is closed can get them out of synch with the saved version of a file. Only store them when the file is saved. * Add comment on current limitations on file editing in the presence of breakpoints. * Replace get_current_breaks() with update_breakpoints(), add an update to PyShellEditorWindow.breakpoints, which is the master breakpoint data structure, and which is used to reload the subprocess debugger. * Revert Debugger.Debugger.load_breakpoints() to use editwin.breakpoints. It is easier to debug the debugger if the breakpoint list in IDLE is identical to the list in the subprocess debugger and is transferred when the subprocess debugger is restarted, because this list can be easily queried. * Cleanup some linespacing and comments in IOBinding.py | ||||
* | 619127: Recent File Menu Not Updating | Chui Tey | 2002-11-04 | 1 | -0/+13 |
| | |||||
* | Work around Mac OS X platform encoding issues. | Tony Lownds | 2002-09-23 | 1 | -0/+6 |
| | |||||
* | Merge Py Idle changes: | Kurt B. Kaiser | 2002-09-16 | 1 | -12/+195 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Rev 1.5 tim_one Convert a pile of obvious "yes/no" functions to return bool. Rev 1.6 gvanrossum (partially merged previously, move line outside try: block) Provisional fix for writefile() [SF bug # 541730]. The problem was that an exception can occur in the text.get() call or in the write() call, when the text buffer contains non-ASCII characters. This causes the previous contents of the file to be lost. The provisional fix is to call str(self.text.get(...)) *before* opening the file, so that if the exception occurs, we never open the file. Two orthogonal better solutions have to wait for policy decisions: 1. We could try to encode the data as Latin-1 or as UTF-8; but that would require IDLE to grow a notion of file encoding which requires more thought. 2. We could make backups before overwriting a file. This requires more thought because it needs to be fast and cross-platform and configurable. Rev 1.7 gvanrossum (previously merged with modifications by Stephen M. Gava) Add primitive printing support for Unix and Windows. Rev 1.8 loewis Patch #590913: PEP 263 support. Rev 1.9 gvanrossum (tempfile.py interface -- deferred) Rev 1.10 tim_one whitespace normalization Rev 1.11 nnorwitz (deferred pending 1.9 integration) | ||||
* | Bug: clearing the shell undo list after a prompt was allowing files to be | Kurt B. Kaiser | 2002-07-21 | 1 | -5/+11 |
| | | | | opened on top of the shell instead of in a new window. | ||||
* | add a version of GvR's q&d python idle printing patch, | Steven M. Gava | 2002-06-11 | 1 | -2/+43 |
| | | | | slightly tweaked and modified for the idlefork config system | ||||
* | tracking python idle changes: | Steven M. Gava | 2002-04-22 | 1 | -1/+1 |
| | | | | Provisional fix for writefile() [SF bug # 541730] | ||||
* | further work on new config system; | Steven M. Gava | 2002-03-27 | 1 | -3/+9 |
| | | | | recent files menu | ||||
* | py-cvs-rel2_1 (Rev 1.4) merge - move "import *" to module level | Kurt B. Kaiser | 2001-07-13 | 1 | -1/+1 |
| |