| Commit message (Expand) | Author | Age | Files | Lines |
* | Adding the old stack viewer implementation back, for the debugger. | Guido van Rossum | 2000-02-15 | 1 | -0/+276 |
|
|
* | New stack viewer, uses a tree widget. | Guido van Rossum | 2000-02-15 | 1 | -230/+89 |
|
|
* | Correct a typo and remove an unqualified except that was hiding the error. | Guido van Rossum | 2000-02-15 | 1 | -2/+2 |
|
|
* | Add an XXX comment about the ClassBrowser AIP. | Guido van Rossum | 2000-02-15 | 1 | -0/+2 |
|
|
* | Updated change log. | Guido van Rossum | 2000-02-15 | 1 | -0/+434 |
|
|
* | News update. Probably incomplete; what else is new? | Guido van Rossum | 2000-02-15 | 1 | -0/+27 |
|
|
* | Updated for pending IDLE 0.5 release (still very rough -- just getting | Guido van Rossum | 2000-02-15 | 1 | -5/+5 |
|
|
* | Tiny addition. | Guido van Rossum | 2000-02-15 | 1 | -1/+1 |
|
|
* | In response to one particular complaint on edu-sig, change some error | Guido van Rossum | 2000-02-15 | 1 | -3/+3 |
|
|
* | edit a doc string | Jeremy Hylton | 2000-02-14 | 2 | -2/+12 |
|
|
* | Make multiplying a sequence by a long integer (5L * 'b') legal | Andrew M. Kuchling | 2000-02-14 | 1 | -2/+13 |
|
|
* | get rid of spurious print | Jeremy Hylton | 2000-02-14 | 2 | -2/+0 |
|
|
* | Patch by Gerrit Holl: | Guido van Rossum | 2000-02-14 | 2 | -4/+4 |
|
|
* | Patch by Gerrit Holl: | Guido van Rossum | 2000-02-14 | 1 | -2/+6 |
|
|
* | looks like everything is working except for try/except (pystone | Jeremy Hylton | 2000-02-14 | 2 | -12/+28 |
|
|
* | LeftShift & RightShift: fix reprs, change attr names to left and right | Jeremy Hylton | 2000-02-14 | 2 | -20/+20 |
|
|
* | Fix the question marks next to the expansions of some of the | Fred Drake | 2000-02-14 | 1 | -2/+2 |
|
|
* | rename several of the generic attribute names for nodes. new node attrs are: | Jeremy Hylton | 2000-02-14 | 2 | -24/+24 |
|
|
* | (), [], and {} should not be represented as constant expressions, they | Jeremy Hylton | 2000-02-14 | 2 | -6/+6 |
|
|
* | Patch by Jack Jansen: | Guido van Rossum | 2000-02-14 | 1 | -0/+12 |
|
|
* | split compile.py into two files | Jeremy Hylton | 2000-02-14 | 4 | -1072/+1246 |
|
|
* | change MODULE_NAMESPACE/FUNCTION_NAMESPACE stuff to have a single flag | Jeremy Hylton | 2000-02-12 | 2 | -68/+174 |
|
|
* | And added a note about needing two "cvs update"s. | Jack Jansen | 2000-02-11 | 1 | -0/+6 |
|
|
* | Explained that you have to checkout the Mac portion of Python in a separate | Jack Jansen | 2000-02-11 | 1 | -3/+24 |
|
|
* | add support for Lambda nodes | Jeremy Hylton | 2000-02-11 | 2 | -16/+56 |
|
|
* | Ditched '_find_SET()', since it was a no-value-added wrapper around | Greg Ward | 2000-02-11 | 1 | -23/+14 |
|
|
* | Latest patch from Thomas Heller/Robin Becker: | Greg Ward | 2000-02-11 | 1 | -47/+68 |
|
|
* | add loop handling via | Jeremy Hylton | 2000-02-10 | 2 | -26/+126 |
|
|
* | add an __len__ to Set and Stack | Jeremy Hylton | 2000-02-10 | 2 | -0/+8 |
|
|
* | Document the API changes to the nntplib module (exceptions become | Barry Warsaw | 2000-02-10 | 1 | -14/+40 |
|
|
* | Added new exception classes: | Barry Warsaw | 2000-02-10 | 1 | -28/+81 |
|
|
* | Enable -t when compiling Python library modules in libinstall (.pyc | Fred Drake | 2000-02-10 | 1 | -2/+2 |
|
|
* | add namespace attr to CodeGenerator, can be either MODULE_NAMESPACE or | Jeremy Hylton | 2000-02-10 | 2 | -44/+70 |
|
|
* | Untabify to pass the -tt test. | Fred Drake | 2000-02-10 | 8 | -807/+807 |
|
|
* | Detabify. | Fred Drake | 2000-02-10 | 1 | -28/+28 |
|
|
* | In AskYesNoCancel() treat the "yes" and "no" buttons the same way as the cancel | Jack Jansen | 2000-02-10 | 1 | -4/+10 |
|
|
* | Make this pass the -tt test. | Fred Drake | 2000-02-10 | 1 | -8/+8 |
|
|
* | Stylistic changes to the registry-grovelling code: code formatting, changed | Greg Ward | 2000-02-10 | 1 | -23/+51 |
|
|
* | Typecheck 'output_dir' argument to compile/link methods. | Greg Ward | 2000-02-10 | 1 | -0/+6 |
|
|
* | Path from Thomas Heller: resurrect the .def file kludge while preserving the | Greg Ward | 2000-02-10 | 1 | -2/+14 |
|
|
* | Patch from Thomas heller: | Greg Ward | 2000-02-10 | 1 | -11/+33 |
|
|
* | add ExampleASTVisitor: | Jeremy Hylton | 2000-02-10 | 2 | -110/+398 |
|
|
* | add remove method to set | Jeremy Hylton | 2000-02-10 | 2 | -0/+4 |
|
|
* | Added 'debug' option, and changed compile/link calls to use it. | Greg Ward | 2000-02-09 | 3 | -10/+30 |
|
|
* | Added 'debug' option (just there for 'build_ext' and 'build_lib' commands | Greg Ward | 2000-02-09 | 1 | -0/+3 |
|
|
* | Added 'debug' flags to compile and link methods, and added dummy code for | Greg Ward | 2000-02-09 | 1 | -3/+13 |
|
|
* | Added 'debug' flags to compile and link methods, and modified code to add | Greg Ward | 2000-02-09 | 1 | -1/+13 |
|
|
* | Added 'debug' flag to compile and link method signatures. | Greg Ward | 2000-02-09 | 1 | -23/+43 |
|
|
* | add optional verbose arg to walk function. it overrides the global | Jeremy Hylton | 2000-02-08 | 2 | -58/+274 |
|
|
* | make all unary operators have a single child node called expr | Jeremy Hylton | 2000-02-08 | 2 | -8/+8 |
|
|