]> granicus.if.org Git - python/shortlog
python
2004-07-07 Michael W.... This closes patch:
2004-07-07 Vinay SajipReplaced some tabs with spaces in verbatim section.
2004-07-07 Andrew M. Kuchling[Bug #982806] The default argument for opening GDBM...
2004-07-07 Andrew M. Kuchling[Bug #925107] Make .readline() consider self.stop....
2004-07-07 Andrew MacIntyreOS/2 EMX needs addrinfo.h for code included from getadd...
2004-07-07 Andrew MacIntyrebring OS/2 EMX port build environment up to date
2004-07-07 Andrew M. Kuchling[Bug #984017] Incorrect prototype, fixed by Timothy...
2004-07-07 Andrew M. KuchlingAdd logging changes
2004-07-07 Andrew M. KuchlingFor readable() objects, the previous value of 'flags...
2004-07-07 Thomas HellerRemove the annoing and useless messagebox asking about...
2004-07-07 Tim PetersMade the explanation more accurate; trimmed trailing...
2004-07-07 Tim PetersTypo repair.
2004-07-06 Skip Montanarowhitespace normalization
2004-07-06 Thomas HellerFix SF#983164.
2004-07-06 Guido van RossumAdd msg for bug #981530 (shutil.rmtree). Somehow that...
2004-07-06 Barry WarsawtestGetServBy(): Use services that should be available...
2004-07-06 Raymond Hettinger* Fix missing return after error message is set.
2004-07-06 Raymond HettingerDemonstrate how to round final result.
2004-07-05 Raymond Hettinger* Add __eq__ and __ne__ so that things like list.index...
2004-07-05 Raymond HettingerExpand examples to show polymorphism
2004-07-05 Raymond HettingerSimplify examples.
2004-07-05 Raymond HettingerDoc tested the recipes.
2004-07-05 Raymond HettingerFix typo
2004-07-05 Raymond HettingerTest the logic for int(d).
2004-07-05 Raymond Hettinger* Update the todo list.
2004-07-05 Raymond Hettinger* Added missing info on construction from a tuple.
2004-07-05 Raymond HettingerAdd decimal docs to the core.
2004-07-05 Raymond Hettinger* Fixup docstrings
2004-07-05 Andrew M. KuchlingVarious edits
2004-07-05 Andrew M. KuchlingVarious edits
2004-07-04 Andrew M. KuchlingBump version #; write introductory para
2004-07-04 Andrew M. KuchlingTypo fixes
2004-07-04 Andrew M. KuchlingMore additions
2004-07-04 Raymond HettingerChanged the rounding constant values to match their...
2004-07-04 Nicholas BastinTextual change to make the doc reflect reality
2004-07-04 Raymond HettingerFix clear_flags(). Make a readable (not evalable)...
2004-07-04 Andrew M. KuchlingWrite another section
2004-07-04 Andrew M. KuchlingRewrite two sections
2004-07-04 Kurt B. KaiserRedirect the warning stream to the shell during the...
2004-07-03 Raymond HettingerNamespace cleanups:
2004-07-03 Raymond Hettinger* Make the tests independent of the default precision.
2004-07-03 Vinay SajipRefactored RotatingFileHandler to create a base class...
2004-07-03 Vinay SajipChanged basicConfig() to add keyword arguments. Changes...
2004-07-03 Vinay SajipMoved example section up to just after the section...
2004-07-03 Raymond HettingerWork through several open todos:
2004-07-03 Brett CannonClarify last added comment (bug #754449).
2004-07-03 Brett Cannonthreading.Thread objects will now print a traceback...
2004-07-02 Mark HammondPatch [ 983775 ] Allow bdist_wininst to install for...
2004-07-02 Walter DörwaldAdd tests that check the result of calendar.monthcalend...
2004-07-02 Fred DrakeMake weak references subclassable:
2004-07-02 Thomas HellerUpdate info about the windows build.
2004-07-02 Thomas HellerSF #951851 fixed.
2004-07-02 Thomas HellerWhen importing an extension on Windows, the code reads...
2004-07-02 Thomas HellerFix for SF 982215: bdist_wininst - Next button not...
2004-07-02 Raymond HettingerSF Bug #215126: Over restricted type checking on eval...
2004-07-02 Skip Montanaroadd cp866 row
2004-07-01 Brett CannonChange signatures for arguments to "s" and friends...
2004-07-01 Fred DrakeCommitting Tim's patch for SF bug #983585:
2004-07-01 Walter DörwaldDocument that encode() and decode() raise UnicodeError
2004-07-01 Skip Montanarolink to the codecs page from the "".encode() description.
2004-07-01 Michael W.... Fix
2004-07-01 Fred Drakefix small consistency nit
2004-07-01 Fred Drakeadd omitted markup
2004-07-01 Raymond Hettinger* Fix typos.
2004-07-01 Raymond HettingerMove Decimal from the sandbox into production.
2004-07-01 Raymond HettingerMove Decimal from the sandbox into production.
2004-07-01 Raymond HettingerMove Decimal from the sandbox into production.
2004-06-30 Skip Montanarouse file() in preference to open()
2004-06-30 Michael W.... tyop
2004-06-30 Michael W.... restore NEWS entry for 957240
2004-06-30 Michael W.... Check in the updated version of patch #957240, which...
2004-06-29 Fred Drakefix handling when a proper getopt(1) is available;...
2004-06-29 Andrew M. Kuchling[Patch #974633] Check PyObject_MALLOC return for error
2004-06-29 Andrew M. Kuchling[Bug #948970] Add PyExc_* symbols to index.
2004-06-29 Andrew M. Kuchling[Bug #978556] Update SHA spec URL; bugfix candidate
2004-06-29 Andrew M. Kuchling[Bug #912845] urllib2 only checks for a 200 return...
2004-06-29 Andrew M. KuchlingRemove unused import. (If it's there for some deep...
2004-06-29 Andrew M. KuchlingAdd test case for bug #912845: requesting an HTTP byte...
2004-06-29 Andrew M. KuchlingDocstring grammar fix
2004-06-29 Brett CannonAdd a missing space.
2004-06-29 Brett CannonFix stupid mistake of forgetting to mention that the...
2004-06-29 Brett Cannonrsync is now a recognized protocol that uses "netloc...
2004-06-29 Brett CannonChanged applicable use of ``char *`` declarations that...
2004-06-28 Martin v. LöwisAdd readme.txt
2004-06-28 Raymond HettingerPatch from Mark Hammond to fix a test error.
2004-06-28 Gregory P.... Adds support for DB.pget and DBCursor.pget methods.
2004-06-28 Gregory P.... Add weakref support to all bsddb.db objects.
2004-06-28 Barry WarsawAdded socket.getservbyport(), and make its second argum...
2004-06-28 Brett CannonAdd missing backslash for PyDateTimeAPI->Delta_FromDelt...
2004-06-27 Gregory P.... raise the module minor version.
2004-06-27 Gregory P.... SF patch / bug #967763
2004-06-27 Brett CannonAdd code for a range function that uses generators.
2004-06-27 Gregory P.... Fix SF bug # 897820 - we can no longer use the DB_TRUNC...
2004-06-27 Tim Peterssizeof(char) is 1, by definition, so get rid of that...
2004-06-27 Martin v. LöwisPatch #923098: Share interned strings in marshal.
2004-06-27 Martin v. LöwisPatch #966493: Cleanup generator/eval_frame exposure.
2004-06-27 Brett CannonMention Py_RETURN_NONE when introducing the idiom of...
2004-06-27 Raymond Hettinger* Silence a test failure that resulted when test_site...
2004-06-26 Raymond HettingerSF bug #980419: int left-shift causes memory leak
2004-06-26 Brett CannonClarify sentence at end of Intermezzo section stating...
next