]> granicus.if.org Git - python/shortlog
python
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.
2001-06-19 Just van RossumSome long overdue maintainance. Made all IDE sources...
2001-06-19 Jack Jansen- _filename_to_abs() didn't cater for .. components...
2001-06-19 Jack JansenThe test used int(time.time()) to get a random number...
2001-06-19 Jack JansenAn import MacOS was missing after the code-rearranging...
2001-06-19 Marc-André... Test by Martin v. Loewis for the new UTF-16 codec handl...
2001-06-19 Marc-André... This patch by Martin v. Loewis changes the UTF-16 codec...
2001-06-19 Barry Warsawwrite(): It's been generally agreed on the i18n-sig...
2001-06-19 Barry WarsawDocument the new encodestring() and decodestring()...
2001-06-19 Just van RossumFixed -D emulation for symbols with a value, as specifi...
2001-06-19 Barry WarsawA unittest-based test for the quopri module.
2001-06-19 Barry WarsawBetter support for RFC 1521 quoted-printable specificat...
2001-06-19 Barry Warsaw(python-font-lock-keywords): Add "yield" as a keyword...
2001-06-19 Neil SchemenauerAdded a MACHDEP_OBJS to the python link. Use this on...
2001-06-19 Jack JansenAdded a MACHDEP_OBJS to the python link. Use this on...
2001-06-19 Tim PetersTaught IDLE's autoident parser that "yield" is a keywor...
2001-06-19 Tim PetersUpdated keyword.py for "yield".
2001-06-18 Tim PetersSomebody checked this in w/ an ambiguous tab/space...
2001-06-18 Barry Warsaw(py-continuation-offset): New variable which controls...
2001-06-18 Tim PetersAdded "i" and "l" to the list of std-mode struct codes...
2001-06-18 Tim PetersMerging the gen-branch into the main line, at Guido...
2001-06-18 Tim PetersSF bug 434186: 0x80000000/2 != 0x80000000>>1
2001-06-18 Andrew M. Kuchling[Bug #433047, reported by Armin Rigo] Remove extra...
2001-06-18 Fred DrakeAdd some information on the use of \verbatiminput to...
2001-06-18 Guido van RossumFix SF bug #433904 (Alex Martelli) - all s_* methods...
2001-06-18 Martin v. LöwisPatch #413171: Implement get, setdefault, update in...
2001-06-17 Tim PetersClarification in the fp appendix suggested on c.l.py...
2001-06-17 Marc-André... Fix for bug [ #433047 ] missing args to PyArg_ParseTuple
2001-06-17 Guido van RossumSF patch #433619, by Michel Pelletier:
2001-06-17 Martin v. LöwisSynchronize with 1.13 of PyXML:
next