| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | Add section documenting mimetypes module. | Fred Drake | 1998-05-19 | 2 | -0/+95 |
|
|
* | More ME patches: | Barry Warsaw | 1998-05-19 | 1 | -2/+7 |
|
|
* | #Documentation and comment typos patch given by Michael Ernst. More | Barry Warsaw | 1998-05-19 | 1 | -17/+17 |
|
|
* | Add a feature to support specifying an additional search directory for | Guido van Rossum | 1998-05-18 | 1 | -17/+30 |
|
|
* | Remove Emacs cruft. | Guido van Rossum | 1998-05-18 | 3 | -12/+0 |
|
|
* | Add a feature to support specifying an additional search directory for | Guido van Rossum | 1998-05-18 | 1 | -4/+17 |
|
|
* | guess_extension(): New function. Performs a reverse mapping from MIME type | Fred Drake | 1998-05-18 | 1 | -1/+18 |
|
|
* | Neatify the _timezones table and remove a misleading comment about | Guido van Rossum | 1998-05-18 | 1 | -12/+5 |
|
|
* | Fixed typo in docstring: suffixes_map --> suffix_map. | Fred Drake | 1998-05-18 | 1 | -1/+1 |
|
|
* | Subject: bug fixes for imaplib.py | Guido van Rossum | 1998-05-18 | 1 | -35/+48 |
|
|
* | Add file extension .xml, mapping it to text/xml. | Guido van Rossum | 1998-05-18 | 1 | -0/+1 |
|
|
* | Remove use of RTLD_GLOBAL. | Guido van Rossum | 1998-05-18 | 1 | -6/+4 |
|
|
* | Fix another oldie (item (b) only): | Guido van Rossum | 1998-05-16 | 1 | -1/+1 |
|
|
* | Install config.h. | Guido van Rossum | 1998-05-16 | 1 | -9/+15 |
|
|
* | Another veeeeeery old patch... | Guido van Rossum | 1998-05-15 | 1 | -9/+11 |
|
|
* | Change the output names. Do away with the Release and Debug | Guido van Rossum | 1998-05-15 | 7 | -46/+39 |
|
|
* | In debug mode on MS Windows, DLLs are called foo_d.pyd or foo_d.dll. | Guido van Rossum | 1998-05-15 | 1 | -0/+5 |
|
|
* | Add some symbols. Remove the LIBRARY statement at the top (and the | Guido van Rossum | 1998-05-15 | 1 | -4/+4 |
|
|
* | Small change to the l2h target allowing the output dir, $(HTMLDIR), to be | Fred Drake | 1998-05-15 | 1 | -1/+3 |
|
|