- c997334 Added the 'have_run' dictionary to Distribution, and changed by Greg Ward · 25 years ago
- 4d74d73 Now handles NT, through '_init_nt()' function (courtesy of by Greg Ward · 25 years ago
- ad38055 Experimental speedup patch by Tim Peters (please test!): by Guido van Rossum · 25 years ago
- 1946f0d Patch by Jim Fulton: new function parse_qsl(), which is like by Guido van Rossum · 25 years ago
- ce900de At Jim Fulton's request (actually, as a compromise :-), default the by Guido van Rossum · 25 years ago
- 198e7ca Andy Dustman notes that I patched the close() call in the wrong place. by Guido van Rossum · 25 years ago
- 6b708d5 In class TemporaryFileWrapper, don't cache attributes of tpye int -- by Guido van Rossum · 25 years ago
- 116b31b Jack Jansen's patch to support file:///path/file/name URL syntax. by Guido van Rossum · 25 years ago
- fa8c3ea Greg McFarlane writes: Tkinter.Text.tag_add should take multiple by Guido van Rossum · 25 years ago
- 1865960 Andy Dustman writes: by Guido van Rossum · 25 years ago
- c40c547 Map .js to application/x-javascript. by Fred Drake · 25 years ago
- 361c048 POP3.uidl(): Update docstring based on comments from Piers Lauder by Fred Drake · 25 years ago
- 8e40759 Nathan Paul Simons noticed that the grid_remove() method was missing. by Guido van Rossum · 26 years ago
- 3ed1be9 Regression test for date format code, by Mike Meyer. by Guido van Rossum · 26 years ago
- 4f13669 No need to import find(). (Andrew Dalke & kjpylint) by Guido van Rossum · 26 years ago
- 73898c7 No need to import os or string. (Andrew Dalke & kjpylint) by Guido van Rossum · 26 years ago
- 96d80f9 No need to import sys. (Andrew Dalke & kjpylint) by Guido van Rossum · 26 years ago
- 138bdaf Typo. (Andrew Dalke, without kjpylint) by Guido van Rossum · 26 years ago
- 6952f17 No need to import string. (Andrew Dalke & kjpylint) by Guido van Rossum · 26 years ago
- ff3932a No need to import os in test(). (Andrew Dalke & kjpylint) by Guido van Rossum · 26 years ago
- 699f3bb Get rid of confusing 'global' statement in global code. by Guido van Rossum · 26 years ago
- 1e1cfa3 No need to import sys or string. (Andrew Dalke & kjpylint) by Guido van Rossum · 26 years ago
- 1cc2b9d Clarify why we define disco. Suggested by Andrew Dalke. by Guido van Rossum · 26 years ago
- 287b399 Clarify why we define error. Suggested by Andrew Dalke. by Guido van Rossum · 26 years ago
- db6d12c No need to import sys or linecache. (Andrew Dalke & kjpylint) by Guido van Rossum · 26 years ago
- 00245cf No need to import gmtime, ctime, asctime. by Guido van Rossum · 26 years ago
- 92b4451 Clarify why there are dynamic imports in AudioDev(). by Guido van Rossum · 26 years ago
- 5c071fa The _comp_data() function never worked, it contained a reference to by Guido van Rossum · 26 years ago
- f8fd11d No need to import sys, time, socket or SocketServer. (Andrew Dalke & kjpylint) by Guido van Rossum · 26 years ago
- 3a64e05 No need to import sys, time, or socket. (Andrew Dalke & kjpylint) by Guido van Rossum · 26 years ago
- e6e8818 No need to import rfc822. (Andrew Dalke & kjpylint) by Guido van Rossum · 26 years ago
- b46413f The case-insensitive _Environ class was lacking a case-insensitive has_key(). by Guido van Rossum · 26 years ago
- 884df45 The 'copy_file()' and 'copy_tree()' functions in util.py now have by Greg Ward · 26 years ago
- 0f72695 Rearranged things so that compilation of .py files is the responsibility by Greg Ward · 26 years ago
- b08f51b Mike Meyer reports a bug in his patch (several months ago) that by Guido van Rossum · 26 years ago
- ddf22c4 Message.getheader(): Fixed grammatical error in docstring. by Fred Drake · 26 years ago
- 5712fa9 Added test case that includes a comma in the full name. This tests by Fred Drake · 26 years ago
- 630b811 Two changes suggested by Jan Pieter Riegel: by Guido van Rossum · 26 years ago
- 3f36a08 Cast f.tell() result to int() in _addval(), so it works even on by Guido van Rossum · 26 years ago
- 20c9228 Patch by Per Cederqvist, seemingly approved by The Dragon: by Guido van Rossum · 26 years ago
- 068d572 Calling _cleanup() does not guarantee that all processes have by Guido van Rossum · 26 years ago
- 247a78a Utility function that yields a properly formatted time string. by Guido van Rossum · 26 years ago
- f340114 Relocating file to Lib/lib-tk. by Fred Drake · 26 years ago
- 0cf46bc Daniel Neri: OpenBSD is just as BSD'ish as the other BSD's ;-) by Guido van Rossum · 26 years ago
- 4e5a7c7 'warn()' method now takes an optional line number. by Greg Ward · 26 years ago
- dabcd00 Fix mysterious references to jprofile that were in the source since by Guido van Rossum · 26 years ago
- ba3ed56 Removed; since long subsumed in Doc/lib/libthreading.tex by Guido van Rossum · 26 years ago
- 0fe1105 Forgot to add this file. CDROM device parameters. by Guido van Rossum · 26 years ago
- 95bdd0b Two different changes. by Guido van Rossum · 26 years ago
- 6a86f66 Get rid of #! line by Guido van Rossum · 26 years ago
- 9a744a9 The usual by Guido van Rossum · 26 years ago
- 0b7dd08 # Bah. The same problem occurred a second time. by Guido van Rossum · 26 years ago
- 9b11279 On Windows, we suddenly find, strftime() may return "" for an by Guido van Rossum · 26 years ago
- 6e9dadc Delete an accidentally checked-in feature that actually broke more by Guido van Rossum · 26 years ago
- 052364b Use binary mode for all gzip files we open. by Guido van Rossum · 26 years ago
- 0d8d3dd lower, tkraise/lift hide Misc.lower, Misc.tkraise/lift, by Guido van Rossum · 26 years ago
- 296e143 Changes by Per Cederquist and The Dragon. by Guido van Rossum · 26 years ago
- 630a9a6 Fix the tests now that splitdrive() no longer treats UNC paths special. by Guido van Rossum · 26 years ago
- f3c695c Withdraw the UNC support from splitdrive(). Instead, a new function by Guido van Rossum · 26 years ago
- fa1591c Oops, missed mode parameter to open(). by Fred Drake · 26 years ago
- 9bb76d1 Made the default mode 'rb' instead of 'r', for better cross-platform by Fred Drake · 26 years ago
- 06ca948 Added all the "external action" methods (to make handling the verbose by Greg Ward · 26 years ago
- e765a3b Added 'dry_run' flag to most functions (to support the "shadow methods" by Greg Ward · 26 years ago
- 4070f50 Changed to use the method versions of 'copy_file()', 'copy_tree()', by Greg Ward · 26 years ago
- 8ff764f Jonathan Giddy write: by Guido van Rossum · 26 years ago
- 60e7330 Per Cederqvist writes: by Guido van Rossum · 26 years ago
- f123f84 Patch by Per Cederqvist, who writes: by Guido van Rossum · 26 years ago
- 9065ea3 When run as a script, report failures in the exit code as well. by Fred Drake · 26 years ago
- 3527f59 Hack so that if a 302 or 301 redirect contains a relative URL, the by Guido van Rossum · 26 years ago
- 89ae2b9 Test protection against picling to/from closed (real) file. by Guido van Rossum · 26 years ago
- 91c488c Replaced the last attempt at an "unreadline" with one that actually by Greg Ward · 26 years ago
- 8e702d4 Jonathan Giddy discovered this file was missing. by Guido van Rossum · 26 years ago
- 787451b Added 'linestart' array and 'unreadline()' method (makes parsing a lot easier). by Greg Ward · 26 years ago
- 447b4a0 Test suite for UserList. by Guido van Rossum · 26 years ago
- 2a340b3 Use isinstance() where appropriate. Reformatted with 4-space indent. by Guido van Rossum · 26 years ago
- 3eccc48 Test suite for UserDict by Guido van Rossum · 26 years ago
- 1697b9c Improved a bunch of things. by Guido van Rossum · 26 years ago
- aa3828a Basic regr tests for pickle/cPickle by Guido van Rossum · 26 years ago
- 397032a Don't use "exec" in find_class(). It's slow, unnecessary, and (as AMK by Guido van Rossum · 26 years ago
- 605ebdd Added a simple test suite for gzip. It simply opens a temp file, by Andrew M. Kuchling · 26 years ago
- f4f119c Based on a suggestion from bruce@hams.com, make a trivial change to by Andrew M. Kuchling · 26 years ago
- 52a0d7d Add tests for float() and complex() with string args (Nick/Stephanie Lockwood). by Guido van Rossum · 26 years ago
- a6386ce Added Jeremy's test code for the sha module. by Guido van Rossum · 26 years ago
- 4ec2698 Remove the temp file when we're done. by Guido van Rossum · 26 years ago
- e256a0f Add readlines() to _Subfile class. Not clear who would need it, but by Guido van Rossum · 26 years ago
- c19f997 use struct instead of bit-manipulate in Python by Jeremy Hylton · 26 years ago
- 782cdfe Changes to allow passing an open file to the constructor (to support by Greg Ward · 26 years ago
- dca7e00 Added simple test for the flush() method of compression objects, trying the by Andrew M. Kuchling · 26 years ago
- f247d75 Bug reported by Tobias Thelen: missing "self." in assignment target. by Guido van Rossum · 26 years ago
- 13ae1c8 First checkin of real Distutils command modules. by Greg Ward · 26 years ago
- 03f8c3c Obsolete source file -- command options are actually implemented in by Greg Ward · 26 years ago
- 2689e3d First checkin of real Distutils code. by Greg Ward · 26 years ago
- 8f0fa9e New code for split() by Tim Peters, behaves more like posixpath.split(). by Guido van Rossum · 26 years ago
- 36561c5 Added BufferType, the type returned by the new builtin buffer(). Greg Stein. by Guido van Rossum · 26 years ago
- f3963b1 Sjoerd Mullender writes: by Guido van Rossum · 26 years ago
- a0fec16 Sjoerd Mullender writes: by Guido van Rossum · 26 years ago
- a2e1805 Delete non-standard-conforming code in urljoin() that would use the by Guido van Rossum · 26 years ago
- eb354b3 Bug reported by Jim Robinson: by Guido van Rossum · 26 years ago
- 3764595 Yet another patch by Sjoerd Mullender: by Guido van Rossum · 26 years ago
- d5138ca Patch by Michael Scharf. He writes: by Guido van Rossum · 26 years ago