summaryrefslogtreecommitdiff
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* Issue 6288: update the contextlib.nested() docs to explain why it has been de...Nick Coghlan2009-06-171-11/+28
* #6255: document PyInt_FromSize_t.Georg Brandl2009-06-171-0/+9
* #6295: clarify blocking behavior of getch().Georg Brandl2009-06-171-1/+2
* Add usage note.Raymond Hettinger2009-06-171-0/+4
* Add tabularcolumns directive for tables with bullet lists in them.Georg Brandl2009-06-161-0/+6
* Fixed #6287: documentation for the license field in distutilsTarek Ziadé2009-06-161-0/+9
* use 'rc' for release candidates for consistencyBenjamin Peterson2009-06-131-1/+1
* Issue #6215: backport the 3.1 io libAntoine Pitrou2009-06-121-5/+5
* Issue 6261: Clarify behavior of random.uniform().Raymond Hettinger2009-06-111-0/+2
* Move comment to correct line.Raymond Hettinger2009-06-111-2/+2
* Add example of how to do key lookups with bisect().Raymond Hettinger2009-06-111-1/+19
* Fix a typo spotted by Nick Coghlan.Amaury Forgeot d'Arc2009-06-101-1/+1
* Both kind of types are concerned.Amaury Forgeot d'Arc2009-06-091-1/+1
* #6201: Fix test_winreg on Windows:Amaury Forgeot d'Arc2009-06-091-1/+5
* Issue 2947: document how return code handling translates fromR. David Murray2009-06-092-10/+24
* #6238: add fillchar to string.just function family.Georg Brandl2009-06-081-5/+6
* #6194: O_SHLOCK/O_EXLOCK are not really more platform independent than lockf().Georg Brandl2009-06-081-3/+2
* Remove period from end of headings.Georg Brandl2009-06-086-18/+12
* http://bugs.python.org/issue6192Kristján Valur Jónsson2009-06-071-0/+9
* #6224: s/JPython/Jython/, and remove one link to a module nine years old.Georg Brandl2009-06-062-4/+1
* #6204: use a real reference instead of "see later".Georg Brandl2009-06-061-1/+1
* #6211: elaborate a bit on ways to call the function.Georg Brandl2009-06-061-5/+14
* Minor documentation fixes for logging.Eric Smith2009-06-041-2/+2
* #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