summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib
Commit message (Collapse)AuthorAgeFilesLines
* py-cvs-rel2_1 (Rev 1.6) merge - whitespace normalizationKurt B. Kaiser2001-07-131-14/+13
|
* py-cvs-rel2_1 (Rev 1.4) merge - move "import *" to module levelKurt B. Kaiser2001-07-131-1/+1
|
* py-cvs-rel2_1 (Rev 1.9) merge - whitespace normalizationKurt B. Kaiser2001-07-131-2/+2
|
* py-cvs-rel2_1 (Rev 1.8) merge - whitespace normalizationKurt B. Kaiser2001-07-131-6/+6
|
* py-cvs-rel2_1 (Rev 1.33 - 1.37) mergeKurt B. Kaiser2001-07-131-14/+16
| | | | | | | | | | | VP IDLE version depended on VP's ExecBinding.py and spawn.py to get the path to the Windows Doc directory (relative to python.exe). Removed this conflicting code in favor of py-cvs updates which on Windows use a hard coded path relative to the location of this module. py-cvs updates include support for webbrowser.py. Module still has BrowserControl.py for 1.5.2 support. At this point, the differences wrt py-cvs relate to menu functionality.
* py-cvs-rel2_1 merge - Remove, lives in /LibKurt B. Kaiser2001-07-131-382/+0
|
* py-cvs-rel2_1 (Rev 1.3) merge - whitespace normalizationKurt B. Kaiser2001-07-131-1/+0
|
* py-cvs-rel2_1 (Rev 1.15) merge - whitespace normalizationKurt B. Kaiser2001-07-131-4/+4
|
* py-cvs-rel2_1 (Rev 1.11 and 1.12) mergeKurt B. Kaiser2001-07-131-15/+28
| | | | Colorize "as" after "import" / use DEBUG instead of __debug__
* py-cvs-rel2_1 (Rev 1.12) merge - whitespace normalizationKurt B. Kaiser2001-07-121-1/+1
|
* py-cvs-rel2_1 (Rev 1.8) merge - whitespace normalizationKurt B. Kaiser2001-07-121-3/+3
|
* py-cvs-rel2_1 (Rev 1.3) merge - whitespace normalizationKurt B. Kaiser2001-07-121-2/+2
|
* py-cvs-rel1_2 (Rev 1.4) merge,Kurt B. Kaiser2001-07-121-2/+1
| | | | | "Add Alt-slash to Unix keydefs (I somehow need it on RH 6.2). Get rid of assignment to unused self.text.wordlist." --GvR
* py-cvs merge, python 1.5.2 compatabilitySteven M. Gava2001-07-121-2/+18
|
* py-cvs merge, better error dialogSteven M. Gava2001-07-121-3/+7
|
* py-cvs merge, additionsSteven M. Gava2001-07-121-0/+6
|
* py-cvs merge, correct indentationSteven M. Gava2001-07-121-1/+1
|
* py-cvs merge, correct typoSteven M. Gava2001-07-121-2/+2
|
* py-cvs merge, update colour changing infoSteven M. Gava2001-07-121-1/+2
|
* py-cvs merge, idle_dir loading changedSteven M. Gava2001-07-121-1/+1
|
* py-cvs merge, version updateSteven M. Gava2001-07-121-1/+1
|
* Initial revisionKurt B. Kaiser2001-07-111-0/+157
|
* Initial revisionSteven M. Gava2001-06-253-0/+435
|
* Fixes for Python 1.6 compatibility - socket bind and connect get aNicholas Riley2000-09-241-2/+2
| | | | tuple instead two arguments.
* Change for Python 1.6 compatibility - UNIX's 'os' module definesNicholas Riley2000-09-241-16/+15
| | | | 'spawnv' now, so we check for 'fork' first.
* Initial revisionDavid Scherer2000-08-1573-0/+12383