- 81ee3ef Merged revisions 62425-62429,62434-62436,62441,62444,62446-62448,62450-62455,62463,62465-62466,62469,62474,62476-62478,62480,62485,62492,62497-62498,62500,62507,62513-62514,62516,62521,62531,62535,62545-62546,62548-62551,62553-62559,62569,62574,62577,62593,62595,62604-62606,62608,62616,62626-62627,62636,62638,62644-62645,62647-62648,62651-62653,62656,62661,62663,62680,62686-62687,62696,62699-62703,62711 via svnmerge from by Christian Heimes · 17 years ago
- bb5cd08 release.py induced and manual editing steps for 3.0a4. by Barry Warsaw · 17 years ago
- 2a691a8 Merged revisions 62021,62029,62035-62038,62043-62044,62052-62053 via svnmerge from by Benjamin Peterson · 17 years ago
- 428de65 - Issue #719888: Updated tokenize to use a bytes API. generate_tokens has been by Trent Nelson · 17 years ago
- 659fc42 Copyright and version tweaks for 3.0a3. by Barry Warsaw · 17 years ago
- 05e8be1 Merged revisions 60990-61002 via svnmerge from by Christian Heimes · 17 years ago
- a156e09 Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,60505-60506,60508-60509,60523-60524,60532,60543,60545,60547-60548,60552,60554,60556-60559,60561-60562,60569,60571-60572,60574,60576-60583,60585-60586,60589,60591,60594-60595,60597-60598,60600-60601,60606-60612,60615,60617,60619-60621,60623-60625,60627-60629,60631,60633,60635,60647,60650,60652,60654,60656,60658-60659,60664-60666,60668-60670,60672,60676,60678,60680-60683,60685-60686,60688,60690,60692-60694,60697-60700,60705-60706,60708,60711,60714,60720,60724-60730,60732,60736,60742,60744,60746,60748,60750-60751,60753,60756-60757,60759-60761,60763-60764,60766,60769-60770,60774-60784,60787-60845 via svnmerge from by Christian Heimes · 17 years ago
- 68f5fbe Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,60505-60506,60508-60509,60523-60524,60532,60543,60545,60547-60548,60552,60554,60556-60559,60561-60562,60569,60571-60572,60574,60576-60583,60585-60586,60589,60591,60594-60595,60597-60598,60600-60601,60606-60612,60615,60617,60619-60621,60623-60625,60627-60629,60631,60633,60635,60647,60650,60652,60654,60656,60658-60659,60664-60666,60668-60670,60672,60676,60678,60680-60683,60685-60686,60688,60690,60692-60694,60697-60700,60705-60706,60708,60711,60714,60720,60724-60730,60732,60736,60742,60744,60746,60748,60750-60766,60769-60786 via svnmerge from by Christian Heimes · 17 years ago
- 0bd4e11 Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,60505-60506,60508-60509,60523-60524,60532,60543,60545,60547-60548,60552,60554,60556-60559,60561-60562,60569,60571-60572,60574,60576-60583,60585-60586,60589,60591,60594-60595,60597-60598,60600-60601,60606-60612,60615,60617,60619-60621,60623-60625,60627-60629,60631,60633,60635,60647,60650,60652,60654,60656,60658-60659,60664-60666,60668-60670,60672,60676,60678,60680-60683,60685-60686,60688,60690,60692-60694,60697-60700,60705-60706,60708,60711,60714,60720,60724-60730,60732,60735-60751 via svnmerge from by Christian Heimes · 17 years ago
- 4718bf8 Convert some custom sort comparison functions to equivalent key functions. by Kurt B. Kaiser · 17 years ago
- d4cb56d Convert some custom sort comparison functions to equivalent key functions. by Raymond Hettinger · 17 years ago
- bbffeb6 Merged revisions 60210-60233 via svnmerge from by Christian Heimes · 17 years ago
- 9a37159 Merged revisions 59595-59604 via svnmerge from by Christian Heimes · 17 years ago
- f609a34 help() was not paging to the shell. Issue1650. by Kurt B. Kaiser · 17 years ago
- 3805321 Merged revisions 59465-59487 via svnmerge from by Christian Heimes · 17 years ago
- 8a78cad Shell was not colorizing due to bug introduced at r57998, Bug 1586. by Kurt B. Kaiser · 17 years ago
- 3536a5c maxint->maxsize. Wouldn't import. by Kurt B. Kaiser · 17 years ago
- 79bbbbc Bump version by Kurt B. Kaiser · 17 years ago
- b76922a Merged revisions 59450-59464 via svnmerge from by Christian Heimes · 17 years ago
- b9f7f24 Two IDLE errors in Option->Configure menu. Reported by Mark Summerfield. by Amaury Forgeot d'Arc · 17 years ago
- 1a3284e #1535: rename __builtin__ module to builtins. by Georg Brandl · 17 years ago
- ff73795 Removed the API to create unbound methods and simplified the API for bound methods. The signature is PyMethod_New(func, instance). by Christian Heimes · 17 years ago
- b0efee2 Fix an issue with str.translate() in IDLE -- str.translate() only accepts by Guido van Rossum · 17 years ago
- 98297ee Merging the py3k-pep3137 branch back into the py3k branch. by Guido van Rossum · 17 years ago
- 8ce8a78 Merged revisions 58221-58741 via svnmerge from by Guido van Rossum · 17 years ago
- 6464d47 In followup to #1310: Remove more exception indexing. by Georg Brandl · 17 years ago
- cdadf24 Finish bug fix applied at 58398. I missed a piece, Tal Einat found the error. by Kurt B. Kaiser · 17 years ago
- 8d5c8b5 the default class attr is needed! by Kurt B. Kaiser · 17 years ago
- 3e623ba Windows EOL sequence not converted correctly, encoding error. by Kurt B. Kaiser · 17 years ago
- 44fa8f6 Make IDLE's file decode more robust. by Kurt B. Kaiser · 17 years ago
- 105f60e 1. Fail gracefully if the file fails to decode when loaded. by Kurt B. Kaiser · 17 years ago
- 1963ad3 Saving a file containing unicode failed. by Kurt B. Kaiser · 17 years ago
- 804252b Eliminate latin-1 encoding by Kurt B. Kaiser · 17 years ago
- d953f6e Point IDLE menu Help / Python Docs at Python 3000 version by Kurt B. Kaiser · 17 years ago
- 610cee3 Convert IDLE's CREDITS file to unicode. by Kurt B. Kaiser · 17 years ago
- 27b0240 Updated tracker link. by Guido van Rossum · 17 years ago
- 7cec252 1. Don't encode input strings to bytes. 2. Re-enable stderr redirection. by Kurt B. Kaiser · 17 years ago
- bc3b345 IDLE's py3k NEWS by Kurt B. Kaiser · 17 years ago
- 623d372 Don't ascii encode eol_convention. Was causing file write to fail. by Kurt B. Kaiser · 17 years ago
- 5495957 Bump IDLE version. by Kurt B. Kaiser · 17 years ago
- 152b3c2 Use inspect.py and clean up. by Kurt B. Kaiser · 17 years ago
- cf3c4217 1. Debugger was failing to start due to DictProxy limitations. by Kurt B. Kaiser · 17 years ago
- d082b6e os.getcwd() now returns a normal string (ie, unicode) by Neal Norwitz · 17 years ago
- 5b0fdc9 Fix another map(...) --> list(map...) by Kurt B. Kaiser · 17 years ago
- 9a3b014 os.getcwd() is returning str8; sys.path items are str. by Kurt B. Kaiser · 17 years ago
- e071277 Conform to py3k dict.{keys, items, values} with some advice from 2b3 by Kurt B. Kaiser · 17 years ago
- ad66742 Fix raise with 2to3 by Kurt B. Kaiser · 17 years ago
- 2d7f6a0 Switch to absolute imports to support direct execution of modules. Many by Kurt B. Kaiser · 17 years ago
- 7a4dbaf Replace file() with open() by Kurt B. Kaiser · 17 years ago
- 2d726df Use buffer of type 'bytes' to accumulate from socket. by Kurt B. Kaiser · 17 years ago
- 4d9620a Fix bug introduced at r54854 to mass replace string fcns with methods :-) by Kurt B. Kaiser · 17 years ago
- ea03c11 Fix some debugging print statements by Kurt B. Kaiser · 17 years ago
- bfc672b Remove some old comments adequately covered in the code. by Kurt B. Kaiser · 17 years ago
- 3a4e24b 1. Fix File Open: don't encode filename to UTF-8 bytes by Kurt B. Kaiser · 17 years ago
- 003b098 eliminate "from ... import *" in a function. by Kurt B. Kaiser · 17 years ago
- 4c269c5 Fix two obvious 2.xisms. by Guido van Rossum · 17 years ago
- 4d9ed9f Enable basic load/store again. by Martin v. Löwis · 17 years ago
- 0f98d8f Allow str8 in .write(). by Martin v. Löwis · 17 years ago
- 98ff898 Expect that source strings are Unicode. by Martin v. Löwis · 17 years ago
- e83395e Make assertion error be more verbose. by Martin v. Löwis · 17 years ago
- 163b717 Fix typo. by Martin v. Löwis · 17 years ago
- 646049e Don't try to convert str to Unicode anymore. by Martin v. Löwis · 17 years ago
- cbbe98f 1. Catch TypeError exception when writing to OutputWindow by Kurt B. Kaiser · 17 years ago
- 7378df7 Fix what appears to be a very old bug. Tkinter in struni is more intolerant by Kurt B. Kaiser · 17 years ago
- 6ae6ba0 Remove the None tag from tagdefs dict for now, appears inoperative and by Kurt B. Kaiser · 17 years ago
- e1b4a16 Fix circular import issue by Kurt B. Kaiser · 17 years ago
- f2335a9 Fix filter() issues by Kurt B. Kaiser · 17 years ago
- 66aaf74 Fix remaining map() issues. by Kurt B. Kaiser · 17 years ago
- 60455b2 Use relative imports by Kurt B. Kaiser · 17 years ago
- c76a250 Merged revisions 56782-56847 via svnmerge from by Guido van Rossum · 17 years ago
- 33d2689 Merged revisions 56492-56752 via svnmerge from by Guido van Rossum · 17 years ago
- 95c95ce Merged revisions 56483-56491 via svnmerge from by Martin v. Löwis · 17 years ago
- 36e0a92 Merged revisions 56443-56466 via svnmerge from by Guido van Rossum · 17 years ago
- 99603b0 Getting rid of cPickle. Mmm, feels good! by Guido van Rossum · 17 years ago
- b5a755e Merged revisions 56301-56442 via svnmerge from by Guido van Rossum · 17 years ago
- 5de48bd Simplify various spots where: str() is called on something by Walter Dörwald · 17 years ago
- 1325790 Merged revisions 55795-55816 via svnmerge from by Guido van Rossum · 17 years ago
- e7ba495 Merged revisions 55631-55794 via svnmerge from by Guido van Rossum · 17 years ago
- d59da4b Merged revisions 55407-55513 via svnmerge from by Guido van Rossum · 17 years ago
- 1bc535d Merged revisions 55328-55341 via svnmerge from by Guido van Rossum · 17 years ago
- 805365e Merged revisions 55007-55179 via svnmerge from by Guido van Rossum · 18 years ago
- ef87d6e Rip out all the u"..." literals and calls to unicode(). by Guido van Rossum · 18 years ago
- d8faa36 Merged revisions 53952-54987 via svnmerge from by Guido van Rossum · 18 years ago
- 9d72bb4 Remove functions in string module that are also string methods. Also remove: by Neal Norwitz · 18 years ago
- 57b39e0 Bug #1697782: remove all remaining code that uses types.InstanceType. by Georg Brandl · 18 years ago
- 5dc0d97 Fix merge bug (lost line causing syntax error). by Guido van Rossum · 18 years ago
- 221085d Change all the function attributes from func_* -> __*__. This gets rid by Neal Norwitz · 18 years ago
- cf297e4 Merged revisions 53623-53858 via svnmerge from by Thomas Wouters · 18 years ago
- 79139b2 Kill off softspace completely (except in formatter.py which seems to have by Guido van Rossum · 18 years ago
- be19ed7 Fix most trivially-findable print statements. by Guido van Rossum · 18 years ago
- 9fe394c Merged revisions 53538-53622 via svnmerge from by Thomas Wouters · 18 years ago
- fc7bb8c Merged revisions 53304-53433,53435-53450 via svnmerge from by Thomas Wouters · 18 years ago
- b940e11 SF patch 1631942 by Collin Winter: by Guido van Rossum · 18 years ago
- 902d6eb Merged revisions 53005-53303 via svnmerge from by Thomas Wouters · 18 years ago
- 89f507f Four months of trunk changes (including a few releases...) by Thomas Wouters · 18 years ago
- 7cae87c Patch #1550800: make exec a function. by Georg Brandl · 18 years ago
- 0b70cca Remove usage of backticks. by Brett Cannon · 18 years ago
- 01c77c6 Anna Ravenscroft identified many occurrences of "file" used to open a file by Alex Martelli · 18 years ago
- 811c4e0 Remove has_key() references from idlelib. IDLE still doesn't run due by Guido van Rossum · 18 years ago
- 89da5d7 Kill reduce(). A coproduction of John Reese, Jacques Frechet, and Alex M. by Guido van Rossum · 18 years ago