| Commit message (Expand) | Author | Age | Files | Lines |
* | As Jeff painfully found out, malloc(0) returns NULL on OS/2. | Guido van Rossum | 1998-01-11 | 1 | -1/+4 |
|
|
* | Grammatical nit. | Fred Drake | 1998-01-09 | 2 | -2/+2 |
|
|
* | Add module reference for cPickle to index. | Fred Drake | 1998-01-09 | 2 | -36/+42 |
|
|
* | Use \file{} instead of \code{} or ``\code{}'' to mark file & directory names | Fred Drake | 1998-01-09 | 2 | -6/+6 |
|
|
* | Simplify markup. | Fred Drake | 1998-01-09 | 2 | -4/+4 |
|
|
* | The resource module has been documented; remove from list. | Fred Drake | 1998-01-09 | 2 | -4/+0 |
|
|
* | Added \label{} to allow module references. | Fred Drake | 1998-01-09 | 2 | -8/+46 |
|
|
* | Add index entry for reference to the math module. | Fred Drake | 1998-01-09 | 2 | -14/+14 |
|
|
* | Typographical nits: Always set parameter names in \var{} in the running text. | Fred Drake | 1998-01-09 | 2 | -6/+6 |
|
|
* | Markup consistency in the mapping object interface description. | Fred Drake | 1998-01-09 | 2 | -4/+4 |
|
|
* | Fix previous nit to really do the right thing. | Fred Drake | 1998-01-09 | 1 | -1/+1 |
|
|
* | Consistency: Always use lower-case markup; one tag was still given in | Fred Drake | 1998-01-09 | 1 | -1/+1 |
|
|
* | Revise prologue and frontmatter to use latex2e (not in 2.09 compatibility | Fred Drake | 1998-01-09 | 2 | -264/+272 |
|
|
* | Revise prologue and frontmatter to use latex2e (not in 2.09 compatibility | Fred Drake | 1998-01-09 | 6 | -52/+22 |
|
|
* | \mytableofcontents New macro. Wrapper around \tableofcontents that | Fred Drake | 1998-01-09 | 1 | -1/+37 |
|
|
* | Nit. | Fred Drake | 1998-01-09 | 1 | -0/+2 |
|
|
* | For consistency, always use a trailing "()" on function names in the running | Fred Drake | 1998-01-08 | 2 | -38/+40 |
|
|
* | Fix a typo (the word "a" was spelled "c"!). | Fred Drake | 1998-01-07 | 2 | -2/+12 |
|
|
* | Normalize some markup. | Fred Drake | 1998-01-07 | 2 | -30/+32 |
|
|
* | Fixed up index entries. | Fred Drake | 1998-01-07 | 2 | -14/+18 |
|
|
* | Added index entry for the protocol. | Fred Drake | 1998-01-07 | 2 | -14/+16 |
|
|
* | Added index items for the RFC and the protocol itself. | Fred Drake | 1998-01-07 | 2 | -0/+4 |
|
|
* | Fixed index entries to be more consistent. | Fred Drake | 1998-01-07 | 2 | -10/+10 |
|
|
* | Updated embed demo, and put a note in the html file that you need a | Jack Jansen | 1998-01-06 | 3 | -174/+167 |
|
|
* | I give in. Now Tk is also using resources just above 128, so Python | Jack Jansen | 1998-01-06 | 9 | -5558/+5672 |
|
|
* | In description of \D, revise markup so that the caret shows up in the HTML | Fred Drake | 1998-01-06 | 2 | -2/+2 |
|
|
* | Release notes and readme for 1.5b3 | Jack Jansen | 1998-01-06 | 5 | -70/+92 |
|
|
* | Loading defaults for gusi/sys.path didn't work for applets. Fixed. | Jack Jansen | 1998-01-06 | 1 | -2/+4 |
|
|
* | Balloon help definitions | Jack Jansen | 1998-01-06 | 1 | -0/+46 |
|
|
* | Added cPickle and cStringIO | Jack Jansen | 1998-01-06 | 1 | -0/+7 |
|
|
* | - Tk 8.0p2 script resources | Jack Jansen | 1998-01-06 | 3 | -4815/+5006 |
|
|
* | Projects for 1.5b3 | Jack Jansen | 1998-01-06 | 12 | -3538/+3767 |
|
|
* | Dangerous feature added: when removing local files (i.e., only when -r | Guido van Rossum | 1998-01-04 | 1 | -25/+50 |
|
|
* | Descriptions for PyRun_String(), PyRun_File(), and PyRun_CompileString() all | Fred Drake | 1998-01-02 | 2 | -8/+8 |
|
|
* | lib.dvi target: Added commands to generate the modules index. | Fred Drake | 1998-01-02 | 1 | -1/+4 |
|
|
* | Script to convert module index data to module index. | Fred Drake | 1998-01-02 | 2 | -0/+124 |
|
|
* | Add module index before the general index. | Fred Drake | 1998-01-02 | 2 | -0/+8 |
|
|
* | Added support for storing information to build a module index. | Fred Drake | 1998-01-02 | 1 | -1/+16 |
|
|
* | In description of the group() method, fix markup of "\(" and "\)" literals; | Fred Drake | 1998-01-02 | 2 | -2/+2 |
|
|
* | Fix bug detected by AMK: need to import string. | Guido van Rossum | 1997-12-31 | 1 | -0/+1 |
|
|
* | Fix bug detected by AMK: Types should be types. | Guido van Rossum | 1997-12-31 | 1 | -2/+2 |
|
|
* | This commit was manufactured by cvs2svn to create tag 'release15'.v1.5 | cvs2svn | 1997-12-31 | 1 | -0/+1 |
|
|
* | Last-minute fix for Jim H: don't die after del sys.stdout | Guido van Rossum | 1997-12-31 | 1 | -2/+11 |
|
|
* | Add zlib and bsddb, and remove beta designation. | Guido van Rossum | 1997-12-31 | 1 | -3/+17 |
|
|
* | New module added. | Guido van Rossum | 1997-12-31 | 1 | -0/+474 |
|
|
* | Ready for release of 1.5. | Guido van Rossum | 1997-12-31 | 1 | -57/+31 |
|
|
* | Added from 1.5b2 to 1.5. | Guido van Rossum | 1997-12-31 | 1 | -0/+75 |
|
|
* | Apply fixps.py to allow A4 paper printing. | Guido van Rossum | 1997-12-30 | 1 | -1/+1 |
|
|
* | Added BaseHTTPServer to table of contents for chapter. | Guido van Rossum | 1997-12-30 | 2 | -0/+6 |
|
|
* | Correct small nits reported by Rob Hooft. | Guido van Rossum | 1997-12-30 | 22 | -66/+72 |
|
|