]> granicus.if.org Git - python/shortlog
python
2007-10-16 Raymond HettingerMore docs, error messages, and tests
2007-10-16 Raymond HettingerImprove error messages
2007-10-15 Guido van RossumChange a PyErr_Print() into a PyErr_Clear(),
2007-10-15 Armin Rigotest_bigbits was not testing what it seemed to.
2007-10-14 Neal NorwitzUse unittest for assertions
2007-10-14 Neal NorwitzDon't raise a string exception, they don't work anymore.
2007-10-14 Neal NorwitzLet the O/S supply a port if none of the default ports...
2007-10-13 Gregory P.... Fix an uncollectable reference leak in bsddb.db.DBShelf...
2007-10-13 Georg BrandlFix email example.
2007-10-12 Gregory P.... Fixes http://bugs.python.org/issue1233 - bsddb.dbshelve...
2007-10-12 Raymond HettingerFix test of count.__repr__() to ignore the 'L' if the...
2007-10-12 Martin v. LöwisBug #1216: Restore support for Visual Studio 2002.
2007-10-12 Neal NorwitzGet this module to compile with bsddb versions prior...
2007-10-12 Neal NorwitzFix Coverity 185-186: If the passed in FILE is NULL...
2007-10-12 Neal NorwitzFix Coverity 180: Don't overallocate. We don't need...
2007-10-12 Neal NorwitzFix Coverity 168: Close the file before returning...
2007-10-12 Neal NorwitzGet rid of compiler warning about retval being used...
2007-10-12 Neal NorwitzGet rid of warnings on a bunch of platforms by using...
2007-10-12 Neal NorwitzGet rid of warning about not being able to create an...
2007-10-11 Thomas HellerOn OS X, use os.uname() instead of gestalt.sysv(.....
2007-10-10 Kurt B. Kaisershow paste if > 80 columns. Patch 1659326 Tal Einat.
2007-10-10 Kurt B. KaiserAllow cursor color change w/o restart. Patch 1725576...
2007-10-10 Raymond HettingerAccept Jim Jewett's api suggestion to use None instead...
2007-10-10 Brett CannonRemove file-level typedefs that were inconsistently...
2007-10-09 Kurt B. KaiserAllow interrupt only when executing user code in subprocess
2007-10-09 Gregory P.... remove another sleepycat reference
2007-10-09 Gregory P.... Use the highest cPickle protocol in bsddb.dbshelve...
2007-10-09 Gregory P.... Fix a double free when positioning a database cursor...
2007-10-09 Gregory P.... Splits Modules/_bsddb.c up into bsddb.h and _bsddb...
2007-10-09 Raymond HettingerMake the error messages more specific
2007-10-08 Andrew M. KuchlingEliminate camelcase function name
2007-10-08 Raymond HettingerEliminate camelcase function name
2007-10-08 Georg Brandl#1199: docs for tp_as_{number,sequence,mapping}, by...
2007-10-08 Raymond HettingerBetter variable names
2007-10-08 Raymond HettingerMissed a line in the docs
2007-10-08 Raymond HettingerAdd comments to NamedTuple code.
2007-10-08 Georg BrandlUpdate docstring of sched, also remove an unused assign...
2007-10-08 Georg Brandl#1123: fix the docs for the str.split(None, sep) case.
2007-10-06 Neal NorwitzEnsure that this test will pass even if another test...
2007-10-06 Gregory P.... Use the host the author likely meant in the first place...
2007-10-06 Gregory P.... Allows BerkeleyDB 4.6.x >= 4.6.21 for the bsddb module.
2007-10-06 Gregory P.... Stab in the dark attempt to fix the test_bsddb3 failure...
2007-10-05 Raymond HettingerRestore BEGIN/END THREADS macros which were squashed...
2007-10-05 Neal NorwitzAdd a note about fixing some more warnings found by...
2007-10-05 Neal NorwitzFix Coverity #159.
2007-10-05 Neal NorwitzFix Coverity #158: Check the correct variable.
2007-10-05 Neal Norwitzdict could be NULL, so we need to XDECREF.
2007-10-05 Fred Drakemove descriptions of ac_(in|out)_buffer_size to the...
2007-10-05 Raymond HettingerAdd __asdict__() to NamedTuple and refine the docs.
2007-10-05 Fred Drakewrap lines to <80 characters before fixing errors
2007-10-04 Neal NorwitzCoverity #151: Remove deadcode.
2007-10-04 Kurt B. KaiserconfigDialog cleanup. Patch 1730217 Tal Einat.
2007-10-04 Kurt B. KaisertextView cleanup. Patch 1718043 Tal Einat.
2007-10-04 Kurt B. KaiserClean up EditorWindow close.
2007-10-04 Kurt B. KaiserRemove unused theme that was causing a fault in p3k.
2007-10-04 Kurt B. KaiserAssume that the user knows when he wants to end the...
2007-10-04 Raymond Hettingeritertools.count() no longer limited to sys.maxint.
2007-10-03 Raymond Hettingerenumerate() is no longer bounded to using sequences...
2007-10-03 Mark SummerfieldAdded note in footnote about string comparisons about
2007-10-02 Facundo BatistaAdded a class to store the digits of log(10), so that...
2007-10-02 Facundo BatistaMade the various is_* operations return booleans. ...
2007-09-30 Brett CannonFix error introduced by r58288; if a tuple is length...
2007-09-30 Brett Cannontuple.__repr__ did not consider a reference loop as...
2007-09-27 Vinay SajipChange to LogRecord.__init__() to fix #1206. Note that...
2007-09-27 Vinay SajipMinor date change.
2007-09-27 Georg Brandl#1208: document match object's boolean value.
2007-09-27 Vinay SajipChange to basicConfig() to fix #1021.
2007-09-27 Vinay SajipChange to flush and close logic to fix #1760556.
2007-09-25 Andrew M. KuchlingAdd various items
2007-09-24 Andrew M. KuchlingTypo fix
2007-09-24 Andrew M. KuchlingRemove stray odd character; grammar fix
2007-09-24 Georg Brandl#1177: accept 2xx responses for https too, not only...
2007-09-24 Georg Brandl#1196: document default radix for int().
2007-09-24 Georg BrandlFix typo and double word.
2007-09-22 Guido van RossumPatch # 188 by Philip Jenvey.
2007-09-21 Sean ReifscheiderIssue1704287: "make install" fails unless you do "make...
2007-09-20 Georg BrandlPatch #1181: add os.environ.clear() method.
2007-09-20 Thomas WoutersTry harder to stay within the 79-column limit. There...
2007-09-20 Georg Brandl#1176: document that string methods don't take keyword...
2007-09-20 Georg BrandlPatch #1541463: optimize performance of cgi.FieldStorag...
2007-09-20 Georg Brandlalternate -> alternative.
2007-09-20 Raymond HettingerFit nits
2007-09-19 Facundo BatistaIssue #1772851. Optimization of __hash__ to behave...
2007-09-19 Thomas WoutersWhitespace cleanup.
2007-09-19 Thomas WoutersFix obvious typo in threaded test.
2007-09-19 Facundo BatistaIssue #1772851. Alters long.__hash__ from being *almos...
2007-09-19 Facundo BatistaAnnotated the correction to urllib.py, issue #1177
2007-09-19 Sean Reifscheiderissue1177: Ported Facundo's from urllib2 to urllib...
2007-09-19 Georg BrandlFix #1169: remove docstrings in functions for -OO.
2007-09-18 Sean Reifscheiderissue1172: Documentation of "done" attribute in cgi...
2007-09-18 Thomas WoutersProperly indent two lines. (Spotted because it caused...
2007-09-18 Raymond HettingerCleanup docs for NamedTuple.
2007-09-18 Facundo BatistaSpeed up of the various division operations (remainder...
2007-09-18 Georg BrandlA bit of reordering, also show more subheadings in...
2007-09-18 Raymond HettingerHandle corner cased on 0-tuples and 1-tuples. Add...
2007-09-18 Andrew M. KuchlingAdd item; sort properly
2007-09-17 Sean Reifscheiderissue1082: Fixing platform and system for Vista.
2007-09-17 Facundo BatistaThe methods always return Decimal classes, even if...
2007-09-17 Facundo BatistaDecimal is updated, :)
2007-09-17 Sean Reifscheiderissue1597011: Fix for bz2 module corner-case error...
next