summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add the possibility of a gamma release (release candidate).Guido van Rossum1999-04-071-2/+3
* Updated documentation by Per Cederqvist. I've added back theGuido van Rossum1999-04-071-15/+58
* Add extern decl for fsync() for SunOS 4.x.Guido van Rossum1999-04-071-0/+1
* Changes by Per Cederquist and The Dragon.Guido van Rossum1999-04-071-49/+118
* Fix the tests now that splitdrive() no longer treats UNC paths special.Guido van Rossum1999-04-061-4/+4
* Withdraw the UNC support from splitdrive(). Instead, a new functionGuido van Rossum1999-04-061-8/+26
* For BeOS PowerPC. Chris Herborth.Guido van Rossum1999-04-064-3/+9
* Added more "See also" entries, + 1 inline hyperlink.Fred Drake1999-04-053-1/+21
* Fixed latex2html weirdness with footnotes.Fred Drake1999-04-055-43/+42
* correct version info for zlib.Jeremy Hylton1999-04-051-6/+11
* Jonathan Giddy notes, and Chris Lawrence agrees, that some comments onGuido van Rossum1999-04-051-3/+3
* Fixed latex2html weirdness with footnotes.Fred Drake1999-04-051-10/+6
* Fixed latex2html weirdness with footnotes.Fred Drake1999-04-053-18/+18
* Fixed latex2html weirdness for a footnote.Fred Drake1999-04-051-2/+2
* open() description: Made it more clear that 'b' should always beFred Drake1999-04-051-16/+21
* Bunch of new contributors, including 9 who contributed to the Docs,Guido van Rossum1999-04-051-0/+21
* Added a few items to the "See also" sections at Guido's prompting. MadeFred Drake1999-04-052-19/+36
* Added "doc" target to match the other document-prefix targets.Fred Drake1999-04-051-0/+1
* Removed bosities around example code; not sure where that stuff creptFred Drake1999-04-051-9/+2
* Made improvements based on changes just made and comments fromFred Drake1999-04-051-6/+11
* Oops, missed mode parameter to open().Fred Drake1999-04-051-1/+1
* Made the default mode 'rb' instead of 'r', for better cross-platformFred Drake1999-04-051-2/+2
* Added all the "external action" methods (to make handling the verboseGreg Ward1999-04-041-1/+131
* Added 'dry_run' flag to most functions (to support the "shadow methods"Greg Ward1999-04-041-15/+28
* Changed to use the method versions of 'copy_file()', 'copy_tree()',Greg Ward1999-04-043-12/+7
* For reasons I dare not explain, this script should always executeGuido van Rossum1999-04-021-2/+1
* 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