]> granicus.if.org Git - python/shortlog
python
2000-09-25 Fredrik Lundhunicode database compression, step 2:
2000-09-25 Tim PetersFiddled w/ /F's cool new splitbins function: documente...
2000-09-25 Greg WardAdded 'translate_longopt()' function.
2000-09-25 Greg WardChange to use the new 'translate_longopt()' function...
2000-09-25 Greg WardAdded a bunch of missing "=" signs in the option table.
2000-09-25 Greg WardRenamed '--keep-tree' option to '--keep-temp', for...
2000-09-25 Greg WardAdded 'boolean_options' list to support config file...
2000-09-25 Greg WardAdded 'strtobool()' function: convert strings like...
2000-09-25 Greg WardFixed some bugs and mis-features in handling config...
2000-09-25 Thomas WoutersFix inconsistent use of space/tabs.
2000-09-24 Fredrik Lundhunicode database compression, step 1:
2000-09-24 Tim PetersRepaired damaged string.
2000-09-24 Fred Drakexmlparse_ExternalEntityParserCreate(): Add required...
2000-09-24 Jack JansenReadme and relnotes for intermediate 2.0b1+ release.
2000-09-24 Jack JansenHandle the ****/**** appleevent wildcard when called...
2000-09-24 Jack JansenAdded a workaround for shortcomings in the OSA support...
2000-09-24 Martin v. LöwisUse SAX2 namespace support.
2000-09-24 Fredrik Lundhunicode database compression, step 1:
2000-09-24 Martin v. Löwis[Patch 101634]
2000-09-24 Fredrik Lundhunicode database compression, step 1:
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...
next