summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* * db->get_flags is only available in BerkeleyDB >= 4.2Gregory P. Smith2007-11-051-0/+4
* Add the bsddb.db.DBEnv.lock_id_free method.Gregory P. Smith2007-11-051-14/+12
* Fixes bug 477182 on pybsddb.sf.net. DB objects now load the flags andGregory P. Smith2007-11-051-0/+24
* Add a missing quotation mark.Brett Cannon2007-11-031-1/+1
* Enable the full ctypes c_longdouble tests again.Thomas Heller2007-11-022-22/+22
* Fix for bug 1705170 - contextmanager swallowing StopIteration (2.5 backport c...Nick Coghlan2007-11-022-0/+21
* Undo revision 58533 58534 fixes. Those were a workaround forGregory P. Smith2007-11-011-3/+2
* Fix bug introduced in revision 58385. Database keys could no longerGregory P. Smith2007-11-011-4/+21
* Removed non ASCII text from test as requested by Guido. Sorry :/Christian Heimes2007-11-011-20/+2
* Backport of import tests for bug http://bugs.python.org/issue1293 and bug htt...Christian Heimes2007-11-011-2/+43
* check in Tal Einat's update to tabpage.pyKurt B. Kaiser2007-10-303-9/+489
* Patch 1353 by Jacob Winther.Guido van Rossum2007-10-291-0/+1
* Add confirmation dialog before printing. Patch 1717170 Tal Einat.Kurt B. Kaiser2007-10-282-1/+13
* Enable platform-specific tweaks for FreeBSD 8 (exactly same to FreeBSD 7's yet)Hye-Shik Chang2007-10-284-3/+4
* - Add support for FreeBSD 8 which is recently forked from FreeBSD 7.Hye-Shik Chang2007-10-284-24/+670
* Fix new pop() method on os.environ on ignorecase-platforms.Georg Brandl2007-10-261-1/+1
* 1. Add comments to provide top-level documentation.Kurt B. Kaiser2007-10-261-30/+68
* Correct an ancient bug in an unused path by removing that path: register() isKurt B. Kaiser2007-10-251-5/+1
* Bug #1287: make os.environ.pop() work as expected.Georg Brandl2007-10-241-0/+6
* Added unittest for calling a function with paramflags (backport from py3k bra...Thomas Heller2007-10-241-0/+18
* Issue 1290. CharacterData.__repr__ was constructing a stringFacundo Batista2007-10-241-1/+1
* Bug #1321: Fixed logic error in TimedRotatingFileHandler.__init__()Vinay Sajip2007-10-241-5/+5
* Shorter name for namedtuple()Raymond Hettinger2007-10-232-22/+22
* Issue 1307 by Derek Shockey, fox the same bug for RCPT.Guido van Rossum2007-10-231-1/+1
* Add phuang patch from Issue 708374 which adds offset parameter to mmap module.Travis E. Oliphant2007-10-231-0/+44
* Issue #1307, patch by Derek Shockey.Guido van Rossum2007-10-221-1/+1
* Remove duplicate crasher.Georg Brandl2007-10-211-8/+0
* Add a crasher for the long-standing issue with closing a fileArmin Rigo2007-10-211-0/+14
* The constructor from tuple was way too permissive: it allowed badFacundo Batista2007-10-192-10/+63
* squelch the warning that this test is supposed to trigger.Gregory P. Smith2007-10-191-2/+7
* A cleaner fix than the one committed last night. Generate random rowids thatGregory P. Smith2007-10-181-5/+6
* Fix a weird bug in dbtables: if it chose a random rowid string that containedGregory P. Smith2007-10-181-4/+4
* cleanup test_dbtables to use mkdtemp. cleanup dbtables to pass txn as aGregory P. Smith2007-10-182-19/+18
* Issue #1580738. When HTTPConnection reads the whole stream with read(),Facundo Batista2007-10-182-3/+15
* Fix the overflow checking of list_repeat.Armin Rigo2007-10-171-0/+9
* More docs, error messages, and testsRaymond Hettinger2007-10-162-6/+14
* Improve error messagesRaymond Hettinger2007-10-161-6/+7
* test_bigbits was not testing what it seemed to.Armin Rigo2007-10-151-4/+8
* Use unittest for assertionsNeal Norwitz2007-10-141-33/+34
* Don't raise a string exception, they don't work anymore.Neal Norwitz2007-10-141-1/+1
* Let the O/S supply a port if none of the default ports can be used.Neal Norwitz2007-10-141-4/+12
* Fix an uncollectable reference leak in bsddb.db.DBShelf.appendGregory P. Smith2007-10-131-2/+19
* Fixes http://bugs.python.org/issue1233 - bsddb.dbshelve.DBShelf.appendGregory P. Smith2007-10-122-23/+78
* Fix test of count.__repr__() to ignore the 'L' if the count is a longRaymond Hettinger2007-10-121-1/+4
* On OS X, use os.uname() instead of gestalt.sysv(...) to get theThomas Heller2007-10-111-10/+3
* show paste if > 80 columns. Patch 1659326 Tal Einat.Kurt B. Kaiser2007-10-102-0/+3
* Allow cursor color change w/o restart. Patch 1725576 Tal Einat.Kurt B. Kaiser2007-10-102-0/+5
* Accept Jim Jewett's api suggestion to use None instead of -1 to indicate unbo...Raymond Hettinger2007-10-101-1/+18
* Allow interrupt only when executing user code in subprocessKurt B. Kaiser2007-10-092-3/+13
* Use the highest cPickle protocol in bsddb.dbshelve. This comes fromGregory P. Smith2007-10-091-14/+28