]> granicus.if.org Git - python/shortlog
python
2000-09-24 Martin v. LöwisFind feature names in handler.
2000-09-24 Lars GustäbelEnabled EntityResolver test again now that pyexpat...
2000-09-24 Lars GustäbelFixed another bug.
2000-09-24 Lars GustäbelAdded ExternalEntityParserCreate method (patch 101635).
2000-09-24 Lars GustäbelImprovements to doco strings.
2000-09-24 Martin v. LöwisUse findfile to locate input and output files.
2000-09-24 Lars GustäbelAdded EntityResolver and DTDHandler (patch 101631)...
2000-09-24 Martin v. LöwisInstall xml/parsers, not xml/parser.
2000-09-24 Martin v. LöwisIf dbopen is not in libc, checking whether it is in...
2000-09-24 Lars GustäbelAdded necessary test input file for test_sax.py
2000-09-24 Lars GustäbelAdded back the InputSource class (patch 101630).
2000-09-24 Lars GustäbelAdded test cases for the InputSource class.
2000-09-24 Fredrik Lundh- Improved handling of win32 proxy settings (addresses...
2000-09-24 Lars GustäbelAdded test cases for the Attributes interface.
2000-09-24 Lars GustäbelUpdated to final Attributes interface (patch 101632).
2000-09-24 Lars GustäbelUpdated to new SAX method signatures (*NS, patch 101573).
2000-09-24 Lars GustäbelUpdated to new *NS signatures (patch 101573).
2000-09-24 Guido van RossumStupid typo in the pthread_t test
2000-09-24 Fredrik Lundh- don't hang if group id is followed by whitespace...
2000-09-24 Lars GustäbelAdded first start on SAX 2.0 tests.
2000-09-24 Lars GustäbelAdded back missing argument to ignorableWhitespace...
2000-09-24 Lars GustäbelBug fix to namespace handling in XMLGenerator (now...
2000-09-24 Nicholas RileyFixes for Python 1.6 compatibility - socket bind and...
2000-09-24 Nicholas RileyChange for Python 1.6 compatibility - UNIX's 'os' modul...
2000-09-24 Fred DrakeConform to the Python style guide.
2000-09-23 Fred DrakeConform more closely with the Python style guide.
2000-09-23 Fred DrakeAdded explanation of the use of the first program argum...
2000-09-23 Fred DrakeChange the name of the exception from "pyexpat.error" to
2000-09-23 Fred DrakeUse the public name for the Expat parser; "pyexpat...
2000-09-23 Fred DrakeRename the public interface from "pyexpat" to "xml...
2000-09-23 Fred DrakeAdd a wrapper around the pyexpat module, making the...
2000-09-23 Fred DrakeAdded warnings about platform vagaries to the strptime...
2000-09-23 Tim PetersFix for SF bug 110624: float literals behave inconsist...
2000-09-23 Fred DrakeAdded documentation for the new PyModule_*() convenienc...
2000-09-23 Fred DrakeAndrew Kuchling <akuchlin@mems-exchange.org>:
2000-09-23 Greg WardSplit 'run()' up into 'build()', 'install()', and ...
2000-09-23 Greg WardWhitespace tweaks.
2000-09-23 Greg WardReformat docstrings.
2000-09-22 Jack Jansenmkcwproject now works, but for one thing: the import...
2000-09-22 Jack JansenTest files for mkcwproject
2000-09-22 Jack JansenMore bits and pieces of project generation.
2000-09-22 Neil SchemenauerFix some long/"l" int/"i" mismatches. Fixes bug #113779.
2000-09-22 Jack JansenKeepconsole is now a 4-way option: never/errorexit...
2000-09-22 Guido van RossumPoke-and-hope attempt to fix Bugs #115006 and #114324...
2000-09-22 Fred DrakeMaildir.__init__(): Use the correct filter for filenam...
2000-09-22 Fred DrakeAdded refcount information for the *_InPlace*() API...
2000-09-22 Fred DrakePyNumber_Coerce() returns an int, not a PyObject *.
2000-09-22 Fred DrakeFix the way we found relevant cfuncdesc lines; PREFIX...
2000-09-22 Guido van RossumIt's better to test for __hpux rather than __hppa,...
2000-09-22 Fred Drakeuse_sans_serif(),
2000-09-22 Fred DrakeUpdate versioning for the next Python release.
2000-09-22 Fred DrakeUpdate RELEASE for the next Python release.
2000-09-22 Guido van RossumChange HP=UX compiler options from -Aa to -Ae, which...
2000-09-22 Guido van RossumHopefully fix the problem with undeclared fdatasync...
2000-09-22 Fred DrakeFix some minor nits about the use of \optional in param...
2000-09-22 Guido van RossumAddress Bug #115057: add a --with-suffix option to...
2000-09-22 Neil Schemenauer- plug a memory leak due to circular lists
2000-09-22 Neil Schemenauer- Replace debugleak flag with findleaks flag. The...
2000-09-22 Neil Schemenauer- Add test for new SAVEALL debugging flag
2000-09-22 Neil Schemenauer- Add DEBUG_SAVEALL option. When enabled all garbage...
2000-09-22 Fred DrakeWhen PyInt_FromLong() returns NULL, you do not need...
2000-09-22 Jack JansenContributed modules by Riccardo Trocca. Extended pixmap...
2000-09-22 Jack JansenAllow lists of files/fsspecs as the source for copy...
2000-09-22 Tim PetersImplemented new os.startfile function, unique to Window...
2000-09-22 Guido van RossumMore whitespace cleanup, to satisfy tabnanny.py. Don...
2000-09-22 Guido van RossumGet rid of the one tab in the file.
2000-09-22 Tim PetersFix for SF bug 115051: Dodgy use of PyTuple_SET_ITEM...
2000-09-22 Fred DrakeWhite space cleanup, including one item that was an...
2000-09-22 Fred DrakeRemove debugging print. ;(
2000-09-22 Fred DrakeCorrect some bitrot; some things have become inaccurate...
2000-09-22 Greg WardTweak what happens when run on non-Windows platforms...
2000-09-22 Greg WardChanged all paths in the INSTALL_SCHEMES dict to Unix...
2000-09-22 Greg WardFix 'convert_path()' so it returns immediately under...
2000-09-21 Fred DrakeDenis S. Otkidach <ods@users.sourceforge.net>:
2000-09-21 Guido van RossumUntested patch by Ty Sarna to make TELL64 work on older...
2000-09-21 Martin v. LöwisIndent _connection_class so that it becomes HTTPS._conn...
2000-09-21 Fred DrakeLots of minor fixes, many suggested by Detlef Lannert
2000-09-21 Jack JansenVarious tweaks and bugfixes to GetArgv. It now appears...
2000-09-21 Fred DrakeAdded dependencies on the bug-reporting text.
2000-09-21 Fred DrakeInclude the new text on reporting bugs in a few useful...
2000-09-21 Fred DrakeNew text about how to report bugs in Python and the...
2000-09-21 Marc-André... Updated according to the changes made to the "s#" parse...
2000-09-21 Marc-André... Added a true unicode_internal_encode function and fixed the
2000-09-21 Marc-André... Special case the "s#" PyArg_Parse() token for Unicode...
2000-09-21 Marc-André... Special case the "s#" PyArg_Parse() token for Unicode...
2000-09-21 Fred DrakeRevise the test case for pyexpat to avoid using asserts...
2000-09-21 Guido van RossumThe minidom.Node class has a debug attribute which...
2000-09-21 Fred DrakeRemove memory leaks of strings/Unicode objects passed...
2000-09-21 Fred DrakePaul Prescod <paul@prescod.net>:
2000-09-21 Fredrik Lundh- fixed yet another gcc -pedantic warning
2000-09-21 Fred DrakeSAXException.__getitem__(): Raise AttributeError inste...
2000-09-21 Guido van RossumAs suggested by Toby Dickenson, setting ob_type to...
2000-09-21 Fred DrakeConvert the longest two tables from tableii to longtabl...
2000-09-21 Fred DrakeAdd new environments: longtableii, longtableiii, and...
2000-09-21 Fred DrakeAllow the LaTeX markup descriptions to use the \morearg...
2000-09-21 Jeremy Hyltonfix bogus references to imp; makes test_minidom succeed
2000-09-21 Guido van RossumUse PyOS_setsig() instead of signal(). Also remove...
2000-09-21 Lars GustäbelNow uses make_parser to create its parser (patch 101573).
2000-09-21 Lars GustäbelAdded the make_parser function (patch 101571).
2000-09-21 Lars GustäbelUpdated XMLGenerator to new DocumentHandler interface...
next