summaryrefslogtreecommitdiffstats
path: root/Doc/library
Commit message (Expand)AuthorAgeFilesLines
* Issue 1859: Doc that textwrap does not break on \n (pending possible behavior...Terry Reedy2010-11-231-0/+7
* #10511: clarification of what heaps are; suggested by Johannes Hoff.Georg Brandl2010-11-231-5/+6
* #9424: add a DeprecationWarning for assertEquals, assertNotEquals, assertAlmo...Ezio Melotti2010-11-221-12/+16
* Remove unnecessary `object` base class in docs (#10366).Éric Araujo2010-11-227-11/+11
* Issue #10138: Removed 'indefinitely' from the proleptic calendar description.Alexander Belopolsky2010-11-221-1/+1
* Issue 3292: Fixup to the Sequence docs.Raymond Hettinger2010-11-211-1/+1
* Issue 6722: Improve the namedtuple examples.Raymond Hettinger2010-11-211-1/+5
* Issue 10470: 'python -m unittest' launches test discovery by default.(If you...Michael Foord2010-11-211-0/+10
* Issue #10488: Bring documentation for 'float' builtin up to date.Mark Dickinson2010-11-211-20/+48
* Fix issue3709 - BaseHTTPRequestHandler will buffer the headers and write only...Senthil Kumaran2010-11-211-7/+14
* Issue #10489: removed broken `__name__` support from configparserŁukasz Langa2010-11-211-6/+1
* Fix capitalization.Mark Dickinson2010-11-211-2/+2
* Add a couple of missing versionadded tags in the inspect module docsNick Coghlan2010-11-211-2/+4
* Issue #10220: Add inspect.getgeneratorstate(). Initial patch by Rodolpho Eckh...Nick Coghlan2010-11-211-0/+22
* Style edits in followup to r86521 (#9312)Éric Araujo2010-11-211-2/+2
* Issue #7770: Note the useful range of sin/cos in the decimal module examples.Raymond Hettinger2010-11-211-0/+6
* Clean-up the description of the range object.Raymond Hettinger2010-11-211-6/+4
* Document index and count as part of the Sequence ABC (#9746)Éric Araujo2010-11-201-0/+6
* In 3.x, bytearray is akin to bytes, not str.Antoine Pitrou2010-11-201-1/+1
* Issue 9732: fetch the method resolution order from the type metaclass directl...Michael Foord2010-11-201-20/+8
* Issue 9732: remove use of __class__ in inspect.getattr_static and note the mr...Michael Foord2010-11-201-3/+5
* Issue 9732: addition of getattr_static to the inspect moduleMichael Foord2010-11-201-0/+67
* Use correct markup for True/False/NoneEzio Melotti2010-11-201-11/+11
* Add a few labels and links to unittest docEzio Melotti2010-11-201-28/+41
* #10455: fix typoEzio Melotti2010-11-181-1/+1
* Issue 7828: Fixed chr() and ord() documentation for wide charactersAlexander Belopolsky2010-11-181-10/+14
* Fix usage of :option: in the docs (#9312).Éric Araujo2010-11-1813-159/+216
* Remove spurious space that was breaking Vim’s reST highlighting.Éric Araujo2010-11-181-1/+1
* Issue 10260Kristján Valur Jónsson2010-11-181-0/+36
* Issue #10446: Several changes to module documentation generated by pydoc:Alexander Belopolsky2010-11-181-3/+5
* Issue #10443: Add the SSLContext.set_default_verify_paths() method.Antoine Pitrou2010-11-171-0/+9
* Issue #10440: Support RUSAGE_THREAD as a constant in the resource module.Antoine Pitrou2010-11-171-4/+11
* Provide links to Python source where the code is short, readable andÉric Araujo2010-11-1629-0/+134
* Logging: added stack_info argument.Vinay Sajip2010-11-141-8/+65
* fix copy-editing level nitsFred Drake2010-11-131-103/+105
* Issue #4471: Add the IMAP.starttls() method to enable encryption onAntoine Pitrou2010-11-121-0/+11
* Fix weird line block in table.Georg Brandl2010-11-121-1/+0
* #10008: Fix duplicate index entry.Georg Brandl2010-11-121-0/+1
* #7950: add warning about security implications of shell=True to subprocess docsR. David Murray2010-11-121-0/+18
* #1466065: add validate option to base64.b64decodeR. David Murray2010-11-111-4/+8
* Review the new configparser docs.Georg Brandl2010-11-111-473/+475
* Issue #5412: extend configparser to support mapping accessŁukasz Langa2010-11-101-288/+759
* Issue #8028: multiprocessing: Documented that ``Process.terminate``Ask Solem2010-11-091-3/+3
* Issue #7707: Documented that multiprocessing.Queue operations duringAsk Solem2010-11-091-1/+3
* Documented the new error_callback keyword argument to multiprocessing.Pool's ...Ask Solem2010-11-091-5/+19
* Issue #10022: The dictionary returned by the `getpeercert()` methodAntoine Pitrou2010-11-091-5/+7
* Make `usenetrc` False by default (the old behaviour of having it True byAntoine Pitrou2010-11-091-5/+7
* Issue #1926: Add support for NNTP over SSL on port 563, as well asAntoine Pitrou2010-11-091-2/+47
* Issue #7061: Added a 'Turtle star' sidebarAlexander Belopolsky2010-11-094-0/+457
* Fixed a typo in ReST markup.Alexander Belopolsky2010-11-091-2/+1