| Commit message (Expand) | Author | Age | Files | Lines |
* | On Windows, we suddenly find, strftime() may return "" for an | Guido van Rossum | 1999-04-08 | 1 | -1/+1 |
|
|
* | This demo imported some private code from Matt. Make it cripple along. | Guido van Rossum | 1999-04-08 | 1 | -3/+10 |
|
|
* | Delete an accidentally checked-in feature that actually broke more | Guido van Rossum | 1999-04-08 | 1 | -9/+0 |
|
|
* | Win/CE thread support by Mark Hammond. | Guido van Rossum | 1999-04-08 | 1 | -0/+201 |
|
|
* | Patch by Andrew Kuchling to unflush() (flush() for deflating). | Guido van Rossum | 1999-04-07 | 1 | -4/+8 |
|
|
* | Use binary mode for all gzip files we open. | Guido van Rossum | 1999-04-07 | 1 | -4/+4 |
|
|
* | New change log. | Guido van Rossum | 1999-04-07 | 1 | -1/+83 |
|
|
* | New version. | Guido van Rossum | 1999-04-07 | 2 | -4/+14 |
|
|
* | Alas, get rid of the Win specific hack to ask the user to press Return | Guido van Rossum | 1999-04-07 | 1 | -47/+0 |
|
|
* | Version bump awaiting impending new release. | Guido van Rossum | 1999-04-07 | 1 | -1/+1 |
|
|
* | Removing an unused image of a snake. | Guido van Rossum | 1999-04-07 | 1 | -0/+0 |
|
|
* | lower, tkraise/lift hide Misc.lower, Misc.tkraise/lift, | Guido van Rossum | 1999-04-07 | 1 | -3/+8 |
|
|
* | Changes by Mark Hammond for Windows CE. Mostly of the form | Guido van Rossum | 1999-04-07 | 5 | -0/+18 |
|
|
* | Remove unused variable from complex_from_string() code. | Guido van Rossum | 1999-04-07 | 1 | -1/+1 |
|
|
* | Add the possibility of a gamma release (release candidate). | Guido van Rossum | 1999-04-07 | 1 | -2/+3 |
|
|
* | Updated documentation by Per Cederqvist. I've added back the | Guido van Rossum | 1999-04-07 | 1 | -15/+58 |
|
|
* | Add extern decl for fsync() for SunOS 4.x. | Guido van Rossum | 1999-04-07 | 1 | -0/+1 |
|
|
* | Changes by Per Cederquist and The Dragon. | Guido van Rossum | 1999-04-07 | 1 | -49/+118 |
|
|
* | Fix the tests now that splitdrive() no longer treats UNC paths special. | Guido van Rossum | 1999-04-06 | 1 | -4/+4 |
|
|
* | Withdraw the UNC support from splitdrive(). Instead, a new function | Guido van Rossum | 1999-04-06 | 1 | -8/+26 |
|
|
* | For BeOS PowerPC. Chris Herborth. | Guido van Rossum | 1999-04-06 | 4 | -3/+9 |
|
|
* | Added more "See also" entries, + 1 inline hyperlink. | Fred Drake | 1999-04-05 | 3 | -1/+21 |
|
|
* | Fixed latex2html weirdness with footnotes. | Fred Drake | 1999-04-05 | 5 | -43/+42 |
|
|
* | correct version info for zlib. | Jeremy Hylton | 1999-04-05 | 1 | -6/+11 |
|
|
* | Jonathan Giddy notes, and Chris Lawrence agrees, that some comments on | Guido van Rossum | 1999-04-05 | 1 | -3/+3 |
|
|
* | 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 |
|
|