| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | _exceptions: Format a missing system id as <unknown>. | Martin v. Löwis | 2000-10-09 | 2 | -5/+7 |
|
|
* | Fixed leapdays(). From Patch #101841, by Denis S. Otkidach. | Guido van Rossum | 2000-10-09 | 1 | -2/+4 |
|
|
* | Adapt test output to changed error message. | Guido van Rossum | 2000-10-08 | 1 | -1/+1 |
|
|
* | Correct output. | Guido van Rossum | 2000-10-08 | 1 | -1/+1 |
|
|
* | It seems our sound cards can't play mulaw data. Use native-format | Guido van Rossum | 2000-10-08 | 1 | -1/+12 |
|
|
* | Don't use string methods to allow sharing this code with PyXML. | Martin v. Löwis | 2000-10-07 | 1 | -1/+2 |
|
|
* | Fixed too ambitious "nothing to repeat" check. Closes bug #114033. | Fredrik Lundh | 2000-10-07 | 4 | -3/+6 |
|
|
* | The test is good, but Jim forgot to check in the updated output. | Fred Drake | 2000-10-07 | 1 | -0/+6 |
|
|
* | Donn Cave <donn@oz.net>: | Fred Drake | 2000-10-07 | 4 | -0/+994 |
|
|
* | Record bugs found when comparing the module with DOM Core Level 2. | Martin v. Löwis | 2000-10-07 | 1 | -1/+4 |
|
|
* | SRE didn't handle character category followed by hyphen inside a | Fredrik Lundh | 2000-10-07 | 2 | -0/+4 |
|
|
* | Updated test with a case which checks for the bug reported in | Marc-André Lemburg | 2000-10-07 | 1 | -0/+1 |
|
|
* | Possible fix for Skip's bug 116136 (sre recursion limit hit in tokenize.py). | Tim Peters | 2000-10-07 | 1 | -12/+20 |
|
|
* | Add .toxml test case, as proposed by Alex Martelli in bug report #116244. | Martin v. Löwis | 2000-10-06 | 2 | -1/+7 |
|
|
* | minidom: access attribute value before printing it | Martin v. Löwis | 2000-10-06 | 2 | -12/+14 |
|
|
* | Add a test case for reporting the file name, and for reporting an error | Martin v. Löwis | 2000-10-06 | 2 | -3/+36 |
|
|
* | In an incremental parser, close the parser after feeding everything. | Martin v. Löwis | 2000-10-06 | 1 | -0/+1 |
|
|
* | Don't use a file object as system id; try to propagate the file name to | Martin v. Löwis | 2000-10-06 | 1 | -1/+3 |
|
|
* | Don't report a final chunk for an external entity parser. | Martin v. Löwis | 2000-10-06 | 1 | -1/+0 |
|
|
* | Move translation from expat.error to SAXParseException into feed, so that | Martin v. Löwis | 2000-10-06 | 1 | -17/+19 |
|
|
* | Fix a couple of typos in docstrings. | Fred Drake | 2000-10-06 | 1 | -2/+2 |
|
|
* | test_linuxaudio: | Jeremy Hylton | 2000-10-06 | 2 | -4/+65 |
|
|
* | __getslice__(): Make this use the constructor form that gets a sequence | Fred Drake | 2000-10-06 | 1 | -3/+1 |
|
|
* | Uncommented tests that failed for cStringIO, | Jim Fulton | 2000-10-06 | 1 | -17/+11 |
|
|
* | Adding Jeremy's new test_import (SF patch 101709). | Tim Peters | 2000-10-06 | 2 | -0/+45 |
|
|
* | Add SAXReaderNotAvailable, and use it to distinguish between an | Martin v. Löwis | 2000-10-06 | 5 | -5/+44 |
|
|
* | Donn Cave <donn@u.washington.edu>: | Fred Drake | 2000-10-06 | 1 | -0/+10 |
|
|
* | [ Bug #110677 ] PRIVATE: various minor Tkinter things (PR#388) | Guido van Rossum | 2000-10-06 | 1 | -12/+15 |
|
|
* | SF bug 115831 and Ping's SF patch 101751, 0.0**-2.0 returns inf rather than | Tim Peters | 2000-10-06 | 1 | -30/+55 |
|
|
* | Add support for "import re" -- it uses pre, but user code does not need | Fred Drake | 2000-10-05 | 1 | -0/+10 |
|
|
* | translation(): Minor optimization patch which avoids instantiating the | Barry Warsaw | 2000-10-05 | 1 | -1/+5 |
|
|
* | Fix Bug #115907: encode '=' as '=3D' and not '==' | Jeremy Hylton | 2000-10-05 | 1 | -121/+122 |
|
|
* | Fix for test_class.py on Win64. id(self), which on Win64 returns a | Trent Mick | 2000-10-04 | 1 | -1/+1 |
|
|
* | test_popen2 broke on Windows shortly after 2.0b2 was released. Fixed it. | Tim Peters | 2000-10-03 | 1 | -1/+1 |
|
|
* | Support non-namespace elements in *ElementNS of XMLGenerator. | Martin v. Löwis | 2000-10-03 | 2 | -3/+15 |
|
|
* | Recompile pattern if (?x) flag was found inside the pattern during the | Fredrik Lundh | 2000-10-03 | 2 | -2/+9 |
|
|
* | Fix a few problems with the _Printer class and the license variable. | Guido van Rossum | 2000-10-03 | 1 | -23/+41 |
|
|
* | On some systems (like Solaris), the master end of a tty/pty pair is | Thomas Wouters | 2000-10-03 | 1 | -2/+0 |
|
|
* | Fixed negative lookahead/lookbehind. Closes bug #115618. | Fredrik Lundh | 2000-10-03 | 1 | -0/+2 |
|
|
* | Undo Ping's change. | Guido van Rossum | 2000-10-03 | 1 | -1/+1 |
|
|
* | Change first line to #!/usr/bin/env python (really just to test check-in). | Ka-Ping Yee | 2000-10-03 | 1 | -1/+1 |
|
|
* | Bump version to 1.0. | Greg Ward | 2000-10-03 | 1 | -1/+1 |
|
|
* | Remove some debugging prints. | Greg Ward | 2000-10-03 | 1 | -2/+0 |
|
|
* | Fixed so --no-compile is a negative alias for --compile. | Greg Ward | 2000-10-03 | 1 | -0/+1 |
|
|
* | Added a long-winded comment (and commented-out comment to go with out) | Greg Ward | 2000-10-03 | 1 | -1/+17 |
|
|
* | Provide a clearer error message when urlopen fails because of an | Jeremy Hylton | 2000-10-02 | 1 | -5/+13 |
|
|
* | Remove redundent information from a docstring. | Fred Drake | 2000-10-02 | 1 | -3/+0 |
|
|
* | Delay import of py_compile until needed, since is is only used by the | Fred Drake | 2000-10-02 | 1 | -31/+45 |
|
|
* | Do not set Konquerer to be the default browser if $KDEDIR is set -- some | Fred Drake | 2000-10-02 | 1 | -3/+1 |
|
|
* | Typo fix. | Greg Ward | 2000-10-02 | 1 | -1/+1 |
|
|