]> granicus.if.org Git - python/shortlog
python
2001-06-02 Tim PetersNew collision resolution scheme: no polynomials, simpl...
2001-06-01 Skip Montanaromore public symbols for __all__
2001-05-31 Fred DrakeDocument os.getenv().
2001-05-31 Fred DrakeSome general cleanup of the threading module documentat...
2001-05-30 Tim PetersPyErr_Occurred(): Use PyThreadState_GET(), which saves...
2001-05-30 Fred DrakeAdded entry for HTMLParser documentation.
2001-05-30 Fred DrakeMichel Pelletier <michel@digicool.com>:
2001-05-29 Tim PetersThis division test was too stringent in its accuracy...
2001-05-29 Tim PetersBadDictKey test: The output file expected "raising...
2001-05-29 Fred DrakeNew solution to the "Someone stuck a colon in that...
2001-05-29 Fred DrakeUsers of PySequence_GET_FAST() should get the length...
2001-05-29 Fred Drakereadlink() description: Added note that the return...
2001-05-29 Jeremy HyltonChange cascaded if stmts to switch stmt in vgetargs1().
2001-05-29 Jeremy HyltonInternal refactoring of convertsimple() and friends.
2001-05-29 Jeremy Hyltonfix bogus indentation
2001-05-29 Fred Drakeruntest(): When generating output, if the result is...
2001-05-29 Fred DrakeThe one-line output files are no longer needed, so...
2001-05-29 Jeremy HyltonVariety of test cases for call to builtin functions
2001-05-29 Jeremy HyltonFix bug reported by Tim Peters on python-dev:
2001-05-29 Fred DrakeHack to make this play nicer with *old* versions of...
2001-05-29 Fred DrakeBring the notes on the relationship between __cmp__...
2001-05-29 Fred DrakeFix typo reported in SF bug #427783.
2001-05-29 Fred DrakeThe parameter to the listen() method is not optional...
2001-05-29 Fred DrakeRemoved information on the old third parameter to _PyTu...
2001-05-29 Fred DrakeIf the input line does not contain enough fields, raise...
2001-05-29 Fred DrakeDo not start API descriptions with "Does the same,...
2001-05-29 Thomas Wouters_PyTuple_Resize: guard against PyTuple_New() returning...
2001-05-29 Tim PetersWhitespace normalization.
2001-05-29 Tim PetersPatch from Gordon McMillan.
2001-05-28 Tim PetersCruft cleanup: Removed the unused last_is_sticky argum...
2001-05-28 Thomas Wouters_PyTuple_Resize: take into account the empty tuple...
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...
next