summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Image libraries moved and small thingsJack Jansen1997-01-3127-9945/+10039
* Many misc changes.Guido van Rossum1997-01-311-95/+142
* (py-mode-map): Comment Out Region / Uncomment Region should useBarry Warsaw1997-01-301-2/+2
* #Updated authorship lineBarry Warsaw1997-01-301-1/+1
* (py-parse-partial-sexp-works-p): New variable to work around a bug inBarry Warsaw1997-01-301-3/+23
* Move the 'import os' in URLopener.cleanup() to inside the blockGuido van Rossum1997-01-301-1/+1
* RenamedJack Jansen1997-01-305-621/+617
* Added imgpngJack Jansen1997-01-301-0/+2
* Set proper User-agent header (Python-webchecker/<version>).Guido van Rossum1997-01-301-14/+21
* Some refinements of the external-link checking code: insert the errorsGuido van Rossum1997-01-301-9/+22
* Added -x option to check external links. Slooooow!Guido van Rossum1997-01-301-10/+32
* Catch I/O errors when parsing robots.txt file.Guido van Rossum1997-01-301-5/+13
* Basic README fileGuido van Rossum1997-01-301-0/+14
* Added robots.txt support, using Skip Montanaro's parser.Guido van Rossum1997-01-301-3/+38
* Skip Montanaro's robots.txt parser.Guido van Rossum1997-01-302-0/+194
* web tree checkerGuido van Rossum1997-01-301-0/+488
* mime types guesserGuido van Rossum1997-01-301-0/+190
* Did nobody ever notice that "make test" didn't print the summary lineGuido van Rossum1997-01-291-1/+0
* Small lookmapping nits:Guido van Rossum1997-01-292-10/+12
* posix_execve(): Accept any mapping protocol object for the envBarry Warsaw1997-01-291-7/+18
* Fix bug reported by Per Lindqvist: "%#06x" % 1 stuck the 0 paddingGuido van Rossum1997-01-291-1/+13
* Final three poly table entries corrected by Tim Peters.Guido van Rossum1997-01-292-62/+60
* Change bsddbmodule.o -> bsddbmodule.c.Guido van Rossum1997-01-281-1/+1
* Added LDLAST variable, substituted by configure script, for the finalGuido van Rossum1997-01-281-1/+2
* Changed the lookup algorithm again, based on Reimer Behrends's post.Guido van Rossum1997-01-282-228/+202
* Two small changes:Guido van Rossum1997-01-271-5/+3
* new.code() has grown another foot, eh, another two arguments.Guido van Rossum1997-01-271-1/+1
* Plug a leak with calling something other than a function or method isGuido van Rossum1997-01-271-4/+3
* Patches for (two forms of) optional dynamic execution profiling --Guido van Rossum1997-01-241-0/+68
* Change the control flow for error handling in the function prelude toGuido van Rossum1997-01-241-23/+17
* Added optional interface for dynamic execution profile (to be gatheredGuido van Rossum1997-01-241-2/+11
* Get the line number from PyCode_Addr2Line instead of believingGuido van Rossum1997-01-241-1/+4
* When a recycled frame has more local+stack slots than needed,Guido van Rossum1997-01-241-2/+4
* Two more arguments to newcodeobject -- first lineno and lineno table.Guido van Rossum1997-01-241-4/+7
* New magin number (because of linenumber table).Guido van Rossum1997-01-241-1/+1
* Marshal the line number table of code objects.Guido van Rossum1997-01-241-1/+9
* Instead of emitting SET_LINENO instructions, generate a line numberGuido van Rossum1997-01-241-6/+102
* Add co_firstlineno and co_lnotab, for the line number table generatedGuido van Rossum1997-01-241-1/+4
* Initialize the ob_type field of PyAST_Type dynamically (inGuido van Rossum1997-01-231-3/+7
* Forget keeping track of whether a dictionary contains all internedGuido van Rossum1997-01-232-178/+110
* Various notes added:Guido van Rossum1997-01-221-16/+32
* The usualGuido van Rossum1997-01-221-199/+228
* A number of new symbols have appeared (courtesy autoconf 2.12?)Guido van Rossum1997-01-221-0/+15
* Add --with-dec-threads, for DEL Alpha, which requires -threads as theGuido van Rossum1997-01-221-6/+19
* Added PyCObject_Import.Guido van Rossum1997-01-223-18/+44
* (libparser.tex): Fix typo found by Mark Hammond.Fred Drake1997-01-222-2/+2
* Bump version to 1.5a1.Guido van Rossum1997-01-221-1/+1
* Bump install version to 1.5.Guido van Rossum1997-01-222-2/+2
* Remove GetOwner, add GetBuildInfo...Guido van Rossum1997-01-221-1/+1
* Added getbuildinfo.c to the project.Guido van Rossum1997-01-221-0/+12