| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Fix SF bug #116263: support for from .. import * | Jeremy Hylton | 2000-10-12 | 6 | -8/+26 |
|
|
* | Added entries for new files of SAX documentation. | Fred Drake | 2000-10-12 | 2 | -0/+6 |
|
|
* | Massive addition of SAX documentation from Martin von Loewis | Fred Drake | 2000-10-12 | 4 | -3/+731 |
|
|
* | If the status line is invalid, assume it is a pre-1.0 response. The | Jeremy Hylton | 2000-10-12 | 1 | -3/+10 |
|
|
* | Repaired a comment and asserted a precondition. | Tim Peters | 2000-10-12 | 1 | -1/+2 |
|
|
* | Recreated after installer source code changes. | Thomas Heller | 2000-10-12 | 1 | -246/+246 |
|
|
* | two fixes for redirects: | Jeremy Hylton | 2000-10-12 | 1 | -24/+31 |
|
|
* | cosmetic changes only: | Jeremy Hylton | 2000-10-12 | 1 | -118/+118 |
|
|
* | Fix for Bug #116453. | Guido van Rossum | 2000-10-12 | 1 | -6/+6 |
|
|
* | When we know the compiler is GCC, always add the -Wall and | Fred Drake | 2000-10-12 | 2 | -408/+434 |
|
|
* | Added a test for the StringIO write() error I just fixed. | Guido van Rossum | 2000-10-12 | 2 | -0/+9 |
|
|
* | [ Bug #116636 ] Bug in StringIO.write() | Guido van Rossum | 2000-10-12 | 1 | -0/+2 |
|
|
* | Anonymous patch to add Darwin 1.2 to the list of BSDs. | Guido van Rossum | 2000-10-12 | 1 | -1/+1 |
|
|
* | Added some single tuple/list unpacking for JPython regression testing. | Barry Warsaw | 2000-10-12 | 1 | -0/+12 |
|
|
* | A Mystery: I somehow managed to delete the last two lines of my test_math.py | Tim Peters | 2000-10-12 | 1 | -0/+2 |
|
|
* | Stop raising OverflowError on underflows reported by libm (errno==ERANGE and | Tim Peters | 2000-10-12 | 3 | -18/+72 |
|
|
* | Various minor additions and clarifications, mostly suggested by Jeremy | Andrew M. Kuchling | 2000-10-12 | 1 | -30/+58 |
|
|
* | Comment out a separator line, since all the others are commented out, | Fred Drake | 2000-10-12 | 1 | -1/+1 |
|
|
* | Add new section on the XML package. (This was the only major new 2.0 feature | Andrew M. Kuchling | 2000-10-12 | 1 | -9/+165 |
|
|
* | Do a better job at staying on-screen :P (Sorry, it's late here.) I'm | Thomas Wouters | 2000-10-11 | 1 | -1/+2 |
|
|
* | Adjust debugging code in the implementation of the DUP_TOPX bytecode, use | Thomas Wouters | 2000-10-11 | 1 | -5/+1 |
|
|
* | Added additional test cases for pulldom modifications. | Lars Gustäbel | 2000-10-11 | 2 | -1/+77 |
|
|
* | Added parent attribute with getters and setters on XMLFilterBase. | Lars Gustäbel | 2000-10-11 | 1 | -0/+12 |
|
|
* | Added non-ns start and end element methods. | Lars Gustäbel | 2000-10-11 | 1 | -16/+31 |
|
|
* | Document the exceptions that now get raised on invalid parameters. | Fred Drake | 2000-10-11 | 1 | -2/+5 |
|
|
* | Test the exception-raising for error cases in copy_reg. | Fred Drake | 2000-10-11 | 2 | -0/+44 |
|
|
* | In the module docstring, clarify that this is used to register pickle | Fred Drake | 2000-10-11 | 1 | -3/+15 |
|
|
* | Another gcc -Wall warning squashed: | Fred Drake | 2000-10-11 | 1 | -1/+1 |
|
|
* | Remove one more gcc -Wall warning. | Fred Drake | 2000-10-11 | 1 | -1/+2 |
|
|
* | Jack Jansen reported that the regression test failed on the Mac where | Guido van Rossum | 2000-10-11 | 1 | -3/+1 |
|
|
* | Added test cases for extended printing to an instance. This picked up | Barry Warsaw | 2000-10-11 | 1 | -1/+9 |
|
|
* | Make sure methods of ZipFile objects are in alphabetical order; the logical | Fred Drake | 2000-10-11 | 1 | -4/+4 |
|
|
* | Use suggested workaround for PyOS_CheckStack causing failure of test_[s]re.py | Trent Mick | 2000-10-11 | 1 | -1/+1 |
|
|
* | Remove the last gcc -Wall warning about possible use of an uninitialized | Fred Drake | 2000-10-11 | 1 | -0/+1 |
|
|
* | Attempt to fix bogus gcc -Wall warnings reported by Marc-Andre Lemburg, | Tim Peters | 2000-10-11 | 1 | -31/+61 |
|
|
* | Fix the docstring for new.function(). | Fred Drake | 2000-10-10 | 1 | -1/+1 |
|
|
* | Fixed a large number of small problems, mostly noted by Detlef Lannert | Fred Drake | 2000-10-10 | 9 | -30/+30 |
|
|
* | Avoid a couple of "value computed is not used" warnings from gcc -Wall; | Fred Drake | 2000-10-10 | 1 | -2/+2 |
|
|
* | Note that the UserString/MutableString classes are far less efficient | Fred Drake | 2000-10-10 | 1 | -18/+22 |
|
|
* | Revise the examples not to use the "from socket import *", and adjust | Fred Drake | 2000-10-10 | 1 | -5/+7 |
|
|
* | Remove duplicated text from urlopen() description, noted by Ka-Ping | Fred Drake | 2000-10-10 | 1 | -16/+0 |
|
|
* | Substantially revise to handle the fact that Python CVS is no longer in a | Fred Drake | 2000-10-10 | 1 | -16/+35 |
|
|
* | Make it clear that copy_reg.pickle() should not be used for classes, but | Fred Drake | 2000-10-10 | 1 | -5/+6 |
|
|
* | Fixed lots of small nits caught by Ka-Ping Yee <ping@lfw.org>. | Fred Drake | 2000-10-10 | 16 | -38/+40 |
|
|
* | Minor nit fixes based on suggestions from Ka-Ping Yee <ping@lfw.org>. | Fred Drake | 2000-10-10 | 1 | -4/+14 |
|
|
* | Better synopsis based on suggestion from Ka-Ping Yee <ping@lfw.org>. | Fred Drake | 2000-10-10 | 1 | -2/+3 |
|
|
* | Better synopses based on suggestions from Ka-Ping Yee <ping@lfw.org>. | Fred Drake | 2000-10-10 | 2 | -5/+4 |
|
|
* | Move the documentation for the mutex module to be with the threading | Fred Drake | 2000-10-10 | 1 | -1/+1 |
|
|
* | Place the full text of the CNRI license verbatim in the LICENSE file. | Guido van Rossum | 2000-10-10 | 1 | -5/+67 |
|
|
* | This commit was manufactured by cvs2svn to create tag 'r20c1'.v2.0c1 | cvs2svn | 2000-10-09 | 1 | -0/+1 |
|
|