]> granicus.if.org Git - python/shortlog
python
2000-09-26 Guido van RossumIt's beta 2 now. Updated some stale URLs at pythonlabs...
2000-09-26 Guido van RossumFixed some typos, added some punctuation (e.g. consiste...
2000-09-26 Tim PetersNew info and fixed some typos.
2000-09-26 Tim PetersMore limits.h stuff in node.c.
2000-09-26 Fred DrakeNote that including Python.h includes limits.h when...
2000-09-26 Fred DrakeRationalize use of limits.h, moving the inclusion to...
2000-09-26 Jeremy Hyltonpartial list of changes between 2.0b1 and 2.0b2
2000-09-26 Greg WardRemove a ?? in the description of Mac OS support.
2000-09-26 Greg WardBump version to 0.9.3.
2000-09-26 Tim PetersYet another new unique extension in the test directory.
2000-09-26 Greg WardReformat docstrings.
2000-09-26 Greg WardStandardize whitespace in function calls.
2000-09-26 Greg WardWhitespace fix.
2000-09-26 Greg WardReformat docstrings.
2000-09-26 Greg WardStandardize whitespace in function calls.
2000-09-26 Greg WardStandardize whitespace in function calls and docstrings.
2000-09-26 Guido van RossumIt's.....
2000-09-26 Guido van RossumHP-UX is another one of those platforms using an altern...
2000-09-25 Fredrik Lundh- don't set the titlecase flag for uppercase letters...
2000-09-25 Tim PetersBump Windows "build number" to 6.
2000-09-25 Fredrik Lundhunicode database compression, step 3:
2000-09-25 Fredrik Lundhunicode database compression, step 3:
2000-09-25 Fredrik Lundhunicode database compression, step 3:
2000-09-25 Tim PetersReplace SIGFPE paranoia around strtod and atof. I...
2000-09-25 Fred Drakeregex and regsub are obsolete and Evil, so don't includ...
2000-09-25 Fredrik Lundhunicode database compression, step 3:
2000-09-25 Fred DrakeUpdates from Fredrik Lundh <effbot@telia.com> about...
2000-09-25 Fred DrakeInclude the version-detecting code to allow PyXML to...
2000-09-25 Fred DrakeAdd obsolescence note to the module descriptions that...
2000-09-25 Jeremy Hyltonfix bug #114290: when interpreter's argv[0] has a relat...
2000-09-25 Barry WarsawAdd a test for SF bug #110621; stripping square bracket...
2000-09-25 Fred DrakeProperly set LINKFORSHARED on Reliant UNIX. Problem...
2000-09-25 Barry WarsawAddrlistClass.getdomainliteral(): rfc822 requires that...
2000-09-25 Guido van RossumCredit where credit is due. Also fixed an unalphabetic...
2000-09-25 Guido van RossumWhen reading the file, option names were not passed...
2000-09-25 Andrew M. KuchlingUpdate URL for Python 2.0
2000-09-25 Fred DrakeMinor cleanups, wrap long lines.
2000-09-25 Guido van RossumAdd missing prototypes for the benefit of SunOS 4.1...
2000-09-25 Guido van RossumFor the benefit of SunOS 4.1.4, define MS_SYNC as 0...
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.
next