summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* changes to _lookupNameJeremy Hylton2000-02-172-28/+26
* the previous quick hack to fix def foo((x,y)) failed on some casesJeremy Hylton2000-02-174-32/+96
* add varargs and kwargs flags to Lambda nodesJeremy Hylton2000-02-172-0/+10
* satisfy the tabnannyJeremy Hylton2000-02-172-394/+398
* Update the description of int() to include the radix parameter;Fred Drake2000-02-171-12/+16
* Typo in a comment: "wheter" --> "whether"Fred Drake2000-02-171-1/+1
* Patches by Piers Lauder.Guido van Rossum2000-02-171-8/+21
* Add primitive customization of window size and font.Guido van Rossum2000-02-171-3/+19
* Patch by Mark Hammond:Guido van Rossum2000-02-171-15/+75
* Changes by Mark Hammond related to the new WindowsError exception.Guido van Rossum2000-02-171-0/+6
* Declarations related to new WindowsError exception.Guido van Rossum2000-02-171-0/+7
* Added WindowsError, for Mark Hammond's extensions.Guido van Rossum2000-02-171-0/+6
* Added docs for new crc32() function. By Jim Ahlstrom.Guido van Rossum2000-02-161-0/+12
* Added test for new crc32() function.Guido van Rossum2000-02-161-0/+6
* Patch by Jim Ahlstrom to add crc32, a useful checksum functionGuido van Rossum2000-02-161-0/+141
* The 0.5 release happened on 2/15, not on 2/14. :-)Guido van Rossum2000-02-161-1/+1
* support for arglists with implicit tuple unpacksJeremy Hylton2000-02-162-30/+122
* more robust assignment of lineno for keyword argsJeremy Hylton2000-02-162-6/+6
* fix argcount generation for arg lists containing tuple unpacksJeremy Hylton2000-02-162-4/+26
* add flatten helper functionJeremy Hylton2000-02-162-0/+22
* finish first impl of code generatorJeremy Hylton2000-02-152-24/+140
* fix creation of Ellipsis nodeJeremy Hylton2000-02-152-2/+2
* add a little debugging support when new.code raises SystemErrorJeremy Hylton2000-02-152-10/+42
* no real change -- testing syncmailJeremy Hylton2000-02-151-1/+1
* add line numbers to nodes in the except clause (when possible)Jeremy Hylton2000-02-152-2/+6
* tidy up tryexcept and tryfinally nodesJeremy Hylton2000-02-152-28/+40
* A bit restructured.Guido van Rossum2000-02-151-15/+40
* Oops, somehow the initial checkin was botched. :-(Guido van Rossum2000-02-151-0/+336
* Added some clarifications.Guido van Rossum2000-02-151-4/+8
* Temporarily add a copy here for easy distribution.Guido van Rossum2000-02-151-0/+0
* More changes.Guido van Rossum2000-02-151-1/+20
* Notice status back and stack viewer.Guido van Rossum2000-02-151-0/+5
* Support for Moshe's status bar.Guido van Rossum2000-02-151-2/+20
* Status bar code -- by Moshe Zadka.Guido van Rossum2000-02-151-0/+32
* Adding the old stack viewer implementation back, for the debugger.Guido van Rossum2000-02-151-0/+276
* New stack viewer, uses a tree widget.Guido van Rossum2000-02-151-230/+89
* Correct a typo and remove an unqualified except that was hiding the error.Guido van Rossum2000-02-151-2/+2
* Add an XXX comment about the ClassBrowser AIP.Guido van Rossum2000-02-151-0/+2
* Updated change log.Guido van Rossum2000-02-151-0/+434
* News update. Probably incomplete; what else is new?Guido van Rossum2000-02-151-0/+27
* Updated for pending IDLE 0.5 release (still very rough -- just gettingGuido van Rossum2000-02-151-5/+5
* Tiny addition.Guido van Rossum2000-02-151-1/+1
* In response to one particular complaint on edu-sig, change some errorGuido van Rossum2000-02-151-3/+3
* edit a doc stringJeremy Hylton2000-02-142-2/+12
* Make multiplying a sequence by a long integer (5L * 'b') legalAndrew M. Kuchling2000-02-141-2/+13
* get rid of spurious printJeremy Hylton2000-02-142-2/+0
* Patch by Gerrit Holl:Guido van Rossum2000-02-142-4/+4
* Patch by Gerrit Holl:Guido van Rossum2000-02-141-2/+6
* looks like everything is working except for try/except (pystoneJeremy Hylton2000-02-142-12/+28
* LeftShift & RightShift: fix reprs, change attr names to left and rightJeremy Hylton2000-02-142-20/+20