]> granicus.if.org Git - python/shortlog
python
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...
2001-06-23 Tim PetersPyFrameObject: rename f_stackbottom to f_stacktop...
2001-06-23 Fred DrakeAdd "yeild" to the list of keywords.
2001-06-23 Fred DrakeConsistently use semi-colons after the last property...
2001-06-23 Fred DrakeGive the pattern used to pick out a source anchor a...
2001-06-23 Fred DrakeAdded several names.
2001-06-23 Fred DrakeContributed updates from Harald Hanche-Olsen, giving...
2001-06-23 Fred DrakeAdded support for our new \infinity and \plusminus...
2001-06-23 Fred Drake\infinity,
2001-06-23 Fred DrakeMiscellaneous code cleanups.
2001-06-23 Tim PetersDisallow 'yield' in a 'try' block when there's a 'final...
2001-06-22 Fred DrakeRemove an extra tab character.
2001-06-22 Fred DrakeRe-organize a little, clean up some markup.
2001-06-22 Fred DrakeAdd sha and _sre to the list of allowed built-in modules.
2001-06-22 Fred DrakeCorrected an error in the information on supporting...
2001-06-22 Fred DrakeAdjust to understand use of either single- or double...
2001-06-22 Fred DrakeAdd the new texinputs/license.tex to the shared depende...
2001-06-22 Guido van RossumThis is a trivial command line utility to print MD5...
2001-06-22 Fred DrakeFix & clean up the information about building Python...
2001-06-22 Just van RossumChanged the order of the buttons for EasyDialogs.AskYes...
2001-06-22 Tim PetersRecord Windows build number for 2.0.1 final.
2001-06-21 Just van Rossumdon't blow up when the charno SyntaxError value is...
2001-06-21 Just van Rossumrepaired expandselection and uncomment breakage
2001-06-21 Just van RossumAdded support for the gc module (!).
2001-06-21 Guido van RossumSomehow, under certain circumstances, config.h and...
2001-06-21 Tim PetersTeach the UNPACK_SEQUENCE opcode how to tease an iterab...
2001-06-21 Neil SchemenauerTry to avoid creating reference cycles involving genera...
2001-06-20 Jack JansenGot rid of a silly #if.
2001-06-20 Fred DrakeMove license information to a less annoying location...
2001-06-20 Fred DrakeUpdate to include the license information in a less...
2001-06-20 Fred DrakeSeparate the copyright statements and license text...
next