- b8690fb Define NotANumber as a subclass of ValueError when using class-based exceptions. by Fred Drake · 25 years ago
- 5c4012a While we're at it, convert to docstrings and set the indentation level to 4. by Fred Drake · 25 years ago
- 7ea8f84 Break some cycles when the widget is destroyed. by Guido van Rossum · 25 years ago
- 624a191 Patch from Sjoerd Mullender: by Fred Drake · 25 years ago
- 59834f1 Mikael Lyngvig writes: by Guido van Rossum · 25 years ago
- 3aa9ca1 Patch by Mikael Lyngvig: by Guido van Rossum · 25 years ago
- 336a201 Sjoerd Mullender writes: by Guido van Rossum · 25 years ago
- ff3a278 Small patch by Tim Peters - it was using self.maxlist when it should by Guido van Rossum · 25 years ago
- 4316135 Make the mode parameter to open() default in the same way as for wave.open(). by Fred Drake · 25 years ago
- 8746082 Patch by Tim Peters: by Guido van Rossum · 25 years ago
- 1a03cf5 Greg McFarlane submitted two missing Text methods: mark_next() and by Guido van Rossum · 25 years ago
- 4f29869 Relocating file to Lib/lib-old. by Fred Drake · 25 years ago
- 9e480ad Patch suggested (and partially provided) by Lars Damerow: instead of by Guido van Rossum · 25 years ago
- bfadac0 In collect_children(), put a try-except around os.waitpid() because it by Guido van Rossum · 25 years ago
- f960782 open(): Make the mode parameter optional; if omitted or None, use the by Fred Drake · 25 years ago
- 9f612f9 Suppress warning print statements about modules not found, they are by Guido van Rossum · 25 years ago
- 7bb11d6 Sjoerd Mullender: by Guido van Rossum · 25 years ago
- f2f0594 Laurence Tratt notes that the accept() call in get_request() can fail, by Guido van Rossum · 25 years ago
- 47ac4e6 Add the test case provided by Barry Scott for his patch. by Guido van Rossum · 25 years ago
- b184487 Barry Scott writes: by Guido van Rossum · 25 years ago
- 6e1d78a Added a couple of endswith test cases for bugs reported by Timbot. by Barry Warsaw · 25 years ago
- d525868 Added more tests of join by Barry Warsaw · 25 years ago
- cbfa5cb Message.getheaders(): If there are no matching headers, return an by Fred Drake · 25 years ago
- 60a3bd8 After more discussion with Jim, change the behavior so that only a by Guido van Rossum · 25 years ago
- 122473f Two extra startswith tests by Barry Warsaw · 25 years ago
- 8a9514a Harness can now test object methods directly, if they aren't available by Barry Warsaw · 25 years ago
- 18df5d4 Mark Hammond: patch for Windows/CE. by Guido van Rossum · 25 years ago
- 4afdb0a Output for the regression test of the new string methods. by Barry Warsaw · 25 years ago
- 50f0e16 Regression test for the new string methods. by Barry Warsaw · 25 years ago
- 2b755b8 Relocating file to Lib/lib-old. by Fred Drake · 25 years ago
- b269302 Added a few more bugs to the doc string; reformatted existing bugs. by Guido van Rossum · 25 years ago
- a3b4a33 Co-production with Tim Peters, implementing a suggestion by Mark by Guido van Rossum · 25 years ago
- 3d54871 Fix by Sjoerd for a package related bug: If you have a non-empy by Guido van Rossum · 25 years ago
- 0dee4ee Updated lagging version#. Also added some comments about how quote() by Guido van Rossum · 25 years ago
- db23d3d Patch by Per Cederqvist: by Guido van Rossum · 25 years ago
- b39aff8 Add unrelated but handy function: timegm(), to calculate Unix by Guido van Rossum · 25 years ago
- 145a5f7 Don't just die if gethostbyaddr() fails -- as it can when DNS is by Guido van Rossum · 25 years ago
- 56b2059 Oops, Sjoerd was in a hurry. This patch from him fixes some length by Guido van Rossum · 25 years ago
- 8ea7bb8 Patch/new code by Sjoerd Mullender: by Guido van Rossum · 25 years ago
- 1f2e09b Fix (sanctioned by Sjoerd) for a problem reported by Andreas Faerber: by Guido van Rossum · 25 years ago
- 5116f90 On David Ascher's recommendation: reversed order of 'utime()' and by Greg Ward · 25 years ago
- a8d0f4f Sam's latest versions by Guido van Rossum · 25 years ago
- cf09a39 Skip Montanaro: by Guido van Rossum · 25 years ago
- df9f7a3 Tim Peters: Taught it more "real Python" rules without slowing it by Guido van Rossum · 25 years ago
- 9a33707 Hacked 'set_final_options()' to set (hopefully) appropriate values for by Greg Ward · 25 years ago
- 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