]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
2001-05-09  Fred DrakeModify to allow file objects wherever file descriptors...
2001-05-09  Fred Drakefdconv(): Do not second guess the error condition...
2001-05-09  Tim PetersSF patch #416247 2.1c1 stringobject: unused vrbl cleanup.
2001-05-09  Fred DrakeItamar Shtull-Trauring <python@itamarst.org>:
2001-05-09  Fred DrakeThree uses of makesockaddr() used sockaddr buffers...
2001-05-09  Tim PetersSF patch #416249, from Mark Favas: 2.1c1 compile:...
2001-05-09  Tim PetersMinor fiddling related to
2001-05-09  Fred DrakeUpdate build notes for Mac OS X 10.0.
2001-05-09  Fred DrakeOnly import termio.h on OSF, and add a comment about...
2001-05-09  Fred DrakeFix the operator precedence table: exponentiation binds...
2001-05-09  Fred DrakeRemove items that have been done or are being tracked...
2001-05-09  Fred DrakeUpdate the directory names to match changes at SourceForge.
2001-05-09  Jeremy HyltonTrivial tests of urllib2 for recent SF bug
2001-05-09  Fred DrakeWork around limitations of the module synopsis table...
2001-05-09  Jeremy HyltonRaise useful exception when called with URL for which...
2001-05-09  Fred DrakeMinor adjustments to HTML for the module synopsis tables.
2001-05-09  Tim PetersSheesh -- repair the dodge around "cast isn't an lvalue...
2001-05-09  Tim PetersMark Favas reported that gcc caught me using casts...
2001-05-09  Fred DrakeJob.build_html(): Be more robust in ensuring about...
2001-05-09  Fred DrakeThere is no IMAP class in the imaplib module; the class...
2001-05-09  Fred DrakeNote that when inplace=1 existing backup files will...
2001-05-09  Mark HammondAlways pass a full path name to LoadLibraryEx(). Fixes...
2001-05-09  Tim PetersAck! Restore the COUNT_ALLOCS one_strings code.
2001-05-09  Tim PetersMy change to string_item() left an extra reference...
2001-05-08  Tim PetersIntern 1-character strings as soon as they're created...
2001-05-08  Tim PetersBlurb about the increased precision of float literals...
2001-05-08  Tim PetersSF bug #422177: Results from .pyc differs from .py
2001-05-08  Jack JansenRemoved some confusing sentences that are no longer...
2001-05-08  Fred DrakeMichael Hudson <mwh21@cam.ac.uk>:
2001-05-08  Tim PetersSF patch #421922: Implement rich comparison for dicts.
2001-05-08  Jeremy HyltonFix several bugs and add two features.
2001-05-08  Jeremy HyltonSeveral small changes. Mostly reformatting, adding...
2001-05-08  Jeremy HyltonSF patch 419176 from MvL; fixed bug 418977
2001-05-08  Jeremy HyltonRemove unused variable
2001-05-08  Tim PetersThis is a test showing SF bug 422177. It won't trigger...
2001-05-07  Tim PetersSF bug #422108 - Error in rich comparisons.
2001-05-07  Fred DrakeMichael Hudson <mwh21@cam.ac.uk>:
2001-05-07  Fred DrakeHmm... better add a version annotation for the Iterator...
2001-05-07  Fred DrakeAdded documentation for PyIter_Check() and PyIter_Next().
2001-05-06  Tim PetersGeneralize zip() to work with iterators.
2001-05-05  Tim PetersGet rid of silly 5am "del" stmts.
2001-05-05  Tim PetersReimplement PySequence_Contains() and instance_contains...
2001-05-05  Andrew M. KuchlingSkeletal version; I'm checking this in now so I can...
2001-05-05  Tim PetersGeneralize PySequence_Count() (operator.countOf) to...
2001-05-05  Tim PetersRemove redundant line.
2001-05-05  Tim PetersMake 'x in y' and 'x not in y' (PySequence_Contains...
2001-05-05  Tim PetersMake unicode.join() work nice with iterators. This...
2001-05-05  Tim PetersMark string.join() as done. Turns out string_join...
2001-05-05  Tim PetersFix a tiny and unlikely memory leak. Was there before...
2001-05-05  Tim PetersGeneralize tuple() to work nicely with iterators.
2001-05-05  Tim PetersMake PyIter_Next() a little smarter (wrt its knowledge...
2001-05-04  Guido van RossumMake the license GPL-compatible.
2001-05-04  Guido van RossumAdd TODO item about x in y -- this should use iterators...
2001-05-04  Tim PetersAdded reminders to make some remaining functions iterat...
2001-05-04  Tim PetersGeneralize reduce() to work with iterators.
2001-05-03  Tim PetersPurge redundant cut&paste line.
2001-05-03  Tim PetersGeneralize map() to work with iterators.
2001-05-03  Fred DrakeThe weakref support in PyObject_InitVar() as well;...
2001-05-03  Fred DrakeRemove unnecessary intialization for the case of weakly...
2001-05-03  Fred DrakeRemove an obsolete comment and a "return" before fallig...
2001-05-03  Fred DrakeSince Py_TPFLAGS_HAVE_WEAKREFS is set in Py_TPFLAGS_DEF...
2001-05-03  Tim PetersRemove redundant copy+paste code.
2001-05-03  Tim PetersGeneralize max(seq) and min(seq) to work with iterators.
2001-05-03  Fred DrakeInteractiveInterpreter.showsyntaxerror():
2001-05-03  Fred DrakeAdded support for .__contains__(), .__iter__(), .iterke...
2001-05-03  Fred DrakeAdded support for .iteritems(), .iterkeys(), .itervalues().
2001-05-03  Fred DrakeThe general iteration support is part of 2.2, not 2...
2001-05-03  Fred DrakeAdd documentation for the StopIteration exception.
2001-05-02  Fred DrakeState that Mailbox objects are iterator objects.
2001-05-02  Fred DrakeMake the Mailbox objects support iteration -- they...
2001-05-02  Fred DrakeUpdate the filter() and list() descriptions to include...
2001-05-02  Fred DrakeAdded section describing the iterator protocol.
2001-05-02  Marc-André... Added new parser markers 'et' and 'et#' which do not...
2001-05-02  Guido van RossumMchael Hudson pointed out that the code for detecting...
2001-05-02  Marc-André... Fix for bug #417030: "print '%*s' fails for unicode...
2001-05-02  Tim PetersGeneralize filter(f, seq) to work with iterators. ...
2001-05-02  Tim PetersPlug a memory leak in list(), when appending to the...
2001-05-02  Tim PetersWhitespace normalization.
2001-05-02  Fred DrakeAdded tests for Weak*Dictionary iterator support.
2001-05-02  Fred DrakeAdded iterator support to the Weak*Dictionary classes.
2001-05-01  Guido van RossumAdd more news about iterators.
2001-05-01  Tim PetersGeneralize list(seq) to work with iterators. This...
2001-05-01  Guido van RossumDiscard a misleading comment about iter_iternext().
2001-05-01  Guido van RossumPrinting objects to a real file still wasn't done right...
2001-05-01  Guido van RossumAdd a proper implementation for the tp_str slot (return...
2001-05-01  Guido van RossumAdd experimental iterkeys(), itervalues(), iteritems...
2001-04-30  Guido van RossumWell darnit! The innocuous fix I made to PyObject_Prin...
2001-04-29  Tim PetersSF bug #417093: Case sensitive import: dir and .py...
2001-04-28  Tim PetersFix buglet reported on c.l.py: map(fnc, file.xreadline...
2001-04-28  Tim PetersA different approach to the problem reported in
2001-04-27  Guido van Rossum(Adding this to the trunk as well.)
2001-04-27  Jack JansenGot rid of the whole event filtering mess again, I...
2001-04-27  Jeremy HyltonFix 2.1 nested scopes crash reported by Evan Simpson
2001-04-27  Jeremy Hyltonimproved error message-- names the type of the unexpect...
2001-04-26  Jack JansenApparently the code to forestall Tk eating events was...
2001-04-26  Eric S. RaymondAdded more help, and recovery from misspelled sort...
2001-04-25  Jack JansenFiles for 2.1 distribution.
2001-04-25  Jack JansenCheck RefCon backpointer to python object with IsPointe...
2001-04-25  Jack JansenUpdated copyright info (which was long due).
2001-04-25  Jack Jansen- Raise console window on input. Fixes Carbon hang.
next