summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib
Commit message (Expand)AuthorAgeFilesLines
* fix #3628; idle wouldn't start because of a typoBenjamin Peterson2008-09-191-1/+1
* bumping to 3.0rc1v3.0rc1Barry Warsaw2008-09-181-1/+1
* Bumping to 3.0b3v3.0b3Barry Warsaw2008-08-211-1/+1
* xrange -> range.Georg Brandl2008-07-191-1/+1
* Bumping to 3.0b2v3.0b2Barry Warsaw2008-07-181-1/+1
* Bump to 3.0b1v3.0b1Barry Warsaw2008-06-191-1/+1
* Fix last traces of old threading API.Georg Brandl2008-06-131-1/+1
* fix more threading API related bugsBenjamin Peterson2008-06-132-8/+8
* Fixed old Tkinter import, the last apparentlyGuilherme Polo2008-05-251-1/+1
* Rename thread to _thread and dummy_thread to _dummy_thread. Issue #2875.Georg Brandl2008-05-251-1/+1
* Fix Queue -> queue.Georg Brandl2008-05-251-1/+1
* Tkinter, step 2: adapt imports.Georg Brandl2008-05-1737-65/+67
* Rename the repr module to reprlib.Alexandre Vassalotti2008-05-162-3/+3
* Renamed ConfigParser to configparser.Alexandre Vassalotti2008-05-141-1/+1
* Convert a lot of print statements to print functions in docstrings,Neal Norwitz2008-05-131-2/+2
* Renamed the SocketServer module to 'socketserver'.Alexandre Vassalotti2008-05-121-7/+7
* Rename Queue module to queue.Alexandre Vassalotti2008-05-112-6/+6
* Rename copy_reg module to copyreg.Alexandre Vassalotti2008-05-111-3/+3
* Bumping versions for 3.0a5v3.0a5Barry Warsaw2008-05-081-1/+1
* Merged revisions 62425-62429,62434-62436,62441,62444,62446-62448,62450-62455,...Christian Heimes2008-05-045-24/+79
* release.py induced and manual editing steps for 3.0a4.v3.0a4Barry Warsaw2008-04-021-1/+1
* Merged revisions 62021,62029,62035-62038,62043-62044,62052-62053 via svnmerge...Benjamin Peterson2008-03-312-4/+3
* - Issue #719888: Updated tokenize to use a bytes API. generate_tokens has beenTrent Nelson2008-03-181-1/+3
* Copyright and version tweaks for 3.0a3.v3.0a3Barry Warsaw2008-03-012-2/+2
* Merged revisions 60990-61002 via svnmerge fromChristian Heimes2008-02-236-6/+1
* Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,...Christian Heimes2008-02-164-38/+39
* Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,...Christian Heimes2008-02-141-0/+7
* Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,...Christian Heimes2008-02-121-1/+1
* Convert some custom sort comparison functions to equivalent key functions.Kurt B. Kaiser2008-02-122-15/+2
* Convert some custom sort comparison functions to equivalent key functions.Raymond Hettinger2008-01-302-2/+2
* Merged revisions 60210-60233 via svnmerge fromChristian Heimes2008-01-242-1/+11
* Merged revisions 59595-59604 via svnmerge fromChristian Heimes2007-12-282-20/+24
* help() was not paging to the shell. Issue1650.Kurt B. Kaiser2007-12-283-1/+14
* Merged revisions 59465-59487 via svnmerge fromChristian Heimes2007-12-142-148/+47
* Shell was not colorizing due to bug introduced at r57998, Bug 1586.Kurt B. Kaiser2007-12-132-2/+17
* maxint->maxsize. Wouldn't import.Kurt B. Kaiser2007-12-121-1/+1
* Bump versionKurt B. Kaiser2007-12-121-1/+1
* Merged revisions 59450-59464 via svnmerge fromChristian Heimes2007-12-111-0/+1
* Two IDLE errors in Option->Configure menu.Amaury Forgeot d'Arc2007-12-101-3/+3
* #1535: rename __builtin__ module to builtins.Georg Brandl2007-12-022-3/+3
* Removed the API to create unbound methods and simplified the API for bound me...Christian Heimes2007-11-271-3/+3
* Fix an issue with str.translate() in IDLE -- str.translate() only acceptsGuido van Rossum2007-11-211-3/+4
* Merging the py3k-pep3137 branch back into the py3k branch.Guido van Rossum2007-11-061-1/+1
* Merged revisions 58221-58741 via svnmerge fromGuido van Rossum2007-11-0113-168/+710
* In followup to #1310: Remove more exception indexing.Georg Brandl2007-10-221-4/+5
* Finish bug fix applied at 58398. I missed a piece, Tal Einat found the error.Kurt B. Kaiser2007-10-151-1/+1
* the default class attr is needed!Kurt B. Kaiser2007-10-101-0/+1
* Windows EOL sequence not converted correctly, encoding error.Kurt B. Kaiser2007-10-092-4/+13
* Make IDLE's file decode more robust.Kurt B. Kaiser2007-09-071-45/+76
* 1. Fail gracefully if the file fails to decode when loaded.Kurt B. Kaiser2007-09-062-44/+31