summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* lower, tkraise/lift hide Misc.lower, Misc.tkraise/lift,Guido van Rossum1999-04-071-3/+8
* 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
* 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
* Jonathan Giddy write:Guido van Rossum1999-04-011-0/+1
* Per Cederqvist writes:Guido van Rossum1999-03-301-1/+1
* 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
* Test protection against picling to/from closed (real) file.Guido van Rossum1999-03-291-0/+20
* 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
* 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
* Test suite for UserDictGuido van Rossum1999-03-262-0/+102
* Improved a bunch of things.Guido van Rossum1999-03-261-13/+16
* Basic regr tests for pickle/cPickleGuido van Rossum1999-03-254-0/+172
* Don't use "exec" in find_class(). It's slow, unnecessary, and (as AMKGuido van Rossum1999-03-251-5/+4
* Added a simple test suite for gzip. It simply opens a temp file,Andrew M. Kuchling1999-03-251-0/+30
* Based on a suggestion from bruce@hams.com, make a trivial change toAndrew M. Kuchling1999-03-251-32/+67
* Add tests for float() and complex() with string args (Nick/StephanieGuido van Rossum1999-03-251-0/+2
* Added Jeremy's test code for the sha module.Guido van Rossum1999-03-242-0/+32
* Remove the temp file when we're done.Guido van Rossum1999-03-241-1/+6
* Add readlines() to _Subfile class. Not clear who would need it, butGuido van Rossum1999-03-241-0/+13
* use struct instead of bit-manipulate in PythonJeremy Hylton1999-03-231-21/+3
* Changes to allow passing an open file to the constructor (to supportGreg Ward1999-03-231-14/+13
* Added simple test for the flush() method of compression objects, trying theAndrew M. Kuchling1999-03-221-0/+13
* Bug reported by Tobias Thelen: missing "self." in assignment target.Guido van Rossum1999-03-221-1/+1
* First checkin of real Distutils command modules.Greg Ward1999-03-226-0/+448
* Obsolete source file -- command options are actually implemented inGreg Ward1999-03-221-111/+0
* First checkin of real Distutils code.Greg Ward1999-03-225-0/+1131
* New code for split() by Tim Peters, behaves more like posixpath.split().Guido van Rossum1999-03-192-40/+25
* Added BufferType, the type returned by the new builtin buffer(). Greg Stein.Guido van Rossum1999-03-191-0/+1
* Sjoerd Mullender writes:Guido van Rossum1999-03-181-2/+2
* Sjoerd Mullender writes:Guido van Rossum1999-03-181-0/+10
* Delete non-standard-conforming code in urljoin() that would use theGuido van Rossum1999-03-171-12/+0
* Bug reported by Jim Robinson:Guido van Rossum1999-03-161-4/+22
* Yet another patch by Sjoerd Mullender:Guido van Rossum1999-03-151-2/+2
* Patch by Michael Scharf. He writes:Guido van Rossum1999-03-121-0/+9
* Remove stuff with unsure copyright statusGuido van Rossum1999-03-122-108/+0
* From: Sjoerd MullenderGuido van Rossum1999-03-122-23/+17
* Added .rdf and .xsl as application/xml types. (.rdf is for theFred Drake1999-03-111-0/+2
* Test for popen2 module, by Chris Tismer.Guido van Rossum1999-03-112-0/+22
* open_http also had the 'data is None' test backwards. don't call with theGuido van Rossum1999-03-091-3/+2