| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Update Pygments version from externals. | Georg Brandl | 2007-10-23 | 1 | -1/+1 |
| | | |||||
| * | Bug #1313, fix typo (wrong variable name) in example. | Neal Norwitz | 2007-10-23 | 1 | -1/+1 |
| | | |||||
| * | Add phuang patch from Issue 708374 which adds offset parameter to mmap module. | Travis E. Oliphant | 2007-10-23 | 3 | -36/+130 |
| | | |||||
| * | Issue #1307, patch by Derek Shockey. | Guido van Rossum | 2007-10-22 | 1 | -1/+1 |
| | | | | | | When "MAIL" is received without args, an exception happens instead of sending a 501 syntax error response. | ||||
| * | Add Chris Monson so he can edit PEPs. | Neal Norwitz | 2007-10-22 | 1 | -0/+3 |
| | | |||||
| * | Add :term:s for "new-style class". | Georg Brandl | 2007-10-21 | 11 | -20/+27 |
| | | |||||
| * | 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 |
| | | | | | while another thread uses it. | ||||
| * | 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 |
| | | | | | | | | configure and setup python on different platforms -- at least in theory.) * Move the Python on Mac docs in that chapter. * Add a new chapter about the command line invocation, by stargaming. | ||||
| * | 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 |
| | | | | | | | | | coefficient numbers, floats in the sign, and other details that generated directly the wrong number in the best case, or triggered misfunctionality in the alorithms. Test cases added for these issues. Thanks Mark Dickinson. | ||||
| * | Fix ctypes on 32-bit systems when Python is configured --with-system-ffi. | Thomas Heller | 2007-10-19 | 2 | -6/+13 |
| | | | | | | | See also https://bugs.launchpad.net/bugs/72505. Ported from release25-maint branch. | ||||
| * | #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 |
| | | | | | do not contain null bytes. | ||||
| * | Fix a weird bug in dbtables: if it chose a random rowid string that contained | Gregory P. Smith | 2007-10-18 | 1 | -4/+4 |
| | | | | | | NULL bytes it would cause the database all sorts of problems in the future leading to very strange random failures and corrupt dbtables.bsdTableDb dbs. | ||||
| * | cleanup test_dbtables to use mkdtemp. cleanup dbtables to pass txn as a | Gregory P. Smith | 2007-10-18 | 2 | -19/+18 |
| | | | | | | keyword argument whenever possible to avoid bugs and confusion. (dbtables.py line 447 self.db.get using txn as a non-keyword was an actual bug due to this) | ||||
| * | 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 |
| | | | | | | | | it closes itself. When the stream is read in several calls to read(n), it should behave in the same way if HTTPConnection knows where the end of the stream is (through self.length). Added a test case for this behaviour. | ||||
| * | Fix the overflow checking of list_repeat. | Armin Rigo | 2007-10-17 | 2 | -4/+16 |
| | | | | | | | Introduce overflow checking into list_inplace_repeat. Backport candidate, possibly. | ||||
| * | Re-order some functions whose parameters differ between PyObject and const char | Brett Cannon | 2007-10-16 | 1 | -14/+14 |
| | | | | | * so that they are next to each other. | ||||
| * | Remove ``:const:`` notation on None in parameter list. Since the markup is not | Brett Cannon | 2007-10-16 | 1 | -1/+1 |
| | | | | | rendered for parameters it just showed up as ``:const:`None` `` in the output. | ||||
| * | 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 |
| | | | | | per discussion in issue 1031213. | ||||
| * | 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 |
| | | | | | | | | | | This should make the tests more robust at the expense of allowing tests to be sloppier by not requiring them to cleanup after themselves. (It will legitamitely help when running two test suites simultaneously or if another process is already using one of the predefined ports.) Also simplifies (slightLy) the exception handling elsewhere. | ||||
