summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* Add various itemsAndrew M. Kuchling2008-03-261-17/+78
* #2476: document that %default feature is new in 2.4.Georg Brandl2008-03-251-4/+5
* Make Py3k warnings consistent w.r.t. punctuation; also respect theGeorg Brandl2008-03-251-1/+1
* #868845: document <...> reprs.Georg Brandl2008-03-251-5/+9
* Patch #2240: Implement signal.setitimer and signal.getitimer.Martin v. Löwis2008-03-241-7/+60
* #1700821: add a note to audioop docs about signedness of sample formats.Georg Brandl2008-03-241-0/+12
* Tighten documentation for Random.triangular.Raymond Hettinger2008-03-241-5/+5
* Adopt Nick's suggestion for useful default arguments.Raymond Hettinger2008-03-231-1/+6
* Issue 1681432: Add triangular distribution the random module.Raymond Hettinger2008-03-231-0/+4
* Make the doctests presentation-friendlier.Georg Brandl2008-03-231-4/+6
* Simplify demo code.Raymond Hettinger2008-03-231-1/+1
* 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
* Applied patch #1657 epoll and kqueue wrappers for the select moduleChristian Heimes2008-03-212-4/+355
* Add missing versionadded tag.Georg Brandl2008-03-211-0/+2
* Update doc ACKS.Georg Brandl2008-03-211-0/+1
* #2160: document PyImport_GetImporter.Georg Brandl2008-03-211-0/+13
* Add docs for print_function and future_builtins. Fixes #2442.Georg Brandl2008-03-213-0/+81
* Add docs for __func__ and __self__ on methods.Georg Brandl2008-03-212-4/+8
* Fix a code block in __future__ docs.Georg Brandl2008-03-211-3/+2
* Fix markup.Georg Brandl2008-03-211-2/+2
* Mark the descitems in the tutorial as "noindex" so that :meth: cross-refs don...Georg Brandl2008-03-211-0/+9
* Fixed PEP name.Eric Smith2008-03-201-1/+1
* Add lots of itemsAndrew M. Kuchling2008-03-201-42/+205
* Clarfiy the availability of the extended support for win32_ver() in Py2.6.Marc-André Lemburg2008-03-201-1/+2
* Add documentation for updated Windows support in win32_ver().Marc-André Lemburg2008-03-201-4/+23
* Issue 2188: Documentation hint about disabling proxy detection.Sean Reifscheider2008-03-201-0/+1
* Prevent ioctl op codes from being sign extended from int to unsigned longGregory P. Smith2008-03-191-0/+2
* Another one.Georg Brandl2008-03-191-1/+1
* Remove footnote from versionchanged as it upsets LaTeX.Georg Brandl2008-03-191-2/+1
* Mention that crc32 and adler32 are available in a different module (zlib).Gregory P. Smith2008-03-191-0/+4
* Document unicode.isnumeric() and unicode.isdecimal() (issue2326)Steven Bethard2008-03-171-0/+16
* Force zlib.crc32 and zlib.adler32 to return a signed integer on all platformsGregory P. Smith2008-03-171-0/+12
* Added a footnote to each pointing out that for XML output if an encodingMark Summerfield2008-03-173-5/+29
* Clarified documentation on use of shutdown().Vinay Sajip2008-03-161-1/+2
* #2299: typos in newtypes.rst.Georg Brandl2008-03-161-3/+3
* Update docs to reflect removal of Exact/InexactRaymond Hettinger2008-03-161-26/+4
* add %f format to datetime - issue 1158Skip Montanaro2008-03-151-11/+42