summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* The UsualJeremy Hylton2000-09-2620-421/+642
* Fix handling of file inputs on Windows; passing them to urllib.urlopen()Fred Drake2000-09-261-3/+5
* Test output data for the Unicode database test suite.Marc-André Lemburg2000-09-261-1/+4
* Added test suite for the complete Unicode database. The test previouslyMarc-André Lemburg2000-09-261-7/+79
* Bump version to 0.9.3.Greg Ward2000-09-261-1/+1
* Reformat docstrings.Greg Ward2000-09-262-64/+63
* Standardize whitespace in function calls.Greg Ward2000-09-264-147/+145
* Whitespace fix.Greg Ward2000-09-261-1/+2
* Reformat docstrings.Greg Ward2000-09-261-38/+41
* Standardize whitespace in function calls.Greg Ward2000-09-264-92/+92
* Standardize whitespace in function calls and docstrings.Greg Ward2000-09-261-62/+62
* HP-UX is another one of those platforms using an alternative lockGuido van Rossum2000-09-261-1/+1
* Include the version-detecting code to allow PyXML to override the "standard"Fred Drake2000-09-251-2/+19
* Add a test for SF bug #110621; stripping square brackets off ofBarry Warsaw2000-09-251-0/+4
* AddrlistClass.getdomainliteral(): rfc822 requires that the domainBarry Warsaw2000-09-251-1/+1
* When reading the file, option names were not passed throughGuido van Rossum2000-09-251-1/+1
* Added 'translate_longopt()' function.Greg Ward2000-09-251-0/+7
* 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
* Use SAX2 namespace support.Martin v. Löwis2000-09-241-28/+39
* [Patch 101634]Martin v. Löwis2000-09-242-26/+11
* 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
* 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
* 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
* - 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
* 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-231-10/+10