]> granicus.if.org Git - python/shortlog
python
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...
2004-06-26 Skip MontanaroInstall Barry's smtpd.py daemon.
2004-06-26 Skip Montanaroremove debugging print
2004-06-26 Skip MontanaroAllow classes from other modules to be specified at...
2004-06-26 Raymond HettingerAdd a comment with implementation notes.
2004-06-26 Raymond HettingerGet ceval.c to compile again by moving declarations...
2004-06-26 Brett CannonModules/getpath.c now compiles properly under OS X...
2004-06-25 Nicholas BastinMassive performance improvement for C extension and...
2004-06-25 Fred DrakeMake distutils "install --home" support all platforms.
2004-06-25 Raymond HettingerCosmetic spacing fix.
2004-06-25 Raymond HettingerFix leak found by Eric Huss.
2004-06-25 Raymond HettingerFix leak found by Eric Huss.
2004-06-25 Fred Drakeadd boilerplate so the test modules can be run as scripts
2004-06-24 Raymond HettingerMove NOP to end of code transformation.
2004-06-24 Fred Drakemove the note about the bsddb185 module above the ...
2004-06-24 Brett CannonAdd compilation of timemodule.c with datetimemodule...
2004-06-24 Brett CannonChange comment from C++ style to C.
2004-06-22 Nicholas BastinLess ugly #ifdefs for C profiling fix
2004-06-22 Nicholas BastinOne forgotten C profiling #ifdef
2004-06-22 Nicholas BastinMaking C profiling a configure option (at least tempora...
2004-06-21 Raymond HettingerInstall two code generation optimizations that depend...
next