]> granicus.if.org Git - python/shortlog
python
2005-06-15 Andrew M. KuchlingFix check for error condition
2005-06-15 Andrew M. Kuchling[Patch #1005892 from Alexandr Zamaraev] Fix two errors...
2005-06-15 Raymond HettingerFix nits.
2005-06-15 Skip MontanaroMichael Hudson pointed out that the Dialect_Type object...
2005-06-15 Michael W.... Consistently use hard tabs for indentation.
2005-06-15 Michael W.... Add a missing incref.
2005-06-15 Michael W.... Update version.
2005-06-15 Michael W.... Missed this documentation change about my marshal-float...
2005-06-15 Skip MontanaroLeak fix from Michael Hudson. Fix memory leak when...
2005-06-14 Jack JansenMore tweaks for C++ support. Still doesn't seem to...
2005-06-14 Andrew M. Kuchling[Bug #1219862] Document correct argument range for...
2005-06-14 Michael W.... yet another cache to clear when leak hunting.
2005-06-14 Raymond HettingerSF bug #1219448: small output bug
2005-06-14 Raymond HettingerSF bug #1215887: String and list methods documentation...
2005-06-13 Walter DörwaldPort test_long.py to unittest.
2005-06-13 Michael W.... Fix bug
2005-06-13 Michael W.... Remove extraneous format character from PyArg_ParseTupl...
2005-06-13 Raymond HettingerSF bug #1219361 Fix typo
2005-06-12 Kurt B. Kaiser1. Clarify "tab/space" Error Dialog and "Tab Width...
2005-06-12 Kurt B. Kaiser1. Patch 1196895 Jeff Shute:
2005-06-11 Gregory P.... fix typo. \var vs \variable
2005-06-10 Georg BrandlClarify docs about os.popen[234].
2005-06-10 Georg BrandlPatch #1171150: add a newline to py_compile error output
2005-06-10 Armin RigoThe functions audioop.lin2adpcm3() and audioop.adpcm32l...
2005-06-10 Raymond HettingerAdd untokenize() function to allow full round-trip...
2005-06-10 Jack JansenMinor tweaks, to allow some (out-of-tree, until success...
2005-06-09 Andrew M. Kuchling[Bug #1200134] Fix buffer overflow by constraining...
2005-06-09 Andrew M. Kuchling[Bug #1079134] Mention change to date comparisons;...
2005-06-09 Andrew M. Kuchling[Patch #1002763] Allow long ints as terminator values...
2005-06-09 Andrew M. KuchlingConvert asynchat test to unittest; exercise the client...
2005-06-09 Andrew M. Kuchling[Bug #1074261, patch #1074381] Restrict the size of...
2005-06-09 Andrew M. KuchlingConvert gzip test suite to use unittest
2005-06-09 Gregory P.... fix import to work with either module name.
2005-06-08 Andrew M. Kuchling[Patch #1171487, bug #1170331] Fix error in base64...
2005-06-08 Andrew M. Kuchling[Bug #1149413] 'psize' argument should be 'pgsize'
2005-06-08 Anthony Baxterfix broken (unexecuted) test
2005-06-08 Anthony BaxterTools/scripts/reindent.py _is_ your friend
2005-06-08 Skip MontanaroTweak note about using os.open to lock files if O_SHLOC...
2005-06-07 Andrew M. Kuchling[Bug #1172763] dumbdbm uses eval() on lines, so it...
2005-06-07 Raymond HettingerMinor namespace clean-up.
2005-06-07 Andrew M. Kuchling[Bug #1170422] Use correct option name
2005-06-07 Raymond HettingerAdd a decimal FAQ
2005-06-06 Gregory P.... fix more Errors (not Failures) when run using BerkeleyD...
2005-06-06 Gregory P.... fix Errors (not Failures) in test cases when running...
2005-06-06 Gregory P.... change set_bt_compare() callback comparison function...
2005-06-06 Gregory P.... make the tests that expect uncatchable exceptions from...
2005-06-06 Gregory P.... additional sanity check. secondaryDB cannot be closed.
2005-06-06 Gregory P.... test case for pybsddb SF bug id 1215432
2005-06-06 Gregory P.... fixes pybsddb SF bug id 1215432. DB.associate() would...
2005-06-06 Gregory P.... test DB.associate using transactions. somewhat related...
2005-06-05 Vinay SajipDocumentation clarified re. config socket listener...
2005-06-05 Georg BrandlBug #1184380: extending&embedding example broken
2005-06-04 Skip MontanaroFix missing assignments of marshal.load() values. ...
2005-06-04 Georg BrandlBug #1210001: typo in email doc
2005-06-04 Georg BrandlBug #1196315: fix weakref.WeakValueDictionary constructor.
2005-06-04 Hye-Shik ChangCorrect URL to the official UnicodeData 3.2.0 resource...
2005-06-04 Gregory P.... pybsddb 4.3.2:
2005-06-03 Tim PetersWhitespace normalization.
2005-06-03 Georg BrandlBug #1194181: bz2.BZ2File didn't handle mode 'U' correctly.
2005-06-03 Michael W.... Fix a couple of crashing-on-malformed data marshal...
2005-06-03 Anthony Baxter[ 1197218 ] test_locale fix on modern linux
2005-06-03 Michael W.... This is my patch:
2005-06-03 Georg BrandlBug #1213894: os.path.realpath didn't resolve symlinks...
2005-06-03 Anthony Baxterfix object.__divmod__.__doc__
2005-06-03 Michael W.... M-x untabify
2005-06-03 Raymond HettingerUpdate permissions for Birkenfeld.
2005-06-03 Gregory P.... pybsddb 4.3.1, adds support for DB.set_bt_compare datab...
2005-06-02 Andrew M. KuchlingDelete some vestigial code; execution will never reach...
2005-06-02 Andrew M. Kuchling[Bug #1209880] Describe only the True/False return...
2005-06-02 Andrew M. Kuchling[Bug #1193001] Make the notation section use the same...
2005-06-02 Andrew M. Kuchling[Bug #1177831] Exercise (?(id)yes|no) for a group other...
2005-06-02 Andrew M. Kuchling[Bug #1177831] Fix generation of code for GROUPREF_EXIS...
2005-06-02 Hye-Shik ChangPatch #1212117: Add optional attribute st_flags to...
2005-06-02 Neil SchemenauerFix compiler.ast.flatten function so that it works...
2005-06-02 Andrew M. Kuchling[Bug #1152762] Ensure _end_of_line() returns an x-coord...
2005-06-01 Piers Lauderadded GET/SETANNOTATION methods
2005-06-01 Andrew M. Kuchling[Bug #1105706] Use correct name for constant
2005-06-01 Andrew M. Kuchling[Bug #1123268] Fix typo
2005-06-01 Andrew M. Kuchling[Bug #1181939] Remove incorrect text about __init__...
2005-06-01 Andrew M. Kuchling[Bug #1194249] Fix duplicate assignment in example...
2005-06-01 Michael W.... NEWS entry for the patch I checked in last week.
2005-05-31 Raymond HettingerSF bug #1209411: divmod documentation shd reference...
2005-05-31 Raymond HettingerSF bug #1202395: Description of string.lstrip() needs...
2005-05-28 Raymond HettingerAdd permissions for Reinhold Birkenfeld.
2005-05-27 Michael W.... This is my patch:
2005-05-27 Michael W.... Fix test_site to not call open('...', 'wU'), as that...
2005-05-27 Raymond HettingerSF bug #1209671: dict.popitem documentation should...
2005-05-26 Michael W.... Fix:
2005-05-25 Fred Drakefix description of the input range of unichr()
2005-05-25 Fred Drakeupdate documentation on what constitutes a line in...
2005-05-20 Skip MontanaroDisallow opening files with modes 'aU' or 'wU' as speci...
2005-05-20 Jason TishlerPatch #1197318: Cygwin case-sensitive import patch
2005-05-18 Tim PetersWhitespace normalization.
2005-05-16 Skip MontanaroAdd O_SHLOCK & O_EXLOCK. Closes patch #1103951.
2005-05-15 Armin RigoFixed a quite misleading comment: a "not" should not...
2005-05-15 Armin RigoThis test relied on short-circuiting details of dictobj...
2005-05-14 Skip MontanaroAdd better datetime support to xmlrpclib module. Close...
2005-05-14 Raymond HettingerSF patch #1200051: Small optimization for PyDict_Merge()
2005-05-14 Raymond HettingerSF bug #1201807: Glossary listing bug
2005-05-12 Skip Montanarocredit source of idea for recent doc changes
next