summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Ditch .def file kludge for (much smaller) /export option kludge.Greg Ward2000-02-081-12/+1
* Protect against core dumps in gdbm: don't allow access by key once theFred Drake2000-02-071-2/+8
* Added test case for accessing gsbm database by key after it's closed;Fred Drake2000-02-071-1/+7
* Same patch (also by Mark Hammond) for this straggler project file asGuido van Rossum2000-02-071-8/+8
* 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
* Patch from Paul Sokolovsky <Paul.Sokolovsky@technologist.com>:Fred Drake2000-02-043-3/+9
* rapid evolution towards producing real .pyc files (even though I don'tJeremy Hylton2000-02-042-22/+352
* 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-044-0/+848
* make p2c a packageJeremy Hylton2000-02-042-0/+0
* three files from the p2c cvs tree. the message here indicates theJeremy Hylton2000-02-044-0/+3786
* 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
* Mark Hammond renames the x86 projects back to what they were namedGuido van Rossum2000-02-036-244/+244
* The dircmp module is now obsolete.Fred Drake2000-02-031-3/+3
* These modules are now declared obsolete.Fred Drake2000-02-033-0/+0
* According to Harri Pasanen, the Solaris+gcc test for LINKFORSHAREDGuido van Rossum2000-02-031-2/+2
* According to Harri Pasanen, the Solaris+gcc test for LINKFORSHAREDGuido van Rossum2000-02-031-1/+1
* # 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
* Added docstring to crypt.crypt() based on the documentation.Fred Drake2000-02-011-1/+10
* The initialization of posix_putenv_garbage should only be done when itGuido van Rossum2000-01-311-0/+2
* Allow either README or README.txt as a "standard file".Greg Ward2000-01-301-4/+16
* Fixed broken list extend in 'copy_tree()'.Greg Ward2000-01-301-2/+2
* Added 'description' class attribute to every command class (to help theGreg Ward2000-01-308-6/+26
* Added 'dist' command.Greg Ward2000-01-301-0/+2
* Improvements to the help system:Greg Ward2000-01-301-5/+89
* Added missing run of corresponding 'build' command.Greg Ward2000-01-303-0/+9
* Big oops: macfs has always been using a private exception but calling it mac....Jack Jansen2000-01-241-1/+1
* Hmm, the project wasn't a 5.3 file, despite the log msg. Now it is.Jack Jansen2000-01-241-0/+0
* Build the Nav module too.Jack Jansen2000-01-241-0/+2
* If there's an error in an fsspec argument raise MacOS.Error, not ValueError.Jack Jansen2000-01-241-1/+1
* Trent Mick: Setup PC configuration so that MSDEV chooses the x86Guido van Rossum2000-01-211-2/+2
* Don't insert extra indentation before <title> elements.Fred Drake2000-01-201-12/+12
* The rest of the changes by Trent Mick and Dale Nagata for warning-freeGuido van Rossum2000-01-2015-22/+34
* Fix some broken links.Guido van Rossum2000-01-201-3/+3
* Changes by Trent Mick (of ActiveState) and Dale Nagata to supportGuido van Rossum2000-01-208-177/+1718
* Two patches from Jack Jansen:Guido van Rossum2000-01-202-7/+16