]> granicus.if.org Git - python/shortlog
python
2001-01-18 Guido van Rossum- Add note about complex numbers.
2001-01-18 Skip Montanarocorrect typo - closes bug #129205
2001-01-18 Ka-Ping YeeFix the example (it didn't seem to reflect reality).
2001-01-18 Andrew M. KuchlingRemove build/ subdirectory in "clean" target, not ...
2001-01-18 Tim PetersVariant of SF patch 103252: Startup optimize: read...
2001-01-18 Tim PetersMove distributed and duplicated config for stat() and...
2001-01-18 Tim PetersWhitespace normalization. Leaving tokenize_tests.py...
2001-01-18 Guido van RossumUse rich comparisons to fulfill an old wish: complex...
2001-01-18 Guido van RossumSame treatment as listobject.c:
2001-01-18 Guido van RossumRich comparisons:
2001-01-18 Guido van RossumSame treatment as listobject.c:
2001-01-17 Guido van RossumFix a leak in instance_coerce(). This was introduced...
2001-01-17 Tim PetersWindows: 2.1a1 changes so Python runs again. Note...
2001-01-17 Andrew M. KuchlingThe signal module has to be compiled statically, so...
2001-01-17 Guido van RossumConvert to rich comparisons:
2001-01-17 Neil SchemenauerBump up version number.
2001-01-17 Neil Schemenauer- compile struct module
2001-01-17 Fredrik Lundha bold attempt to fix things broken by MAL's verify...
2001-01-17 Guido van RossumMarc-Andre must not have run these tests -- they used...
2001-01-17 Guido van RossumGet rid of the declaration for _PyCompareState_Key.
2001-01-17 Guido van RossumGet rid of the initialization of _PyCompareState_Key.
2001-01-17 Guido van RossumDeal properly (?) with comparing recursive datastructures.
2001-01-17 Andrew M. KuchlingFix for bug #129173, reported by Skip Montanaro:
2001-01-17 Andrew M. Kuchlingstrop doesn't actually seem to be needed
2001-01-17 Andrew M. KuchlingUse the extended library search path when looking for...
2001-01-17 Ka-Ping YeeRestore lost AFMT_S16_NE entry.
2001-01-17 Marc-André... This patch removes all uses of "assert" in the regressi...
2001-01-17 Tim PetersStop creating an unbounded number of "Jack is my hero...
2001-01-17 Andrew M. KuchlingPatch #102588 / PEP 229:
2001-01-17 Andrew M. KuchlingPatch #102588 / PEP 229:
2001-01-17 Marc-André... Undoing the whitespace patches which sneaked into the...
2001-01-17 Marc-André... This patch adds a new builtin unistr() which behaves...
2001-01-17 Andrew M. KuchlingVarious clean-ups:
2001-01-17 Guido van RossumNews item for rich comparisons.
2001-01-17 Guido van RossumUse rich comparisons in min and max.
2001-01-17 Guido van RossumRich comparisons fall-out:
2001-01-17 Guido van RossumRich comparisons fall-out:
2001-01-17 Guido van RossumRich comparisons fall-out:
2001-01-17 Guido van RossumRich comparisons fall-out:
2001-01-17 Guido van RossumRich comparisons fall-out:
2001-01-17 Guido van RossumRich comparisons.
2001-01-17 Andrew M. KuchlingPatch #102588 / PEP 229:
2001-01-17 Guido van RossumRich comparisons. Refactored internal routine do_cmp...
2001-01-17 Andrew M. Kuchling[Patch #102588/PEP 229]:
2001-01-17 Guido van RossumRich comparisons: ensure that LT == Py_LT, etc.
2001-01-17 Guido van RossumIntroduction to rich comparisons:
2001-01-17 Andrew M. KuchlingPatch #103279: sysconfig.py always looks for versions...
2001-01-17 Guido van RossumFix a bizarre typo in the helper class ComparableExcept...
2001-01-17 Marc-André... Changed name of codec to full path name. This allows...
2001-01-17 Guido van RossumBump version to 2.1a1. (To be released Friday.)
2001-01-17 Sjoerd MullenderFixed typo: Using --with-dbm had no effect because...
2001-01-17 Tim PetersHand repair of cases where reindent changed lines of...
2001-01-17 Tim PetersWindows installer: update dialogs, program groups...
2001-01-17 Tim PetersWhitespace normalization.
2001-01-17 Eric S. RaymondEric the half-a-wit, driven to berserk rage after repea...
2001-01-17 Fred DrakeAdd a missing newline in an example; caught by Chris...
2001-01-17 Guido van RossumUse __name__ instead of "test_regex" as the module...
2001-01-17 Guido van RossumDocument xreadlines() method. (Forgot to check this...
2001-01-16 Guido van RossumRationalizing the fallback code for portable fseek...
2001-01-16 Fred DrakeFix a few small markup/consistency nits.
2001-01-16 Andrew M. KuchlingFix bugs with integer-valued variables when parsing...
2001-01-16 Andrew M. KuchlingModified version of a patch from Jeremy Kloth, to make...
2001-01-16 Jack JansenTrigger keep-console-open on GUSISIOUX_STATE_UNKNOWN...
2001-01-16 Jack JansenConfig file for standalone carbon python.
2001-01-16 Jack JansenAdded Carbon interpreter.
2001-01-16 Eric S. RaymondCommit version of config.h.in that covers the TERMIOS...
2001-01-16 Eric S. RaymondCheck in a version with the termios test in place.
2001-01-16 Eric S. RaymondMake pop_source and push_source available, as documented.
2001-01-16 Eric S. RaymondMake HAVE_TERMIOS_H and associated config.sh shell...
2001-01-16 Jack JansenConverted to CW Pro 6 and new naming scheme.
2001-01-16 Eric S. Raymondpush_source() and pop_source() entry points for shlex...
2001-01-16 Jack JansenAdded the 'carb' resource to the carbon interpreter.
2001-01-16 Jack JansenReplaced the single .exp file by two files, one for...
2001-01-16 Marc-André... Added checks to prevent PyUnicode_Count() from dumping...
2001-01-16 Fredrik Lundhbumped SRE version number to 2.1. cleaned up and added...
2001-01-16 Tim PetersWhitespace normalization.
2001-01-16 Tim Petersdoctest-- The Little Module That Could --finally makes...
2001-01-16 Fredrik Lundhfixed a memory leak in pattern cleanup (patch #103248...
2001-01-16 Thomas WoutersFix for SF bug #123625: some newsservers need 'authinfo...
2001-01-16 Neil SchemenauerPlug memory leak.
2001-01-16 Andrew M. KuchlingAdd strip_dir argument to the single call to .object_fi...
2001-01-15 Tim PetersVariant of Skip's patch 103246 (Remove unneeded string...
2001-01-15 Ka-Ping YeeUgh. Sorry. Checked in the wrong file. Please ignore...
2001-01-15 Ka-Ping Yeebetter format names and error messages
2001-01-15 Ka-Ping YeeThis patch makes sure that the function name always...
2001-01-15 Ka-Ping YeeAdd tokenizer support and tests for u'', U"", uR''...
2001-01-15 Barry WarsawAdd a test case suggested by Guido, where a method...
2001-01-15 Barry Warsaweffbot caught a typo!
2001-01-15 Barry WarsawAdd a NEWS item about function attributes.
2001-01-15 Barry WarsawCommitting PEP 232, function attribute feature, approve...
2001-01-15 Barry WarsawCommitting PEP 232, function attribute feature, approve...
2001-01-15 Barry WarsawDocument function attributes for both the function...
2001-01-15 Guido van RossumAdd note about new and improved xrange().
2001-01-15 Guido van RossumSF patch #103158 by Greg Ball: Don't do unsafe arithmet...
2001-01-15 Guido van Rossum- Make sure to quote the username and password (SF...
2001-01-15 Fredrik Lundhfrom the really-stupid-bug department: uppercase litera...
2001-01-15 Guido van Rossummwh@sourceforge found that UnicodeError can be raised...
2001-01-15 Barry WarsawFixing author's email address.
2001-01-15 Barry WarsawCommitting patch #103216, autodetect of dbmmodule suppo...
2001-01-15 Guido van RossumGeoffrey Gerrietts discovered that a KeyError was caugh...
next