2007-10-12 |
Gregory P.... | Fixes http://bugs.python.org/issue1233 - bsddb.dbshelve... |
commit | commitdiff | tree | snapshot |
2007-10-12 |
Raymond Hettinger | Fix test of count.__repr__() to ignore the 'L' if the... |
commit | commitdiff | tree | snapshot |
2007-10-12 |
Martin v. Löwis | Bug #1216: Restore support for Visual Studio 2002. |
commit | commitdiff | tree | snapshot |
2007-10-12 |
Neal Norwitz | Get this module to compile with bsddb versions prior... |
commit | commitdiff | tree | snapshot |
2007-10-12 |
Neal Norwitz | Fix Coverity 185-186: If the passed in FILE is NULL... |
commit | commitdiff | tree | snapshot |
2007-10-12 |
Neal Norwitz | Fix Coverity 180: Don't overallocate. We don't need... |
commit | commitdiff | tree | snapshot |
2007-10-12 |
Neal Norwitz | Fix Coverity 168: Close the file before returning... |
commit | commitdiff | tree | snapshot |
2007-10-12 |
Neal Norwitz | Get rid of compiler warning about retval being used... |
commit | commitdiff | tree | snapshot |
2007-10-12 |
Neal Norwitz | Get rid of warnings on a bunch of platforms by using... |
commit | commitdiff | tree | snapshot |
2007-10-12 |
Neal Norwitz | Get rid of warning about not being able to create an... |
commit | commitdiff | tree | snapshot |
2007-10-11 |
Thomas Heller | On OS X, use os.uname() instead of gestalt.sysv(..... |
commit | commitdiff | tree | snapshot |
2007-10-10 |
Kurt B. Kaiser | show paste if > 80 columns. Patch 1659326 Tal Einat. |
commit | commitdiff | tree | snapshot |
2007-10-10 |
Kurt B. Kaiser | Allow cursor color change w/o restart. Patch 1725576... |
commit | commitdiff | tree | snapshot |
2007-10-10 |
Raymond Hettinger | Accept Jim Jewett's api suggestion to use None instead... |
commit | commitdiff | tree | snapshot |
2007-10-10 |
Brett Cannon | Remove file-level typedefs that were inconsistently... |
commit | commitdiff | tree | snapshot |
2007-10-09 |
Kurt B. Kaiser | Allow interrupt only when executing user code in subprocess |
commit | commitdiff | tree | snapshot |
2007-10-09 |
Gregory P.... | remove another sleepycat reference |
commit | commitdiff | tree | snapshot |
2007-10-09 |
Gregory P.... | Use the highest cPickle protocol in bsddb.dbshelve... |
commit | commitdiff | tree | snapshot |
2007-10-09 |
Gregory P.... | Fix a double free when positioning a database cursor... |
commit | commitdiff | tree | snapshot |
2007-10-09 |
Gregory P.... | Splits Modules/_bsddb.c up into bsddb.h and _bsddb... |
commit | commitdiff | tree | snapshot |
2007-10-09 |
Raymond Hettinger | Make the error messages more specific |
commit | commitdiff | tree | snapshot |
2007-10-08 |
Andrew M. Kuchling | Eliminate camelcase function name |
commit | commitdiff | tree | snapshot |
2007-10-08 |
Raymond Hettinger | Eliminate camelcase function name |
commit | commitdiff | tree | snapshot |
2007-10-08 |
Georg Brandl | #1199: docs for tp_as_{number,sequence,mapping}, by... |
commit | commitdiff | tree | snapshot |
2007-10-08 |
Raymond Hettinger | Better variable names |
commit | commitdiff | tree | snapshot |
2007-10-08 |
Raymond Hettinger | Missed a line in the docs |
commit | commitdiff | tree | snapshot |
2007-10-08 |
Raymond Hettinger | Add comments to NamedTuple code. |
commit | commitdiff | tree | snapshot |
2007-10-08 |
Georg Brandl | Update docstring of sched, also remove an unused assign... |
commit | commitdiff | tree | snapshot |
2007-10-08 |
Georg Brandl | #1123: fix the docs for the str.split(None, sep) case. |
commit | commitdiff | tree | snapshot |
2007-10-06 |
Neal Norwitz | Ensure that this test will pass even if another test... |
commit | commitdiff | tree | snapshot |
2007-10-06 |
Gregory P.... | Use the host the author likely meant in the first place... |
commit | commitdiff | tree | snapshot |
2007-10-06 |
Gregory P.... | Allows BerkeleyDB 4.6.x >= 4.6.21 for the bsddb module. |
commit | commitdiff | tree | snapshot |
2007-10-06 |
Gregory P.... | Stab in the dark attempt to fix the test_bsddb3 failure... |
commit | commitdiff | tree | snapshot |
2007-10-05 |
Raymond Hettinger | Restore BEGIN/END THREADS macros which were squashed... |
commit | commitdiff | tree | snapshot |
2007-10-05 |
Neal Norwitz | Add a note about fixing some more warnings found by... |
commit | commitdiff | tree | snapshot |
2007-10-05 |
Neal Norwitz | Fix Coverity #159. |
commit | commitdiff | tree | snapshot |
2007-10-05 |
Neal Norwitz | Fix Coverity #158: Check the correct variable. |
commit | commitdiff | tree | snapshot |
2007-10-05 |
Neal Norwitz | dict could be NULL, so we need to XDECREF. |
commit | commitdiff | tree | snapshot |
2007-10-05 |
Fred Drake | move descriptions of ac_(in|out)_buffer_size to the... |
commit | commitdiff | tree | snapshot |
2007-10-05 |
Raymond Hettinger | Add __asdict__() to NamedTuple and refine the docs. |
commit | commitdiff | tree | snapshot |
2007-10-05 |
Fred Drake | wrap lines to <80 characters before fixing errors |
commit | commitdiff | tree | snapshot |
2007-10-04 |
Neal Norwitz | Coverity #151: Remove deadcode. |
commit | commitdiff | tree | snapshot |
2007-10-04 |
Kurt B. Kaiser | configDialog cleanup. Patch 1730217 Tal Einat. |
commit | commitdiff | tree | snapshot |
2007-10-04 |
Kurt B. Kaiser | textView cleanup. Patch 1718043 Tal Einat. |
commit | commitdiff | tree | snapshot |
2007-10-04 |
Kurt B. Kaiser | Clean up EditorWindow close. |
commit | commitdiff | tree | snapshot |
2007-10-04 |
Kurt B. Kaiser | Remove unused theme that was causing a fault in p3k. |
commit | commitdiff | tree | snapshot |
2007-10-04 |
Kurt B. Kaiser | Assume that the user knows when he wants to end the... |
commit | commitdiff | tree | snapshot |
2007-10-04 |
Raymond Hettinger | itertools.count() no longer limited to sys.maxint. |
commit | commitdiff | tree | snapshot |
2007-10-03 |
Raymond Hettinger | enumerate() is no longer bounded to using sequences... |
commit | commitdiff | tree | snapshot |
2007-10-03 |
Mark Summerfield | Added note in footnote about string comparisons about |
commit | commitdiff | tree | snapshot |
2007-10-02 |
Facundo Batista | Added a class to store the digits of log(10), so that... |
commit | commitdiff | tree | snapshot |
2007-10-02 |
Facundo Batista | Made the various is_* operations return booleans. ... |
commit | commitdiff | tree | snapshot |
2007-09-30 |
Brett Cannon | Fix error introduced by r58288; if a tuple is length... |
commit | commitdiff | tree | snapshot |
2007-09-30 |
Brett Cannon | tuple.__repr__ did not consider a reference loop as... |
commit | commitdiff | tree | snapshot |
2007-09-27 |
Vinay Sajip | Change to LogRecord.__init__() to fix #1206. Note that... |
commit | commitdiff | tree | snapshot |
2007-09-27 |
Vinay Sajip | Minor date change. |
commit | commitdiff | tree | snapshot |
2007-09-27 |
Georg Brandl | #1208: document match object's boolean value. |
commit | commitdiff | tree | snapshot |
2007-09-27 |
Vinay Sajip | Change to basicConfig() to fix #1021. |
commit | commitdiff | tree | snapshot |
2007-09-27 |
Vinay Sajip | Change to flush and close logic to fix #1760556. |
commit | commitdiff | tree | snapshot |
2007-09-25 |
Andrew M. Kuchling | Add various items |
commit | commitdiff | tree | snapshot |
2007-09-24 |
Andrew M. Kuchling | Typo fix |
commit | commitdiff | tree | snapshot |
2007-09-24 |
Andrew M. Kuchling | Remove stray odd character; grammar fix |
commit | commitdiff | tree | snapshot |
2007-09-24 |
Georg Brandl | #1177: accept 2xx responses for https too, not only... |
commit | commitdiff | tree | snapshot |
2007-09-24 |
Georg Brandl | #1196: document default radix for int(). |
commit | commitdiff | tree | snapshot |
2007-09-24 |
Georg Brandl | Fix typo and double word. |
commit | commitdiff | tree | snapshot |
2007-09-22 |
Guido van Rossum | Patch # 188 by Philip Jenvey. |
commit | commitdiff | tree | snapshot |
2007-09-21 |
Sean Reifscheider | Issue1704287: "make install" fails unless you do "make... |
commit | commitdiff | tree | snapshot |
2007-09-20 |
Georg Brandl | Patch #1181: add os.environ.clear() method. |
commit | commitdiff | tree | snapshot |
2007-09-20 |
Thomas Wouters | Try harder to stay within the 79-column limit. There... |
commit | commitdiff | tree | snapshot |
2007-09-20 |
Georg Brandl | #1176: document that string methods don't take keyword... |
commit | commitdiff | tree | snapshot |
2007-09-20 |
Georg Brandl | Patch #1541463: optimize performance of cgi.FieldStorag... |
commit | commitdiff | tree | snapshot |
2007-09-20 |
Georg Brandl | alternate -> alternative. |
commit | commitdiff | tree | snapshot |
2007-09-20 |
Raymond Hettinger | Fit nits |
commit | commitdiff | tree | snapshot |
2007-09-19 |
Facundo Batista | Issue #1772851. Optimization of __hash__ to behave... |
commit | commitdiff | tree | snapshot |
2007-09-19 |
Thomas Wouters | Whitespace cleanup. |
commit | commitdiff | tree | snapshot |
2007-09-19 |
Thomas Wouters | Fix obvious typo in threaded test. |
commit | commitdiff | tree | snapshot |
2007-09-19 |
Facundo Batista | Issue #1772851. Alters long.__hash__ from being *almos... |
commit | commitdiff | tree | snapshot |
2007-09-19 |
Facundo Batista | Annotated the correction to urllib.py, issue #1177 |
commit | commitdiff | tree | snapshot |
2007-09-19 |
Sean Reifscheider | issue1177: Ported Facundo's from urllib2 to urllib... |
commit | commitdiff | tree | snapshot |
2007-09-19 |
Georg Brandl | Fix #1169: remove docstrings in functions for -OO. |
commit | commitdiff | tree | snapshot |
2007-09-18 |
Sean Reifscheider | issue1172: Documentation of "done" attribute in cgi... |
commit | commitdiff | tree | snapshot |
2007-09-18 |
Thomas Wouters | Properly indent two lines. (Spotted because it caused... |
commit | commitdiff | tree | snapshot |
2007-09-18 |
Raymond Hettinger | Cleanup docs for NamedTuple. |
commit | commitdiff | tree | snapshot |
2007-09-18 |
Facundo Batista | Speed up of the various division operations (remainder... |
commit | commitdiff | tree | snapshot |
2007-09-18 |
Georg Brandl | A bit of reordering, also show more subheadings in... |
commit | commitdiff | tree | snapshot |
2007-09-18 |
Raymond Hettinger | Handle corner cased on 0-tuples and 1-tuples. Add... |
commit | commitdiff | tree | snapshot |
2007-09-18 |
Andrew M. Kuchling | Add item; sort properly |
commit | commitdiff | tree | snapshot |
2007-09-17 |
Sean Reifscheider | issue1082: Fixing platform and system for Vista. |
commit | commitdiff | tree | snapshot |
2007-09-17 |
Facundo Batista | The methods always return Decimal classes, even if... |
commit | commitdiff | tree | snapshot |
2007-09-17 |
Facundo Batista | Decimal is updated, :) |
commit | commitdiff | tree | snapshot |
2007-09-17 |
Sean Reifscheider | issue1597011: Fix for bz2 module corner-case error... |
commit | commitdiff | tree | snapshot |
2007-09-17 |
Brett Cannon | Add a bunch of GIL release/acquire points in tp_print... |
commit | commitdiff | tree | snapshot |
2007-09-17 |
Raymond Hettinger | Sync-up named tuples with the latest version of the... |
commit | commitdiff | tree | snapshot |
2007-09-16 |
Bill Janssen | use binary mode when reading files for testAsyncore... |
commit | commitdiff | tree | snapshot |
2007-09-16 |
Bill Janssen | Add support for asyncore server-side SSL support. ... |
commit | commitdiff | tree | snapshot |
2007-09-15 |
Georg Brandl | Remove bdb from the "undocumented modules" list. |
commit | commitdiff | tree | snapshot |
2007-09-14 |
Facundo Batista | Some additions (examples and a bit on the tutorial). |
commit | commitdiff | tree | snapshot |
2007-09-14 |
Thomas Heller | ctypes.util.find_library uses dump(1) instead of objdum... |
commit | commitdiff | tree | snapshot |
2007-09-14 |
Facundo Batista | Included the new functions, and new descriptions. |
commit | commitdiff | tree | snapshot |
2007-09-14 |
Martin v. Löwis | Rename import library for debug build to _msi_d.lib. |
commit | commitdiff | tree | snapshot |
next |