]> granicus.if.org Git - python/shortlog
python
2001-01-18 Guido van RossumSince I'm about to check in a change to the recursion...
2001-01-18 Andrew M. KuchlingPatch #103313: Fixes "make test" by adding a little...
2001-01-18 Andrew M. KuchlingPatch from Barry: gets rid of two unused imports,
2001-01-18 Tim PetersClarifications.
2001-01-18 Andrew M. KuchlingSizable reorganization of how header and library files...
2001-01-18 Fred DrakeMinor markup cleaning, and one required fix in the...
2001-01-18 Andrew M. KuchlingUse openssl/*.h to include the OpenSSL header files
2001-01-18 Guido van RossumA dumb test for the dumdbm module.
2001-01-18 Guido van RossumAdd test for comparing recursive data types.
2001-01-18 Andrew M. KuchlingMake the original, makesetup-based, targets for buildin...
2001-01-18 Guido van RossumBite the bullet: use rich comparisons here, too.
2001-01-18 Guido van RossumAdd test for misbehaving rich comparisons (always retur...
2001-01-18 Guido van RossumRich comparison tests
2001-01-18 Guido van RossumDocument rich comparisons.
2001-01-18 Guido van RossumUpdated for 2.1; removed references to BeOpen.com and...
2001-01-18 Guido van RossumAdd my name to the copyright notice.
2001-01-18 Guido van RossumAdd note about copyright ownership and license situation.
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...
next