summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Jonathan Giddy write:Guido van Rossum1999-04-011-0/+1
* Per Cederqvist writes:Guido van Rossum1999-03-301-1/+1
* Added "Documenting Python" to the index.Fred Drake1999-03-301-0/+3
* Patch by Per Cederqvist, who writes:Guido van Rossum1999-03-291-6/+15
* When run as a script, report failures in the exit code as well.Fred Drake1999-03-291-4/+12
* Hack so that if a 302 or 301 redirect contains a relative URL, theGuido van Rossum1999-03-291-0/+2
* Protection against picling to/from closed (real) file.Guido van Rossum1999-03-291-0/+8
* Test protection against picling to/from closed (real) file.Guido van Rossum1999-03-291-0/+20
* #$@%! Forgot to remove a #error directive used for testing. Sorry.Guido van Rossum1999-03-291-1/+0
* Chris Lawrence writes:Guido van Rossum1999-03-291-18/+28
* Replaced the last attempt at an "unreadline" with one that actuallyGreg Ward1999-03-291-29/+18
* Jonathan Giddy discovered this file was missing.Guido van Rossum1999-03-291-0/+1
* Avoid warnings from AIX compiler. Reported by Vladimir (AIX is myGuido van Rossum1999-03-291-3/+3
* Fixed a lot of the smaller nits identified in Guido's comments.Fred Drake1999-03-291-28/+68
* At Tim Peters' recommendation, add a dummy flush() method to PseudoFile.Guido van Rossum1999-03-292-0/+6
* Tim Peters writes:Guido van Rossum1999-03-281-24/+53
* Tim Peters writes:Guido van Rossum1999-03-271-160/+88
* Where rfc822.Message is mentioned, add a link to the rfc822 module.Fred Drake1999-03-271-4/+5
* During display, if EPIPE is raised, it's probably because a pager wasFred Drake1999-03-261-3/+8
* Added 'linestart' array and 'unreadline()' method (makes parsing a lot easier).Greg Ward1999-03-261-1/+30
* Test suite for UserList.Guido van Rossum1999-03-262-0/+177
* Use isinstance() where appropriate.Guido van Rossum1999-03-261-49/+63
* Helpwin.__init__(): The text widget should get focus.Barry Warsaw1999-03-261-0/+1
* Removed unnecessary import `from PyncheWidget import PyncheWidget'Barry Warsaw1999-03-261-1/+0
* Test suite for UserDictGuido van Rossum1999-03-262-0/+102
* Improved a bunch of things.Guido van Rossum1999-03-261-13/+16
* Basic regr tests for pickle/cPickleGuido van Rossum1999-03-254-0/+172
* Added some rules that affect those little "See also:" sections.Fred Drake1999-03-251-0/+11
* Be more stylesheet friendly.Fred Drake1999-03-251-1/+2
* Require the verbatim package (similar to the LaTeX version).Fred Drake1999-03-252-4/+6
* Don't use "exec" in find_class(). It's slow, unnecessary, and (as AMKGuido van Rossum1999-03-251-5/+4
* Added a simple test suite for gzip. It simply opens a temp file,Andrew M. Kuchling1999-03-251-0/+30
* Based on a suggestion from bruce@hams.com, make a trivial change toAndrew M. Kuchling1999-03-251-32/+67
* Add tests for float() and complex() with string args (Nick/StephanieGuido van Rossum1999-03-251-0/+2
* Document complex() with string arg.Guido van Rossum1999-03-251-2/+4
* Add an .unused_data attribute to decompressor objects. If .unused_dataAndrew M. Kuchling1999-03-251-0/+22
* Patch by Nick and Stephanie Lockwood to implement complex() with a stringGuido van Rossum1999-03-251-4/+133
* SIGTERM is no longer caught to call sys.exitfunc.Guido van Rossum1999-03-252-7/+5
* Remove \platformof support, since it's been removed from the LaTeXFred Drake1999-03-251-24/+9
* Added note about ftpmirror.py, since that seems to be one of the mostFred Drake1999-03-251-0/+8
* Added Samuel Bayer's new webchecker.Guido van Rossum1999-03-241-0/+884
* Vladimir Marangozov contributed updated comments.Guido van Rossum1999-03-241-11/+8
* Folded long lines.Guido van Rossum1999-03-241-9/+18
* Added Jeremy's test code for the sha module.Guido van Rossum1999-03-242-0/+32
* Added Greg Stein and Andrew Kuchling's sha module.Guido van Rossum1999-03-242-1/+610
* Remove the temp file when we're done.Guido van Rossum1999-03-241-1/+6
* Conform to standard boilerplate.Guido van Rossum1999-03-241-3/+34
* Chris Herborth: the new compiler in R4.1 needs some new options to work...Guido van Rossum1999-03-244-254/+266
* Implement two suggestions by Jonathan Giddy: (1) in AIX, clear theGuido van Rossum1999-03-241-0/+19
* Vladimir Marangozov implements the AIX 3-arg gethostbyname_r code.Guido van Rossum1999-03-241-14/+32