summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Renamed PySequence_In() to PySequence_Contains().Guido van Rossum1998-05-221-1/+2
* Completely reformatted, standardizing indentation as well asGuido van Rossum1998-05-221-582/+900
* knownfiles: Add the default installation dirs for ApacheFred Drake1998-05-211-0/+2
* Trivial little change: when setting a member to an object, hold theGuido van Rossum1998-05-201-1/+3
* Added support for AMK's {definitions} environment; thanks for the reminder!Fred Drake1998-05-201-0/+20
* Added {definitions} environment, which has \term to define indivual terms.Fred Drake1998-05-201-0/+11
* whrandom -> randomGuido van Rossum1998-05-205-12/+12
* Use random instead of whrandom.Guido van Rossum1998-05-205-18/+18
* Add Interfaces to replace remaining needs for importing whrandom.Guido van Rossum1998-05-201-0/+46
* Add LDLAST to the list of variables processed by the sed script.Guido van Rossum1998-05-201-0/+1
* Correct bug doc string (discovered by Berthold Hoellmann):Guido van Rossum1998-05-201-1/+1
* Get rid of nearly all clals to self._do -- turns out self.tk.call canGuido van Rossum1998-05-191-38/+48
* Use whrandom instead of rand.Guido van Rossum1998-05-191-5/+5
* Protection agains non-existing subdirectories for clean and clobberGuido van Rossum1998-05-191-2/+6
* Additions for Mark Hammond's Win32 specific hacks.Guido van Rossum1998-05-193-0/+398
* Don't use a separate node for footnotes; see if people scream. ;-)Fred Drake1998-05-191-0/+1
* Fix definition of release_version (global).Fred Drake1998-05-191-1/+1
* Added entry for mimetypes.Fred Drake1998-05-191-0/+3
* webcheck target in this Makefile wasn't used.Fred Drake1998-05-191-3/+0
* Fix the webcheck target so it checks the right files....Fred Drake1998-05-191-6/+6
* (py-ask-about-save): New variable used inBarry Warsaw1998-05-191-5/+13
* (py-execute-string): Bind to C-c C-s, and put on menuBarry Warsaw1998-05-191-0/+2
* (py-stringlit-re): Another ME patch to recognize SQTQs and DQTQsBarry Warsaw1998-05-191-2/+20
* More ME patches:Barry Warsaw1998-05-191-4/+86
* (beginning-of-python-def-or-class): Renamed toBarry Warsaw1998-05-191-52/+82
* guess_extension(): Revise documentation string to be more clear. If notFred Drake1998-05-191-3/+6
* Test that "import sys.imp" fails as it should.Guido van Rossum1998-05-191-1/+12
* Fix a curious bug: statements like "import sys.time" would succeed,Guido van Rossum1998-05-191-3/+10
* Add mimetypes documentation to library reference dependencies.Fred Drake1998-05-191-1/+2
* Add section documenting mimetypes module.Fred Drake1998-05-192-0/+95
* More ME patches:Barry Warsaw1998-05-191-2/+7
* #Documentation and comment typos patch given by Michael Ernst. MoreBarry Warsaw1998-05-191-17/+17
* Add a feature to support specifying an additional search directory forGuido van Rossum1998-05-181-17/+30
* Remove Emacs cruft.Guido van Rossum1998-05-183-12/+0
* Add a feature to support specifying an additional search directory forGuido van Rossum1998-05-181-4/+17
* guess_extension(): New function. Performs a reverse mapping from MIME typeFred Drake1998-05-181-1/+18
* Neatify the _timezones table and remove a misleading comment aboutGuido van Rossum1998-05-181-12/+5
* Fixed typo in docstring: suffixes_map --> suffix_map.Fred Drake1998-05-181-1/+1
* Subject: bug fixes for imaplib.pyGuido van Rossum1998-05-181-35/+48
* Add file extension .xml, mapping it to text/xml.Guido van Rossum1998-05-181-0/+1
* Remove use of RTLD_GLOBAL.Guido van Rossum1998-05-181-6/+4
* Fix another oldie (item (b) only):Guido van Rossum1998-05-161-1/+1
* Install config.h.Guido van Rossum1998-05-161-9/+15
* Another veeeeeery old patch...Guido van Rossum1998-05-151-9/+11
* Change the output names. Do away with the Release and DebugGuido van Rossum1998-05-157-46/+39
* In debug mode on MS Windows, DLLs are called foo_d.pyd or foo_d.dll.Guido van Rossum1998-05-151-0/+5
* Add some symbols. Remove the LIBRARY statement at the top (and theGuido van Rossum1998-05-151-4/+4
* Small change to the l2h target allowing the output dir, $(HTMLDIR), to beFred Drake1998-05-151-1/+3
* Update to use latex2html 98.1p5.Fred Drake1998-05-152-36/+32
* Update to use latex2html 98.1p5.Fred Drake1998-05-151-1/+2