]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
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...
2001-06-20  Fred DrakeSeparate the version number and release status into...
2001-06-20  Fred DrakeUpdate to use the newly separated values $PACKAGE_VERSI...
2001-06-20  Jack JansenDon't use extern when we mean staticforward (OSX gcc...
2001-06-20  Fred DrakeAdded support for new \setreleaseinfo macro.
2001-06-20  Jack Jansen{Is,Set}AntiAliasedTextEnabled don't exist on MacOS...
2001-06-20  Jack JansenANSIfied function headers to shut up compiler warnings...
2001-06-20  Jack JansenAdded a const to shut up a compiler warning.
2001-06-20  Jack JansenReversed the order of the checks for None or a Dialog...
2001-06-20  Fred DrakeAdd a little more support for describing version inform...
2001-06-20  Jack JansenRemoved some unused routines under Carbon. They caused...
2001-06-20  Jack JansenAdapted to Universal Headers 3.4: new refcontype and...
2001-06-20  Jack JansenAdapted for Universal Headers 3.4: refcon type has...
2001-06-20  Just van RossumOverride bdb's canonic() method with a no-op: with...
2001-06-20  Barry Warsawwrite(): Karl Eichwalder points out that the #, flag...
2001-06-20  Tim Petersgen_iternext(): repair subtle refcount problem.
2001-06-20  Neil SchemenauerRemove unused code.
2001-06-19  Barry WarsawAdd a bunch of sample strings to test soft line breaks...
2001-06-19  Barry Warsawencode(): Fixed the handling of soft line breaks for...
2001-06-19  Just van Rossummade 7-bit-clean.
next