]> granicus.if.org Git - python/shortlog
python
2000-07-06 Skip Montanarosimple-minded readline section doc based upon module...
2000-07-06 Skip Montanarofixed indentation in several places
2000-07-06 Skip Montanarofix indentation in one docstring
2000-07-06 Skip Montanarofix indentation in three docstrings
2000-07-06 Fred DrakeTypo: "This table table" -> "This table is"
2000-07-05 Skip Montanaroadded warning about incompatibility with other codes...
2000-07-05 Tim PetersAdd more "volatile" decls to stop gcc -Wall warnings.
2000-07-05 Fredrik Lundhmaintenance release:
2000-07-05 Marc-André... Fix to bug #389:
2000-07-05 Andrew M. KuchlingRemove definition of _GNU_SOURCE, since Python.h now...
2000-07-05 Marc-André... Modified the encode interfaces of all builtin codecs...
2000-07-05 Greg Steincheck for Pth *after* the standard system threading...
2000-07-05 Marc-André... Added new .isalpha() and .isalnum() methods which provi...
2000-07-05 Marc-André... Added new lookup API which matches all alphabetic Unico...
2000-07-05 Marc-André... Added new .isalpha() and .isalnum() methods to match...
2000-07-05 Marc-André... Added tests for the new .isalpha() and .isalnum() methods.
2000-07-05 Marc-André... Modified the ISALPHA and ISALNUM macros to use the...
2000-07-05 Marc-André... Added #defines to enable SUSv2 compatibility where...
2000-07-05 Greg WardFixed so the ZIP file (which is bundled into an executa...
2000-07-05 Greg WardAdded --dist-dir option to control where output archive...
2000-07-05 Greg WardAdded the --dist-dir option that the "bdist_*" will...
2000-07-05 Greg WardAdded the --dist-dir option to control where the archiv...
2000-07-05 Fred DrakeCreated a new chapter on structured markup processing...
2000-07-05 Fred DrakeWrapped some long lines.
2000-07-04 Fred Drakepyexpat.errors is a *strange* module!
2000-07-04 Jack JansenEvt moved to the core toolbox modules.
2000-07-04 Fred DrakeRemove warning about local variable possibly being...
2000-07-04 Tim PetersRemoved Py_PROTO and switched to ANSI C declarations...
2000-07-04 Andrew M. KuchlingFixes for compilation problems on Tru64 reported by...
2000-07-04 Sjoerd Mullender2 fixes plus one extension:
2000-07-04 Marc-André... Fixed symbol search for defining NSIG. It now also...
2000-07-04 Marc-André... Bill Tutt:
2000-07-04 Fred Drakelibinstall: For the first bytecode compilation pass...
2000-07-04 Paul PrescodUsed original SAX handling form.
2000-07-04 Paul PrescodRemoved some tabs.
2000-07-03 Jack JansenPyMac_FindModuleExtension now uses a size_t as its...
2000-07-03 Tim PetersSquash signed-vs-unsigned warning. Also edits to bring...
2000-07-03 Tim PetersTypo repair in docstring -- my fault.
2000-07-03 Jack JansenInclude limits.h if we have it.
2000-07-03 Jack JansenMac only: two epoch problem workarounds are no longer...
2000-07-03 Fredrik Lundh- fixed grouping error bug
2000-07-03 Fredrik Lundh- added lookbehind support (?<=pattern), (?<!pattern).
2000-07-03 Fred DrakeANSI-fication, remove Py_PROTO, etc.
2000-07-03 Fred DrakeAndrew Kuchling <akuchlin@mems-exchange.org>:
2000-07-03 Fred DrakeCompute the name of the test file so that it can be...
2000-07-03 Fred Drakeget_starttag_text(): Document this method.
2000-07-03 Fred DrakeFix bug #379, reported by Phillip Porch <root@theproch...
2000-07-03 Fred DrakeMarc-Andre Lemburg <mal@lemburg.com>:
2000-07-03 Marc-André... Added new Py_UNICODE_ISALPHA() and Py_UNICODE_ISALNUM...
2000-07-03 Marc-André... If auto-conversion fails, the Unicode codecs will retur...
2000-07-03 Fred DrakeEric S. Raymond <esr@thyrsus.com>:
2000-07-03 Fred DrakeMoshe Zadka <moshez@math.huji.ac.il>:
2000-07-03 Fred Drakecmpfiles(): Added shallow and use_statcache parameters...
2000-07-03 Fred DrakeMartin von Löwis <martin@loewis.home.cs.tu-berlin.de>:
2000-07-03 Fred DrakeTim-blessed documentation for math.frexp().
2000-07-02 Tim PetersChecked in a wrong version.
2000-07-02 Tim PetersThe example_nt directory was old enough to vote. Frank...
2000-07-02 Fredrik Lundh- changed sre.Scanner to use lastindex instead of index.
2000-07-02 Fredrik Lundh- experimental: added two new attributes to the match...
2000-07-02 Tim PetersRepair docs for math.frexp (they were wrong).
2000-07-02 Fredrik Lundh- actually enabled charset anchors in the engine (still not
2000-07-02 Fred DrakeTypo (mine): Garsholm --> Garshol
2000-07-02 Fredrik Lundh-- use charset bitmaps where appropriate. this gives...
2000-07-01 Fredrik Lundh- fixed "{ in any other context" bug
2000-07-01 Fred Draketest(): Removed; regression test is in test.test_winre...
2000-07-01 Tim PetersTypo repair.
2000-07-01 Paul PrescodMisc fixes and improvements.
2000-07-01 Paul PrescodRemoved unncessary dependency.
2000-07-01 Paul PrescodFixed test output
2000-07-01 Fredrik Lundhtoday's SRE update:
2000-07-01 Fred Drakeothers --> other's (possessive)
2000-07-01 Fred DrakeSend a "ARTICLE" --> Send an "ARTICLE"
2000-07-01 Andrew M. KuchlingAdded more changes from /F
2000-07-01 Paul PrescodAdded minidom tests.
2000-07-01 Just van Rossuma minimal test app to show how to build a standalone...
2000-07-01 Fredrik Lundhchanged repr and str to always convert unicode strings
2000-07-01 Just van Rossumadded clearkey = '\033'
2000-07-01 Just van Rossumfixed bug in comment matching
2000-07-01 Paul PrescodTightened xml.sax.__init__.py
2000-07-01 Andrew M. KuchlingChanges from Moshe:
2000-07-01 Guido van Rossumgetatime() returned the mtime instead of the atime.
2000-07-01 Fred DrakeFix bug #314, reported by Craig Allen <cba@mediaone...
2000-07-01 Fred DrakeFix bug #345 reported by David Bolen <db3l@fitlinxx...
2000-07-01 Fred DrakeMartin von Loewis <loewis@informatik.hu-berlin.de>:
2000-07-01 Paul PrescodReference cycle fixes
2000-07-01 Barry Warsawinit_exceptions(): Decref `doc' so it doesn't leak.
2000-07-01 Guido van Rossumthe usual
2000-07-01 Guido van RossumA bunch of project files were checked in as text files.
2000-07-01 Guido van RossumAdd ucnhash (new subproject).
2000-07-01 Mark HammondThe Python include paths were not specified.
2000-07-01 Fred DrakeRestore strict checking of socket address values; addre...
2000-07-01 Guido van Rossumoutput for openpty test
2000-07-01 Guido van RossumDefine a magical symbol and magic include path so it...
2000-07-01 Mark HammondAdd ucnhash to the workspace, as a dependency of python20.
2000-07-01 Mark Hammonducnhash now correctly builds for Windows.
2000-07-01 Mark HammondUpdate all projects so Debug builds use "/Zi" instead...
2000-07-01 Tim PetersRepaired two URLs.
2000-07-01 Fred DrakeDo not build the "longhtml" version for pre-release...
2000-07-01 Fred DrakeThe new copyright / license.
2000-07-01 Guido van RossumThomas Wouters: Test script for openpty()
next