2007-10-20 |
Georg Brandl | Fix code being interpreted as a target. |
commit | commitdiff | tree | snapshot |
2007-10-19 |
Facundo Batista | The constructor from tuple was way too permissive:... |
commit | commitdiff | tree | snapshot |
2007-10-19 |
Thomas Heller | Fix ctypes on 32-bit systems when Python is configured... |
commit | commitdiff | tree | snapshot |
2007-10-19 |
Georg Brandl | #1284: "S" means "seen", not unread. |
commit | commitdiff | tree | snapshot |
2007-10-19 |
Mark Summerfield | Added a cross-ref to each other. |
commit | commitdiff | tree | snapshot |
2007-10-19 |
Georg Brandl | Clarify wording for apply(). |
commit | commitdiff | tree | snapshot |
2007-10-19 |
Gregory P.... | squelch the warning that this test is supposed to trigger. |
commit | commitdiff | tree | snapshot |
2007-10-18 |
Raymond Hettinger | Remove useless warning |
commit | commitdiff | tree | snapshot |
2007-10-18 |
Gregory P.... | mention bsddb fixes. |
commit | commitdiff | tree | snapshot |
2007-10-18 |
Gregory P.... | A cleaner fix than the one committed last night. Gener... |
commit | commitdiff | tree | snapshot |
2007-10-18 |
Gregory P.... | Fix a weird bug in dbtables: if it chose a random rowid... |
commit | commitdiff | tree | snapshot |
2007-10-18 |
Gregory P.... | cleanup test_dbtables to use mkdtemp. cleanup dbtables... |
commit | commitdiff | tree | snapshot |
2007-10-18 |
Facundo Batista | Issue 1289, just a typo. |
commit | commitdiff | tree | snapshot |
2007-10-18 |
Facundo Batista | Issue #1580738. When HTTPConnection reads the whole... |
commit | commitdiff | tree | snapshot |
2007-10-17 |
Armin Rigo | Fix the overflow checking of list_repeat. |
commit | commitdiff | tree | snapshot |
2007-10-16 |
Brett Cannon | Re-order some functions whose parameters differ between... |
commit | commitdiff | tree | snapshot |
2007-10-16 |
Brett Cannon | Remove ``:const:`` notation on None in parameter list... |
commit | commitdiff | tree | snapshot |
2007-10-16 |
Andrew M. Kuchling | Add items |
commit | commitdiff | tree | snapshot |
2007-10-16 |
Raymond Hettinger | More docs, error messages, and tests |
commit | commitdiff | tree | snapshot |
2007-10-16 |
Raymond Hettinger | Improve error messages |
commit | commitdiff | tree | snapshot |
2007-10-15 |
Guido van Rossum | Change a PyErr_Print() into a PyErr_Clear(), |
commit | commitdiff | tree | snapshot |
2007-10-15 |
Armin Rigo | test_bigbits was not testing what it seemed to. |
commit | commitdiff | tree | snapshot |
2007-10-14 |
Neal Norwitz | Use unittest for assertions |
commit | commitdiff | tree | snapshot |
2007-10-14 |
Neal Norwitz | Don't raise a string exception, they don't work anymore. |
commit | commitdiff | tree | snapshot |
2007-10-14 |
Neal Norwitz | Let the O/S supply a port if none of the default ports... |
commit | commitdiff | tree | snapshot |
2007-10-13 |
Gregory P.... | Fix an uncollectable reference leak in bsddb.db.DBShelf... |
commit | commitdiff | tree | snapshot |
2007-10-13 |
Georg Brandl | Fix email example. |
commit | commitdiff | tree | snapshot |
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 |
next |