Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bumping to 2.6.4v2.6.4 | Barry Warsaw | 2009-10-26 | 1 | -1/+1 |
| | |||||
* | Bump to 2.6.4rc2v2.6.4rc2 | Barry Warsaw | 2009-10-18 | 1 | -1/+1 |
| | |||||
* | Bumping to 2.6.4rc1v2.6.4rc1 | Barry Warsaw | 2009-10-06 | 1 | -1/+1 |
| | |||||
* | Merged revisions 71995,72227 via svnmerge from | Kurt B. Kaiser | 2009-10-04 | 2 | -26/+16 |
| | | | | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r71995 | kurt.kaiser | 2009-04-26 19:22:11 -0400 (Sun, 26 Apr 2009) | 2 lines Right click 'go to file/line' not working if spaces in path. Bug 5559. ........ r72227 | kurt.kaiser | 2009-05-02 22:05:22 -0400 (Sat, 02 May 2009) | 2 lines Further development of issue5559, handle Windows files which not only have embedded spaces, but leading spaces. ........ | ||||
* | That fix was part of 2.5.3rc1.... | Kurt B. Kaiser | 2009-10-04 | 1 | -3/+3 |
| | |||||
* | Document backport of r72946, issue6110. r74976. | Kurt B. Kaiser | 2009-10-04 | 1 | -1/+13 |
| | |||||
* | Bump to 2.6.3v2.6.3 | Barry Warsaw | 2009-10-01 | 1 | -1/+1 |
| | |||||
* | Backport of r72946. This closes Issue 6100 and 6951 for | Ronald Oussoren | 2009-09-20 | 1 | -1/+2 |
| | | | | the 2.6 branch. | ||||
* | Merged revisions 69846 via svnmerge from | Jesus Cea | 2009-07-02 | 3 | -4/+4 |
| | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r69846 | mark.dickinson | 2009-02-21 21:27:01 +0100 (Sat, 21 Feb 2009) | 2 lines Issue #5341: Fix a variety of spelling errors. ........ | ||||
* | Merged revisions 70723 via svnmerge from | Kurt B. Kaiser | 2009-04-25 | 2 | -4/+15 |
| | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r70723 | kurt.kaiser | 2009-03-30 12:22:00 -0400 (Mon, 30 Mar 2009) | 1 line Tk 8.5 Text widget requires 'wordprocessor' tabstyle attr to handle mixed space/tab properly. Issue 5120, patch by Guilherme Polo. ........ | ||||
* | Merged revisions 68801 via svnmerge from | Kurt B. Kaiser | 2009-04-25 | 1 | -1/+1 |
| | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r68801 | raymond.hettinger | 2009-01-20 05:46:23 -0500 (Tue, 20 Jan 2009) | 5 lines Use Georg's new permalinks to documentation by version number. That assures that IDLE's help always points to the correct version and the latest update with all bug fixes. ........ | ||||
* | Merged revisions 71812 via svnmerge from | Kurt B. Kaiser | 2009-04-25 | 4 | -14/+38 |
| | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r71812 | kurt.kaiser | 2009-04-22 22:36:01 -0400 (Wed, 22 Apr 2009) | 2 lines Produce correct version string to access the .chm docs on Windows. Patch 5783 gpolo. Will port. ........ Also, I straightened out NEWS.txt, bumped idlever.py, and updated CREDITS.txt. | ||||
* | Bumping to 2.6.2 (final).v2.6.2 | Barry Warsaw | 2009-04-14 | 1 | -1/+1 |
| | |||||
* | Bump to 2.6.2c1. | Barry Warsaw | 2009-04-07 | 1 | -1/+1 |
| | |||||
* | Merged revisions 70176 via svnmerge from | Ronald Oussoren | 2009-03-04 | 6 | -12/+25 |
| | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r70176 | ronald.oussoren | 2009-03-04 22:35:05 +0100 (Wed, 04 Mar 2009) | 2 lines Fixes issues 3883 and 5194 ........ | ||||
* | Backport of r68153 | Ronald Oussoren | 2009-01-02 | 2 | -2/+7 |
| | |||||
* | Prep for 2.6.1v2.6.1 | Barry Warsaw | 2008-12-04 | 1 | -1/+1 |
| | |||||
* | Merged revisions 66922 via svnmerge from | Benjamin Peterson | 2008-10-16 | 2 | -6/+12 |
| | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r66922 | benjamin.peterson | 2008-10-16 14:40:14 -0500 (Thu, 16 Oct 2008) | 1 line use new showwarnings signature for idle #3391 ........ | ||||
* | Bumping to 2.6 final. | Barry Warsaw | 2008-10-01 | 1 | -1/+1 |
| | |||||
* | Bumping to 2.6rc2v2.6rc2 | Barry Warsaw | 2008-09-18 | 1 | -1/+1 |
| | |||||
* | Bumping to 2.6rc1 | Barry Warsaw | 2008-09-12 | 1 | -1/+1 |
| | |||||
* | Bump to 2.6b3.v2.6b3 | Barry Warsaw | 2008-08-21 | 1 | -1/+1 |
| | |||||
* | Bumping to 2.6b2v2.6b2 | Barry Warsaw | 2008-07-18 | 1 | -1/+1 |
| | |||||
* | Bumping to 2.6b1v2.6b1 | Barry Warsaw | 2008-06-19 | 1 | -1/+1 |
| | |||||
* | ConfigParser renaming reversal part 3: move module into place and adapt imports. | Georg Brandl | 2008-05-25 | 1 | -1/+1 |
| | |||||
* | Queue renaming reversal part 3: move module into place and | Georg Brandl | 2008-05-25 | 2 | -6/+6 |
| | | | | change imports and other references. Closes #2925. | ||||
* | socketserver renaming reversal part 3: move the module into the right | Georg Brandl | 2008-05-24 | 1 | -7/+7 |
| | | | | place and fix all references to it. Closes #2926. | ||||
* | Revert the renaming of repr to reprlib. | Brett Cannon | 2008-05-23 | 2 | -3/+3 |
| | |||||
* | Revert copy_reg -> copyreg rename. | Georg Brandl | 2008-05-20 | 1 | -3/+3 |
| | |||||
* | Tkinter rename reversal: remove tkinter package, adapt imports and docs. | Georg Brandl | 2008-05-20 | 37 | -70/+68 |
| | |||||
* | Tkinter rename, step 2: fix imports and add stub modules. | Georg Brandl | 2008-05-16 | 37 | -68/+70 |
| | |||||
* | Changed references to the reprlib module to use its new name. | Alexandre Vassalotti | 2008-05-16 | 2 | -3/+3 |
| | |||||
* | Updated import statements to use the new `configparser` module name. | Alexandre Vassalotti | 2008-05-14 | 1 | -1/+1 |
| | | | | | | | | Updated the documentation to use the new name. Revert addition of the stub entry for the old name. Georg, I am reverting your changes since this commit should propagate to py3k. | ||||
* | Updated all import statements to use the new socketserver module name. | Alexandre Vassalotti | 2008-05-12 | 1 | -7/+7 |
| | | | | | Renamed socketserver module in its own documentation. Renamed documentation references. | ||||
* | Added stub for the Queue module to be renamed in 3.0. | Alexandre Vassalotti | 2008-05-11 | 2 | -6/+6 |
| | | | | Use the 3.0 module name to avoid spurious warnings. | ||||
* | Added module stub for copy_reg renaming in 3.0. | Alexandre Vassalotti | 2008-05-11 | 1 | -3/+3 |
| | | | | | | Renamed copy_reg to copyreg in the standard library, to avoid spurious warnings and ease later merging to py3k branch. Public documentation remains intact. | ||||
* | Bump to 2.6a3v2.6a3 | Barry Warsaw | 2008-05-08 | 1 | -1/+1 |
| | |||||
* | Autocompletion of filenames now support alternate separators, e.g. the | Kurt B. Kaiser | 2008-04-27 | 2 | -3/+10 |
| | | | | '/' char on Windows. Patch 2061 Tal Einat. | ||||
* | Improved AutoCompleteWindow logic. Patch 2062 Tal Einat. | Kurt B. Kaiser | 2008-04-27 | 2 | -7/+14 |
| | |||||
* | Home / Control-A toggles between left margin and end of leading white | Kurt B. Kaiser | 2008-04-27 | 3 | -11/+48 |
| | | | | | | | | space. Patch 1196903 Jeff Shute. M idlelib/PyShell.py M idlelib/EditorWindow.py M idlelib/NEWS.txt | ||||
* | Issue 2665: On Windows, sys.stderr does not contain a valid file when ↵ | Amaury Forgeot d'Arc | 2008-04-21 | 2 | -4/+24 |
| | | | | | | | | | | running without a console. It seems to work, but will fail at the first flush. This causes IDLE to crash when too many warnings are printed. Will backport. | ||||
* | Updating for 2.6a2v2.6a2 | Barry Warsaw | 2008-04-03 | 1 | -1/+1 |
| | |||||
* | #2503 make singletons compared with "is" not == or != | Benjamin Peterson | 2008-03-29 | 2 | -4/+3 |
| | | | | Thanks to Wummel for the patch | ||||
* | Give IDLE a release date | Barry Warsaw | 2008-03-01 | 1 | -1/+1 |
| | |||||
* | bump idle version number | Barry Warsaw | 2008-03-01 | 1 | -1/+1 |
| | |||||
* | Patch #2167 from calvin: Remove unused imports | Christian Heimes | 2008-02-23 | 7 | -7/+2 |
| | |||||
* | Configured selection highlighting colors were ignored; updating highlighting | Kurt B. Kaiser | 2008-02-15 | 3 | -36/+30 |
| | | | | | in the config dialog would cause non-Python files to be colored as if they were Python source; improve use of ColorDelagator. Patch 1334. Tal Einat. | ||||
* | ScriptBinding event handlers weren't returning 'break'. Patch 2050, Tal Einat. | Kurt B. Kaiser | 2008-02-15 | 2 | -6/+9 |
| | |||||
* | Bring NEWS.txt up to date from check-in msgs. | Kurt B. Kaiser | 2008-02-14 | 1 | -0/+7 |
| | |||||
* | what??! Correct r60225. | Kurt B. Kaiser | 2008-02-12 | 1 | -1/+1 |
| |