summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Saving a file containing unicode failed.Kurt B. Kaiser2007-09-011-14/+11
* Eliminate latin-1 encodingKurt B. Kaiser2007-08-311-1/+1
* Point IDLE menu Help / Python Docs at Python 3000 versionKurt B. Kaiser2007-08-311-1/+1
* Convert IDLE's CREDITS file to unicode.Kurt B. Kaiser2007-08-311-1/+1
* Updated tracker link.Guido van Rossum2007-08-311-6/+3
* 1. Don't encode input strings to bytes.Kurt B. Kaiser2007-08-311-7/+1
* IDLE's py3k NEWSKurt B. Kaiser2007-08-301-1/+19
* Don't ascii encode eol_convention. Was causing file write to fail.Kurt B. Kaiser2007-08-301-3/+0
* Bump IDLE version.Kurt B. Kaiser2007-08-301-1/+1
* Use inspect.py and clean up.Kurt B. Kaiser2007-08-301-77/+61
* 1. Debugger was failing to start due to DictProxy limitations.Kurt B. Kaiser2007-08-292-10/+32
* os.getcwd() now returns a normal string (ie, unicode)Neal Norwitz2007-08-261-5/+2
* Fix another map(...) --> list(map...)Kurt B. Kaiser2007-08-261-1/+1
* os.getcwd() is returning str8; sys.path items are str.Kurt B. Kaiser2007-08-231-1/+4
* Conform to py3k dict.{keys, items, values} with some advice from 2b3Kurt B. Kaiser2007-08-2314-51/+50
* Fix raise with 2to3Kurt B. Kaiser2007-08-237-19/+19
* Switch to absolute imports to support direct execution of modules. ManyKurt B. Kaiser2007-08-2235-119/+120
* Replace file() with open()Kurt B. Kaiser2007-08-221-1/+1
* Use buffer of type 'bytes' to accumulate from socket.Kurt B. Kaiser2007-08-221-9/+9
* Fix bug introduced at r54854 to mass replace string fcns with methods :-)Kurt B. Kaiser2007-08-221-4/+1
* Fix some debugging print statementsKurt B. Kaiser2007-08-221-4/+6
* Remove some old comments adequately covered in the code.Kurt B. Kaiser2007-08-221-7/+0
* 1. Fix File Open: don't encode filename to UTF-8 bytesKurt B. Kaiser2007-08-221-8/+6