summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* (This fix is really by Jeremy)Guido van Rossum1998-01-271-22/+29
* Add a note explaining that multiplying a sequence with a negativeGuido van Rossum1998-01-272-2/+10
* Initial revisionBarry Warsaw1998-01-271-0/+23
* Unpickler.load_inst(), Unpickler.load_obj(), Unpickler.load_build():Barry Warsaw1998-01-261-7/+28
* get(): Fixed a bug in the merge order of the dictionaries. This makesBarry Warsaw1998-01-261-3/+4
* Py_AtExit(): Added brief note about the constraint on cleanup functions notFred Drake1998-01-262-12/+18
* Paint demo by Dave Mitchell. There's clearly a demand for such aGuido van Rossum1998-01-261-0/+60
* Use \url{} to mark a URL.Fred Drake1998-01-224-10/+10
* Use \url{} to mark URLs, \email{} to mark an email address.Fred Drake1998-01-222-4/+4
* Use \url{} to mark URLs.Fred Drake1998-01-224-20/+20
* Fixed indexing of {datadesc} environments.Fred Drake1998-01-221-21/+5
* \seemodule{}: Use logical markup for the module name, to ensure it picks upFred Drake1998-01-221-1/+1
* Added descriptions for log() and log10().Fred Drake1998-01-222-16/+34
* Add support for the new macros, including hyperlink generation for \url{}.Fred Drake1998-01-221-5/+28
* Converted to use new macros. This example demonstrate \method{} and, moreFred Drake1998-01-222-32/+34
* Converted to use semantic markup. This is an example of how many of the newFred Drake1998-01-222-72/+78
* Revised new macros after discussion with Guido: Always use full names ofFred Drake1998-01-221-6/+10
* (py-outdent-p): When looking at the previous line, watch out forBarry Warsaw1998-01-211-1/+3
* (py-goto-initial-line): Shut up the byte compiler.Barry Warsaw1998-01-211-1/+1
* (py-mode-map): Add a binding of C-m to py-newline-and-indent. This isBarry Warsaw1998-01-211-1/+2
* Add entry for copy_reg module.Fred Drake1998-01-212-0/+6
* Removed entry for copy_reg module.Fred Drake1998-01-212-4/+0
* $(LIBFILES): Added libcopyreg.tex.Fred Drake1998-01-211-1/+1
* Add entry for copy_reg module.Fred Drake1998-01-212-0/+2
* Simple documentation of the copy_reg module.Fred Drake1998-01-212-0/+56
* Update comment about relative URL internet draft to reflect current RFC status;Fred Drake1998-01-212-10/+14
* (py-compute-indentation): In the most common case, where indentationBarry Warsaw1998-01-201-1/+9
* (py-master-file): New buffer-local variable which can be set in theBarry Warsaw1998-01-201-0/+24
* Added a bunch of "concept" index entries.Fred Drake1998-01-202-8/+22
* Added index entry and \label{} for exceptions module. This isn't in theFred Drake1998-01-202-0/+4
* Always mark variables in the "Notes" following a table the same way as in theFred Drake1998-01-202-2/+6
* Removed bogus index entry for the type() built-in.Fred Drake1998-01-202-4/+2
* Proposed new macros: see comments. These are not yet used.Fred Drake1998-01-201-0/+20
* Consistency: "{\tt ...}" ==> "\code{...}"Fred Drake1998-01-202-2/+2
* Consistency: "{\it ...}" ==> "\emph{...}"Fred Drake1998-01-202-4/+4
* The soundex module is built-in, not standard.Fred Drake1998-01-202-6/+6
* Consistency: {\it ...} ==> \emph{...}Fred Drake1998-01-202-2/+2
* ni is a standard module, not a built-in module. The only other reference toFred Drake1998-01-202-4/+4
* Consistency: (Yes, I know this section is not formatted by default, andFred Drake1998-01-202-16/+20
* Renamed Jim's PyErr_[JF]Format() to cPickle_ErrFormat(). It's not aGuido van Rossum1998-01-191-11/+10
* Removed a confusing note about coercions and __r*__ operators.Guido van Rossum1998-01-194-153/+148
* Various updates to the effect that the group argument is always optional.Guido van Rossum1998-01-192-22/+30
* Add note about dropping latex 2.09 compatibility.Guido van Rossum1998-01-191-0/+1
* Revamped, to match py_compile.py:Guido van Rossum1998-01-191-58/+97
* Add Gopher to list of protocols that support query strings.Guido van Rossum1998-01-191-0/+1
* Fix bad new bug in ftp code -- the test for existing file using NLSTGuido van Rossum1998-01-191-0/+4
* Fix to ismount(). Can't remember who told me this.Guido van Rossum1998-01-191-2/+3
* Patch by Tim O'Malley for servers that send a response looking just likeGuido van Rossum1998-01-191-2/+6
* Protect PyErr_Format format string argument from overflow.Guido van Rossum1998-01-191-1/+1
* Protect PyErr_Format format string argument from overflow (ironically,Guido van Rossum1998-01-191-1/+1