| Commit message (Expand) | Author | Age | Files | Lines |
* | add TODO section | Greg Stein | 2000-02-19 | 1 | -0/+100 |
|
|
* | reduce fsimp coupling: provide fs_imp param to ImportManager constructor, | Greg Stein | 2000-02-18 | 1 | -48/+45 |
|
|
* | shift demo importers to importers.py (destined for Demo/ ?) | Greg Stein | 2000-02-18 | 1 | -227/+16 |
|
|
* | Changed all references to command methods 'set_default_options()' and | Greg Ward | 2000-02-18 | 1 | -23/+23 |
|
|
* | Renamed 'set_default_options()' to 'initialize_options()', and | Greg Ward | 2000-02-18 | 10 | -28/+28 |
|
|
* | Changed references to the command class 'options' attribute to 'user_options'. | Greg Ward | 2000-02-18 | 1 | -26/+27 |
|
|
* | Renamed all 'options' class attributes to 'user_options'. | Greg Ward | 2000-02-18 | 10 | -105/+115 |
|
|
* | Command classes are now named identically to their commands, so reflect this | Greg Ward | 2000-02-18 | 1 | -2/+1 |
|
|
* | Renamed all command classes so they're exactly the same as the name of the | Greg Ward | 2000-02-18 | 10 | -10/+10 |
|
|
* | Changed 'dist' to 'sdist'. | Greg Ward | 2000-02-18 | 1 | -1/+1 |
|
|
* | The 'sdist' command to create a source distribution. This is derived from the | Greg Ward | 2000-02-17 | 1 | -0/+716 |
|
|
* | The 'dist' command is dead -- long live the 'sdist' command! | Greg Ward | 2000-02-17 | 1 | -558/+0 |
|
|
* | changes to _lookupName | Jeremy Hylton | 2000-02-17 | 1 | -14/+13 |
|
|
* | the previous quick hack to fix def foo((x,y)) failed on some cases | Jeremy Hylton | 2000-02-17 | 2 | -16/+48 |
|
|
* | add varargs and kwargs flags to Lambda nodes | Jeremy Hylton | 2000-02-17 | 1 | -0/+5 |
|
|
* | satisfy the tabnanny | Jeremy Hylton | 2000-02-17 | 1 | -197/+199 |
|
|
* | Typo in a comment: "wheter" --> "whether" | Fred Drake | 2000-02-17 | 1 | -1/+1 |
|
|
* | Patches by Piers Lauder. | Guido van Rossum | 2000-02-17 | 1 | -8/+21 |
|
|
* | Added WindowsError, for Mark Hammond's extensions. | Guido van Rossum | 2000-02-17 | 1 | -0/+6 |
|
|
* | Added test for new crc32() function. | Guido van Rossum | 2000-02-16 | 1 | -0/+6 |
|
|
* | support for arglists with implicit tuple unpacks | Jeremy Hylton | 2000-02-16 | 1 | -15/+61 |
|
|
* | more robust assignment of lineno for keyword args | Jeremy Hylton | 2000-02-16 | 1 | -3/+3 |
|
|
* | fix argcount generation for arg lists containing tuple unpacks | Jeremy Hylton | 2000-02-16 | 1 | -2/+13 |
|
|
* | add flatten helper function | Jeremy Hylton | 2000-02-16 | 1 | -0/+11 |
|
|
* | finish first impl of code generator | Jeremy Hylton | 2000-02-15 | 1 | -12/+70 |
|
|
* | fix creation of Ellipsis node | Jeremy Hylton | 2000-02-15 | 1 | -1/+1 |
|
|
* | add a little debugging support when new.code raises SystemError | Jeremy Hylton | 2000-02-15 | 1 | -5/+21 |
|
|
* | no real change -- testing syncmail | Jeremy Hylton | 2000-02-15 | 1 | -1/+1 |
|
|
* | add line numbers to nodes in the except clause (when possible) | Jeremy Hylton | 2000-02-15 | 1 | -1/+3 |
|
|
* | tidy up tryexcept and tryfinally nodes | Jeremy Hylton | 2000-02-15 | 1 | -14/+20 |
|
|
* | edit a doc string | Jeremy Hylton | 2000-02-14 | 1 | -1/+6 |
|
|
* | get rid of spurious print | Jeremy Hylton | 2000-02-14 | 1 | -1/+0 |
|
|
* | looks like everything is working except for try/except (pystone | Jeremy Hylton | 2000-02-14 | 1 | -6/+14 |
|
|
* | LeftShift & RightShift: fix reprs, change attr names to left and right | Jeremy Hylton | 2000-02-14 | 1 | -10/+10 |
|
|
* | 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 | 1 | -12/+12 |
|
|
* | (), [], and {} should not be represented as constant expressions, they | Jeremy Hylton | 2000-02-14 | 1 | -3/+3 |
|
|
* | split compile.py into two files | Jeremy Hylton | 2000-02-14 | 2 | -536/+623 |
|
|
* | change MODULE_NAMESPACE/FUNCTION_NAMESPACE stuff to have a single flag | Jeremy Hylton | 2000-02-12 | 1 | -34/+87 |
|
|
* | add support for Lambda nodes | Jeremy Hylton | 2000-02-11 | 1 | -8/+28 |
|
|
* | 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 | 1 | -13/+63 |
|
|
* | add an __len__ to Set and Stack | Jeremy Hylton | 2000-02-10 | 1 | -0/+4 |
|
|
* | Added new exception classes: | Barry Warsaw | 2000-02-10 | 1 | -28/+81 |
|
|
* | add namespace attr to CodeGenerator, can be either MODULE_NAMESPACE or | Jeremy Hylton | 2000-02-10 | 1 | -22/+35 |
|
|
* | Untabify to pass the -tt test. | Fred Drake | 2000-02-10 | 8 | -807/+807 |
|
|
* | Detabify. | Fred Drake | 2000-02-10 | 1 | -28/+28 |
|
|
* | 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 |
|
|