summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add :term:s for iterator.Georg Brandl2007-10-2120-45/+48
* Add :term: for generators.Georg Brandl2007-10-2117-46/+47
* Unify "file-descriptor" to "file descriptor".Georg Brandl2007-10-213-3/+3
* Add :term:s for descriptors.Georg Brandl2007-10-2110-29/+30
* Add markup to new function descriptions.Georg Brandl2007-10-211-18/+19
* Unify "byte code" to "bytecode". Also sprinkle :term: markup for it.Georg Brandl2007-10-2110-40/+40
* 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
* Use correct header lineAndrew M. Kuchling2007-10-201-1/+1
* Various itemsAndrew M. Kuchling2007-10-201-6/+40
* Fix protocol nameAndrew M. Kuchling2007-10-201-1/+1
* Even more clarification.Georg Brandl2007-10-201-1/+1
* Clarify -E docs.Georg Brandl2007-10-201-3/+3
* Add entry to ACKS.Georg Brandl2007-10-201-0/+1
* Change title, for now.Georg Brandl2007-10-201-2/+2
* * Add new toplevel chapter, "Using Python." (how to install,Georg Brandl2007-10-205-1/+445
* Document new directive "envvar".Georg Brandl2007-10-201-0/+5
* Make a path more Unix-standardy.Georg Brandl2007-10-201-1/+1
* Document new "cmdoption" directive.Georg Brandl2007-10-201-0/+8
* Fix code being interpreted as a target.Georg Brandl2007-10-201-3/+5
* The constructor from tuple was way too permissive: it allowed badFacundo Batista2007-10-192-10/+63
* Fix ctypes on 32-bit systems when Python is configured --with-system-ffi.Thomas Heller2007-10-192-6/+13
* #1284: "S" means "seen", not unread.Georg Brandl2007-10-191-1/+1
* Added a cross-ref to each other.Mark Summerfield2007-10-192-1/+6
* Clarify wording for apply().Georg Brandl2007-10-191-4/+3
* squelch the warning that this test is supposed to trigger.Gregory P. Smith2007-10-191-2/+7
* Remove useless warningRaymond Hettinger2007-10-181-6/+0
* mention bsddb fixes.Gregory P. Smith2007-10-181-0/+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 1289, just a typo.Facundo Batista2007-10-181-1/+1
* 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-172-4/+16
* Re-order some functions whose parameters differ between PyObject and const charBrett Cannon2007-10-161-14/+14
* Remove ``:const:`` notation on None in parameter list. Since the markup is notBrett Cannon2007-10-161-1/+1
* Add itemsAndrew M. Kuchling2007-10-161-1/+50
* More docs, error messages, and testsRaymond Hettinger2007-10-163-9/+21
* Improve error messagesRaymond Hettinger2007-10-161-6/+7
* Change a PyErr_Print() into a PyErr_Clear(),Guido van Rossum2007-10-151-1/+1
* 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
* Fix email example.Georg Brandl2007-10-131-1/+1
* 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
* Bug #1216: Restore support for Visual Studio 2002.Martin v. Löwis2007-10-122-2/+4
* Get this module to compile with bsddb versions prior to 4.3Neal Norwitz2007-10-121-0/+2