summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* add an __len__ to Set and StackJeremy Hylton2000-02-101-0/+4
* Added new exception classes:Barry Warsaw2000-02-101-28/+81
* add namespace attr to CodeGenerator, can be either MODULE_NAMESPACE orJeremy Hylton2000-02-101-22/+35
* Untabify to pass the -tt test.Fred Drake2000-02-108-807/+807
* Detabify.Fred Drake2000-02-101-28/+28
* 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-101-55/+199
* add remove method to setJeremy Hylton2000-02-101-0/+2
* 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
* Added 'debug' flags to compile and link methods, and added dummy code forGreg Ward2000-02-091-3/+13
* Added 'debug' flags to compile and link methods, and modified code to addGreg Ward2000-02-091-1/+13
* Added 'debug' flag to compile and link method signatures.Greg Ward2000-02-091-23/+43
* add optional verbose arg to walk function. it overrides the globalJeremy Hylton2000-02-081-29/+137
* make all unary operators have a single child node called exprJeremy Hylton2000-02-081-4/+4
* add spaces to comparison names is not and not in to match disJeremy Hylton2000-02-081-2/+2
* now produces valid pyc files for a least a trivial subset of theJeremy Hylton2000-02-081-80/+306
* constants from transformerJeremy Hylton2000-02-081-0/+9
* move constants out of transformer so that they can be shared with astJeremy Hylton2000-02-082-8/+9
* get_config_h_filename(): Support NT as well as Posix systems.Fred Drake2000-02-081-10/+14
* Revised version (thank to Thomas Heller and Robin Becker) that tries a lotGreg Ward2000-02-081-3/+98
* Ditch .def file kludge for (much smaller) /export option kludge.Greg Ward2000-02-081-12/+1
* Added test case for accessing gsbm database by key after it's closed;Fred Drake2000-02-071-1/+7
* Added 'libraries' option for use by the 'build_lib' command.Greg Ward2000-02-051-1/+2
* Run the 'build_lib' command before building extensions, if necessary.Greg Ward2000-02-051-0/+6
* New command to build C (and C++, hopefully) libraries needed by extensionsGreg Ward2000-02-052-0/+322
* Tweaked various comments, docstrings, and error messages.Greg Ward2000-02-051-2/+12
* rapid evolution towards producing real .pyc files (even though I don'tJeremy Hylton2000-02-041-11/+176
* Added a simple test program to disassemble a file, invoked as __main__.Guido van Rossum2000-02-041-0/+27
* Actually, the previous batch's comment should have been different;Guido van Rossum2000-02-0420-48/+99
* The third and final doc-string sweep by Ka-Ping Yee.Guido van Rossum2000-02-0429-829/+942
* More trivial comment -> docstring transformations by Ka-Ping Yee,Guido van Rossum2000-02-0430-1823/+1578
* checking in initial weekend's workJeremy Hylton2000-02-042-0/+424
* make p2c a packageJeremy Hylton2000-02-041-0/+0
* three files from the p2c cvs tree. the message here indicates theJeremy Hylton2000-02-042-0/+1893
* Improved an error message.Greg Ward2000-02-031-2/+5
* Changed 'compile()' method to compile files one-at-a-time -- gives betterGreg Ward2000-02-031-28/+21
* These modules are now declared obsolete.Fred Drake2000-02-033-0/+0
* # module filecmpGuido van Rossum2000-02-031-38/+299
* In _fileobject, optimize read() a bit (it could be really slow), andGuido van Rossum2000-02-021-14/+30
* Optimize abspath() slightly for the case that win32api can't beGuido van Rossum2000-02-021-6/+11
* Make read() and readlines() conform more to the file object interface:Guido van Rossum2000-02-021-3/+3
* Mass patch by Ka-Ping Yee:Guido van Rossum2000-02-0218-2642/+2640
* Patch from Joe Van Andel: fix arg to % operator in warning.Greg Ward2000-02-021-2/+2
* Comment fix.Greg Ward2000-02-021-8/+13
* Sjoerd Mullender writes:Guido van Rossum2000-02-011-5/+14