summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Update Pygments version from externals.Georg Brandl2007-10-231-1/+1
|
* Bug #1313, fix typo (wrong variable name) in example.Neal Norwitz2007-10-231-1/+1
|
* Add phuang patch from Issue 708374 which adds offset parameter to mmap module.Travis E. Oliphant2007-10-233-36/+130
|
* Issue #1307, patch by Derek Shockey.Guido van Rossum2007-10-221-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 Norwitz2007-10-221-0/+3
|
* Add :term:s for "new-style class".Georg Brandl2007-10-2111-20/+27
|
* 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
| | | | while another thread uses it.
* 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
| | | | | | | 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 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
| | | | | | | | 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 Heller2007-10-192-6/+13
| | | | | | See also https://bugs.launchpad.net/bugs/72505. Ported from release25-maint branch.
* #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
| | | | do not contain null bytes.
* Fix a weird bug in dbtables: if it chose a random rowid string that containedGregory P. Smith2007-10-181-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 aGregory P. Smith2007-10-182-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 Batista2007-10-181-1/+1
|
* Issue #1580738. When HTTPConnection reads the whole stream with read(),Facundo Batista2007-10-182-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 Rigo2007-10-172-4/+16
| | | | | | Introduce overflow checking into list_inplace_repeat. Backport candidate, possibly.
* Re-order some functions whose parameters differ between PyObject and const charBrett Cannon2007-10-161-14/+14
| | | | * so that they are next to each other.
* Remove ``:const:`` notation on None in parameter list. Since the markup is notBrett Cannon2007-10-161-1/+1
| | | | rendered for parameters it just showed up as ``:const:`None` `` in the output.
* 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
| | | | per discussion in issue 1031213.
* 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
| | | | | | | | | 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.