| Commit message (Expand) | Author | Age | Files | Lines |
* | unicode database compression, step 1: | Fredrik Lundh | 2000-09-24 | 1 | -0/+202 |
|
|
* | Repaired damaged string. | Tim Peters | 2000-09-24 | 1 | -1/+1 |
|
|
* | xmlparse_ExternalEntityParserCreate(): Add required cast to return to | Fred Drake | 2000-09-24 | 1 | -1/+1 |
|
|
* | Readme and relnotes for intermediate 2.0b1+ release. | Jack Jansen | 2000-09-24 | 2 | -6/+18 |
|
|
* | Handle the ****/**** appleevent wildcard when called as a main program, so th... | Jack Jansen | 2000-09-24 | 1 | -1/+1 |
|
|
* | Added a workaround for shortcomings in the OSA support: there can be class/pr... | Jack Jansen | 2000-09-24 | 2 | -5/+16 |
|
|
* | Use SAX2 namespace support. | Martin v. Löwis | 2000-09-24 | 1 | -28/+39 |
|
|
* | unicode database compression, step 1: | Fredrik Lundh | 2000-09-24 | 1 | -11/+1 |
|
|
* | [Patch 101634] | Martin v. Löwis | 2000-09-24 | 2 | -26/+11 |
|
|
* | unicode database compression, step 1: | Fredrik Lundh | 2000-09-24 | 3 | -65715/+4398 |
|
|
* | Find feature names in handler. | Martin v. Löwis | 2000-09-24 | 1 | -3/+3 |
|
|
* | Enabled EntityResolver test again now that pyexpat.c has been fixed. | Lars Gustäbel | 2000-09-24 | 1 | -1/+0 |
|
|
* | Fixed another bug. | Lars Gustäbel | 2000-09-24 | 1 | -1/+0 |
|
|
* | Added ExternalEntityParserCreate method (patch 101635). | Lars Gustäbel | 2000-09-24 | 1 | -0/+66 |
|
|
* | Improvements to doco strings. | Lars Gustäbel | 2000-09-24 | 4 | -14/+27 |
|
|
* | 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 | 5 | -38/+91 |
|
|
* | Install xml/parsers, not xml/parser. | Martin v. Löwis | 2000-09-24 | 1 | -1/+1 |
|
|
* | If dbopen is not in libc, checking whether it is in libdb will fail if | Martin v. Löwis | 2000-09-24 | 2 | -187/+154 |
|
|
* | Added necessary test input file for test_sax.py | Lars Gustäbel | 2000-09-24 | 1 | -0/+115 |
|
|
* | Added back the InputSource class (patch 101630). | Lars Gustäbel | 2000-09-24 | 4 | -31/+138 |
|
|
* | Added test cases for the InputSource class. | Lars Gustäbel | 2000-09-24 | 2 | -2/+55 |
|
|
* | - Improved handling of win32 proxy settings (addresses bug #114256). | Fredrik Lundh | 2000-09-24 | 1 | -22/+27 |
|
|
* | Added test cases for the Attributes interface. | Lars Gustäbel | 2000-09-24 | 2 | -1/+217 |
|
|
* | Updated to final Attributes interface (patch 101632). | Lars Gustäbel | 2000-09-24 | 2 | -13/+72 |
|
|
* | Updated to new SAX method signatures (*NS, patch 101573). | Lars Gustäbel | 2000-09-24 | 1 | -6/+6 |
|
|
* | Updated to new *NS signatures (patch 101573). | Lars Gustäbel | 2000-09-24 | 1 | -25/+25 |
|
|
* | Stupid typo in the pthread_t test | Guido van Rossum | 2000-09-24 | 2 | -3/+3 |
|
|
* | - don't hang if group id is followed by whitespace (closes bug #114660) | Fredrik Lundh | 2000-09-24 | 3 | -2/+4 |
|
|
* | Added first start on SAX 2.0 tests. | Lars Gustäbel | 2000-09-24 | 2 | -0/+198 |
|
|
* | Added back missing argument to ignorableWhitespace signature. | Lars Gustäbel | 2000-09-24 | 1 | -1/+1 |
|
|
* | Bug fix to namespace handling in XMLGenerator (now adds declarations). | Lars Gustäbel | 2000-09-24 | 1 | -5/+13 |
|
|
* | Fixes for Python 1.6 compatibility - socket bind and connect get a | Nicholas Riley | 2000-09-24 | 1 | -2/+2 |
|
|
* | Change for Python 1.6 compatibility - UNIX's 'os' module defines | Nicholas Riley | 2000-09-24 | 1 | -16/+15 |
|
|
* | Conform to the Python style guide. | Fred Drake | 2000-09-24 | 2 | -362/+367 |
|
|
* | Conform more closely with the Python style guide. | Fred Drake | 2000-09-23 | 1 | -11/+11 |
|
|
* | Added explanation of the use of the first program argument passed to the | Fred Drake | 2000-09-23 | 1 | -0/+9 |
|
|
* | Change the name of the exception from "pyexpat.error" to | Fred Drake | 2000-09-23 | 1 | -12/+13 |
|
|
* | Use the public name for the Expat parser; "pyexpat" is deprecated. | Fred Drake | 2000-09-23 | 1 | -11/+7 |
|
|
* | Rename the public interface from "pyexpat" to "xml.parsers.expat". | Fred Drake | 2000-09-23 | 2 | -36/+34 |
|
|
* | Add a wrapper around the pyexpat module, making the "public" name of | Fred Drake | 2000-09-23 | 1 | -0/+4 |
|
|
* | Added warnings about platform vagaries to the strptime() documentation. | Fred Drake | 2000-09-23 | 1 | -1/+9 |
|
|
* | Fix for SF bug 110624: float literals behave inconsistently. | Tim Peters | 2000-09-23 | 1 | -16/+44 |
|
|
* | Added documentation for the new PyModule_*() convenience functions. | Fred Drake | 2000-09-23 | 1 | -0/+26 |
|
|
* | Andrew Kuchling <akuchlin@mems-exchange.org>: | Fred Drake | 2000-09-23 | 2 | -0/+31 |
|
|
* | Split 'run()' up into 'build()', 'install()', and 'bytecompile()' (for | Greg Ward | 2000-09-23 | 1 | -8/+28 |
|
|
* | Whitespace tweaks. | Greg Ward | 2000-09-23 | 1 | -35/+32 |
|
|
* | Reformat docstrings. | Greg Ward | 2000-09-23 | 1 | -65/+63 |
|
|
* | mkcwproject now works, but for one thing: the import of the XML document as ... | Jack Jansen | 2000-09-22 | 4 | -10/+16 |
|
|
* | Test files for mkcwproject | Jack Jansen | 2000-09-22 | 2 | -0/+223 |
|
|