| Commit message (Expand) | Author | Age | Files | Lines |
* | Added an "import xml.parsers.expat" to turn errors due to not having | Barry Warsaw | 2000-09-26 | 1 | -0/+1 |
|
|
* | Test output data for the Unicode database test suite. | Marc-André Lemburg | 2000-09-26 | 1 | -1/+4 |
|
|
* | Added test suite for the complete Unicode database. The test previously | Marc-André Lemburg | 2000-09-26 | 1 | -7/+79 |
|
|
* | HP-UX is another one of those platforms using an alternative lock | Guido van Rossum | 2000-09-26 | 1 | -1/+1 |
|
|
* | Add a test for SF bug #110621; stripping square brackets off of | Barry Warsaw | 2000-09-25 | 1 | -0/+4 |
|
|
* | Enabled EntityResolver test again now that pyexpat.c has been fixed. | Lars Gustäbel | 2000-09-24 | 1 | -1/+0 |
|
|
* | Use findfile to locate input and output files. | Martin v. Löwis | 2000-09-24 | 1 | -7/+7 |
|
|
* | Added EntityResolver and DTDHandler (patch 101631) with test cases. | Lars Gustäbel | 2000-09-24 | 2 | -17/+37 |
|
|
* | Added necessary test input file for test_sax.py | Lars Gustäbel | 2000-09-24 | 1 | -0/+115 |
|
|
* | Added test cases for the InputSource class. | Lars Gustäbel | 2000-09-24 | 2 | -2/+55 |
|
|
* | Added test cases for the Attributes interface. | Lars Gustäbel | 2000-09-24 | 2 | -1/+217 |
|
|
* | - don't hang if group id is followed by whitespace (closes bug #114660) | Fredrik Lundh | 2000-09-24 | 2 | -1/+3 |
|
|
* | Added first start on SAX 2.0 tests. | Lars Gustäbel | 2000-09-24 | 2 | -0/+198 |
|
|
* | Rename the public interface from "pyexpat" to "xml.parsers.expat". | Fred Drake | 2000-09-23 | 1 | -10/+10 |
|
|
* | - plug a memory leak due to circular lists | Neil Schemenauer | 2000-09-22 | 1 | -0/+3 |
|
|
* | - Replace debugleak flag with findleaks flag. The new SAVEALL GC option is | Neil Schemenauer | 2000-09-22 | 1 | -6/+14 |
|
|
* | - Add test for new SAVEALL debugging flag | Neil Schemenauer | 2000-09-22 | 1 | -31/+92 |
|
|
* | Get rid of the one tab in the file. | Guido van Rossum | 2000-09-22 | 1 | -1/+1 |
|
|
* | Revise the test case for pyexpat to avoid using asserts. Conform better | Fred Drake | 2000-09-21 | 2 | -28/+36 |
|
|
* | The minidom.Node class has a debug attribute which, when its _debug | Guido van Rossum | 2000-09-21 | 1 | -0/+2 |
|
|
* | Derived from Martin's SF patch 110609: support unbounded ints in %d,i,u,x,X,... | Tim Peters | 2000-09-21 | 1 | -23/+136 |
|
|
* | This patch adds a new Python C API called PyString_AsStringAndSize() | Marc-André Lemburg | 2000-09-19 | 2 | -0/+19 |
|
|
* | test_userlist.py: | Tim Peters | 2000-09-19 | 1 | -39/+52 |
|
|
* | Fix test errors. | Paul Prescod | 2000-09-19 | 2 | -2/+1 |
|
|
* | New test cases for the StringIO module | Martin v. Löwis | 2000-09-19 | 2 | -0/+24 |
|
|
* | Don't print specific Node instances unless running verbosely. | Martin v. Löwis | 2000-09-19 | 2 | -4/+10 |
|
|
* | Fixed the error reporting (raise of TestFailed) for the zip() and | Barry Warsaw | 2000-09-19 | 1 | -2/+2 |
|
|
* | Test output that goes with updated test_minidom. | Paul Prescod | 2000-09-18 | 1 | -0/+44 |
|
|
* | Change assertions to confirmations so that optimization doesn't disable | Paul Prescod | 2000-09-18 | 1 | -46/+66 |
|
|
* | Fix up the cleanup of the temporary DB so it works for BSD DB's | Fred Drake | 2000-09-18 | 1 | -4/+12 |
|
|
* | arraymodule: Fix SF bug 113960. | Tim Peters | 2000-09-16 | 1 | -2/+12 |
|
|
* | - add a new test | Neil Schemenauer | 2000-09-15 | 1 | -0/+22 |
|
|
* | fix bug #110661 (PR#356) -- accept either & or ; as separator for CGI | Jeremy Hylton | 2000-09-15 | 2 | -0/+10 |
|
|
* | Fix Bug #114293: | Jeremy Hylton | 2000-09-15 | 4 | -111/+90 |
|
|
* | For current directory use os.curdir, not ".". | Jack Jansen | 2000-09-15 | 1 | -2/+2 |
|
|
* | Allow am/pm as well as AM/PM (C9X behaviour). | Jack Jansen | 2000-09-15 | 1 | -2/+2 |
|
|
* | Remove "," from the list of always_safe characters. It is a reserved | Jeremy Hylton | 2000-09-14 | 1 | -0/+18 |
|
|
* | Add test cases to make sure we get the right SyntaxError message for | Fred Drake | 2000-09-08 | 2 | -0/+59 |
|
|
* | test_mmap wrote null bytes into its expected-output file; this caused me to | Tim Peters | 2000-09-04 | 2 | -2/+1 |
|
|
* | updated SRE test suite (fixes PEP223 problem, shows syntax errors) | Fredrik Lundh | 2000-09-03 | 1 | -76/+78 |
|
|
* | Repair failing test_sre.py. | Tim Peters | 2000-09-03 | 1 | -3/+3 |
|
|
* | return -1 for undefined groups (as implemented in 1.5.2) instead of | Fredrik Lundh | 2000-09-02 | 1 | -1/+6 |
|
|
* | -- tightened up parsing of octal numbers | Fredrik Lundh | 2000-09-02 | 2 | -190/+150 |
|
|
* | The "more" cmd varies across Windows flavors, sometimes adding stray | Tim Peters | 2000-09-01 | 1 | -7/+16 |
|
|
* | Applying patch #100994 to allow JPython to use more of the standard | Barry Warsaw | 2000-09-01 | 4 | -12/+19 |
|
|
* | closes bug #112468 (and all the other bugs that surfaced when | Fredrik Lundh | 2000-08-31 | 1 | -15/+38 |
|
|
* | Test case to exercise fix for error propogation bug in dictionarys. | Fred Drake | 2000-08-31 | 2 | -2/+28 |
|
|
* | fixes bug #111951 | Jeremy Hylton | 2000-08-31 | 2 | -0/+15 |
|
|
* | Expand the test suite to test both the GNU gettext and translation | Barry Warsaw | 2000-08-30 | 2 | -257/+154 |
|
|
* | Fix for two problems on FreeBSD: | Andrew M. Kuchling | 2000-08-29 | 1 | -3/+6 |
|
|