| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixed latex2html weirdness with footnotes. | Fred Drake | 1999-04-05 | 1 | -10/+6 |
|
|
* | Fixed latex2html weirdness with footnotes. | Fred Drake | 1999-04-05 | 3 | -18/+18 |
|
|
* | Fixed latex2html weirdness for a footnote. | Fred Drake | 1999-04-05 | 1 | -2/+2 |
|
|
* | open() description: Made it more clear that 'b' should always be | Fred Drake | 1999-04-05 | 1 | -16/+21 |
|
|
* | Bunch of new contributors, including 9 who contributed to the Docs, | Guido van Rossum | 1999-04-05 | 1 | -0/+21 |
|
|
* | Added a few items to the "See also" sections at Guido's prompting. Made | Fred Drake | 1999-04-05 | 2 | -19/+36 |
|
|
* | Added "doc" target to match the other document-prefix targets. | Fred Drake | 1999-04-05 | 1 | -0/+1 |
|
|
* | Removed bosities around example code; not sure where that stuff crept | Fred Drake | 1999-04-05 | 1 | -9/+2 |
|
|
* | Made improvements based on changes just made and comments from | Fred Drake | 1999-04-05 | 1 | -6/+11 |
|
|
* | Oops, missed mode parameter to open(). | Fred Drake | 1999-04-05 | 1 | -1/+1 |
|
|
* | Made the default mode 'rb' instead of 'r', for better cross-platform | Fred Drake | 1999-04-05 | 1 | -2/+2 |
|
|
* | Added all the "external action" methods (to make handling the verbose | Greg Ward | 1999-04-04 | 1 | -1/+131 |
|
|
* | Added 'dry_run' flag to most functions (to support the "shadow methods" | Greg Ward | 1999-04-04 | 1 | -15/+28 |
|
|
* | Changed to use the method versions of 'copy_file()', 'copy_tree()', | Greg Ward | 1999-04-04 | 3 | -12/+7 |
|
|
* | For reasons I dare not explain, this script should always execute | Guido van Rossum | 1999-04-02 | 1 | -2/+1 |
|
|
* | Jonathan Giddy write: | Guido van Rossum | 1999-04-01 | 1 | -0/+1 |
|
|
* | Per Cederqvist writes: | Guido van Rossum | 1999-03-30 | 1 | -1/+1 |
|
|
* | Added "Documenting Python" to the index. | Fred Drake | 1999-03-30 | 1 | -0/+3 |
|
|
* | Patch by Per Cederqvist, who writes: | Guido van Rossum | 1999-03-29 | 1 | -6/+15 |
|
|
* | When run as a script, report failures in the exit code as well. | Fred Drake | 1999-03-29 | 1 | -4/+12 |
|
|
* | Hack so that if a 302 or 301 redirect contains a relative URL, the | Guido van Rossum | 1999-03-29 | 1 | -0/+2 |
|
|
* | Protection against picling to/from closed (real) file. | Guido van Rossum | 1999-03-29 | 1 | -0/+8 |
|
|
* | Test protection against picling to/from closed (real) file. | Guido van Rossum | 1999-03-29 | 1 | -0/+20 |
|
|
* | #$@%! Forgot to remove a #error directive used for testing. Sorry. | Guido van Rossum | 1999-03-29 | 1 | -1/+0 |
|
|
* | Chris Lawrence writes: | Guido van Rossum | 1999-03-29 | 1 | -18/+28 |
|
|
* | Replaced the last attempt at an "unreadline" with one that actually | Greg Ward | 1999-03-29 | 1 | -29/+18 |
|
|
* | Jonathan Giddy discovered this file was missing. | Guido van Rossum | 1999-03-29 | 1 | -0/+1 |
|
|
* | Avoid warnings from AIX compiler. Reported by Vladimir (AIX is my | Guido van Rossum | 1999-03-29 | 1 | -3/+3 |
|
|
* | Fixed a lot of the smaller nits identified in Guido's comments. | Fred Drake | 1999-03-29 | 1 | -28/+68 |
|
|
* | At Tim Peters' recommendation, add a dummy flush() method to PseudoFile. | Guido van Rossum | 1999-03-29 | 2 | -0/+6 |
|
|
* | Tim Peters writes: | Guido van Rossum | 1999-03-28 | 1 | -24/+53 |
|
|
* | Tim Peters writes: | Guido van Rossum | 1999-03-27 | 1 | -160/+88 |
|
|
* | Where rfc822.Message is mentioned, add a link to the rfc822 module. | Fred Drake | 1999-03-27 | 1 | -4/+5 |
|
|
* | During display, if EPIPE is raised, it's probably because a pager was | Fred Drake | 1999-03-26 | 1 | -3/+8 |
|
|
* | Added 'linestart' array and 'unreadline()' method (makes parsing a lot easier). | Greg Ward | 1999-03-26 | 1 | -1/+30 |
|
|
* | Test suite for UserList. | Guido van Rossum | 1999-03-26 | 2 | -0/+177 |
|
|
* | Use isinstance() where appropriate. | Guido van Rossum | 1999-03-26 | 1 | -49/+63 |
|
|
* | Helpwin.__init__(): The text widget should get focus. | Barry Warsaw | 1999-03-26 | 1 | -0/+1 |
|
|
* | Removed unnecessary import `from PyncheWidget import PyncheWidget' | Barry Warsaw | 1999-03-26 | 1 | -1/+0 |
|
|
* | Test suite for UserDict | Guido van Rossum | 1999-03-26 | 2 | -0/+102 |
|
|
* | Improved a bunch of things. | Guido van Rossum | 1999-03-26 | 1 | -13/+16 |
|
|
* | Basic regr tests for pickle/cPickle | Guido van Rossum | 1999-03-25 | 4 | -0/+172 |
|
|
* | Added some rules that affect those little "See also:" sections. | Fred Drake | 1999-03-25 | 1 | -0/+11 |
|
|
* | Be more stylesheet friendly. | Fred Drake | 1999-03-25 | 1 | -1/+2 |
|
|
* | Require the verbatim package (similar to the LaTeX version). | Fred Drake | 1999-03-25 | 2 | -4/+6 |
|
|
* | Don't use "exec" in find_class(). It's slow, unnecessary, and (as AMK | Guido van Rossum | 1999-03-25 | 1 | -5/+4 |
|
|
* | Added a simple test suite for gzip. It simply opens a temp file, | Andrew M. Kuchling | 1999-03-25 | 1 | -0/+30 |
|
|
* | Based on a suggestion from bruce@hams.com, make a trivial change to | Andrew M. Kuchling | 1999-03-25 | 1 | -32/+67 |
|
|
* | Add tests for float() and complex() with string args (Nick/Stephanie | Guido van Rossum | 1999-03-25 | 1 | -0/+2 |
|
|
* | Document complex() with string arg. | Guido van Rossum | 1999-03-25 | 1 | -2/+4 |
|
|