| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Added descriptions for log() and log10(). | Fred Drake | 1998-01-22 | 2 | -16/+34 |
|
|
* | Add support for the new macros, including hyperlink generation for \url{}. | Fred Drake | 1998-01-22 | 1 | -5/+28 |
|
|
* | Converted to use new macros. This example demonstrate \method{} and, more | Fred Drake | 1998-01-22 | 2 | -32/+34 |
|
|
* | Converted to use semantic markup. This is an example of how many of the new | Fred Drake | 1998-01-22 | 2 | -72/+78 |
|
|
* | Revised new macros after discussion with Guido: Always use full names of | Fred Drake | 1998-01-22 | 1 | -6/+10 |
|
|
* | (py-outdent-p): When looking at the previous line, watch out for | Barry Warsaw | 1998-01-21 | 1 | -1/+3 |
|
|
* | (py-goto-initial-line): Shut up the byte compiler. | Barry Warsaw | 1998-01-21 | 1 | -1/+1 |
|
|
* | (py-mode-map): Add a binding of C-m to py-newline-and-indent. This is | Barry Warsaw | 1998-01-21 | 1 | -1/+2 |
|
|
* | Add entry for copy_reg module. | Fred Drake | 1998-01-21 | 2 | -0/+6 |
|
|
* | Removed entry for copy_reg module. | Fred Drake | 1998-01-21 | 2 | -4/+0 |
|
|
* | $(LIBFILES): Added libcopyreg.tex. | Fred Drake | 1998-01-21 | 1 | -1/+1 |
|
|
* | Add entry for copy_reg module. | Fred Drake | 1998-01-21 | 2 | -0/+2 |
|
|
* | Simple documentation of the copy_reg module. | Fred Drake | 1998-01-21 | 2 | -0/+56 |
|
|
* | Update comment about relative URL internet draft to reflect current RFC status; | Fred Drake | 1998-01-21 | 2 | -10/+14 |
|
|
* | (py-compute-indentation): In the most common case, where indentation | Barry Warsaw | 1998-01-20 | 1 | -1/+9 |
|
|
* | (py-master-file): New buffer-local variable which can be set in the | Barry Warsaw | 1998-01-20 | 1 | -0/+24 |
|
|
* | Added a bunch of "concept" index entries. | Fred Drake | 1998-01-20 | 2 | -8/+22 |
|
|
* | Added index entry and \label{} for exceptions module. This isn't in the | Fred Drake | 1998-01-20 | 2 | -0/+4 |
|
|
* | Always mark variables in the "Notes" following a table the same way as in the | Fred Drake | 1998-01-20 | 2 | -2/+6 |
|
|
* | Removed bogus index entry for the type() built-in. | Fred Drake | 1998-01-20 | 2 | -4/+2 |
|
|
* | Proposed new macros: see comments. These are not yet used. | Fred Drake | 1998-01-20 | 1 | -0/+20 |
|
|
* | Consistency: "{\tt ...}" ==> "\code{...}" | Fred Drake | 1998-01-20 | 2 | -2/+2 |
|
|
* | Consistency: "{\it ...}" ==> "\emph{...}" | Fred Drake | 1998-01-20 | 2 | -4/+4 |
|
|
* | The soundex module is built-in, not standard. | Fred Drake | 1998-01-20 | 2 | -6/+6 |
|
|
* | Consistency: {\it ...} ==> \emph{...} | Fred Drake | 1998-01-20 | 2 | -2/+2 |
|
|
* | ni is a standard module, not a built-in module. The only other reference to | Fred Drake | 1998-01-20 | 2 | -4/+4 |
|
|
* | Consistency: (Yes, I know this section is not formatted by default, and | Fred Drake | 1998-01-20 | 2 | -16/+20 |
|
|
* | Renamed Jim's PyErr_[JF]Format() to cPickle_ErrFormat(). It's not a | Guido van Rossum | 1998-01-19 | 1 | -11/+10 |
|
|
* | Removed a confusing note about coercions and __r*__ operators. | Guido van Rossum | 1998-01-19 | 4 | -153/+148 |
|
|
* | Various updates to the effect that the group argument is always optional. | Guido van Rossum | 1998-01-19 | 2 | -22/+30 |
|
|
* | Add note about dropping latex 2.09 compatibility. | Guido van Rossum | 1998-01-19 | 1 | -0/+1 |
|
|
* | Revamped, to match py_compile.py: | Guido van Rossum | 1998-01-19 | 1 | -58/+97 |
|
|
* | Add Gopher to list of protocols that support query strings. | Guido van Rossum | 1998-01-19 | 1 | -0/+1 |
|
|
* | Fix bad new bug in ftp code -- the test for existing file using NLST | Guido van Rossum | 1998-01-19 | 1 | -0/+4 |
|
|
* | Fix to ismount(). Can't remember who told me this. | Guido van Rossum | 1998-01-19 | 1 | -2/+3 |
|
|
* | Patch by Tim O'Malley for servers that send a response looking just like | Guido van Rossum | 1998-01-19 | 1 | -2/+6 |
|
|
* | Protect PyErr_Format format string argument from overflow. | Guido van Rossum | 1998-01-19 | 1 | -1/+1 |
|
|
* | Protect PyErr_Format format string argument from overflow (ironically, | Guido van Rossum | 1998-01-19 | 1 | -1/+1 |
|
|
* | Instead of "attribute-less object", issue an error message that | Guido van Rossum | 1998-01-19 | 1 | -1/+4 |
|
|
* | tok_nextc() should return unsigned characters, to avoid mistaking | Guido van Rossum | 1998-01-19 | 1 | -2/+10 |
|
|
* | Instead of a single exists(), differentiate between files, modules, | Guido van Rossum | 1998-01-19 | 1 | -13/+70 |
|
|
* | Add unistd.h for isatty(). | Guido van Rossum | 1998-01-19 | 2 | -0/+8 |
|
|
* | Add LOG_SYSLOG if defined. | Guido van Rossum | 1998-01-19 | 1 | -0/+3 |
|
|
* | Better #ifdefs for NetBSD, taking into account that at least on netBSD | Guido van Rossum | 1998-01-19 | 1 | -3/+8 |
|
|
* | It seems obvious that when Py_Finalize() decides that there's nothing | Guido van Rossum | 1998-01-19 | 1 | -2/+2 |
|
|
* | Some patches by Lars Marius Garshol: | Guido van Rossum | 1998-01-19 | 1 | -2/+17 |
|
|
* | Rewritten PyImport_Cleanup() and its helper, clear_carefully(). They | Guido van Rossum | 1998-01-19 | 1 | -12/+98 |
|
|
* | Consistency: Replaced 4 {\it ...} with \emph{...}. | Fred Drake | 1998-01-19 | 2 | -4/+4 |
|
|
* | Added docstrings. | Guido van Rossum | 1998-01-19 | 1 | -32/+63 |
|
|
* | Consistency: Replaced one {\tt ...} with \code{...}. | Fred Drake | 1998-01-19 | 2 | -2/+2 |
|
|