summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Change to use the new 'translate_longopt()' function from fancy_getopt, ratherGreg Ward2000-09-251-5/+5
* Added a bunch of missing "=" signs in the option table.Greg Ward2000-09-251-30/+14
* Renamed '--keep-tree' option to '--keep-temp', for consistencyGreg Ward2000-09-251-6/+6
* Added 'boolean_options' list to support config file parsing.Greg Ward2000-09-2515-0/+31
* Added 'strtobool()' function: convert strings like "yes", "1",Greg Ward2000-09-251-0/+15
* Fixed some bugs and mis-features in handling config files:Greg Ward2000-09-251-9/+44
* Fix inconsistent use of space/tabs.Thomas Wouters2000-09-251-4/+4
* unicode database compression, step 1:Fredrik Lundh2000-09-241-0/+202
* Repaired damaged string.Tim Peters2000-09-241-1/+1
* xmlparse_ExternalEntityParserCreate(): Add required cast to return toFred Drake2000-09-241-1/+1
* Readme and relnotes for intermediate 2.0b1+ release.Jack Jansen2000-09-242-6/+18
* Handle the ****/**** appleevent wildcard when called as a main program, so th...Jack Jansen2000-09-241-1/+1
* Added a workaround for shortcomings in the OSA support: there can be class/pr...Jack Jansen2000-09-242-5/+16
* Use SAX2 namespace support.Martin v. Löwis2000-09-241-28/+39
* unicode database compression, step 1:Fredrik Lundh2000-09-241-11/+1
* [Patch 101634]Martin v. Löwis2000-09-242-26/+11
* unicode database compression, step 1:Fredrik Lundh2000-09-243-65715/+4398
* Find feature names in handler.Martin v. Löwis2000-09-241-3/+3
* Enabled EntityResolver test again now that pyexpat.c has been fixed.Lars Gustäbel2000-09-241-1/+0
* Fixed another bug.Lars Gustäbel2000-09-241-1/+0
* Added ExternalEntityParserCreate method (patch 101635).Lars Gustäbel2000-09-241-0/+66
* Improvements to doco strings.Lars Gustäbel2000-09-244-14/+27
* Use findfile to locate input and output files.Martin v. Löwis2000-09-241-7/+7
* Added EntityResolver and DTDHandler (patch 101631) with test cases.Lars Gustäbel2000-09-245-38/+91
* Install xml/parsers, not xml/parser.Martin v. Löwis2000-09-241-1/+1
* If dbopen is not in libc, checking whether it is in libdb will fail ifMartin v. Löwis2000-09-242-187/+154
* Added necessary test input file for test_sax.pyLars Gustäbel2000-09-241-0/+115
* Added back the InputSource class (patch 101630).Lars Gustäbel2000-09-244-31/+138
* Added test cases for the InputSource class.Lars Gustäbel2000-09-242-2/+55
* - Improved handling of win32 proxy settings (addresses bug #114256).Fredrik Lundh2000-09-241-22/+27
* Added test cases for the Attributes interface.Lars Gustäbel2000-09-242-1/+217
* Updated to final Attributes interface (patch 101632).Lars Gustäbel2000-09-242-13/+72
* Updated to new SAX method signatures (*NS, patch 101573).Lars Gustäbel2000-09-241-6/+6
* Updated to new *NS signatures (patch 101573).Lars Gustäbel2000-09-241-25/+25
* Stupid typo in the pthread_t testGuido van Rossum2000-09-242-3/+3
* - don't hang if group id is followed by whitespace (closes bug #114660)Fredrik Lundh2000-09-243-2/+4
* Added first start on SAX 2.0 tests.Lars Gustäbel2000-09-242-0/+198
* Added back missing argument to ignorableWhitespace signature.Lars Gustäbel2000-09-241-1/+1
* Bug fix to namespace handling in XMLGenerator (now adds declarations).Lars Gustäbel2000-09-241-5/+13
* Fixes for Python 1.6 compatibility - socket bind and connect get aNicholas Riley2000-09-241-2/+2
* Change for Python 1.6 compatibility - UNIX's 'os' module definesNicholas Riley2000-09-241-16/+15
* Conform to the Python style guide.Fred Drake2000-09-242-362/+367
* Conform more closely with the Python style guide.Fred Drake2000-09-231-11/+11
* Added explanation of the use of the first program argument passed to theFred Drake2000-09-231-0/+9
* Change the name of the exception from "pyexpat.error" toFred Drake2000-09-231-12/+13
* Use the public name for the Expat parser; "pyexpat" is deprecated.Fred Drake2000-09-231-11/+7
* Rename the public interface from "pyexpat" to "xml.parsers.expat".Fred Drake2000-09-232-36/+34
* Add a wrapper around the pyexpat module, making the "public" name ofFred Drake2000-09-231-0/+4
* Added warnings about platform vagaries to the strptime() documentation.Fred Drake2000-09-231-1/+9
* Fix for SF bug 110624: float literals behave inconsistently.Tim Peters2000-09-231-16/+44