summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Add *.pdf files to the clobber target (same target as *.ps).Fred Drake1998-02-041-1/+1
* Tell CVS to ignore PDF files.Fred Drake1998-02-041-0/+1
* Added description of "D" format for PyArg_ParseTuple(), including exampleFred Drake1998-02-042-6/+172
* Use implicit rules to perform DVI->PS and PS->PDF conversions. PDF conversionFred Drake1998-02-041-12/+11
* \modindex{}: New macro; index module without declaring it "built-in" orFred Drake1998-02-041-0/+1
* Added missing "{" for "\code <?stuff?>}".Fred Drake1998-02-032-2/+2
* Fix typo in format for strftime() used by cookie code.Guido van Rossum1998-02-021-1/+1
* Clarify that capwords() removes leading/trailing whitespace.Guido van Rossum1998-02-022-10/+2
* Moved toplevel widget to PyncheWidget.pyBarry Warsaw1998-01-311-1/+92
* Initial revisionBarry Warsaw1998-01-311-0/+51
* BadColor: new exception classBarry Warsaw1998-01-311-3/+43
* Better implementation of nearest(). Not faster, but betterBarry Warsaw1998-01-311-1/+2
* Initial revisionBarry Warsaw1998-01-311-0/+151
* mered Greg's suggestions, added docstringBarry Warsaw1998-01-301-18/+26
* Initial revisionBarry Warsaw1998-01-291-0/+71
* Add S_ISBLK().Guido van Rossum1998-01-292-2/+10
* Make this test work when imported from the interpreter instead of runGuido van Rossum1998-01-291-1/+6
* Sez The Dragon:Guido van Rossum1998-01-291-24/+25
* SMTP client by The Dragon De Monsyne <dragondm@integral.org>.Guido van Rossum1998-01-291-0/+278
* New version of xmllib from Sjoerd.Guido van Rossum1998-01-294-81/+283
* Add Piet van Oostrum's name to the comments.Guido van Rossum1998-01-291-1/+2
* Add simple Unix socket example by Piet van Oostrum.Guido van Rossum1998-01-283-1/+27
* Fixed typo reported by Grzegorz Makarewicz <mak@mikroplan.com.pl>.Fred Drake1998-01-281-1/+1
* (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