summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
...
* #6175: document that inet_aton supports alternate input formats with less tha...Georg Brandl2009-06-041-0/+3
* #6176: fix man page section for flock(2).Georg Brandl2009-06-041-1/+1
* #5967: note that the C slicing APIs do not support negative indices.Georg Brandl2009-06-041-4/+6
* #6174: fix indentation in code example.Georg Brandl2009-06-031-7/+7
* Use the preferred form of raise statements in the docs.Georg Brandl2009-06-0312-27/+26
* The class for regexes isn't called RegexObject any more; correct the textAndrew M. Kuchling2009-06-011-14/+14
* Issue 3848: document the fact that epoll register raises an IOError ifR. David Murray2009-05-311-0/+5
* Issue #6152: New option '-j'/'--multiprocess' for regrtest allows runningAntoine Pitrou2009-05-311-0/+6
* Fix markup.Georg Brandl2009-05-311-6/+3
* fix signatureBenjamin Peterson2009-05-311-1/+1
* Add more examples to the ipaddr documentation.Gregory P. Smith2009-05-301-2/+90
* Rewrap a few long lines.Georg Brandl2009-05-301-35/+38
* Fix markup problem.Georg Brandl2009-05-301-1/+1
* Fix some more small markup problems.Georg Brandl2009-05-301-5/+5
* Use preferred form of raising exceptions.Georg Brandl2009-05-301-1/+1
* #6146: fix markup bug.Georg Brandl2009-05-301-1/+1
* no fdatasync on macosBenjamin Peterson2009-05-301-0/+3
* Move the basic examples section back to the beginning.Raymond Hettinger2009-05-291-63/+67
* Add test discovery to unittest. Issue 6001.Michael Foord2009-05-291-14/+153
* Issue 6141: document that the first item of args is still theR. David Murray2009-05-291-3/+6
* Deprecate contextlib.nested(). The with-statement now provides this function...Raymond Hettinger2009-05-291-0/+2
* switch library reference and language referenceBenjamin Peterson2009-05-281-2/+2
* Fix field name conflicts for named tuples.Raymond Hettinger2009-05-271-6/+6
* #6112: list.remove raises ValueError, not RuntimeError.Georg Brandl2009-05-261-1/+1
* Allow multiple context managers in one with statement, as proposedGeorg Brandl2009-05-251-2/+18
* add a SETUP_WITH opcodeBenjamin Peterson2009-05-252-1/+15
* make class skipping decorators the same as skipping every test of the classBenjamin Peterson2009-05-251-21/+5
* add a versionadded tag for set_tunnelGregory P. Smith2009-05-241-0/+2
* Fixed Issue1424152, urllib2 fails with HTTPS over Proxy.Senthil Kumaran2009-05-241-0/+6
* Issue #6042:Jeffrey Yasskin2009-05-231-3/+5
* remove mention of old ctypes versionBenjamin Peterson2009-05-231-2/+1
* #6086: fix spelling and use a better exception to catch.Georg Brandl2009-05-222-6/+6
* Correction in softspace behavior description.Georg Brandl2009-05-221-3/+4
* s/use/call/Georg Brandl2009-05-221-1/+1
* Fix confusing wording.Georg Brandl2009-05-221-1/+1
* Fix references to file-related functions and methods (os.* vs file.*).Georg Brandl2009-05-221-15/+15
* #6084: fix example.Georg Brandl2009-05-221-1/+1
* Use raise X(y).Georg Brandl2009-05-221-3/+3
* don't use subprocess.call with PIPEs as the child can fill the pipe buf andPhilip Jenvey2009-05-221-0/+10
* Fix-up moving average example.Raymond Hettinger2009-05-221-5/+3
* #6051: refer to email examples for better way to construct email messages.Georg Brandl2009-05-202-0/+7
* #6055: refer to "sqlite3" consistently.Georg Brandl2009-05-202-13/+16
* Note that ordered dictionaries work with reversed().Raymond Hettinger2009-05-191-0/+3
* chop off slashBenjamin Peterson2009-05-171-1/+1
* ignore .rst files in sphinx its selfBenjamin Peterson2009-05-171-0/+3
* #5935: mention that BROWSER is looked for in PATH.Georg Brandl2009-05-171-1/+6
* #5942: Copy over flag table from dbm.rst which is clearer.Georg Brandl2009-05-171-11/+25
* #6017: better document behavior of dictiterators when the dict is changed.Georg Brandl2009-05-171-3/+4
* part of #4144: fix exception message in console session.Georg Brandl2009-05-171-2/+2
* Fix about and bugs pages to match real workflow.Georg Brandl2009-05-162-3/+7