| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
|
|
* | First checkin of real Distutils command modules. | Greg Ward | 1999-03-22 | 6 | -0/+448 |
|
|
* | Obsolete source file -- command options are actually implemented in | Greg Ward | 1999-03-22 | 1 | -111/+0 |
|
|
* | First checkin of real Distutils code. | Greg Ward | 1999-03-22 | 5 | -0/+1131 |
|
|
* | New code for split() by Tim Peters, behaves more like posixpath.split(). | Guido van Rossum | 1999-03-19 | 2 | -40/+25 |
|
|
* | Added BufferType, the type returned by the new builtin buffer(). Greg Stein. | Guido van Rossum | 1999-03-19 | 1 | -0/+1 |
|
|
* | Sjoerd Mullender writes: | Guido van Rossum | 1999-03-18 | 1 | -2/+2 |
|
|
* | Sjoerd Mullender writes: | Guido van Rossum | 1999-03-18 | 1 | -0/+10 |
|
|
* | Delete non-standard-conforming code in urljoin() that would use the | Guido van Rossum | 1999-03-17 | 1 | -12/+0 |
|
|
* | Bug reported by Jim Robinson: | Guido van Rossum | 1999-03-16 | 1 | -4/+22 |
|
|
* | Yet another patch by Sjoerd Mullender: | Guido van Rossum | 1999-03-15 | 1 | -2/+2 |
|
|
* | Patch by Michael Scharf. He writes: | Guido van Rossum | 1999-03-12 | 1 | -0/+9 |
|
|
* | Remove stuff with unsure copyright status | Guido van Rossum | 1999-03-12 | 2 | -108/+0 |
|
|
* | From: Sjoerd Mullender | Guido van Rossum | 1999-03-12 | 2 | -23/+17 |
|
|
* | Added .rdf and .xsl as application/xml types. (.rdf is for the | Fred Drake | 1999-03-11 | 1 | -0/+2 |
|
|
* | Test for popen2 module, by Chris Tismer. | Guido van Rossum | 1999-03-11 | 2 | -0/+22 |
|
|
* | open_http also had the 'data is None' test backwards. don't call with the | Guido van Rossum | 1999-03-09 | 1 | -3/+2 |
|
|
* | Added collapse_ws option. | Greg Ward | 1999-03-08 | 1 | -0/+5 |
|
|
* | http_error had the 'data is None' test backwards. don't call with the | Jeremy Hylton | 1999-02-25 | 1 | -4/+3 |
|
|
* | change indentation from 8 spaces to 4 spaces | Jeremy Hylton | 1999-02-25 | 1 | -878/+859 |
|
|
* | pleasing the tabnanny | Jeremy Hylton | 1999-02-25 | 1 | -11/+11 |
|
|
* | Oops, one more "x, y, z" to convert... | Fred Drake | 1999-02-25 | 1 | -1/+1 |
|
|
* | Adjusted comment at the top to be less confusing, following Fredrik | Fred Drake | 1999-02-25 | 1 | -14/+16 |
|
|
* | Moved whatsound to lib-old/, since it was declared obsolete and is documented | Fred Drake | 1999-02-24 | 1 | -1/+0 |
|
|