| Commit message (Expand) | Author | Age | Files | Lines |
* | Add :term:s for iterator. | Georg Brandl | 2007-10-21 | 20 | -45/+48 |
|
|
* | Add :term: for generators. | Georg Brandl | 2007-10-21 | 17 | -46/+47 |
|
|
* | Unify "file-descriptor" to "file descriptor". | Georg Brandl | 2007-10-21 | 3 | -3/+3 |
|
|
* | Add :term:s for descriptors. | Georg Brandl | 2007-10-21 | 10 | -29/+30 |
|
|
* | Add markup to new function descriptions. | Georg Brandl | 2007-10-21 | 1 | -18/+19 |
|
|
* | Unify "byte code" to "bytecode". Also sprinkle :term: markup for it. | Georg Brandl | 2007-10-21 | 10 | -40/+40 |
|
|
* | Remove duplicate crasher. | Georg Brandl | 2007-10-21 | 1 | -8/+0 |
|
|
* | Add a crasher for the long-standing issue with closing a file | Armin Rigo | 2007-10-21 | 1 | -0/+14 |
|
|
* | Use correct header line | Andrew M. Kuchling | 2007-10-20 | 1 | -1/+1 |
|
|
* | Various items | Andrew M. Kuchling | 2007-10-20 | 1 | -6/+40 |
|
|
* | Fix protocol name | Andrew M. Kuchling | 2007-10-20 | 1 | -1/+1 |
|
|
* | Even more clarification. | Georg Brandl | 2007-10-20 | 1 | -1/+1 |
|
|
* | Clarify -E docs. | Georg Brandl | 2007-10-20 | 1 | -3/+3 |
|
|
* | Add entry to ACKS. | Georg Brandl | 2007-10-20 | 1 | -0/+1 |
|
|
* | Change title, for now. | Georg Brandl | 2007-10-20 | 1 | -2/+2 |
|
|
* | * Add new toplevel chapter, "Using Python." (how to install, | Georg Brandl | 2007-10-20 | 5 | -1/+445 |
|
|
* | Document new directive "envvar". | Georg Brandl | 2007-10-20 | 1 | -0/+5 |
|
|
* | Make a path more Unix-standardy. | Georg Brandl | 2007-10-20 | 1 | -1/+1 |
|
|
* | Document new "cmdoption" directive. | Georg Brandl | 2007-10-20 | 1 | -0/+8 |
|
|
* | Fix code being interpreted as a target. | Georg Brandl | 2007-10-20 | 1 | -3/+5 |
|
|
* | The constructor from tuple was way too permissive: it allowed bad | Facundo Batista | 2007-10-19 | 2 | -10/+63 |
|
|
* | Fix ctypes on 32-bit systems when Python is configured --with-system-ffi. | Thomas Heller | 2007-10-19 | 2 | -6/+13 |
|
|
* | #1284: "S" means "seen", not unread. | Georg Brandl | 2007-10-19 | 1 | -1/+1 |
|
|
* | Added a cross-ref to each other. | Mark Summerfield | 2007-10-19 | 2 | -1/+6 |
|
|
* | Clarify wording for apply(). | Georg Brandl | 2007-10-19 | 1 | -4/+3 |
|
|
* | squelch the warning that this test is supposed to trigger. | Gregory P. Smith | 2007-10-19 | 1 | -2/+7 |
|
|
* | Remove useless warning | Raymond Hettinger | 2007-10-18 | 1 | -6/+0 |
|
|
* | mention bsddb fixes. | Gregory P. Smith | 2007-10-18 | 1 | -0/+7 |
|
|
* | A cleaner fix than the one committed last night. Generate random rowids that | Gregory P. Smith | 2007-10-18 | 1 | -5/+6 |
|
|
* | Fix a weird bug in dbtables: if it chose a random rowid string that contained | Gregory P. Smith | 2007-10-18 | 1 | -4/+4 |
|
|
* | cleanup test_dbtables to use mkdtemp. cleanup dbtables to pass txn as a | Gregory P. Smith | 2007-10-18 | 2 | -19/+18 |
|
|
* | Issue 1289, just a typo. | Facundo Batista | 2007-10-18 | 1 | -1/+1 |
|
|
* | Issue #1580738. When HTTPConnection reads the whole stream with read(), | Facundo Batista | 2007-10-18 | 2 | -3/+15 |
|
|
* | Fix the overflow checking of list_repeat. | Armin Rigo | 2007-10-17 | 2 | -4/+16 |
|
|
* | Re-order some functions whose parameters differ between PyObject and const char | Brett Cannon | 2007-10-16 | 1 | -14/+14 |
|
|
* | Remove ``:const:`` notation on None in parameter list. Since the markup is not | Brett Cannon | 2007-10-16 | 1 | -1/+1 |
|
|
* | Add items | Andrew M. Kuchling | 2007-10-16 | 1 | -1/+50 |
|
|
* | More docs, error messages, and tests | Raymond Hettinger | 2007-10-16 | 3 | -9/+21 |
|
|
* | Improve error messages | Raymond Hettinger | 2007-10-16 | 1 | -6/+7 |
|
|
* | Change a PyErr_Print() into a PyErr_Clear(), | Guido van Rossum | 2007-10-15 | 1 | -1/+1 |
|
|
* | test_bigbits was not testing what it seemed to. | Armin Rigo | 2007-10-15 | 1 | -4/+8 |
|
|
* | Use unittest for assertions | Neal Norwitz | 2007-10-14 | 1 | -33/+34 |
|
|
* | Don't raise a string exception, they don't work anymore. | Neal Norwitz | 2007-10-14 | 1 | -1/+1 |
|
|
* | Let the O/S supply a port if none of the default ports can be used. | Neal Norwitz | 2007-10-14 | 1 | -4/+12 |
|
|
* | Fix an uncollectable reference leak in bsddb.db.DBShelf.append | Gregory P. Smith | 2007-10-13 | 1 | -2/+19 |
|
|
* | Fix email example. | Georg Brandl | 2007-10-13 | 1 | -1/+1 |
|
|
* | Fixes http://bugs.python.org/issue1233 - bsddb.dbshelve.DBShelf.append | Gregory P. Smith | 2007-10-12 | 2 | -23/+78 |
|
|
* | Fix test of count.__repr__() to ignore the 'L' if the count is a long | Raymond Hettinger | 2007-10-12 | 1 | -1/+4 |
|
|
* | Bug #1216: Restore support for Visual Studio 2002. | Martin v. Löwis | 2007-10-12 | 2 | -2/+4 |
|
|
* | Get this module to compile with bsddb versions prior to 4.3 | Neal Norwitz | 2007-10-12 | 1 | -0/+2 |
|
|