]> granicus.if.org Git - python/shortlog
python
2001-05-21 Andrew M. KuchlingFix bug #418369: typo in bdist_rpm
2001-05-21 Marc-André... This patch changes the behaviour of the UTF-16 codec...
2001-05-21 Andrew M. KuchlingFix bug #232619: fix misleading warning on installing...
2001-05-21 Fred DrakeRe-write the mailbox test suite to use PyUnit. Cover...
2001-05-21 Guido van Rossumparse_declaration(): be more lenient in what we accept...
2001-05-21 Barry Warsawmain(): default-domain argument to getopt.getopt()...
2001-05-21 Barry Warsaw__addentry(): add optional keyword arg `isdocstring...
2001-05-21 Barry Warsawwrite(): A patch inspired by Tokio Kikuchi that sorts...
2001-05-21 Fred DrakeUpdate output to reflect additional precision produced...
2001-05-21 Fred DrakeAdd documentation for Py_Main() and PyThreadState_GetDi...
2001-05-21 Fred DrakeTypo: "that" --> "than"
2001-05-21 Tim PetersSF bug #425836: Reference leak in filter().
2001-05-21 Fred DrakeAdd :method info to the PyArg_ParseTuple() format strin...
2001-05-20 Fred DrakeFix bug in smtplib example: the prompt said to end...
2001-05-20 Fred DrakeGet Aahz listed correctly using his legal/professional...
2001-05-19 Andrew M. KuchlingAdd another item
2001-05-19 Jack JansenGenerate prototype-style function headers in stead...
2001-05-19 Jack JansenAnother include Carbon/Carbon.h
2001-05-19 Jack JansenMoved PyMac_GetFullPath from macgetargv.c to macglue...
2001-05-19 Jack JansenIfdeffed a few more sections. All functionality that...
2001-05-19 Jack JansenInclude Carbon/Carbon.h in stead of universal headers...
2001-05-19 Jack Janseninclude Carbon/Carbon.h in stead of universal headers...
2001-05-19 Jack JansenMerged mactoolboxglue.c into macglue.c. A later step...
2001-05-19 Tim PetersBugfix candidate.
2001-05-18 Fred DrakeUpdate a comment.
2001-05-18 Fred DrakeSimple conversion to PyUnit.
2001-05-18 Fred DrakeSimple conversion to PyUnit.
2001-05-18 Fred DrakeFix whitespace botch.
2001-05-18 Jeremy Hyltonvgetargs1() and vgetargskeywords(): Replace uses of...
2001-05-18 Jeremy HyltonAdd a second special case to the inline function call...
2001-05-18 Fred DrakeAdded test suite for the new HTMLParser module, origina...
2001-05-18 Guido van RossumA much improved HTML parser -- a replacement for sgmlli...
2001-05-17 Tim PetersSpeed dictresize by collapsing its two passes into...
2001-05-17 Jack JansenAdded pymactoolboxglue.c and changed the exported symbo...
2001-05-17 Jack JansenDynamically loaded toolbox modules don't need to link...
2001-05-17 Jack JansenGlue code to connect obj_New and obj_Convert routines...
2001-05-17 Jack JansenFirst step in porting MacPython modules to OSX/unix...
2001-05-17 Guido van RossumFixed botched indent in _init_mac() code. (It may...
2001-05-17 Jack JansenMade distutils understand the MacPython Carbon runtime...
2001-05-17 Jack JansenFixed macroman<->latin1 conversion. Some chars don't
2001-05-17 Jack JansenFixed macroman<->latin1 conversion. Some characters...
2001-05-16 Marc-André... Moved the encoding map building logic from the individu...
2001-05-15 Jack JansenBah, somehow the macroman<->iso-latin-1 translation...
2001-05-15 Tim PetersSpeed tuple comparisons in two ways:
2001-05-15 Marc-André... Add NEWS item for new string methods.
2001-05-15 Tim PetersJust changed "x,y" to "x, y" everywhere (i.e., inserted...
2001-05-15 Guido van RossumAdd quoted-printable codec
2001-05-15 Fred DrakeBeef up the unicode() description a bit, based on mater...
2001-05-15 Fred Drakeabspath(): Fix inconsistent indentation.
2001-05-15 Marc-André... This patch changes the way the string .encode() method...
2001-05-15 Guido van RossumAdd warnings to the strop module, for to those function...
2001-05-15 Guido van RossumIgnore 'build' and 'Makefile.pre'.
2001-05-14 Tim PetersFix new compiler warnings. Also boost "start" from...
2001-05-14 Tim PetersSF patch #418147 Fixes to allow compiling w/ Borland...
2001-05-14 Fred Drakefcntl.ioctl(): Update error message; necessity noted...
2001-05-14 Fred DrakeConvert a couple of comments to docstrings -- PyUnit...
2001-05-14 Tim Peterspprint's workhorse _safe_repr() function took time...
2001-05-14 Fred DrakeConvert the pprint test to use PyUnit.
2001-05-14 Fred DrakeMake sure we include all of Python's numeric types...
2001-05-14 Jack JansenAdded a WITHOUT_FRAMEWORKS define to all the config...
2001-05-14 Guido van RossumFix a typo, consistently spell ASCII in all caps, and...
2001-05-14 Mark HammondFix the Py_FileSystemDefaultEncoding checkin - declare...
2001-05-14 Greg SteinFix the .find() method for memory maps.
2001-05-14 Tim PetersSF bug[ #423781: pprint.isrecursive() broken.
2001-05-14 Mark HammondAdd mention of the default file system encoding for...
2001-05-13 Tim PetersA disgusting "fix" for the test___all__ failure under...
2001-05-13 Mark HammondAdd support for Windows using "mbcs" as the default...
2001-05-13 Tim PetersAggressive reordering of dict comparisons. In case...
2001-05-13 Tim PetersGet rid of the superstitious "~" in dict hashing's...
2001-05-12 Jack JansenGot the first MacPython module working under MacOSX...
2001-05-12 Jack JansenBe more sensible about when to use TARGET_API_MAC_OS8...
2001-05-12 Jack JansenAdded iterobject.c to the project. And trying my first...
2001-05-12 Tim PetersRepair "module has no attribute xxx" error msg; bug...
2001-05-12 Guido van RossumRefactored, with some future plans in mind.
2001-05-12 Guido van RossumMove the action of loading the configuration to the...
2001-05-12 Guido van RossumDelete goodname() method, which is unused.
2001-05-11 Tim PetersVariant of patch #423262: Change module attribute...
2001-05-11 Fred DrakeFix a minor style consistency issue.
2001-05-11 Fred DrakeFix one bare except: clause.
2001-05-11 Fred Drake[].index() raises ValueError if the value is not in...
2001-05-11 Fred Drake[].index() raises ValueError if the value is not in...
2001-05-11 Fred DrakeOnly catch NameError and TypeError when attempting...
2001-05-11 Fred DrakeRemove a bare try/except completely -- it just did...
2001-05-11 Fred DrakeWhen guarding an import, only catch ImportError.
2001-05-11 Fred DrakeClean up a bare except where we only expect to catch...
2001-05-11 Fred DrakeClean up bare except where only IOError makes sense.
2001-05-11 Fred DrakeClean up bare except: when determining whether a file...
2001-05-11 Fred DrakeOpening a file for reading can raise IOError, so only...
2001-05-11 Fred Drakeint() of a string is only expected to through ValueErro...
2001-05-11 Fred Drake<socket>.getsockopt() and <socket>.setsockopt() can...
2001-05-11 Fred DrakeCatch only the relevant exceptions instead of using...
2001-05-11 Fred DrakeAdd some text to make the dircmp object section more...
2001-05-11 Fred DrakeInclude sys/modem.h if we have it; this is needed on...
2001-05-11 Fred Drakethe usual...
2001-05-11 Fred DrakeAdd a check for sys/modem.h, needed by termios on HP-UX.
2001-05-11 Fred Drake--sigh--
2001-05-11 Fred DrakeMarkup adjustments to avoid getting junk in the index.
2001-05-11 Jeremy HyltonVariant of SF patch 423181
2001-05-11 Fred Drakeunlink() would normally be found in the "os" module...
2001-05-11 Tim PetersCosmetic: code under "else" clause was missing indent.
next