summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib/idlever.py
Commit message (Collapse)AuthorAgeFilesLines
* bump to 2.7.3rc2v2.7.3rc2Benjamin Peterson2012-03-151-1/+1
|
* bump to 2.7.3rc1v2.7.3rc1Benjamin Peterson2012-02-231-1/+1
|
* bump to 2.7.2 finalBenjamin Peterson2011-06-111-1/+1
|
* bump to 2.7.2rc1v2.7.2rc1Benjamin Peterson2011-05-291-1/+1
|
* 2.7.1 final version bumpv2.7.1Benjamin Peterson2010-11-271-1/+1
|
* 2.7.1rc1 bumpv2.7.1rc1Benjamin Peterson2010-11-131-1/+1
|
* prepare for 2.7.1Benjamin Peterson2010-07-031-1/+1
|
* update to 2.7 finalBenjamin Peterson2010-07-031-1/+1
|
* bump verson to 2.7rc2v2.7rc2Benjamin Peterson2010-06-211-1/+1
|
* bump version to 2.7 rc1Benjamin Peterson2010-06-061-1/+1
|
* bump version to 2.7 beta 2v2.7b2Benjamin Peterson2010-05-081-1/+1
|
* bump version to 2.7b1Benjamin Peterson2010-04-101-1/+1
|
* bump version to 2.7a4v2.7a4Benjamin Peterson2010-03-061-1/+1
|
* bump version to 2.7a3v2.7a3Benjamin Peterson2010-02-061-1/+1
|
* bump version to 2.7a2v2.7a2Benjamin Peterson2010-01-091-1/+1
|
* bump version to 2.7a1v2.7a1Benjamin Peterson2009-12-051-1/+1
|
* Produce correct version string to access the .chmKurt B. Kaiser2009-04-231-1/+1
| | | | docs on Windows. Patch 5783 gpolo. Will port.
* Bumping to 2.6 final.Barry Warsaw2008-10-011-1/+1
|
* Bumping to 2.6rc2v2.6rc2Barry Warsaw2008-09-181-1/+1
|
* Bumping to 2.6rc1Barry Warsaw2008-09-121-1/+1
|
* Bump to 2.6b3.v2.6b3Barry Warsaw2008-08-211-1/+1
|
* Bumping to 2.6b2v2.6b2Barry Warsaw2008-07-181-1/+1
|
* Bumping to 2.6b1v2.6b1Barry Warsaw2008-06-191-1/+1
|
* Bump to 2.6a3v2.6a3Barry Warsaw2008-05-081-1/+1
|
* Updating for 2.6a2v2.6a2Barry Warsaw2008-04-031-1/+1
|
* bump idle version numberBarry Warsaw2008-03-011-1/+1
|
* Updating IDLE's version number to match Python's (as per python-devAnthony Baxter2006-08-181-1/+1
| | | | discussion).
* preparing for 2.5c1Anthony Baxter2006-08-161-1/+1
|
* pre-release machinationsAnthony Baxter2006-08-021-1/+1
|
* preparing for 2.5b2Anthony Baxter2006-07-101-1/+1
|
* Preparing for 2.5b1.Anthony Baxter2006-06-191-1/+1
|
* 2.5a2Anthony Baxter2006-04-271-1/+1
|
* preparation for 2.5a1Anthony Baxter2006-04-031-1/+1
|
* The remote procedure call module rpc.py can now access data attributes ofKurt B. Kaiser2004-12-211-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 Baxter2004-11-291-1/+1
|
* On OpenBSD, terminating IDLE with ctrl-c from the command line caused aKurt B. Kaiser2004-11-191-1/+1
| | | | | | | | stuck subprocess MainThread because only the SocketThread was exiting. M NEWS.txt M idlever.py M run.py
* 2.4rc1Anthony Baxter2004-11-181-1/+1
|
* release shenanigansAnthony Baxter2004-11-031-1/+1
|
* 1. If user passes a non-existant filename on the commandline, just openKurt B. Kaiser2004-08-221-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 MacKurt B. Kaiser2004-07-151-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 theKurt B. Kaiser2003-11-241-1/+1
| | | | | | IDLE version to 1.1a0. Modified Files: NEWS.txt idlever.py
* Update for release.Kurt B. Kaiser2003-07-271-1/+1
|
* 1. Python Bug 775541: Calltips error when docstring is None. IntroducedKurt B. Kaiser2003-07-231-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. Kaiser2003-07-161-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.0b2Kurt B. Kaiser2003-06-151-1/+1
|
* Update version.Kurt B. Kaiser2003-06-121-1/+1
|
* Update for release into PythonKurt B. Kaiser2003-04-251-1/+1
| | | | NEWS.txt idlever.py
* Update for release.Kurt B. Kaiser2003-01-271-1/+1
| | | | | Modified Files: INSTALL.txt NEWS.txt idlever.py
* More installation info. Bump alpha version.Kurt B. Kaiser2003-01-011-1/+1
|
* M MANIFEST.inKurt B. Kaiser2002-12-231-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.