]> granicus.if.org Git - python/shortlog
python
2001-05-27 Tim PetersImplement an old idea of Christian Tismer's: use polyn...
2001-05-26 Jack JansenWhen reading from stdin (with the dialog box) use any...
2001-05-26 Tim PetersChange list.extend() error msgs and NEWS to reflect...
2001-05-26 Tim PetersCruft cleanup: removed the #ifdef'ery in support of...
2001-05-26 Tim Petersroundupsize() and friends: fiddle over-allocation...
2001-05-25 Fred DrakeAdd a version annotation for splitdrive(); old, but...
2001-05-25 Fred DrakeAdd descriptions of {}.iteritems(), {}.iterkeys(),...
2001-05-24 Barry Warsawwrite(): Aggressively sort all catalog entries, and...
2001-05-24 Martin v. LöwisPatch #424335: Implement string_richcompare, remove...
2001-05-24 Tim Petersdictresize(): Rebuild small tables if there are any...
2001-05-23 Tim PetersJack Jansen hit a bug in the new dict code, reported...
2001-05-23 Jack JansenOne more macroman<->latin1 conversion victim.
2001-05-23 Barry Warsawwrite(): Do two levels of sorting: first sort the indiv...
2001-05-23 Guido van RossumWhen Tim untabified this file, his editor accidentally...
2001-05-23 Jack JansenUpdated to reflect the current state of config.h.in.
2001-05-23 Tim PetersRemove test_doctest's expected-output file.
2001-05-23 Fred DrakeUpdate to reflect recent changes to regrtest and the...
2001-05-23 Fred DrakeMerge my changes to the offending comment with Guido...
2001-05-23 Tim PetersRemove test_difflib's output file and change test_diffl...
2001-05-22 Guido van RossumRemoved incorrect comment left over from sgmllib.py.
2001-05-22 Jack Jansenremoved a routine that has moved to macglue.c
2001-05-22 Fred DrakeRemove unused variable.
2001-05-22 Jack JansenInclude Carbon/Carbon.h if appropriate.
2001-05-22 Fred DrakeRemove output files that are no longer needed since...
2001-05-22 Jack JansenAdded WITHOUT_FRAMEWORKS and USE_TOOLBOX_OBJECT_GLUE...
2001-05-22 Jack JansenSimple script to regenerate all bgen-generated modules.
2001-05-22 Fred DrakeOne more update related to the new get() and setdefault...
2001-05-22 Jack JansenLots more Carbon/Carbon.h includes, new UPP routine...
2001-05-22 Jack JansenFixed changed UPP routines names. The module now compil...
2001-05-22 Fred DrakeMove the sha tests to PyUnit.
2001-05-22 Fred DrakeConvert binhex regression test to PyUnit. We could...
2001-05-22 Tim PetersSF patch #425242: Patch which "inlines" small dictiona...
2001-05-22 Fred DrakeConvert copy_reg test to PyUnit.
2001-05-22 Fred DrakeRemove unused import.
2001-05-22 Fred DrakeSimple conversion to PyUnit -- this test really needs...
2001-05-22 Fred DrakeConvert dospath test suite to PyUnit, adding a couple...
2001-05-22 Fred DrakeRe-write the rfc822 tests to use PyUnit.
2001-05-22 Fred DrakePer discussion with Barry, make the default value for...
2001-05-22 Tim PetersImplementing an idea from Guido on the checkins list:
2001-05-22 Fred DrakeConvert time module tests to PyUnit.
2001-05-22 Guido van Rossumfile_getiter(): make iter(file) be equivalent to file...
2001-05-22 Fred DrakeMigrate the strop test to PyUnit.
2001-05-22 Guido van RossumIterator support: made the xreadlines object its own...
2001-05-22 Tim Peterscreate_message(): When os.link() doesn't exist, make...
2001-05-22 Barry Warsaw- calendar.py uses month and day names based on the...
2001-05-22 Barry WarsawApplication of patch #401842 by Denis S. Otkidach to...
2001-05-22 Fred DrakeCorrect the sense of a couple of conditional compilatio...
2001-05-22 Fred DrakeUpdate to add get() and setdefault() as supported mappi...
2001-05-22 Fred DrakeAdd tests for the new .get() and .setdefault() methods...
2001-05-22 Fred DrakeAdded .get() and .setdefault() support to rfc822.Message.
2001-05-22 Fred DrakeAdd some clarifications about the mapping interface...
2001-05-22 Jack JansenFixed a nasty slowdown in imports in frozen application...
2001-05-22 Tim PetersNew test adapted from the ancient Demo/threads/bug.py.
2001-05-22 Marc-André... Added NEWS item for the UTF-16 change.
2001-05-22 Tim PetersChanged all the examples with ugly platform-dependent...
2001-05-22 Guido van Rossuminit_name_op(): add (void) to the argument list to...
2001-05-21 Fred DrakeAdd a "See also" section with useful links. More shoul...
2001-05-21 Fred DrakeRemove all files of expected output that contain only...
2001-05-21 Fred DrakeIf the file containing expected output does not exist...
2001-05-21 Andrew M. KuchlingPatch #411055 from MvL: import each extension after...
2001-05-21 Andrew M. KuchlingTrim out some cruft
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...
next