Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | Bump to 2.6a3v2.6a3 | Barry Warsaw | 2008-05-08 | 1 | -1/+1 |
| | |||||
* | Updating for 2.6a2v2.6a2 | Barry Warsaw | 2008-04-03 | 1 | -1/+1 |
| | |||||
* | bump idle version number | Barry Warsaw | 2008-03-01 | 1 | -1/+1 |
| | |||||
* | Updating IDLE's version number to match Python's (as per python-dev | Anthony Baxter | 2006-08-18 | 1 | -1/+1 |
| | | | | discussion). | ||||
* | preparing for 2.5c1 | Anthony Baxter | 2006-08-16 | 1 | -1/+1 |
| | |||||
* | pre-release machinations | Anthony Baxter | 2006-08-02 | 1 | -1/+1 |
| | |||||
* | preparing for 2.5b2 | Anthony Baxter | 2006-07-10 | 1 | -1/+1 |
| | |||||
* | Preparing for 2.5b1. | Anthony Baxter | 2006-06-19 | 1 | -1/+1 |
| | |||||
* | 2.5a2 | Anthony Baxter | 2006-04-27 | 1 | -1/+1 |
| | |||||
* | preparation for 2.5a1 | Anthony Baxter | 2006-04-03 | 1 | -1/+1 |
| | |||||
* | The remote procedure call module rpc.py can now access data attributes of | Kurt B. Kaiser | 2004-12-21 | 1 | -1/+1 |
| | | | | | | | | | | | remote registered objects. Changes to these attributes are local, however. M EditorWindow.py M NEWS.txt M PyShell.py M idlever.py M rpc.py M run.py | ||||
* | preparing for 2.4 final (wooooooo!) | Anthony Baxter | 2004-11-29 | 1 | -1/+1 |
| | |||||
* | On OpenBSD, terminating IDLE with ctrl-c from the command line caused a | Kurt B. Kaiser | 2004-11-19 | 1 | -1/+1 |
| | | | | | | | | stuck subprocess MainThread because only the SocketThread was exiting. M NEWS.txt M idlever.py M run.py | ||||
* | 2.4rc1 | Anthony Baxter | 2004-11-18 | 1 | -1/+1 |
| | |||||
* | release shenanigans | Anthony Baxter | 2004-11-03 | 1 | -1/+1 |
| | |||||
* | 1. If user passes a non-existant filename on the commandline, just open | Kurt B. Kaiser | 2004-08-22 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | a new file, don't raise a dialog. IDLEfork 954928. 2. Refactor EditorWindow.wakeup() to WindowList.ListedToplevel.wakeup() and clarify that the Toplevel of an EditorWindow is a WindowList.ListedToplevel. 3. Make a number of improvements to keyboard focus binding. Improve window raising, especially in the debugger. IDLEfork Bug 763524 (GvR list). 4. Bump idlever to 1.1a3 M Debugger.py M EditorWindow.py M FileList.py M NEWS.txt M PyShell.py M WindowList.py M idlever.py | ||||
* | Checking sys.platform for substring 'win' was breaking IDLE docs on Mac | Kurt B. Kaiser | 2004-07-15 | 1 | -1/+1 |
| | | | | | | | | | (darwin). Also, Mac Safari browser requires full file:// URIs. SF 900580 M EditorWindow.py M NEWS.txt M configHelpSourceEdit.py M idlever.py | ||||
* | Update NEWS.txt to include some items missed earlier. Update the | Kurt B. Kaiser | 2003-11-24 | 1 | -1/+1 |
| | | | | | | IDLE version to 1.1a0. Modified Files: NEWS.txt idlever.py | ||||
* | Update for release. | Kurt B. Kaiser | 2003-07-27 | 1 | -1/+1 |
| | |||||
* | 1. Python Bug 775541: Calltips error when docstring is None. Introduced | Kurt B. Kaiser | 2003-07-23 | 1 | -1/+1 |
| | | | | | | by patch 769142. Fixed by patch 776062. KBK will backport net result to IDLE release22-maint and IDLEfork. 2. Update NEWS.txt and idlever for release. | ||||
* | Update to reflect the current status of the configuration system. | Kurt B. Kaiser | 2003-07-16 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | Extensions must still be configured manually and there is currently one set of extension key bindings for all platforms. Bring NEWS.txt up to date. Update CREDITS.txt and idlever.py for release. M NEWS.txt M config-extensions.def M extend.txt M help.txt M idlever.py | ||||
* | Move to Version 1.0b2 | Kurt B. Kaiser | 2003-06-15 | 1 | -1/+1 |
| | |||||
* | Update version. | Kurt B. Kaiser | 2003-06-12 | 1 | -1/+1 |
| | |||||
* | Update for release into Python | Kurt B. Kaiser | 2003-04-25 | 1 | -1/+1 |
| | | | | NEWS.txt idlever.py | ||||
* | Update for release. | Kurt B. Kaiser | 2003-01-27 | 1 | -1/+1 |
| | | | | | Modified Files: INSTALL.txt NEWS.txt idlever.py | ||||
* | More installation info. Bump alpha version. | Kurt B. Kaiser | 2003-01-01 | 1 | -1/+1 |
| | |||||
* | M MANIFEST.in | Kurt B. Kaiser | 2002-12-23 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | M PyShell.py M idlever.py M setup.py 1. Update MANIFEST.in to include all non-pure Python files 2. PyShell and idlever reflect Rev 0.9a0 3. setup.py modified to install IDLE as a collection of modules with a .pth file living at the idlelib level in site-packages. This was done to make it easier to run from the source directory prior to installing IDLE. This approach may change back to the package technique depending on what happens with the Mac installation development. | ||||
* | Bump to reflect final cleanup of Config system and first pass GRPC | Kurt B. Kaiser | 2002-09-14 | 1 | -1/+1 |
| | | | | completed | ||||
* | removed redundant separate idlfefork ver | Steven M. Gava | 2001-07-31 | 1 | -2/+1 |
| | |||||
* | minor tidy-ups ready for 0.8.1 alpha tarball release | Steven M. Gava | 2001-07-19 | 1 | -0/+1 |
| | |||||
* | py-cvs merge, version update | Steven M. Gava | 2001-07-12 | 1 | -1/+1 |
| | |||||
* | Initial revision | David Scherer | 2000-08-15 | 1 | -0/+1 |