| Commit message (Expand) | Author | Age | Files | Lines |
* | Moved VC++ 5.x stuff here. | Guido van Rossum | 1998-05-26 | 9 | -4/+1200 |
|
|
* | Mark Hammond writes: | Guido van Rossum | 1998-05-26 | 1 | -17/+13 |
|
|
* | Don't die if win32api doesn't exist. | Guido van Rossum | 1998-05-26 | 1 | -1/+6 |
|
|
* | Fix a dumb typo in the revparse() regular exception: {1-4} should be {1,4}. | Guido van Rossum | 1998-05-22 | 1 | -1/+1 |
|
|
* | Document missing functions: xor, not, truth, countOf, indexOf, and | Guido van Rossum | 1998-05-22 | 1 | -0/+28 |
|
|
* | Use a different implementation of EventHook(). The new version | Guido van Rossum | 1998-05-22 | 1 | -37/+74 |
|
|
* | Minor grammatical correction: "This module perform ..." --> "This module | Fred Drake | 1998-05-22 | 1 | -1/+1 |
|
|
* | Fixed spelling in comment: "RFC", not "RFX". | Fred Drake | 1998-05-22 | 1 | -1/+1 |
|
|
* | Add an alias (and preferred name) "contains" for "sequenceIncludes". | Guido van Rossum | 1998-05-22 | 1 | -47/+34 |
|
|
* | introduce a new platform-specific variable: os.linesep is the | Guido van Rossum | 1998-05-22 | 1 | -0/+5 |
|
|
* | Address some gcc -Wall warnings (e.g. include <ctype.h>). | Guido van Rossum | 1998-05-22 | 1 | -29/+54 |
|
|
* | Change the last 4-space indent into a 1-tab indent. | Guido van Rossum | 1998-05-22 | 1 | -1/+1 |
|
|
* | Shouldn't use newdir.dir(), which no longer exists! | Guido van Rossum | 1998-05-22 | 1 | -2/+1 |
|
|
* | I think there was a tiny bug in new_function() -- the 'defaults' | Guido van Rossum | 1998-05-22 | 1 | -1/+1 |
|
|
* | Add PyErr_PrintEx and PySequence_Contains. | Guido van Rossum | 1998-05-22 | 1 | -0/+2 |
|
|
* | Make function objects somewhat mutable -- the members func_code, | Guido van Rossum | 1998-05-22 | 1 | -3/+35 |
|
|
* | PySequence_In() -> PySequence_Contains(). | Guido van Rossum | 1998-05-22 | 1 | -1/+1 |
|
|
* | Make sure that no use of a function pointer gotten from a | Guido van Rossum | 1998-05-22 | 1 | -3/+5 |
|
|
* | In PyObject_IsTrue(), don't call function pointers that are NULL | Guido van Rossum | 1998-05-22 | 1 | -3/+6 |
|
|
* | Moved cmp_member() to abstract.c, as PySequence_Contains() [with | Guido van Rossum | 1998-05-22 | 1 | -53/+2 |
|
|
* | A bunch of functions are now properly implemented in abstract.c, and | Guido van Rossum | 1998-05-22 | 1 | -356/+40 |
|
|
* | Renamed PySequence_In() to PySequence_Contains(). | Guido van Rossum | 1998-05-22 | 1 | -1/+2 |
|
|
* | Completely reformatted, standardizing indentation as well as | Guido van Rossum | 1998-05-22 | 1 | -582/+900 |
|
|
* | knownfiles: Add the default installation dirs for Apache | Fred Drake | 1998-05-21 | 1 | -0/+2 |
|
|
* | Trivial little change: when setting a member to an object, hold the | Guido van Rossum | 1998-05-20 | 1 | -1/+3 |
|
|
* | Added support for AMK's {definitions} environment; thanks for the reminder! | Fred Drake | 1998-05-20 | 1 | -0/+20 |
|
|
* | Added {definitions} environment, which has \term to define indivual terms. | Fred Drake | 1998-05-20 | 1 | -0/+11 |
|
|
* | whrandom -> random | Guido van Rossum | 1998-05-20 | 5 | -12/+12 |
|
|
* | Use random instead of whrandom. | Guido van Rossum | 1998-05-20 | 5 | -18/+18 |
|
|
* | Add Interfaces to replace remaining needs for importing whrandom. | Guido van Rossum | 1998-05-20 | 1 | -0/+46 |
|
|
* | Add LDLAST to the list of variables processed by the sed script. | Guido van Rossum | 1998-05-20 | 1 | -0/+1 |
|
|
* | Correct bug doc string (discovered by Berthold Hoellmann): | Guido van Rossum | 1998-05-20 | 1 | -1/+1 |
|
|
* | Get rid of nearly all clals to self._do -- turns out self.tk.call can | Guido van Rossum | 1998-05-19 | 1 | -38/+48 |
|
|
* | Use whrandom instead of rand. | Guido van Rossum | 1998-05-19 | 1 | -5/+5 |
|
|
* | Protection agains non-existing subdirectories for clean and clobber | Guido van Rossum | 1998-05-19 | 1 | -2/+6 |
|
|
* | Additions for Mark Hammond's Win32 specific hacks. | Guido van Rossum | 1998-05-19 | 3 | -0/+398 |
|
|
* | Don't use a separate node for footnotes; see if people scream. ;-) | Fred Drake | 1998-05-19 | 1 | -0/+1 |
|
|
* | Fix definition of release_version (global). | Fred Drake | 1998-05-19 | 1 | -1/+1 |
|
|
* | Added entry for mimetypes. | Fred Drake | 1998-05-19 | 1 | -0/+3 |
|
|
* | webcheck target in this Makefile wasn't used. | Fred Drake | 1998-05-19 | 1 | -3/+0 |
|
|
* | Fix the webcheck target so it checks the right files.... | Fred Drake | 1998-05-19 | 1 | -6/+6 |
|
|
* | (py-ask-about-save): New variable used in | Barry Warsaw | 1998-05-19 | 1 | -5/+13 |
|
|
* | (py-execute-string): Bind to C-c C-s, and put on menu | Barry Warsaw | 1998-05-19 | 1 | -0/+2 |
|
|
* | (py-stringlit-re): Another ME patch to recognize SQTQs and DQTQs | Barry Warsaw | 1998-05-19 | 1 | -2/+20 |
|
|
* | More ME patches: | Barry Warsaw | 1998-05-19 | 1 | -4/+86 |
|
|
* | (beginning-of-python-def-or-class): Renamed to | Barry Warsaw | 1998-05-19 | 1 | -52/+82 |
|
|
* | guess_extension(): Revise documentation string to be more clear. If not | Fred Drake | 1998-05-19 | 1 | -3/+6 |
|
|
* | Test that "import sys.imp" fails as it should. | Guido van Rossum | 1998-05-19 | 1 | -1/+12 |
|
|
* | Fix a curious bug: statements like "import sys.time" would succeed, | Guido van Rossum | 1998-05-19 | 1 | -3/+10 |
|
|
* | Add mimetypes documentation to library reference dependencies. | Fred Drake | 1998-05-19 | 1 | -1/+2 |
|
|