summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix the question marks next to the expansions of some of theFred Drake2000-02-141-2/+2
* rename several of the generic attribute names for nodes. new node attrs are:Jeremy Hylton2000-02-142-24/+24
* (), [], and {} should not be represented as constant expressions, theyJeremy Hylton2000-02-142-6/+6
* Patch by Jack Jansen:Guido van Rossum2000-02-141-0/+12
* split compile.py into two filesJeremy Hylton2000-02-144-1072/+1246
* change MODULE_NAMESPACE/FUNCTION_NAMESPACE stuff to have a single flagJeremy Hylton2000-02-122-68/+174
* And added a note about needing two "cvs update"s.Jack Jansen2000-02-111-0/+6
* Explained that you have to checkout the Mac portion of Python in a separateJack Jansen2000-02-111-3/+24
* add support for Lambda nodesJeremy Hylton2000-02-112-16/+56
* Ditched '_find_SET()', since it was a no-value-added wrapper aroundGreg Ward2000-02-111-23/+14
* Latest patch from Thomas Heller/Robin Becker:Greg Ward2000-02-111-47/+68
* add loop handling viaJeremy Hylton2000-02-102-26/+126
* add an __len__ to Set and StackJeremy Hylton2000-02-102-0/+8
* Document the API changes to the nntplib module (exceptions becomeBarry Warsaw2000-02-101-14/+40
* Added new exception classes:Barry Warsaw2000-02-101-28/+81
* Enable -t when compiling Python library modules in libinstall (.pycFred Drake2000-02-101-2/+2
* add namespace attr to CodeGenerator, can be either MODULE_NAMESPACE orJeremy Hylton2000-02-102-44/+70
* Untabify to pass the -tt test.Fred Drake2000-02-108-807/+807
* Detabify.Fred Drake2000-02-101-28/+28
* In AskYesNoCancel() treat the "yes" and "no" buttons the same way as the cancelJack Jansen2000-02-101-4/+10
* Make this pass the -tt test.Fred Drake2000-02-101-8/+8
* Stylistic changes to the registry-grovelling code: code formatting, changedGreg Ward2000-02-101-23/+51
* Typecheck 'output_dir' argument to compile/link methods.Greg Ward2000-02-101-0/+6
* Path from Thomas Heller: resurrect the .def file kludge while preserving theGreg Ward2000-02-101-2/+14
* Patch from Thomas heller:Greg Ward2000-02-101-11/+33
* add ExampleASTVisitor:Jeremy Hylton2000-02-102-110/+398
* add remove method to setJeremy Hylton2000-02-102-0/+4
* Added 'debug' option, and changed compile/link calls to use it.Greg Ward2000-02-093-10/+30
* Added 'debug' option (just there for 'build_ext' and 'build_lib' commandsGreg Ward2000-02-091-0/+3