]> granicus.if.org Git - python/shortlog
python
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...
2001-01-15 Guido van RossumDocument changed default to passive mode.
2001-01-15 Guido van RossumAdd note about ftplib defaulting to passive mode.
2001-01-15 Guido van RossumDefault to passive mode. See SF bug #126851.
2001-01-15 Andrew M. KuchlingFix from Jack Jansen for the Mac and the Metrowerks...
2001-01-15 Jack JansenAdded a separate extension (.carbon.slb) for Carbon...
2001-01-15 Guido van RossumRevert a change I accidentally checked in together...
2001-01-15 Fredrik Lundhadded "magic" number to the _sre module, to avoid weird...
2001-01-15 Tim PetersSpeed getline_via_fgets(), by supplying two "fast paths...
2001-01-15 Tim PetersUse the "MS" getline hack (fgets()) by default on non...
2001-01-15 Tim PetersWhitespace normalization. Top level of Lib now fixed...
2001-01-15 Tim PetersWhitespace normalization.
2001-01-15 Tim PetersWhitespace normalization.
2001-01-15 Tim PetersWhitespace normalization.
2001-01-15 Tim PetersWhitespace normalization.
2001-01-14 Fredrik Lundh-- don't use recursion for unbounded non-greedy repeat
2001-01-14 Tim PetersWhitespace normalization.
2001-01-14 Tim PetersWhitespace normalization.
2001-01-14 Guido van Rossum- Don't hardcode Unix filename syntax when opening...
2001-01-14 Guido van Rossum- Use mimetypes.types_map to initialize extensions_map.
2001-01-14 Guido van RossumSF Patch #103211.
2001-01-14 Guido van RossumMake the copyright message the same as for the "real...
2001-01-14 Jack JansenConfig file for shared carbon Python.
2001-01-14 Jack JansenAdded PythonCoreCarbon and PythonInterpreterCarbon...
next