1998-01-29 |
Guido van Rossum | SMTP client by The Dragon De Monsyne <dragondm@integral... |
commit | commitdiff | tree | snapshot |
1998-01-29 |
Guido van Rossum | New version of xmllib from Sjoerd. |
commit | commitdiff | tree | snapshot |
1998-01-29 |
Guido van Rossum | Add Piet van Oostrum's name to the comments. |
commit | commitdiff | tree | snapshot |
1998-01-28 |
Guido van Rossum | Add simple Unix socket example by Piet van Oostrum. |
commit | commitdiff | tree | snapshot |
1998-01-28 |
Fred Drake | Fixed typo reported by Grzegorz Makarewicz <mak@mikropl... |
commit | commitdiff | tree | snapshot |
1998-01-27 |
Guido van Rossum | (This fix is really by Jeremy) |
commit | commitdiff | tree | snapshot |
1998-01-27 |
Guido van Rossum | Add a note explaining that multiplying a sequence with... |
commit | commitdiff | tree | snapshot |
1998-01-27 |
Barry Warsaw | Initial revision |
commit | commitdiff | tree | snapshot |
1998-01-26 |
Barry Warsaw | Unpickler.load_inst(), Unpickler.load_obj(), Unpickler... |
commit | commitdiff | tree | snapshot |
1998-01-26 |
Barry Warsaw | get(): Fixed a bug in the merge order of the dictionari... |
commit | commitdiff | tree | snapshot |
1998-01-26 |
Fred Drake | Py_AtExit(): Added brief note about the constraint... |
commit | commitdiff | tree | snapshot |
1998-01-26 |
Guido van Rossum | Paint demo by Dave Mitchell. There's clearly a demand... |
commit | commitdiff | tree | snapshot |
1998-01-22 |
Fred Drake | Use \url{} to mark a URL. |
commit | commitdiff | tree | snapshot |
1998-01-22 |
Fred Drake | Use \url{} to mark URLs, \email{} to mark an email... |
commit | commitdiff | tree | snapshot |
1998-01-22 |
Fred Drake | Use \url{} to mark URLs. |
commit | commitdiff | tree | snapshot |
1998-01-22 |
Fred Drake | Fixed indexing of {datadesc} environments. |
commit | commitdiff | tree | snapshot |
1998-01-22 |
Fred Drake | \seemodule{}: Use logical markup for the module name... |
commit | commitdiff | tree | snapshot |
1998-01-22 |
Fred Drake | Added descriptions for log() and log10(). |
commit | commitdiff | tree | snapshot |
1998-01-22 |
Fred Drake | Add support for the new macros, including hyperlink... |
commit | commitdiff | tree | snapshot |
1998-01-22 |
Fred Drake | Converted to use new macros. This example demonstrate... |
commit | commitdiff | tree | snapshot |
1998-01-22 |
Fred Drake | Converted to use semantic markup. This is an example... |
commit | commitdiff | tree | snapshot |
1998-01-22 |
Fred Drake | Revised new macros after discussion with Guido: Always... |
commit | commitdiff | tree | snapshot |
1998-01-21 |
Barry Warsaw | (py-outdent-p): When looking at the previous line,... |
commit | commitdiff | tree | snapshot |
1998-01-21 |
Barry Warsaw | (py-goto-initial-line): Shut up the byte compiler. |
commit | commitdiff | tree | snapshot |
1998-01-21 |
Barry Warsaw | (py-mode-map): Add a binding of C-m to py-newline-and... |
commit | commitdiff | tree | snapshot |
1998-01-21 |
Fred Drake | Add entry for copy_reg module. |
commit | commitdiff | tree | snapshot |
1998-01-21 |
Fred Drake | Removed entry for copy_reg module. |
commit | commitdiff | tree | snapshot |
1998-01-21 |
Fred Drake | $(LIBFILES): Added libcopyreg.tex. |
commit | commitdiff | tree | snapshot |
1998-01-21 |
Fred Drake | Add entry for copy_reg module. |
commit | commitdiff | tree | snapshot |
1998-01-21 |
Fred Drake | Simple documentation of the copy_reg module. |
commit | commitdiff | tree | snapshot |
1998-01-21 |
Fred Drake | Update comment about relative URL internet draft to... |
commit | commitdiff | tree | snapshot |
1998-01-20 |
Barry Warsaw | (py-compute-indentation): In the most common case,... |
commit | commitdiff | tree | snapshot |
1998-01-20 |
Barry Warsaw | (py-master-file): New buffer-local variable which can... |
commit | commitdiff | tree | snapshot |
1998-01-20 |
Fred Drake | Added a bunch of "concept" index entries. |
commit | commitdiff | tree | snapshot |
1998-01-20 |
Fred Drake | Added index entry and \label{} for exceptions module... |
commit | commitdiff | tree | snapshot |
1998-01-20 |
Fred Drake | Always mark variables in the "Notes" following a table... |
commit | commitdiff | tree | snapshot |
1998-01-20 |
Fred Drake | Removed bogus index entry for the type() built-in. |
commit | commitdiff | tree | snapshot |
1998-01-20 |
Fred Drake | Proposed new macros: see comments. These are not... |
commit | commitdiff | tree | snapshot |
1998-01-20 |
Fred Drake | Consistency: "{\tt ...}" ==> "\code{...}" |
commit | commitdiff | tree | snapshot |
1998-01-20 |
Fred Drake | Consistency: "{\it ...}" ==> "\emph{...}" |
commit | commitdiff | tree | snapshot |
1998-01-20 |
Fred Drake | The soundex module is built-in, not standard. |
commit | commitdiff | tree | snapshot |
1998-01-20 |
Fred Drake | Consistency: {\it ...} ==> \emph{...} |
commit | commitdiff | tree | snapshot |
1998-01-20 |
Fred Drake | ni is a standard module, not a built-in module. The... |
commit | commitdiff | tree | snapshot |
1998-01-20 |
Fred Drake | Consistency: (Yes, I know this section is not formatte... |
commit | commitdiff | tree | snapshot |
1998-01-19 |
Guido van Rossum | Renamed Jim's PyErr_[JF]Format() to cPickle_ErrFormat... |
commit | commitdiff | tree | snapshot |
1998-01-19 |
Guido van Rossum | Removed a confusing note about coercions and __r*__... |
commit | commitdiff | tree | snapshot |
1998-01-19 |
Guido van Rossum | Various updates to the effect that the group argument... |
commit | commitdiff | tree | snapshot |
1998-01-19 |
Guido van Rossum | Add note about dropping latex 2.09 compatibility. |
commit | commitdiff | tree | snapshot |
1998-01-19 |
Guido van Rossum | Revamped, to match py_compile.py: |
commit | commitdiff | tree | snapshot |
1998-01-19 |
Guido van Rossum | Add Gopher to list of protocols that support query... |
commit | commitdiff | tree | snapshot |
1998-01-19 |
Guido van Rossum | Fix bad new bug in ftp code -- the test for existing... |
commit | commitdiff | tree | snapshot |
1998-01-19 |
Guido van Rossum | Fix to ismount(). Can't remember who told me this. |
commit | commitdiff | tree | snapshot |
1998-01-19 |
Guido van Rossum | Patch by Tim O'Malley for servers that send a response... |
commit | commitdiff | tree | snapshot |
1998-01-19 |
Guido van Rossum | Protect PyErr_Format format string argument from overflow. |
commit | commitdiff | tree | snapshot |
1998-01-19 |
Guido van Rossum | Protect PyErr_Format format string argument from overfl... |
commit | commitdiff | tree | snapshot |
1998-01-19 |
Guido van Rossum | Instead of "attribute-less object", issue an error... |
commit | commitdiff | tree | snapshot |
1998-01-19 |
Guido van Rossum | tok_nextc() should return unsigned characters, to avoid... |
commit | commitdiff | tree | snapshot |
1998-01-19 |
Guido van Rossum | Instead of a single exists(), differentiate between... |
commit | commitdiff | tree | snapshot |
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 |
next |