| Commit message (Expand) | Author | Age | Files | Lines |
* | Define NotANumber as a subclass of ValueError when using class-based | Fred Drake | 1999-06-29 | 1 | -2/+6 |
|
|
* | While we're at it, convert to docstrings and set the indentation level | Fred Drake | 1999-06-25 | 1 | -91/+96 |
|
|
* | Break some cycles when the widget is destroyed. | Guido van Rossum | 1999-06-25 | 1 | -0/+8 |
|
|
* | Patch from Sjoerd Mullender: | Fred Drake | 1999-06-25 | 1 | -12/+12 |
|
|
* | Mikael Lyngvig writes: | Guido van Rossum | 1999-06-25 | 1 | -4/+4 |
|
|
* | Patch by Mikael Lyngvig: | Guido van Rossum | 1999-06-25 | 1 | -4/+4 |
|
|
* | Sjoerd Mullender writes: | Guido van Rossum | 1999-06-24 | 1 | -2/+8 |
|
|
* | Small patch by Tim Peters - it was using self.maxlist when it should | Guido van Rossum | 1999-06-23 | 1 | -1/+1 |
|
|
* | Make the mode parameter to open() default in the same way as for wave.open(). | Fred Drake | 1999-06-22 | 2 | -8/+18 |
|
|
* | Patch by Tim Peters: | Guido van Rossum | 1999-06-22 | 1 | -1/+7 |
|
|
* | Greg McFarlane submitted two missing Text methods: mark_next() and | Guido van Rossum | 1999-06-21 | 1 | -0/+4 |
|
|
* | Relocating file to Lib/lib-old. | Fred Drake | 1999-06-18 | 1 | -63/+0 |
|
|
* | Patch suggested (and partially provided) by Lars Damerow: instead of | Guido van Rossum | 1999-06-17 | 1 | -5/+8 |
|
|
* | In collect_children(), put a try-except around os.waitpid() because it | Guido van Rossum | 1999-06-17 | 1 | -1/+4 |
|
|
* | open(): Make the mode parameter optional; if omitted or None, use the | Fred Drake | 1999-06-17 | 1 | -1/+6 |
|
|
* | Suppress warning print statements about modules not found, they are | Guido van Rossum | 1999-06-16 | 1 | -2/+3 |
|
|
* | Sjoerd Mullender: | Guido van Rossum | 1999-06-16 | 1 | -8/+24 |
|
|
* | Laurence Tratt notes that the accept() call in get_request() can fail, | Guido van Rossum | 1999-06-15 | 1 | -1/+4 |
|
|
* | Add the test case provided by Barry Scott for his patch. | Guido van Rossum | 1999-06-15 | 1 | -0/+5 |
|
|
* | Barry Scott writes: | Guido van Rossum | 1999-06-15 | 1 | -1/+1 |
|
|
* | Added a couple of endswith test cases for bugs reported by Timbot. | Barry Warsaw | 1999-06-15 | 1 | -0/+8 |
|
|
* | Added more tests of join | Barry Warsaw | 1999-06-14 | 1 | -0/+9 |
|
|
* | Message.getheaders(): If there are no matching headers, return an | Fred Drake | 1999-06-14 | 1 | -2/+3 |
|
|
* | After more discussion with Jim, change the behavior so that only a | Guido van Rossum | 1999-06-11 | 1 | -9/+1 |
|
|
* | Two extra startswith tests | Barry Warsaw | 1999-06-11 | 1 | -0/+3 |
|
|
* | Harness can now test object methods directly, if they aren't available | Barry Warsaw | 1999-06-11 | 1 | -2/+14 |
|
|
* | Mark Hammond: patch for Windows/CE. | Guido van Rossum | 1999-06-11 | 1 | -0/+15 |
|
|
* | Output for the regression test of the new string methods. | Barry Warsaw | 1999-06-10 | 1 | -0/+3 |
|
|
* | Regression test for the new string methods. | Barry Warsaw | 1999-06-10 | 1 | -0/+110 |
|
|
* | Relocating file to Lib/lib-old. | Fred Drake | 1999-06-10 | 1 | -25/+0 |
|
|
* | Added a few more bugs to the doc string; reformatted existing bugs. | Guido van Rossum | 1999-06-10 | 1 | -8/+23 |
|
|
* | Co-production with Tim Peters, implementing a suggestion by Mark | Guido van Rossum | 1999-06-10 | 1 | -6/+31 |
|
|
* | Fix by Sjoerd for a package related bug: If you have a non-empy | Guido van Rossum | 1999-06-09 | 1 | -6/+6 |
|
|
* | Updated lagging version#. Also added some comments about how quote() | Guido van Rossum | 1999-06-09 | 1 | -1/+3 |
|
|
* | Patch by Per Cederqvist: | Guido van Rossum | 1999-06-09 | 1 | -3/+6 |
|
|
* | Add unrelated but handy function: timegm(), to calculate Unix | Guido van Rossum | 1999-06-09 | 1 | -0/+17 |
|
|
* | Don't just die if gethostbyaddr() fails -- as it can when DNS is | Guido van Rossum | 1999-06-09 | 1 | -6/+10 |
|
|
* | Oops, Sjoerd was in a hurry. This patch from him fixes some length | Guido van Rossum | 1999-06-09 | 1 | -0/+1 |
|
|
* | Patch/new code by Sjoerd Mullender: | Guido van Rossum | 1999-06-09 | 2 | -74/+155 |
|
|
* | Fix (sanctioned by Sjoerd) for a problem reported by Andreas Faerber: | Guido van Rossum | 1999-06-08 | 1 | -1/+1 |
|
|
* | On David Ascher's recommendation: reversed order of 'utime()' and | Greg Ward | 1999-06-08 | 1 | -2/+5 |
|
|
* | Sam's latest versions | Guido van Rossum | 1999-06-08 | 2 | -87/+109 |
|
|
* | Skip Montanaro: | Guido van Rossum | 1999-06-08 | 1 | -2/+13 |
|
|
* | Tim Peters: Taught it more "real Python" rules without slowing it | Guido van Rossum | 1999-06-08 | 1 | -47/+53 |
|
|
* | Hacked 'set_final_options()' to set (hopefully) appropriate values for | Greg Ward | 1999-06-08 | 1 | -7/+56 |
|
|
* | Added the 'have_run' dictionary to Distribution, and changed | Greg Ward | 1999-06-08 | 1 | -3/+33 |
|
|
* | Now handles NT, through '_init_nt()' function (courtesy of | Greg Ward | 1999-06-08 | 1 | -0/+11 |
|
|
* | Experimental speedup patch by Tim Peters (please test!): | Guido van Rossum | 1999-06-07 | 1 | -82/+149 |
|
|
* | Patch by Jim Fulton: new function parse_qsl(), which is like | Guido van Rossum | 1999-06-04 | 1 | -13/+44 |
|
|
* | At Jim Fulton's request (actually, as a compromise :-), default the | Guido van Rossum | 1999-06-02 | 1 | -2/+2 |
|
|