summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix a double free when positioning a database cursor to a non-existantGregory P. Smith2007-10-091-0/+20
* Make the error messages more specificRaymond Hettinger2007-10-091-6/+9
* Eliminate camelcase function nameRaymond Hettinger2007-10-082-17/+23
* Better variable namesRaymond Hettinger2007-10-081-4/+4
* Add comments to NamedTuple code.Raymond Hettinger2007-10-082-3/+23
* Update docstring of sched, also remove an unused assignment.Georg Brandl2007-10-081-6/+6
* Ensure that this test will pass even if another test left an unwritable TESTFN.Neal Norwitz2007-10-061-5/+4
* Use the host the author likely meant in the first place. pop.gmail.com isGregory P. Smith2007-10-061-4/+1
* Add __asdict__() to NamedTuple and refine the docs.Raymond Hettinger2007-10-053-31/+76
* configDialog cleanup. Patch 1730217 Tal Einat.Kurt B. Kaiser2007-10-042-40/+44
* textView cleanup. Patch 1718043 Tal Einat.Kurt B. Kaiser2007-10-044-50/+54
* Clean up EditorWindow close.Kurt B. Kaiser2007-10-043-14/+19
* Remove unused theme that was causing a fault in p3k.Kurt B. Kaiser2007-10-041-1/+0
* Assume that the user knows when he wants to end the line; don't insertKurt B. Kaiser2007-10-042-15/+4
* itertools.count() no longer limited to sys.maxint.Raymond Hettinger2007-10-041-1/+6
* Added a class to store the digits of log(10), so that they can be madeFacundo Batista2007-10-021-16/+49
* Made the various is_* operations return booleans. This was discussedFacundo Batista2007-10-023-125/+2240
* Change to LogRecord.__init__() to fix #1206. Note that archaic use of type(x)...Vinay Sajip2007-09-271-1/+3
* Minor date change.Vinay Sajip2007-09-271-2/+2
* Change to basicConfig() to fix #1021.Vinay Sajip2007-09-271-1/+1
* Change to flush and close logic to fix #1760556.Vinay Sajip2007-09-271-4/+7
* #1177: accept 2xx responses for https too, not only http.Georg Brandl2007-09-241-1/+3
* Patch # 188 by Philip Jenvey.Guido van Rossum2007-09-221-0/+7
* Patch #1181: add os.environ.clear() method.Georg Brandl2007-09-201-0/+8
* Patch #1541463: optimize performance of cgi.FieldStorage operations.Georg Brandl2007-09-201-10/+6
* Issue #1772851. Optimization of __hash__ to behave better for big bigFacundo Batista2007-09-192-4/+43
* Fix obvious typo in threaded test.Thomas Wouters2007-09-191-1/+1
* Issue #1772851. Alters long.__hash__ from being *almost* completelyFacundo Batista2007-09-191-0/+11