summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [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
* Added documentation for the new PyModule_*() convenience functions.Fred Drake2000-09-231-0/+26
* Andrew Kuchling <akuchlin@mems-exchange.org>:Fred Drake2000-09-232-0/+31
* Split 'run()' up into 'build()', 'install()', and 'bytecompile()' (forGreg Ward2000-09-231-8/+28
* Whitespace tweaks.Greg Ward2000-09-231-35/+32
* Reformat docstrings.Greg Ward2000-09-231-65/+63
* mkcwproject now works, but for one thing: the import of the XML document as ...Jack Jansen2000-09-224-10/+16
* Test files for mkcwprojectJack Jansen2000-09-222-0/+223
* More bits and pieces of project generation.Jack Jansen2000-09-225-10/+119
* Fix some long/"l" int/"i" mismatches. Fixes bug #113779.Neil Schemenauer2000-09-221-2/+2
* Keepconsole is now a 4-way option: never/errorexit/unseen output/always. Defa...Jack Jansen2000-09-228-46/+97
* Poke-and-hope attempt to fix Bugs #115006 and #114324: fix the testGuido van Rossum2000-09-222-5/+5
* Maildir.__init__(): Use the correct filter for filenames, so that thisFred Drake2000-09-221-7/+4
* Added refcount information for the *_InPlace*() API series.Fred Drake2000-09-221-0/+53
* PyNumber_Coerce() returns an int, not a PyObject *.Fred Drake2000-09-221-1/+1
* Fix the way we found relevant cfuncdesc lines; PREFIX was not a regularFred Drake2000-09-221-7/+10