| Commit message (Expand) | Author | Age | Files | Lines |
* | Minor update. | Fred Drake | 1999-07-29 | 1 | -3/+6 |
|
|
* | Change an {\em ...} to \var{...} and a {\bf ...} to \program{...} (the | Fred Drake | 1999-07-29 | 1 | -1/+1 |
|
|
* | A few minor Customize changes: | Barry Warsaw | 1999-07-28 | 1 | -3/+6 |
|
|
* | (python-mode): Set which interpreter (CPython or JPython) to use the | Barry Warsaw | 1999-07-28 | 1 | -18/+21 |
|
|
* | Another patch from Andy Dustman: | Guido van Rossum | 1999-07-28 | 1 | -1/+8 |
|
|
* | (py-beginning-of-def-or-class): Only move to match-beginning if the | Barry Warsaw | 1999-07-27 | 1 | -2/+2 |
|
|
* | Add support for bzip2 compression. | Fred Drake | 1999-07-27 | 1 | -2/+30 |
|
|
* | Add support for bzip2 using --bzip2. | Fred Drake | 1999-07-27 | 1 | -4/+11 |
|
|
* | Ignore additional compressed formats. | Fred Drake | 1999-07-27 | 1 | -0/+2 |
|
|
* | Added description of optional parameter to UserDict constructor. | Fred Drake | 1999-07-26 | 1 | -2/+5 |
|
|
* | Add zip archive support for html, pdf, ps, and latex archives. | Fred Drake | 1999-07-23 | 1 | -1/+22 |
|
|
* | Add --zip parameter; make this able to produce .zip files as well as | Fred Drake | 1999-07-23 | 1 | -3/+20 |
|
|
* | getsize(), getatime(), getmtime(): | Fred Drake | 1999-07-23 | 1 | -3/+3 |
|
|
* | Update getattr() description to document the optional third | Fred Drake | 1999-07-22 | 1 | -5/+7 |
|
|
* | Make the default target xml instead of sgml. | Fred Drake | 1999-07-22 | 1 | -2/+2 |
|
|
* | Make the default target xml instead of sgml. | Fred Drake | 1999-07-22 | 1 | -2/+4 |
|
|
* | typo: privide --> provide | Fred Drake | 1999-07-20 | 1 | -1/+1 |
|
|
* | Fixed order of parameters in slice() docstring. The Library Reference | Fred Drake | 1999-07-19 | 1 | -1/+1 |
|
|
* | New wishes. | Guido van Rossum | 1999-07-15 | 1 | -1/+5 |
|
|
* | Add test case for bug just fixed by Stephen Turner. | Guido van Rossum | 1999-07-13 | 1 | -0/+11 |
|
|
* | Patch by Stephen Turner, who writes: | Guido van Rossum | 1999-07-13 | 1 | -18/+27 |
|
|
* | Mark Favas was quick to note that the last checkin divides by zero | Guido van Rossum | 1999-07-13 | 1 | -1/+1 |
|
|
* | Appropriate overflow checks so that things like sys.maxint*(1,) can't | Guido van Rossum | 1999-07-12 | 1 | -3/+13 |
|
|
* | added a test for "To: :" patch | Barry Warsaw | 1999-07-12 | 1 | -0/+7 |
|
|
* | AddrlistClass.getaddress(): when parsing `:'s, in the loop, watch out | Barry Warsaw | 1999-07-12 | 1 | -1/+2 |
|
|
* | Added comment clarifying that RELEASE is the documentation release | Fred Drake | 1999-07-12 | 1 | -1/+3 |
|
|
* | do_cmd_funclineni(): New function; non-indexing form of \funcline. | Fred Drake | 1999-07-12 | 1 | -0/+9 |
|
|
* | Move chdir() and getcwd() descriptions to "Files and Directories" with | Fred Drake | 1999-07-12 | 1 | -10/+16 |
|
|
* | Use the same names for CLASS attributes as elsewhere. | Fred Drake | 1999-07-12 | 1 | -3/+4 |
|
|
* | Updated Milan's email address. | Fred Drake | 1999-07-12 | 1 | -7/+8 |
|
|
* | Make the color for stderr red (i.e. the standard warning/danger/stop | Guido van Rossum | 1999-07-10 | 1 | -1/+1 |
|
|
* | The first concrete subclass of CCompiler: defines a barebones Unix C compiler. | Greg Ward | 1999-07-10 | 1 | -0/+192 |
|
|
* | The abstract base class that defines the C/C++ compiler abstraction model. | Greg Ward | 1999-07-10 | 1 | -0/+313 |
|
|
* | Added a self-berating command relating to installation directories for | Greg Ward | 1999-07-10 | 1 | -0/+8 |
|
|
* | Don't pollute importer's namespace with type objects from types modules. | Greg Ward | 1999-07-10 | 1 | -2/+11 |
|
|
* | Patch by Jeffrey Chang to add docstrings everywhere. | Guido van Rossum | 1999-07-09 | 1 | -31/+314 |
|
|
* | Marc-Andre Lemburg discovered that the switch from .pyc to .pyo files, | Guido van Rossum | 1999-07-08 | 1 | -2/+2 |
|
|
* | Several methods return tuples, not lists. | Fred Drake | 1999-07-07 | 1 | -4/+5 |
|
|
* | Move some misc. comments from the example section to the main section. | Fred Drake | 1999-07-07 | 1 | -22/+22 |
|
|
* | FTP.dir(): Fix typo in docstring. | Fred Drake | 1999-07-07 | 1 | -1/+1 |
|
|
* | dir() method description revised based on comments from Greg Stein. | Fred Drake | 1999-07-07 | 1 | -6/+7 |
|
|
* | make_view_popups(): Catch import error which can occur if a viewer is | Barry Warsaw | 1999-07-06 | 1 | -1/+7 |
|
|
* | Missing space; reported by Robert Kern <kernr@ncifcrf.gov>. | Fred Drake | 1999-07-06 | 1 | -1/+1 |
|
|
* | Fix a number of minor problems pointed out by /F. | Fred Drake | 1999-07-06 | 1 | -7/+8 |
|
|
* | Fixed typo reported by /F; thanks! | Fred Drake | 1999-07-06 | 1 | -1/+1 |
|
|
* | Bump the release number to 1.5.2p1. | Fred Drake | 1999-07-06 | 1 | -1/+1 |
|
|
* | Drag module added. | Jack Jansen | 1999-07-05 | 1 | -0/+2 |
|
|
* | Darn! Forgot to re-target. | Fred Drake | 1999-07-02 | 1 | -1/+1 |
|
|
* | Remove one item. | Fred Drake | 1999-07-02 | 1 | -9/+8 |
|
|
* | Minor markup nit. | Fred Drake | 1999-07-02 | 2 | -3/+3 |
|
|