| Commit message (Expand) | Author | Age | Files | Lines |
* | Patch by Per Cederqvist, seemingly approved by The Dragon: | Guido van Rossum | 1999-04-21 | 1 | -3/+6 |
|
|
* | Calling _cleanup() does not guarantee that all processes have | Guido van Rossum | 1999-04-20 | 1 | -1/+2 |
|
|
* | Utility function that yields a properly formatted time string. | Guido van Rossum | 1999-04-19 | 1 | -0/+10 |
|
|
* | Relocating file to Lib/lib-tk. | Fred Drake | 1999-04-19 | 1 | -343/+0 |
|
|
* | Daniel Neri: OpenBSD is just as BSD'ish as the other BSD's ;-) | Guido van Rossum | 1999-04-19 | 1 | -1/+2 |
|
|
* | 'warn()' method now takes an optional line number. | Greg Ward | 1999-04-15 | 1 | -4/+6 |
|
|
* | Fix mysterious references to jprofile that were in the source since | Guido van Rossum | 1999-04-13 | 1 | -1/+1 |
|
|
* | Removed; since long subsumed in Doc/lib/libthreading.tex | Guido van Rossum | 1999-04-13 | 1 | -638/+0 |
|
|
* | Forgot to add this file. CDROM device parameters. | Guido van Rossum | 1999-04-12 | 2 | -0/+153 |
|
|
* | Two different changes. | Guido van Rossum | 1999-04-12 | 1 | -2/+5 |
|
|
* | Get rid of #! line | Guido van Rossum | 1999-04-09 | 2 | -2/+0 |
|
|
* | The usual | Guido van Rossum | 1999-04-08 | 17 | -94/+476 |
|
|
* | # Bah. The same problem occurred a second time. | Guido van Rossum | 1999-04-08 | 1 | -1/+1 |
|
|
* | On Windows, we suddenly find, strftime() may return "" for an | Guido van Rossum | 1999-04-08 | 1 | -1/+1 |
|
|
* | Delete an accidentally checked-in feature that actually broke more | Guido van Rossum | 1999-04-08 | 1 | -9/+0 |
|
|
* | Use binary mode for all gzip files we open. | Guido van Rossum | 1999-04-07 | 1 | -4/+4 |
|
|
* | lower, tkraise/lift hide Misc.lower, Misc.tkraise/lift, | Guido van Rossum | 1999-04-07 | 1 | -3/+8 |
|
|
* | 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 |
|
|
* | 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 |
|
|
* | Jonathan Giddy write: | Guido van Rossum | 1999-04-01 | 1 | -0/+1 |
|
|
* | Per Cederqvist writes: | Guido van Rossum | 1999-03-30 | 1 | -1/+1 |
|
|
* | 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 |
|
|
* | Test protection against picling to/from closed (real) file. | Guido van Rossum | 1999-03-29 | 1 | -0/+20 |
|
|
* | 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 |
|
|
* | 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 |
|
|
* | 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 |
|
|
* | 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 |
|
|
* | Added Jeremy's test code for the sha module. | Guido van Rossum | 1999-03-24 | 2 | -0/+32 |
|
|
* | Remove the temp file when we're done. | Guido van Rossum | 1999-03-24 | 1 | -1/+6 |
|
|
* | Add readlines() to _Subfile class. Not clear who would need it, but | Guido van Rossum | 1999-03-24 | 1 | -0/+13 |
|
|
* | use struct instead of bit-manipulate in Python | Jeremy Hylton | 1999-03-23 | 1 | -21/+3 |
|
|
* | Changes to allow passing an open file to the constructor (to support | Greg Ward | 1999-03-23 | 1 | -14/+13 |
|
|
* | Added simple test for the flush() method of compression objects, trying the | Andrew M. Kuchling | 1999-03-22 | 1 | -0/+13 |
|
|
* | Bug reported by Tobias Thelen: missing "self." in assignment target. | Guido van Rossum | 1999-03-22 | 1 | -1/+1 |
|
|