summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Moved VC++ 5.x stuff here.Guido van Rossum1998-05-269-4/+1200
* Mark Hammond writes:Guido van Rossum1998-05-261-17/+13
* Don't die if win32api doesn't exist.Guido van Rossum1998-05-261-1/+6
* Fix a dumb typo in the revparse() regular exception: {1-4} should be {1,4}.Guido van Rossum1998-05-221-1/+1
* Document missing functions: xor, not, truth, countOf, indexOf, andGuido van Rossum1998-05-221-0/+28
* Use a different implementation of EventHook(). The new versionGuido van Rossum1998-05-221-37/+74
* Minor grammatical correction: "This module perform ..." --> "This moduleFred Drake1998-05-221-1/+1
* Fixed spelling in comment: "RFC", not "RFX".Fred Drake1998-05-221-1/+1
* Add an alias (and preferred name) "contains" for "sequenceIncludes".Guido van Rossum1998-05-221-47/+34
* introduce a new platform-specific variable: os.linesep is theGuido van Rossum1998-05-221-0/+5
* Address some gcc -Wall warnings (e.g. include <ctype.h>).Guido van Rossum1998-05-221-29/+54
* Change the last 4-space indent into a 1-tab indent.Guido van Rossum1998-05-221-1/+1
* Shouldn't use newdir.dir(), which no longer exists!Guido van Rossum1998-05-221-2/+1
* I think there was a tiny bug in new_function() -- the 'defaults'Guido van Rossum1998-05-221-1/+1
* Add PyErr_PrintEx and PySequence_Contains.Guido van Rossum1998-05-221-0/+2
* Make function objects somewhat mutable -- the members func_code,Guido van Rossum1998-05-221-3/+35
* PySequence_In() -> PySequence_Contains().Guido van Rossum1998-05-221-1/+1
* Make sure that no use of a function pointer gotten from aGuido van Rossum1998-05-221-3/+5
* In PyObject_IsTrue(), don't call function pointers that are NULLGuido van Rossum1998-05-221-3/+6
* Moved cmp_member() to abstract.c, as PySequence_Contains() [withGuido van Rossum1998-05-221-53/+2
* A bunch of functions are now properly implemented in abstract.c, andGuido van Rossum1998-05-221-356/+40
* 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