]> granicus.if.org Git - python/shortlog
python
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.
2001-06-25 Jack JansenWaitNextEvent short vs. unsigned short fix.
2001-06-25 Steven M. GavaInitial revision
2001-06-25 Martin v. LöwisRemove const-ness in inet_pton declaration.
2001-06-25 Martin v. LöwisReplace snprintf with sprintf.
2001-06-25 Tim PetersRepair indentation in comment.
2001-06-24 Martin v. LöwisFix typos in inet_pton/inet_ntop.
2001-06-24 Martin v. LöwisProvide a definition for offsetof.
2001-06-24 Martin v. LöwisEmulate inet_{pton,ntop} on systems that don't provide it.
2001-06-24 Martin v. LöwisMove USE_TOOLBOX_OBJECT_GLUE into acconfig.h.
2001-06-24 Tim PetersChanged some comments. Removed the caution about clear...
2001-06-24 Tim PetersClear the copy of the globs dict after running examples...
2001-06-24 Tim Petersdoctest systematically leaked memory when handling...
2001-06-24 Tim PetersAdded a "generate k-combinations of a list" example...
2001-06-24 Tim PetersNew tests to provoke SyntaxErrors unique to generators...
2001-06-24 Tim Petersdoctest doesn't handle intentional SyntaxError exceptio...
2001-06-24 Tim PetersAnother variant of the 2-3-5 test, mixing generators...
2001-06-24 Tim PetersPure brute-force hackery to allow Python to build on...
2001-06-24 Tim PetersMore tests.
2001-06-23 Tim PetersAdd a recursive Sieve of Eratosthenes prime generator...
2001-06-23 Tim PetersAdd all the examples from PEP 255, and a few email...
2001-06-23 Tim PetersNew std test for generators, initially populated with...
2001-06-23 Martin v. LöwisProperly use &&. Closes bug #434988.
2001-06-23 Martin v. LöwisProperly use &&. Closes bug #434989.
2001-06-23 Martin v. LöwisPatch #401196: Configuration machinery for IPv6.
2001-06-23 Andrew M. KuchlingFix typo
2001-06-23 Eric S. RaymondCorrect erroneous description of precmd.
2001-06-23 Tim PetersChange the semantics of "return" in generators, as...
2001-06-23 Fred DrakeRemove some bogus trailing whitespace.
2001-06-23 Fred DrakeFix minor markup nits.
2001-06-23 Fred DrakeUse a named reference to another chapter instead of...
2001-06-23 Tim Petersgen_iternext(): Don't assume that the current thread...
2001-06-23 Fred DrakeFix a very minor (but annoying when looking for things...
next