summaryrefslogtreecommitdiffstats
path: root/Doc/library
Commit message (Expand)AuthorAgeFilesLines
* Issue 10297: Add missing import in decimal example snippet.Mark Dickinson2010-11-071-0/+1
* Added example for str.format_map().Eric Smith2010-11-061-2/+10
* Tweak example to make clear the argument is a boolean, not any integer.Éric Araujo2010-11-061-1/+1
* Fix wrapper/wrapped typo (with Raymond’s blessing)Éric Araujo2010-11-061-1/+1
* Fix typoÉric Araujo2010-11-061-1/+1
* Fix typo from r86170.Éric Araujo2010-11-061-1/+1
* Issue #10282: Add a `nntp_implementation` attribute to NNTP objects.Antoine Pitrou2010-11-051-12/+34
* Merge the doc for assertTrue/False, assert[Not]AlmostEqual, assert[Not]Regexp...Ezio Melotti2010-11-051-86/+28
* Issue #10283: Add a `group_pattern` argument to NNTP.list().Antoine Pitrou2010-11-041-8/+14
* Move the deprecated aliases in a new section.Ezio Melotti2010-11-041-30/+24
* Issue #6081: Add str.format_map. str.format_map(mapping) is similar to str.fo...Eric Smith2010-11-041-0/+8
* Merge the doc for assertIs[Not], assertIs[Not]None, and assert[Not]IsInstance.Ezio Melotti2010-11-041-32/+9
* Demote one warning to a note. There's no security risk here, just a note on ...Raymond Hettinger2010-11-041-1/+1
* Put warning block in the main flow of text.Raymond Hettinger2010-11-041-16/+14
* Implement http://bugs.python.org/issue10155 using And Clover's patch, w/addedPhillip J. Eby2010-11-031-0/+44
* Divide the context manager signature from the normal one for consistency with...Ezio Melotti2010-11-031-2/+4
* Minor cleanups to unittest doc.Ezio Melotti2010-11-031-4/+4
* List the assert* methods in tables in unittest doc.Ezio Melotti2010-11-031-194/+328
* Issue #10285: explain the `flag` return field better in NNTP.list().Antoine Pitrou2010-11-031-2/+11
* Issue #10281: nntplib now returns None for absent fields in the OVER/XOVERAntoine Pitrou2010-11-031-0/+2
* Update docs (and sample app in wsgiref.simple_server) to reflect PEP 3333.Phillip J. Eby2010-11-031-20/+20
* Updating unittest docs to reflect change in unittest.TestCase.assert[Not]Almo...Michael Foord2010-11-021-4/+4
* Issue #10184: Touch directories only once when extracting a tarfile.Martin v. Löwis2010-11-011-2/+5
* Issue #10199: Moved Demo/turtle under Lib/Alexander Belopolsky2010-11-011-9/+16
* Issue #7061: Simplified a section title.Alexander Belopolsky2010-11-011-2/+2
* Issue 7447: Improve docs for sum().Raymond Hettinger2010-10-311-3/+6
* Issue #10160: Speed up operator.attrgetter. Patch by Christos Georgiou.Antoine Pitrou2010-10-311-0/+2
* Added style argument to logging.basicConfig() and documented this change.Vinay Sajip2010-10-311-0/+10
* Issue #5729: json.dumps to support using '\t' as an indent stringRaymond Hettinger2010-10-311-4/+6
* Issues #7061, #10225: Fixed doctests in turtle manualAlexander Belopolsky2010-10-311-24/+21
* Fix test_mailbox by supporting context manager protocol for get_file() returns.Georg Brandl2010-10-301-3/+7
* Issue 7061: Explained 'gon'Alexander Belopolsky2010-10-291-1/+5
* Add read support for all missing variants of the GNU sparseLars Gustäbel2010-10-291-1/+2
* (?:...) is a non-capturing, but still grouping construct.Georg Brandl2010-10-291-1/+1
* Fix markup error and update false positive entries from "make suspicious".Georg Brandl2010-10-291-1/+1
* Re-add "debugger" label, it is used in pydoc-topics.Georg Brandl2010-10-291-0/+2
* send_bytes obviously needs bytes...Georg Brandl2010-10-291-2/+2
* Review new Barrier docs.Georg Brandl2010-10-281-42/+40
* issue 8777Kristján Valur Jónsson2010-10-281-0/+104
* #10218: return timeout status from Condition.wait, mirroring other primitives...Georg Brandl2010-10-281-0/+6
* #7351: add more consistent exception name alias.Georg Brandl2010-10-281-1/+9
* #5975: add unix_dialect to csv module.Georg Brandl2010-10-271-0/+9
* Issue #7061: Dropped "for Tk" from turtle module title and moved itsAlexander Belopolsky2010-10-277-14/+10
* #10200: typo.Georg Brandl2010-10-261-1/+1
* #10200: typo.Georg Brandl2010-10-261-1/+1
* Markup fix.Georg Brandl2010-10-261-1/+1
* logging: Added style option to Formatter to allow %, {} or himBHformatting.Vinay Sajip2010-10-251-7/+19
* Add documentation about the default warnings filters.Georg Brandl2010-10-241-3/+21
* Add a new warning gategory, ResourceWarning, as discussed on python-dev. It ...Georg Brandl2010-10-243-11/+22
* Fix style.Georg Brandl2010-10-242-3/+4