summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Collapse)AuthorAgeFilesLines
* Fixed a typo in ReST markup.Alexander Belopolsky2010-11-091-2/+1
|
* Issue #10335: Add tokenize.open(), detect the file encoding usingVictor Stinner2010-11-091-8/+9
| | | | tokenize.detect_encoding() and open it in read only mode.
* #10321: Add support for sending binary DATA and Message objects to smtplibR. David Murray2010-11-084-7/+40
|
* Fix typo.Georg Brandl2010-11-081-1/+1
|
* Fix latex conversion glitch in property/feature descriptions.Georg Brandl2010-11-081-42/+51
|
* Extra space caught by the post-commit-hook, aka Taggnostr :)Senthil Kumaran2010-11-081-1/+1
|
* Fix Issue 10303: a small clarification in the tutorial.Senthil Kumaran2010-11-081-2/+2
|
* Fix encode/decode method doc of str, bytes, bytearray typesVictor Stinner2010-11-071-9/+9
| | | | | | * Specify the default encoding: write 'utf-8' instead of sys.getdefaultencoding(), because the default encoding is now constant * Specify the default errors value
* Fix Issue10226 - Clarifying the role of the netloc separator.Senthil Kumaran2010-11-071-5/+4
|
* Issue #10145: the float.is_integer method was undocumented.Mark Dickinson2010-11-071-4/+14
|
* 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
|
* #10334: add a role to refer to Python source files in SVN.Georg Brandl2010-11-061-0/+13
|
* Tweak example to make clear the argument is a boolean, not any integer.Éric Araujo2010-11-061-1/+1
| | | | With Raymond’s approval.
* 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
|
* More what's newAntoine Pitrou2010-11-051-0/+6
|
* Update 3.2 what's newAntoine Pitrou2010-11-051-6/+43
|
* 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, ↵Ezio Melotti2010-11-051-86/+28
| | | | assert[Not]RegexpMatches, rephrase a couple of paragraphs, and remove redundant doc about the msg arg.
* Move glossary entry to the right position and fix link.Georg Brandl2010-11-052-20/+22
|
* 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 ↵Eric Smith2010-11-041-0/+8
| | | | str.format(**mapping), except mapping does not get converted to a dict.
* 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
| | | | usage and avialability.
* 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
| | | | | docs and support for more client-generated CGI variables. (This should complete the WSGI 1.0.1 compliance changes for Python 3.x.)
* update items/keys/values doc #10300Benjamin Peterson2010-11-031-6/+4
|
* Divide the context manager signature from the normal one for consistency ↵Ezio Melotti2010-11-031-2/+4
| | | | with the other methods.
* 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
| | | | Patch by Julien Élie.
* Issue #10281: nntplib now returns None for absent fields in the OVER/XOVERAntoine Pitrou2010-11-031-0/+2
| | | | response, instead of raising an exception.
* 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 ↵Michael Foord2010-11-021-4/+4
| | | | unittest.TestCase.assert[Not]AlmostEqual signature change
* 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 #9886: Add a key-function entry to the glossary.Raymond Hettinger2010-10-311-0/+20
|
* Issue 7402: Improve reduce() example in the python idioms how-to.Raymond Hettinger2010-10-311-18/+16
|
* 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
| | | | | | | | extensions. Thus, in addition to GNUTYPE_SPARSE headers, sparse information in pax headers created by GNU tar can now be decoded. All three formats 0.0, 0.1 and 1.0 are supported. On filesystems that support this, holes in files are now restored whenever a sparse member is extracted.