summaryrefslogtreecommitdiff
path: root/Lib/idlelib
Commit message (Collapse)AuthorAgeFilesLines
* bump version to 2.7a3v2.7a3Benjamin Peterson2010-02-061-1/+1
|
* bump version to 2.7a2v2.7a2Benjamin Peterson2010-01-091-1/+1
|
* More yearly updates.Georg Brandl2010-01-011-1/+1
|
* Issue #6834: replace the implementation for the 'python' and 'pythonw' ↵Ronald Oussoren2009-12-241-1/+7
| | | | | | | | | | | | | | | | | executables on OSX. The previous implementation used execv(2) to run the real interpreter, which means that you cannot use the arch(1) tool to select the architecture you want to use for a universal build because that only affects the python/pythonw wrapper and not the actual interpreter. The new version uses posix_spawnv with a number of OSX-specific options that ensure that the real interpreter is started using the same CPU architecture as the wrapper, and that means that 'arch -ppc python' now actually works. I've also changed the way that the wrapper looks for the framework: it is now linked to the framework rather than hardcoding the framework path. This should make it easier to provide pythonw support in tools like virtualenv.
* bump version to 2.7a1v2.7a1Benjamin Peterson2009-12-051-1/+1
|
* replace has_key with 'in' operatorBenjamin Peterson2009-10-0910-18/+18
|
* replace callable()Benjamin Peterson2009-10-091-2/+2
|
* Issue #3926: Fix the usage of the new showwarnings and formatwarning.Guilherme Polo2009-08-142-15/+16
|
* Issue #3344: Replace itertools.count by enumerate.Guilherme Polo2009-08-141-3/+2
|
* Typo.Guilherme Polo2009-08-051-1/+1
|
* Easier reference to find (at least while svn continues being used).Guilherme Polo2009-08-051-1/+1
|
* #6076 Add a title to the IDLE Preferences window.Amaury Forgeot d'Arc2009-07-151-0/+1
|
* special case release candidatesBenjamin Peterson2009-06-131-2/+4
|
* Issue 5150: Add rstrip() option to IDLE's format menu.Raymond Hettinger2009-05-292-0/+35
|
* Fixes issue 6110Ronald Oussoren2009-05-261-1/+2
|
* Further development of issue5559, handle Windows filesKurt B. Kaiser2009-05-031-2/+4
| | | | which not only have embedded spaces, but leading spaces.
* idle.py modified and simplified to better supportKurt B. Kaiser2009-05-032-21/+14
| | | | | developing experimental versions of IDLE which are not installed in the standard location.
* Right click 'go to file/line' not working if spacesKurt B. Kaiser2009-04-262-25/+13
| | | | in path. Bug 5559.
* Produce correct version string to access the .chmKurt B. Kaiser2009-04-234-10/+22
| | | | docs on Windows. Patch 5783 gpolo. Will port.
* Allow multiple IDLE GUI/subprocess pairs to existKurt B. Kaiser2009-04-043-19/+34
| | | | | | simultaneously. Thanks to David Scherer for suggesting the use of an ephemeral port for the GUI. Patch 1529142 Weeble.
* Remove port spec from run.py and fix bug whereKurt B. Kaiser2009-04-022-4/+10
| | | | | subprocess fails to extract port from command line when warnings are present.
* Tk 8.5 Text widget requires 'wordprocessor' tabstyle attr to handle mixed ↵Kurt B. Kaiser2009-03-302-4/+15
| | | | space/tab properly. Issue 5120, patch by Guilherme Polo.
* Typo fix.Guilherme Polo2009-03-291-1/+1
|
* Fixes issues 3883 and 5194Ronald Oussoren2009-03-046-12/+25
|
* Issue #5341: Fix a variety of spelling errors.Mark Dickinson2009-02-213-4/+4
|
* Remove startup firewall message. That is handled by an error dialogRaymond Hettinger2009-01-261-12/+2
| | | | | | whenever a connection cannot be formed. Also, the Idle version number is already in the About Idle dialog. Now, the startup is clean looking once again.
* Add heading for 2.7a0.Martin v. Löwis2009-01-241-2/+8
|
* Use Georg's new permalinks to documentation by version number.Raymond Hettinger2009-01-201-1/+1
| | | | | That assures that IDLE's help always points to the correct version and the latest update with all bug fixes.
* Fix for issue3559: No preferences menu in IDLE on OSXRonald Oussoren2009-01-023-2/+9
| | | | | | | | | | 1) Add a comment to the help file to that points to the preferences menu. 2) An earlier checkin tried to detect Tk >= 8.10.14, but did this in the wrong way. The end result of this was that the IDLE->Preferences... menu got surpressed when using the system version of Tcl/Tk
* use new showwarnings signature for idle #3391Benjamin Peterson2008-10-162-6/+11
|
* support the optional line argument for idleBenjamin Peterson2008-10-151-1/+2
|
* 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
|
* ConfigParser renaming reversal part 3: move module into place and adapt imports.Georg Brandl2008-05-251-1/+1
|
* Queue renaming reversal part 3: move module into place andGeorg Brandl2008-05-252-6/+6
| | | | change imports and other references. Closes #2925.
* socketserver renaming reversal part 3: move the module into the rightGeorg Brandl2008-05-241-7/+7
| | | | place and fix all references to it. Closes #2926.
* Revert the renaming of repr to reprlib.Brett Cannon2008-05-232-3/+3
|
* Revert copy_reg -> copyreg rename.Georg Brandl2008-05-201-3/+3
|
* Tkinter rename reversal: remove tkinter package, adapt imports and docs.Georg Brandl2008-05-2037-70/+68
|
* Tkinter rename, step 2: fix imports and add stub modules.Georg Brandl2008-05-1637-68/+70
|
* Changed references to the reprlib module to use its new name.Alexandre Vassalotti2008-05-162-3/+3
|
* Updated import statements to use the new `configparser` module name.Alexandre Vassalotti2008-05-141-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 Vassalotti2008-05-121-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 Vassalotti2008-05-112-6/+6
| | | | Use the 3.0 module name to avoid spurious warnings.
* Added module stub for copy_reg renaming in 3.0.Alexandre Vassalotti2008-05-111-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.6a3Barry Warsaw2008-05-081-1/+1
|