| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | Put arguments to test -z in double quotes. Fixes Bug #116325. | Guido van Rossum | 2000-10-07 | 2 | -7/+7 |
|
|
* | Hush the nanny. | Fred Drake | 2000-10-07 | 3 | -78/+78 |
|
|
* | Fix a couple of places where the descriptions of *_GET_SIZE() macros said | Fred Drake | 2000-10-07 | 1 | -2/+2 |
|
|
* | 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 |
|
|
* | Prevent possible buffer overflow exploits under Windows. As per (the very qu... | Mark Hammond | 2000-10-07 | 1 | -9/+30 |
|
|
* | SRE didn't handle character category followed by hyphen inside a | Fredrik Lundh | 2000-10-07 | 2 | -0/+4 |
|
|
* | [ Bug #116174 ] using %% in cstrings sometimes fails with unicode paramsFix f... | Marc-André Lemburg | 2000-10-07 | 1 | -11/+17 |
|
|
* | 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 |
|
|
* | Prep Windows installer for 2.0c1: title and build number. | Tim Peters | 2000-10-07 | 3 | -4/+6 |
|
|
* | Fix for next iteration of SF bug 115690 (Unicode headaches in IDLE). The | Tim Peters | 2000-10-06 | 1 | -0/+13 |
|
|
* | 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 |
|
|
* | Include more information from the docstrings. | Fred Drake | 2000-10-06 | 1 | -7/+49 |
|
|
* | Another name. | Fred Drake | 2000-10-06 | 1 | -0/+1 |
|
|
* | Donn Cave <donn@oz.net>: | Fred Drake | 2000-10-06 | 1 | -0/+2 |
|
|
* | Fix a couple of typos in docstrings. | Fred Drake | 2000-10-06 | 1 | -2/+2 |
|
|
* | Fix really bad typo, noted by Neil Schemenauer <nas@arctrix.com>. | Fred Drake | 2000-10-06 | 1 | -1/+1 |
|
|
* | Add notes on the requirements for subclasses. | Fred Drake | 2000-10-06 | 1 | -0/+19 |
|
|
* | Revise the versioning information to say that this was revised in 1.6, | Fred Drake | 2000-10-06 | 1 | -1/+3 |
|
|
* | Made a number of revisions suggested by Fredrik Lundh. | Fred Drake | 2000-10-06 | 1 | -12/+33 |
|
|
* | test_linuxaudio: | Jeremy Hylton | 2000-10-06 | 3 | -90/+194 |
|
|
* | It turns out that Guido does not like or encourage the use of the term | Fred Drake | 2000-10-06 | 2 | -3/+3 |
|
|
* | __getslice__(): Make this use the constructor form that gets a sequence | Fred Drake | 2000-10-06 | 1 | -3/+1 |
|
|
* | Added a new "base" type, IOobject for which most of the | Jim Fulton | 2000-10-06 | 1 | -285/+355 |
|
|
* | 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 |
|
|
* | Removing these scripts. redemo.py lives on in Tools/scripts/. | Guido van Rossum | 2000-10-06 | 2 | -298/+0 |
|
|
* | I'm moving redemo.py here from Demo/tkinter/guido, since it is | Guido van Rossum | 2000-10-06 | 1 | -0/+171 |
|
|
* | [ Bug #113803 ] [2.0b1 NT4.0] printing non asci char causes idle to abort | Guido van Rossum | 2000-10-06 | 1 | -44/+86 |
|
|
* | Use the cvsinfo module instead of a module stuff off in my personal | Fred Drake | 2000-10-06 | 1 | -3/+2 |
|
|
* | Support module to help work with checked-out CVS trees. | Fred Drake | 2000-10-06 | 1 | -0/+81 |
|
|
* | Donn Cave <donn@oz.net>: | Fred Drake | 2000-10-06 | 1 | -56/+27 |
|
|
* | Donn Cave <donn@u.washington.edu>: | Fred Drake | 2000-10-06 | 1 | -0/+10 |
|
|
* | Donn Cave <donn@u.washington.edu>: | Fred Drake | 2000-10-06 | 1 | -0/+1 |
|
|
* | Donn Cave <donn@u.washington.edu>: | Fred Drake | 2000-10-06 | 1 | -1/+1 |
|
|
* | Norman Vine <nhv@users.sourceforge.net>: | Fred Drake | 2000-10-06 | 1 | -1/+1 |
|
|
* | is_zipfile() description: Use the same name for the parameter as the | Fred Drake | 2000-10-06 | 1 | -3/+3 |
|
|