]> granicus.if.org Git - python/shortlog
python
2005-06-25 Brett CannonFix signedness of various char variables to stop causin...
2005-06-25 Brett CannonAdd comments about PyThreadState and the usage of its...
2005-06-24 Tim PetersNormalize whitespace to avoid offending Bug Day volunteers.
2005-06-23 Jack JansenAdded a missing newline Output().
2005-06-22 Jack JansenRevamped type declaration so the basic routines return...
2005-06-21 Jack JansenAdded support for optional modifiers to functions/metho...
2005-06-21 Raymond HettingerSF bug #1224621: tokenize module does not detect incons...
2005-06-21 Kurt B. KaiserRemove dead code
2005-06-20 Michael W.... Fix bug:
2005-06-20 Michael W.... Add a(nother) warning about mixing Py_NewInterpreter...
2005-06-20 Michael W.... test_asynchat is no longer expected to produce output.
2005-06-20 Michael W.... fix some silly whitespace stuff (must have hit M-q...
2005-06-20 Raymond HettingerApply the _is_special guard.
2005-06-19 Kurt B. Kaiser<Enter> when cursor is on a previous command retrieves...
2005-06-19 Raymond HettingerInsert missing flag.
2005-06-18 Raymond HettingerSF patch #1200018: Restore GC support to set objects
2005-06-18 Georg BrandlBug #1209560: spurious blank page in dist.pdf
2005-06-18 Georg BrandlPatch #1180012: add documentation for modulefinder
2005-06-18 Neil SchemenauerFix grammar (it's -> its).
2005-06-18 Neil SchemenauerAdd missing INCREF.
2005-06-17 Raymond HettingerFix typo.
2005-06-17 Skip MontanaroAdd tests for posix O_SHLOCK & O_EXLOCK. Missed checki...
2005-06-16 Jack JansenMore factorization.
2005-06-16 Gregory P.... remove c++ style comment
2005-06-16 Michael W.... Update URL.
2005-06-16 Michael W.... You can have more than one thread state for a thread...
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...
next