| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Two error messages still used the old name of the functio mkvalue() -- | Guido van Rossum | 1998-07-07 | 1 | -2/+2 |
|
|
* | Add a cast that a picky SGI compiler found was necessary. | Guido van Rossum | 1998-07-07 | 1 | -1/+1 |
|
|
* | Fix a benign problem found by a picky SGI compiler (unreachable break | Guido van Rossum | 1998-07-07 | 1 | -1/+0 |
|
|
* | Fix benign problems found by a picky SGI compiler (unreachable break | Guido van Rossum | 1998-07-07 | 1 | -2/+0 |
|
|
* | Fix benign problems found by a picky SGI compiler (unreachable break | Guido van Rossum | 1998-07-07 | 2 | -20/+0 |
|
|
* | Fix some problems that a picky SGI compiler reported. Two were benign | Guido van Rossum | 1998-07-07 | 1 | -3/+1 |
|
|
* | Sigh. The hack to enable special treatment for errno on SGI machines | Guido van Rossum | 1998-07-07 | 1 | -0/+4 |
|
|
* | Guess what... | Guido van Rossum | 1998-07-07 | 1 | -208/+209 |
|
|
* | Fix two unrelated problems in the same area: | Guido van Rossum | 1998-07-07 | 1 | -16/+17 |
|
|
* | Added copious docstrings, plus two minor layout tweaks. | Guido van Rossum | 1998-07-07 | 1 | -39/+309 |
|
|
* | In the example iterating over sys.argv and opening each argument, | Guido van Rossum | 1998-07-07 | 1 | -1/+1 |
|
|
* | (py-beginning-of-def-or-class, py-end-of-def-or-class, | Barry Warsaw | 1998-07-07 | 1 | -21/+37 |
|
|
* | (py-comment-indent-function): A replacement for | Barry Warsaw | 1998-07-07 | 1 | -13/+32 |
|
|
* | Get rid of some obsolete opcodes. | Guido van Rossum | 1998-07-07 | 2 | -10/+0 |
|
|
* | Rewritten a bit to address some criticism in the newsgroup. | Guido van Rossum | 1998-07-06 | 1 | -31/+44 |
|
|
* | Added back the description of the exec statement. It appears that I | Guido van Rossum | 1998-07-06 | 1 | -0/+38 |
|
|
* | The permissions ('mode' flag) should default to 0666. | Guido van Rossum | 1998-07-03 | 1 | -1/+1 |
|
|
* | The _fromlinepattern was a little too restrictive -- some sendmails | Guido van Rossum | 1998-07-02 | 1 | -1/+1 |
|
|
* | # The variable total is never used somehow. I think I had plans for | Guido van Rossum | 1998-07-02 | 1 | -2/+2 |
|
|
* | According to Robin Dunn, at least one FTP server returns 200 instead | Guido van Rossum | 1998-07-02 | 1 | -1/+1 |
|
|
* | Normalize markup. | Fred Drake | 1998-07-02 | 1 | -68/+78 |
|
|
* | Normalize the markup. | Fred Drake | 1998-07-02 | 1 | -38/+42 |
|
|
* | Added index entry. | Fred Drake | 1998-07-02 | 1 | -0/+1 |
|
|
* | Added \deprecated to exit_thread() function. | Fred Drake | 1998-07-02 | 1 | -0/+1 |
|
|
* | On Windows, put the select file descriptor arrays on the heap. | Guido van Rossum | 1998-07-02 | 1 | -0/+22 |
|
|
* | Gotta have an __init__() method -- pdb.py calls it! | Guido van Rossum | 1998-07-01 | 1 | -0/+2 |
|
|
* | Several changes: | Barry Warsaw | 1998-07-01 | 1 | -40/+90 |
|
|
* | Fix two smal memory leaks discovered by Vadim Chugunov. | Guido van Rossum | 1998-07-01 | 1 | -3/+2 |
|
|
* | Disable malloc debug in frozen programs. | Jack Jansen | 1998-07-01 | 1 | -1/+1 |
|
|
* | The init routine for MacOS had a non-standard name. Changed to | Jack Jansen | 1998-07-01 | 2 | -3/+3 |
|
|
* | Convert \n to \r in strings that are displayed in the dialogs. | Jack Jansen | 1998-07-01 | 1 | -8/+19 |
|
|
* | Fix the \kbd definition so it didn't leave the courier face on. | Fred Drake | 1998-07-01 | 1 | -1/+1 |
|
|
* | Mark the actual SMTP commands (HELO, etc.) the same way FTP & NNTP commands | Fred Drake | 1998-07-01 | 1 | -29/+36 |
|
|
* | Added a section to the chapter on modules, describing the package system. | Andrew M. Kuchling | 1998-07-01 | 1 | -0/+202 |
|
|
* | New blood. | Guido van Rossum | 1998-06-30 | 1 | -0/+11 |
|
|
* | Improved test set for int() and long() string conversions. | Guido van Rossum | 1998-06-30 | 1 | -0/+59 |
|
|
* | Get rid of the lock; it's no longer needed. | Guido van Rossum | 1998-06-30 | 1 | -15/+5 |
|
|
* | # Be more definite about the MIPSpro compiler bug being fixed in a | Guido van Rossum | 1998-06-30 | 1 | -2/+2 |
|
|
* | Document __copy__() and __deepcopy__() methods. | Guido van Rossum | 1998-06-30 | 1 | -1/+14 |
|
|
* | Use the real name of the module: "smtplib", not "smtp". | Fred Drake | 1998-06-30 | 1 | -56/+73 |
|
|
* | Note that readline returns '' on EOF, not "EOF" (whatever that may be). | Guido van Rossum | 1998-06-30 | 1 | -1/+1 |
|
|
* | Clearly I was to quick with the previous commit... | Guido van Rossum | 1998-06-30 | 1 | -3/+6 |
|
|
* | Documented the pop() method for lists. | Guido van Rossum | 1998-06-30 | 1 | -4/+9 |
|
|
* | Documented os.linesep (line separator). | Guido van Rossum | 1998-06-30 | 1 | -0/+7 |
|
|
* | Add pop method. | Guido van Rossum | 1998-06-30 | 1 | -0/+1 |
|
|
* | Added doc strings for methods and a new pop() method. | Guido van Rossum | 1998-06-30 | 1 | -7/+54 |
|
|
* | As suggested by pson@pson.pp.se, correct the docs for head(), body(), | Guido van Rossum | 1998-06-30 | 1 | -8/+6 |
|
|
* | Fix the comments describing the return values of the head(), body(), | Guido van Rossum | 1998-06-30 | 1 | -0/+6 |
|
|
* | Changed URL to crypto page. | Andrew M. Kuchling | 1998-06-30 | 1 | -1/+1 |
|
|
* | Fix by Sjoerd Mullender to support symbolic links and make a backup of | Guido van Rossum | 1998-06-29 | 1 | -56/+80 |
|
|