summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* #868845: document <...> reprs.Georg Brandl2008-03-251-5/+9
* Try to get this test to be more stable:Neal Norwitz2008-03-251-4/+15
* Don't try to close a non-open file.Neal Norwitz2008-03-251-4/+4
* A stab in the dark attempt to fix the alpha/tru64 buildbot problem and add moreGregory P. Smith2008-03-252-2/+11
* Try to fix a bunch of compiler warnings on Win64.Neal Norwitz2008-03-254-5/+5
* Fix a bunch of UnboundLocalErrors when the tests fail.Neal Norwitz2008-03-252-6/+9
* Issue2469: Correct a typo I introduced at r61793: compilation error with UCS4...Amaury Forgeot d'Arc2008-03-241-1/+1
* Added quick hack for bzrChristian Heimes2008-03-241-2/+2
* Added quick hack for bzrChristian Heimes2008-03-241-1/+8
* Conditionalize sys/time.h inclusion.Martin v. Löwis2008-03-241-0/+2
* Patch #2240: Implement signal.setitimer and signal.getitimer.Martin v. Löwis2008-03-248-16/+313
* Install 2to3 script.Martin v. Löwis2008-03-243-0/+8
* #1700821: add a note to audioop docs about signedness of sample formats.Georg Brandl2008-03-241-0/+12
* Issue 2460: Make Ellipsis objects copyable.Raymond Hettinger2008-03-242-1/+4
* Tighten documentation for Random.triangular.Raymond Hettinger2008-03-241-5/+5
* Merged revisions 61724-61824 via svnmerge fromMartin v. Löwis2008-03-246-23/+62
* Have the binascii module use zlib's optimized crc32() function when availableGregory P. Smith2008-03-242-3/+41
* prevent a warning from the struct module when data size >= 2**32.Gregory P. Smith2008-03-231-1/+1
* A bugfix for r61813, it would fail if the data size was >=2**32.Gregory P. Smith2008-03-231-5/+1
* replace calls to get the initial values with the raw constants.Gregory P. Smith2008-03-231-2/+2
* Fix gzip to deal with CRC's being signed values in Python 2.x properly and toGregory P. Smith2008-03-231-31/+13
* Revert r61779 - It undid correct code and caused test_zlib to fail on allGregory P. Smith2008-03-231-4/+2
* Adopt Nick's suggestion for useful default arguments.Raymond Hettinger2008-03-232-5/+11
* Issue 1681432: Add triangular distribution the random module.Raymond Hettinger2008-03-234-1/+31
* #1477: ur'\U0010FFFF' raised in narrow unicode builds.Amaury Forgeot d'Arc2008-03-233-6/+63
* Make the doctests presentation-friendlier.Georg Brandl2008-03-231-4/+6
* Remove compiler warnings (on Alpha at least) about using chars asNeal Norwitz2008-03-232-9/+10
* Try to prevent the alarm going off early in tearDownNeal Norwitz2008-03-231-1/+1
* Move itertools before future_builtins since the latter depends on the former.Neal Norwitz2008-03-231-2/+2
* Suppress failure (to avoid a flaky test) if we cannot connect to svn.python.orgNeal Norwitz2008-03-231-2/+10
* Fix test_tarfile failures on Alpha (Tru64). The problem was caused in r61449Neal Norwitz2008-03-231-2/+4
* Skip the epoll test if epoll() does not workNeal Norwitz2008-03-231-0/+6
* Speed up the test by avoiding socket timeouts.Neal Norwitz2008-03-231-3/+5
* Try to make this test a little more robust and not fail with:Neal Norwitz2008-03-231-4/+9
* Simplify demo code.Raymond Hettinger2008-03-232-2/+2
* Enable doctest running for several other documents.Georg Brandl2008-03-2220-90/+97
* Enable doctests in functions.rst. Already found two errors :)Georg Brandl2008-03-221-10/+12
* Test doctests in operator docs.Georg Brandl2008-03-221-11/+12
* Test doctests in datetime docs.Georg Brandl2008-03-221-15/+19
* Make collections' doctests executable.Georg Brandl2008-03-221-43/+51
* Fix-up syntax problems.Georg Brandl2008-03-221-21/+19
* No need to specify explicit "doctest_block" anymore.Georg Brandl2008-03-223-10/+13
* Make more doctests in pprint docs testable.Georg Brandl2008-03-221-17/+12
* Make doctests in re docs usable with sphinx' doctest.Georg Brandl2008-03-221-73/+88
* Test decimal.rst doctests as far as possible with sphinx doctest.Georg Brandl2008-03-222-32/+59
* Fixup this HOWTO's doctest blocks so that they can be run with sphinx' doctes...Georg Brandl2008-03-221-189/+163
* Allow giving source names on the cmdline.Georg Brandl2008-03-221-1/+2
* Activate the Sphinx doctest extension and convert howto/functional to use it.Georg Brandl2008-03-223-6/+19
* #1918: document that weak references *to* an object areGeorg Brandl2008-03-221-16/+24
* Added warning for the removal of 'hotshot' in Py3k.Alexandre Vassalotti2008-03-221-1/+3