]> granicus.if.org Git - python/shortlog
python
2003-08-30 Raymond HettingerSF bug 797650: Infinite loop in textwrap.py
2003-08-30 Raymond HettingerEliminate unnecessary eval() in tests
2003-08-30 Raymond HettingerFor safety, replace a tuple entry before decreffing it.
2003-08-29 Raymond HettingerSF bug #793826: using itertools.izip to mutate tuples
2003-08-29 Andrew M. KuchlingRework previous fix slightly; the &0x20 test seems...
2003-08-29 Andrew M. KuchlingAdd tests for meta- bit set
2003-08-29 Andrew M. Kuchling[Bug #790356] unctrl() doesn't work for full printable...
2003-08-29 Andrew M. KuchlingAdd simple unit test for ascii.unctrl() function
2003-08-29 Andrew M. Kuchling[Bug #776542] open_https() generates a bad Authorizatio...
2003-08-29 Andrew M. Kuchling[Bug #780231] One of the changes described in the...
2003-08-29 Fred Drakefix minor syntactic faux pas
2003-08-29 Brett CannonMake sure parentheses are escaped when used in the...
2003-08-28 Gregory P.... Support DBEnv.set_shm_key() to allow multi-threaded...
2003-08-28 Jeremy HyltonFix for SF bug [ 784075 ] Fatal Python error: unknown...
2003-08-28 Jeremy HyltonFix SF bug [ 788011 ] compiler.compileFile fails on...
2003-08-27 Thomas HellerFix typo in docstring: The switch is '-x', not '-s'.
2003-08-27 Fred Drakeremove extra word occurance; reported to webmaster
2003-08-27 Thomas HellerRemove a typo. (Or is this some markup I don't understa...
2003-08-27 Raymond HettingerSF bug #795506: Wrong handling of string format code...
2003-08-26 Jason Tishlertest_largefile can leave its temp file open if one...
2003-08-25 Raymond HettingerMake the derived tools amendable to cut and paste.
2003-08-25 Raymond HettingerFix doubled word typos.
2003-08-25 Raymond HettingerAdded doubled word warnings.
2003-08-25 Raymond HettingerFix double word typos.
2003-08-25 Raymond HettingerSF bug #793702: Section 13.1 HTMLParser documentation...
2003-08-23 Raymond HettingerFix typo.
2003-08-23 Raymond HettingerFix typo.
2003-08-23 Greg WardFix a loooong-standing brainfart: I got the site-packag...
2003-08-20 Thomas HellerBuild the bzip2.lib as a custom pre-link step in MSVC.
2003-08-20 Thomas HellerOpening the WISE script changes a few items:
2003-08-19 Barry WarsawUpdate get_param() description to reflect changes to...
2003-08-19 Barry WarsawBump the version number for the standalone mimelib...
2003-08-19 Barry WarsawDescribe the fix to the email package.
2003-08-19 Barry Warsawtest_rfc2231_no_language_or_charset_in_filename(),
2003-08-19 Barry Warsawget_param(): Update the docstring to explain how CHARSE...
2003-08-19 Barry Warsawdecode_rfc2231(): We need to urllib.unquote() the value...
2003-08-18 Tim PetersThis started opening files in text mode by default...
2003-08-18 Walter DörwaldFix a crash: when sq_item failed the code continued...
2003-08-18 Thomas HellerRemove a stray single quote.
2003-08-17 Raymond HettingerSF #784031: Byte-order bug in socket-module getaddrinfo.c
2003-08-17 Raymond HettingerImprovements to set.py:
2003-08-16 Fred DrakeAdjust some horizontal indentation to be consistent...
2003-08-16 Raymond HettingerKeep doctests in sync with the docs.
2003-08-16 Raymond HettingerIncorporate documentation suggestions from feedback...
2003-08-15 Raymond HettingerMake sets.py compatible with Py2.2
2003-08-15 Neal NorwitzFix SF #789402, Memory leak on open()
2003-08-15 Walter DörwaldMake a copy of L before appending, so the global L...
2003-08-15 Walter DörwaldFix refcounting leak in charmaptranslate_lookup()
2003-08-15 Walter DörwaldFix another refcounting leak in PyUnicode_EncodeCharmap().
2003-08-15 Walter DörwaldFix another refcounting leak (in PyUnicode_DecodeUnicod...
2003-08-15 Michael W.... Fix for
2003-08-15 Michael W.... Fix silly leak in test used in test_exceptions.
2003-08-15 Michael W.... My last fix left n used unitialized in tha a==b case.
2003-08-15 Tim Peterscomplex_new(): This could leak when the argument was...
2003-08-14 Neil SchemenauerDon't introduce map(None, ...) in the tutorial. In...
2003-08-14 Walter DörwaldFix refcount leak in the UnicodeError constructor:
2003-08-14 Neil SchemenauerMake filter(bool, ...) as fast as filter(None, ...).
2003-08-14 Walter DörwaldFix refcount leak in PyUnicode_EncodeCharmap(). The...
2003-08-14 Raymond HettingerSF patch #787929: reflect the introduce of boolean...
2003-08-14 Michael W.... Fix reference leak noted in test_types:
2003-08-14 Fred DrakeWhen piping output into a pager like "less", quiting...
2003-08-14 Kurt B. KaiserIDLE didn't start correctly when Python was installed...
2003-08-14 Fred Drakefix markup
2003-08-13 Andrew M. Kuchling[Patch #739124] Add use_default_colors() to curses...
2003-08-12 Walter DörwaldAdd a unicode prefix to the characters in the UnicodeEn...
2003-08-12 Walter DörwaldEnhance message for UnicodeEncodeError and UnicodeTrans...
2003-08-12 Raymond HettingerSF patch#786531 'the the' typo. Contributed by George...
2003-08-12 Raymond HettingerSF patch#786531 'the the' typo. Contributed by George...
2003-08-11 Brett CannonFix bug in test_bad_timezone where test was assuming...
2003-08-11 Michael W.... Add a couple of decrefs to error paths.
2003-08-11 Andrew M. KuchlingComment typo fixes
2003-08-11 Michael W.... mention pymemcompat.h in Misc/README
2003-08-11 Michael W.... Fix silly typo in comment.
2003-08-11 Skip Montanaroadd a statement identifying StringI and StringO objects.
2003-08-11 Skip Montanaroreverting to 2.41 version (distinct tp_names) - will...
2003-08-11 Skip Montanaroshit - just change the visible name, not the comments...
2003-08-11 Skip Montanarotypos
2003-08-11 Michael W.... Fix refcounting and cut & paste error (?) in last checkin.
2003-08-11 Jason TishlerUnconditionally opening the temp file in text mode...
2003-08-11 Jack JansenBug fix for #780461: 'sysu' gestalt selector is meaning...
2003-08-11 Brett CannonFix handling of bad locale setup where time.tzname...
2003-08-09 Raymond HettingerSF bug #778964: bad seed in python 2.3 random
2003-08-09 Martin v. LöwisAdd HIDDEN. Fixes #777664.
2003-08-09 Martin v. LöwisMove initialization of sys.std{in,out}.encoding to...
2003-08-09 Martin v. LöwisPatch #771998: Put braces around variables. Will backpo...
2003-08-09 Raymond HettingerSF patch #747364: BaseHTTPServer doesn't need StringIO...
2003-08-09 Raymond HettingerSF patch #783807: Clarify PySequence_Setitem ref counting
2003-08-09 Kurt B. KaiserIDLEfork Bug 782759
2003-08-08 Raymond HettingerExplain argument unpacking
2003-08-08 Michael W.... /* XXX From here until type is allocated, "return NULL...
2003-08-08 Raymond HettingerSF bug #770485: cStringIO does not set closed attr
2003-08-08 Raymond HettingerSF bug #775836: change 0,1 to False,True in dict.has_ke...
2003-08-08 Raymond HettingerModified itertools.izip() to match the behavior of...
2003-08-08 Raymond HettingerRe-sync doc tests with the doc updates.
2003-08-08 Raymond HettingerImprove docs:
2003-08-08 Brett CannonFix docstring in LocaleTime.
2003-08-07 Michael W.... Repair refcounting on error return from type_set_bases.
2003-08-07 Fred DrakeFix hyperlinks and one class reference.
2003-08-07 Martin v. LöwisRelease host name memory. Fixes #783312. Will backport...
2003-08-06 Mark HammondDemonstrate and fix [ 783882 ] os.lstat crashes with...
next