]> granicus.if.org Git - python/shortlog
python
2001-07-06 Tim PetersSF bug #439104: Tuple richcompares has code-typo.
2001-07-06 Fred DrakeFix up a few style nits -- avoid "e.g." and "i.e."...
2001-07-06 Fred DrakeWhen reading a continuation line, make sure we still...
2001-07-06 Fred DrakeExplain the exit code for the wait() method, including...
2001-07-06 Fred DrakeFix up a few style nits -- avoid "e.g." and "i.e."...
2001-07-05 Tim PetersRemoved fpectlmodule.c and fpetestmodule.c from the...
2001-07-05 Fred DrakeThe fpectl module does not work on Windows, so remove...
2001-07-05 Fred DrakeFix a markup error: do not omit a method's parameter...
2001-07-05 Fred DrakeAllow underscores in tag names and quote characters...
2001-07-05 Fred DrakeAdded more information on the differences between the...
2001-07-05 Guido van RossumList constraints on xrange() objects.
2001-07-05 Guido van RossumRip out tests for xrange() features no longer supported.
2001-07-05 Guido van RossumNews about xrange().
2001-07-05 Guido van RossumComplete the xrange-simplification checkins: call PyRan...
2001-07-05 Guido van RossumRip out the fancy behaviors of xrange that nobody uses...
2001-07-05 Just van Rossum- minor cleanup, removed bogus comments
2001-07-05 Just van Rossumdon't crash when encountering bad marshal data
2001-07-05 Tim PetersSF bug #438295: [Windows] __init__.py cause strange...
2001-07-04 unknownDo conversion of CFStrings to/from unicode.
2001-07-04 unknownSet the default 8-bit encoding based on the system...
2001-07-04 unknownDon't promise mac-japanese encoding as we don't have...
2001-07-04 unknownAdded a non-recursive implementation of conjoin(),...
2001-07-04 unknowndummy checkin for testing, please ignore
2001-07-04 unknownFix for SF bug #425868.
2001-07-04 unknownClean up a bare except: clause.
2001-07-04 unknownClean up a bare except: clause.
2001-07-04 Fred DrakeMake the implementations of getElementsByTagName() and
2001-07-04 Fred DrakeOnly write out one blank line before the request data.
2001-07-04 Kurt B. KaiserNull commit with -f option to force an uprev and put...
2001-07-04 Kurt B. KaiserNull commit with -f option to force an uprev and put...
2001-07-03 Fred DrakeThis change adjusts the profiling/tracing support so...
2001-07-03 Fredrik Lundhbug #416670
2001-07-03 Fredrik Lundhbug #232815
2001-07-02 Fred DrakeMarked the parameters to Stats.print_*() as optional.
2001-07-02 Fredrik Lundhreapplied darryl gallion's minimizing repeat fix. ...
2001-07-02 Fred DrakeAdd another name.
2001-07-02 Fredrik Lundhpythonware repository roundtrip (untabification)
2001-07-02 Fredrik Lundhadded martin's BIGCHARSET patch to SRE 2.1.1. martin...
2001-07-02 Fred DrakeAvoid using os.path.normcase() on sys.path elements...
2001-07-02 Fredrik Lundhmerged with pythonware's SRE 2.1.1 codebase
2001-07-02 Jack JansenAdded the new unicode defines. Not really tested yet...
2001-07-02 Tim PetersNuke hard tabs.
2001-07-02 Tim PetersWhitespace normalization; the plat-riscos file didn...
2001-07-02 Tim PetersAdd tentative 2.1.1 Windows build numbers.
2001-07-02 Tim PetersA clever union-find implementation from c.l.py, due...
2001-07-01 Jack JansenAdded WeakLink...Generator classes (should have done...
2001-07-01 Jack Jansen- Use weaklink generators so we can support OSX-only...
2001-06-30 Tim PetersDerive an industrial-strength conjoin() via cross-recur...
2001-06-29 Tim PetersTurns out Neil didn't intend for *all* of his gen-branc...
2001-06-29 Fred DrakeUse the more conventional "self" as the name of the...
2001-06-29 Fred DrakeCorrect a markup error for an accented character.
2001-06-29 Fred DrakeRemoved some stray periods, and fix up a number of...
2001-06-29 Fred DrakeTwo more names.
2001-06-29 Fred DrakeSourceForge bug #437041:
2001-06-29 Fred DrakeSimplify an example based on comment from Thomas Holens...
2001-06-29 Guido van RossumSolve SF bug #231249: cgi.py opens too many (temporary...
2001-06-29 Tim PetersAdded a simple but general backtracking generator ...
2001-06-28 Jack JansenAdded CFURL support, and got base chaining to really...
2001-06-28 Jack JansenMake basechain a class variable in stead of initializin...
2001-06-28 Tim PetersAnother "if 0:" hack, this time to complain about other...
2001-06-27 Fredrik Lundhremoved "register const" from scalar arguments to the...
2001-06-27 Jack JansenCFArray, CFData and CFDictonary are now covered, but...
2001-06-27 Jack JansenAdded a couple more types that Apple has taken a fancy to.
2001-06-27 Andrew M. KuchlingAdd more items that need to be written about
2001-06-27 Martin v. LöwisDefault to ucs2 when no argument to --enable-unicode...
2001-06-27 Fredrik Lundhmake wchar_t usable again on Windows (this enables...
2001-06-27 Fred DrakeRevise the interface to the profiling and tracing suppo...
2001-06-27 Fred DrakeRevise the interface to the profiling and tracing suppo...
2001-06-27 Fredrik Lundhuse Py_UNICODE_WIDE instead of USE_UCS4_STORAGE and...
2001-06-27 Barry WarsawReplace the text with a link to the PEP-ified version.
2001-06-27 Thomas WoutersRemove duplicate ', ' in dbhash.open()'s argument list.
2001-06-27 Tim PetersThis no longer leaks memory when run in an infinite...
2001-06-27 Martin v. LöwisEncode surrogates in UTF-8 even for a wide Py_UNICODE.
2001-06-26 Guido van RossumCosmetic changes to MvL's change to unichr():
2001-06-26 Fredrik LundhMake Unicode work a bit better on Windows...
2001-06-26 Martin v. LöwisWhen decoding UTF-16, don't assume that the buffer...
2001-06-26 Tim PetersWindows build broke from recent Unicode changes --...
2001-06-26 Tim Petersgen_getattr: make the gi_running and gi_frame members...
2001-06-26 Martin v. LöwisSupport using UCS-4 as the Py_UNICODE type:
2001-06-26 Jack JansenAdded a Parser_OSX class that can parse new-style ...
2001-06-26 Jack JansenAdded CF module build and project generation (carbon...
2001-06-26 Jack JansenFirst small step towards bgen-generated CoreFoundation...
2001-06-26 Tim PetersAdd "gi_" (generator-iterator) prefix to names of genob...
2001-06-26 Fredrik Lundhmore unicode tweaks: fix unicodectype for sizeof(Py_UNI...
2001-06-26 Barry WarsawRemove the restriction on a mapping's .update() method.
2001-06-26 Barry WarsawAdd an item about the extension to {}.update() to allow...
2001-06-26 Barry WarsawAdd a bunch of tests for extended dict.update() where...
2001-06-26 Barry Warsawdict_update(): Generalize this method so {}.update...
2001-06-26 Fredrik Lundhmore unicode tweaks: make unichr(0xdddddddd) behave...
2001-06-26 Fredrik Lundhexperimental UCS-4 support: don't assume that MS_WIN32...
2001-06-26 Fredrik Lundhexperimental UCS-4 support: added USE_UCS4_STORAGE...
2001-06-26 Fredrik Lundhexperimental UCS-4 support: made compare a bit more...
2001-06-26 Fredrik Lundhexperimental UCS-4 support: don't assume that MS_WIN32...
2001-06-26 Jack JansenAdded a note about recompiling OSAm before distributing.
2001-06-26 Just van RossumFixed typo in doc string.
2001-06-26 Just van RossumFixed bug that prevented shared libs that are submodule...
2001-06-26 Tim PetersSF bug #436207: "if 0: yield x" is ignored.
2001-06-25 Tim PetersTeach the types module about generators. Thanks to...
2001-06-25 Just van RossumReturn self.trace_dispatch from dispatch_return() to...
2001-06-25 Fred DrakeUpdated link to zlib's home page.
next