| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | 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 | 1 | -55/+199 |
|
|
* | add remove method to set | Jeremy Hylton | 2000-02-10 | 1 | -0/+2 |
|
|
* | 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 | 1 | -29/+137 |
|
|
* | make all unary operators have a single child node called expr | Jeremy Hylton | 2000-02-08 | 1 | -4/+4 |
|
|
* | add spaces to comparison names is not and not in to match dis | Jeremy Hylton | 2000-02-08 | 1 | -2/+2 |
|
|
* | now produces valid pyc files for a least a trivial subset of the | Jeremy Hylton | 2000-02-08 | 1 | -80/+306 |
|
|
* | constants from transformer | Jeremy Hylton | 2000-02-08 | 1 | -0/+9 |
|
|
* | move constants out of transformer so that they can be shared with ast | Jeremy Hylton | 2000-02-08 | 2 | -8/+9 |
|
|
* | get_config_h_filename(): Support NT as well as Posix systems. | Fred Drake | 2000-02-08 | 1 | -10/+14 |
|
|
* | Revised version (thank to Thomas Heller and Robin Becker) that tries a lot | Greg Ward | 2000-02-08 | 1 | -3/+98 |
|
|
* | Ditch .def file kludge for (much smaller) /export option kludge. | Greg Ward | 2000-02-08 | 1 | -12/+1 |
|
|
* | Added test case for accessing gsbm database by key after it's closed; | Fred Drake | 2000-02-07 | 1 | -1/+7 |
|
|
* | Added 'libraries' option for use by the 'build_lib' command. | Greg Ward | 2000-02-05 | 1 | -1/+2 |
|
|
* | Run the 'build_lib' command before building extensions, if necessary. | Greg Ward | 2000-02-05 | 1 | -0/+6 |
|
|
* | New command to build C (and C++, hopefully) libraries needed by extensions | Greg Ward | 2000-02-05 | 2 | -0/+322 |
|
|
* | Tweaked various comments, docstrings, and error messages. | Greg Ward | 2000-02-05 | 1 | -2/+12 |
|
|
* | rapid evolution towards producing real .pyc files (even though I don't | Jeremy Hylton | 2000-02-04 | 1 | -11/+176 |
|
|
* | Added a simple test program to disassemble a file, invoked as __main__. | Guido van Rossum | 2000-02-04 | 1 | -0/+27 |
|
|
* | Actually, the previous batch's comment should have been different; | Guido van Rossum | 2000-02-04 | 20 | -48/+99 |
|
|
* | The third and final doc-string sweep by Ka-Ping Yee. | Guido van Rossum | 2000-02-04 | 29 | -829/+942 |
|
|
* | More trivial comment -> docstring transformations by Ka-Ping Yee, | Guido van Rossum | 2000-02-04 | 30 | -1823/+1578 |
|
|
* | checking in initial weekend's work | Jeremy Hylton | 2000-02-04 | 2 | -0/+424 |
|
|
* | make p2c a package | Jeremy Hylton | 2000-02-04 | 1 | -0/+0 |
|
|
* | three files from the p2c cvs tree. the message here indicates the | Jeremy Hylton | 2000-02-04 | 2 | -0/+1893 |
|
|
* | Improved an error message. | Greg Ward | 2000-02-03 | 1 | -2/+5 |
|
|
* | Changed 'compile()' method to compile files one-at-a-time -- gives better | Greg Ward | 2000-02-03 | 1 | -28/+21 |
|
|
* | These modules are now declared obsolete. | Fred Drake | 2000-02-03 | 3 | -0/+0 |
|
|
* | # module filecmp | Guido van Rossum | 2000-02-03 | 1 | -38/+299 |
|
|
* | In _fileobject, optimize read() a bit (it could be really slow), and | Guido van Rossum | 2000-02-02 | 1 | -14/+30 |
|
|
* | Optimize abspath() slightly for the case that win32api can't be | Guido van Rossum | 2000-02-02 | 1 | -6/+11 |
|
|
* | Make read() and readlines() conform more to the file object interface: | Guido van Rossum | 2000-02-02 | 1 | -3/+3 |
|
|
* | Mass patch by Ka-Ping Yee: | Guido van Rossum | 2000-02-02 | 18 | -2642/+2640 |
|
|
* | Patch from Joe Van Andel: fix arg to % operator in warning. | Greg Ward | 2000-02-02 | 1 | -2/+2 |
|
|
* | Comment fix. | Greg Ward | 2000-02-02 | 1 | -8/+13 |
|
|
* | Sjoerd Mullender writes: | Guido van Rossum | 2000-02-01 | 1 | -5/+14 |
|
|