1998-01-19 |
Guido van Rossum | Add unistd.h for isatty(). |
commit | commitdiff | tree | snapshot |
1998-01-19 |
Guido van Rossum | Add LOG_SYSLOG if defined. |
commit | commitdiff | tree | snapshot |
1998-01-19 |
Guido van Rossum | Better #ifdefs for NetBSD, taking into account that... |
commit | commitdiff | tree | snapshot |
1998-01-19 |
Guido van Rossum | It seems obvious that when Py_Finalize() decides that... |
commit | commitdiff | tree | snapshot |
1998-01-19 |
Guido van Rossum | Some patches by Lars Marius Garshol: |
commit | commitdiff | tree | snapshot |
1998-01-19 |
Guido van Rossum | Rewritten PyImport_Cleanup() and its helper, clear_care... |
commit | commitdiff | tree | snapshot |
1998-01-19 |
Fred Drake | Consistency: Replaced 4 {\it ...} with \emph{...}. |
commit | commitdiff | tree | snapshot |
1998-01-19 |
Guido van Rossum | Added docstrings. |
commit | commitdiff | tree | snapshot |
1998-01-19 |
Fred Drake | Consistency: Replaced one {\tt ...} with \code{...}. |
commit | commitdiff | tree | snapshot |
1998-01-19 |
Fred Drake | Consistency: In two places, change {\it ...} to \emph... |
commit | commitdiff | tree | snapshot |
1998-01-19 |
Fred Drake | Consistency: In two \section{} headers, change {\tt... |
commit | commitdiff | tree | snapshot |
1998-01-18 |
Fred Drake | \funcitem{}, \dataitem{}, \excitem{}: Removed obsolete... |
commit | commitdiff | tree | snapshot |
1998-01-16 |
Fred Drake | Use \emph{} for all references to the other documents... |
commit | commitdiff | tree | snapshot |
1998-01-16 |
Jack Jansen | Mods by Bill Bedford |
commit | commitdiff | tree | snapshot |
1998-01-16 |
Jack Jansen | Addition by Bill Bedford: Ordinal and NOrdinal classes... |
commit | commitdiff | tree | snapshot |
1998-01-15 |
Guido van Rossum | SO_REUSEPORT should be SO_REUSEADDR. |
commit | commitdiff | tree | snapshot |
1998-01-15 |
Fred Drake | Ouch: "accounces" ==> "announces" |
commit | commitdiff | tree | snapshot |
1998-01-14 |
Guido van Rossum | Add trace methods to class Variable |
commit | commitdiff | tree | snapshot |
1998-01-14 |
Guido van Rossum | Added tests for qualified sub and split |
commit | commitdiff | tree | snapshot |
1998-01-14 |
Guido van Rossum | Seems I've found a way to fix this. |
commit | commitdiff | tree | snapshot |
1998-01-14 |
Fred Drake | Consistency: "{\bf ...}" ==> "\strong{...}" |
commit | commitdiff | tree | snapshot |
1998-01-14 |
Fred Drake | Added the standard \label{module-*} for the two support... |
commit | commitdiff | tree | snapshot |
1998-01-13 |
Fred Drake | Consistency: "Unix" ==> "\UNIX{}" |
commit | commitdiff | tree | snapshot |
1998-01-13 |
Fred Drake | Augment \tableofcontents to do the right thing. |
commit | commitdiff | tree | snapshot |
1998-01-13 |
Fred Drake | Removed \mytableofcontents; just use \tableofcontents. |
commit | commitdiff | tree | snapshot |
1998-01-13 |
Fred Drake | Removed one hack! |
commit | commitdiff | tree | snapshot |
1998-01-13 |
Fred Drake | Consistency: "Unix" ==> "\UNIX{}" |
commit | commitdiff | tree | snapshot |
1998-01-13 |
Fred Drake | Consistency: "unix" ==> "\UNIX{}" |
commit | commitdiff | tree | snapshot |
1998-01-13 |
Guido van Rossum | Some shifting around of the DGUX hack so that it won... |
commit | commitdiff | tree | snapshot |
1998-01-13 |
Fred Drake | Consistency: "unix" ==> "\UNIX{}" |
commit | commitdiff | tree | snapshot |
1998-01-13 |
Fred Drake | Consistency: |
commit | commitdiff | tree | snapshot |
1998-01-13 |
Guido van Rossum | Deleted targets used only by Jim Fulton's now deleted... |
commit | commitdiff | tree | snapshot |
1998-01-13 |
Fred Drake | Consistency: |
commit | commitdiff | tree | snapshot |
1998-01-13 |
Guido van Rossum | delete gMakefile, clarify Makefile.pre.in |
commit | commitdiff | tree | snapshot |
1998-01-13 |
Guido van Rossum | No longer needed, sez Jim. |
commit | commitdiff | tree | snapshot |
1998-01-13 |
Fred Drake | Consistency: |
commit | commitdiff | tree | snapshot |
1998-01-13 |
Fred Drake | Removed obsolete \kwindex{} call. |
commit | commitdiff | tree | snapshot |
1998-01-13 |
Fred Drake | Added "module search path" to the index. |
commit | commitdiff | tree | snapshot |
1998-01-13 |
Fred Drake | Removed obsolete \kwindex{} calls. |
commit | commitdiff | tree | snapshot |
1998-01-13 |
Guido van Rossum | Update the doc string to emphasize non-Unix behavior... |
commit | commitdiff | tree | snapshot |
1998-01-13 |
Fred Drake | \kwindex{}: Removed obsolete macro. |
commit | commitdiff | tree | snapshot |
1998-01-13 |
Fred Drake | &do_cmd_kwindex: Removed obsolete function. |
commit | commitdiff | tree | snapshot |
1998-01-13 |
Fred Drake | Added command at end to use times fonts; commented... |
commit | commitdiff | tree | snapshot |
1998-01-13 |
Fred Drake | Removed tarps2, tardvi targets based on comments from... |
commit | commitdiff | tree | snapshot |
1998-01-13 |
Fred Drake | After discussion with Guido, agreed to only support... |
commit | commitdiff | tree | snapshot |
1998-01-13 |
Fred Drake | Added openright option the the \documentclass{} for... |
commit | commitdiff | tree | snapshot |
1998-01-13 |
Fred Drake | Added targets: |
commit | commitdiff | tree | snapshot |
1998-01-13 |
Fred Drake | Script to add & remove LaTeX \documentclass options... |
commit | commitdiff | tree | snapshot |
1998-01-13 |
Fred Drake | &make_mod_index_entry: Wrap a long comment, store... |
commit | commitdiff | tree | snapshot |
1998-01-13 |
Fred Drake | Override several functions from the stock latex2html... |
commit | commitdiff | tree | snapshot |
1998-01-12 |
Fred Drake | Added support for \funcline{} and \dataline{}. |
commit | commitdiff | tree | snapshot |
1998-01-12 |
Fred Drake | Lots of minor markup nits, all consistency related. |
commit | commitdiff | tree | snapshot |
1998-01-12 |
Guido van Rossum | Document maxsplit arg for split(), with incompatibility... |
commit | commitdiff | tree | snapshot |
1998-01-12 |
Guido van Rossum | Fix two bugs: |
commit | commitdiff | tree | snapshot |
1998-01-12 |
Fred Drake | Wrapped some long lines. |
commit | commitdiff | tree | snapshot |
1998-01-12 |
Fred Drake | Modify command descriptions to use \optional{} instead... |
commit | commitdiff | tree | snapshot |
1998-01-12 |
Fred Drake | \optional{}: Removed leading word space, allowing... |
commit | commitdiff | tree | snapshot |
1998-01-12 |
Guido van Rossum | Sigh. Apply a similar patch to the *other* occurrence... |
commit | commitdiff | tree | snapshot |
1998-01-11 |
Fred Drake | Follow current recommended practice in an example:... |
commit | commitdiff | tree | snapshot |
1998-01-11 |
Fred Drake | "Unix" --> "\UNIX{}" |
commit | commitdiff | tree | snapshot |
1998-01-11 |
Guido van Rossum | As Jeff painfully found out, malloc(0) returns NULL... |
commit | commitdiff | tree | snapshot |
1998-01-09 |
Fred Drake | Grammatical nit. |
commit | commitdiff | tree | snapshot |
1998-01-09 |
Fred Drake | Add module reference for cPickle to index. |
commit | commitdiff | tree | snapshot |
1998-01-09 |
Fred Drake | Use \file{} instead of \code{} or ``\code{}'' to mark... |
commit | commitdiff | tree | snapshot |
1998-01-09 |
Fred Drake | Simplify markup. |
commit | commitdiff | tree | snapshot |
1998-01-09 |
Fred Drake | The resource module has been documented; remove from... |
commit | commitdiff | tree | snapshot |
1998-01-09 |
Fred Drake | Added \label{} to allow module references. |
commit | commitdiff | tree | snapshot |
1998-01-09 |
Fred Drake | Add index entry for reference to the math module. |
commit | commitdiff | tree | snapshot |
1998-01-09 |
Fred Drake | Typographical nits: Always set parameter names in... |
commit | commitdiff | tree | snapshot |
1998-01-09 |
Fred Drake | Markup consistency in the mapping object interface... |
commit | commitdiff | tree | snapshot |
1998-01-09 |
Fred Drake | Fix previous nit to really do the right thing. |
commit | commitdiff | tree | snapshot |
1998-01-09 |
Fred Drake | Consistency: Always use lower-case markup; one tag... |
commit | commitdiff | tree | snapshot |
1998-01-09 |
Fred Drake | Revise prologue and frontmatter to use latex2e (not... |
commit | commitdiff | tree | snapshot |
1998-01-09 |
Fred Drake | Revise prologue and frontmatter to use latex2e (not... |
commit | commitdiff | tree | snapshot |
1998-01-09 |
Fred Drake | \mytableofcontents New macro. Wrapper around \tableofc... |
commit | commitdiff | tree | snapshot |
1998-01-09 |
Fred Drake | Nit. |
commit | commitdiff | tree | snapshot |
1998-01-08 |
Fred Drake | For consistency, always use a trailing "()" on function... |
commit | commitdiff | tree | snapshot |
1998-01-07 |
Fred Drake | Fix a typo (the word "a" was spelled "c"!). |
commit | commitdiff | tree | snapshot |
1998-01-07 |
Fred Drake | Normalize some markup. |
commit | commitdiff | tree | snapshot |
1998-01-07 |
Fred Drake | Fixed up index entries. |
commit | commitdiff | tree | snapshot |
1998-01-07 |
Fred Drake | Added index entry for the protocol. |
commit | commitdiff | tree | snapshot |
1998-01-07 |
Fred Drake | Added index items for the RFC and the protocol itself. |
commit | commitdiff | tree | snapshot |
1998-01-07 |
Fred Drake | Fixed index entries to be more consistent. |
commit | commitdiff | tree | snapshot |
1998-01-06 |
Jack Jansen | Updated embed demo, and put a note in the html file... |
commit | commitdiff | tree | snapshot |
1998-01-06 |
Jack Jansen | I give in. Now Tk is also using resources just above... |
commit | commitdiff | tree | snapshot |
1998-01-06 |
Fred Drake | In description of \D, revise markup so that the caret... |
commit | commitdiff | tree | snapshot |
1998-01-06 |
Jack Jansen | Release notes and readme for 1.5b3 |
commit | commitdiff | tree | snapshot |
1998-01-06 |
Jack Jansen | Loading defaults for gusi/sys.path didn't work for... |
commit | commitdiff | tree | snapshot |
1998-01-06 |
Jack Jansen | Balloon help definitions |
commit | commitdiff | tree | snapshot |
1998-01-06 |
Jack Jansen | Added cPickle and cStringIO |
commit | commitdiff | tree | snapshot |
1998-01-06 |
Jack Jansen | - Tk 8.0p2 script resources |
commit | commitdiff | tree | snapshot |
1998-01-06 |
Jack Jansen | Projects for 1.5b3 |
commit | commitdiff | tree | snapshot |
1998-01-04 |
Guido van Rossum | Dangerous feature added: when removing local files... |
commit | commitdiff | tree | snapshot |
1998-01-02 |
Fred Drake | Descriptions for PyRun_String(), PyRun_File(), and... |
commit | commitdiff | tree | snapshot |
1998-01-02 |
Fred Drake | lib.dvi target: Added commands to generate the modules... |
commit | commitdiff | tree | snapshot |
1998-01-02 |
Fred Drake | Script to convert module index data to module index. |
commit | commitdiff | tree | snapshot |
1998-01-02 |
Fred Drake | Add module index before the general index. |
commit | commitdiff | tree | snapshot |
1998-01-02 |
Fred Drake | Added support for storing information to build a module... |
commit | commitdiff | tree | snapshot |
1998-01-02 |
Fred Drake | In description of the group() method, fix markup of... |
commit | commitdiff | tree | snapshot |
1997-12-31 |
Guido van Rossum | Fix bug detected by AMK: need to import string. |
commit | commitdiff | tree | snapshot |
next |