summaryrefslogtreecommitdiffstats
path: root/Doc/library
Commit message (Collapse)AuthorAgeFilesLines
* Fix typo pointed out by Dmitry Chaplinsky on docs@.Berker Peksag2014-06-281-1/+1
|
* Issue #21875: Remove vestigial references to Classic Mac OS in os module docs.Ned Deily2014-06-271-9/+2
|
* Issue #19897: Use python as executable instead of python3.Berker Peksag2014-06-261-2/+2
|
* Closes #20872: dbm/gdbm/ndbm close methods are not documentedJesus Cea2014-06-254-0/+29
|
* clarify that islink only really works if python knows about symlinks (closes ↵Benjamin Peterson2014-06-231-1/+1
| | | | | | #13143) Patch from Yayoi Ukai.
* issue 20091 - index entry for __main__ in runpy docs.Senthil Kumaran2014-06-201-0/+6
|
* #21690: fix a couple of links in the docs of the re module. Noticed by ↵Ezio Melotti2014-06-191-2/+2
| | | | Julian Gilbey.
* Issue #19362: Tweek len() doc and docstring to expand the indicated range ofTerry Jan Reedy2014-06-161-1/+2
| | | | arguments. Original patch by Gareth Rees.
* clarify when the list of subdirectories is read (closes #13779)Benjamin Peterson2014-06-161-3/+5
|
* document IOBase.__del__'s behavior (closes #21764)Benjamin Peterson2014-06-151-0/+6
| | | | Patch from Nikolaus Rath.
* #5904: Add sentence about the encoding of strftime's result.R David Murray2014-06-131-1/+3
|
* #20903: clarify what happens when an smtp connection timeout occurs.R David Murray2014-06-091-2/+4
| | | | Patch by Milan Oberkirch.
* document TokenError and unclosed expression behavior (closes #12063)Benjamin Peterson2014-06-081-0/+18
| | | | Patch by Amandine Lee.
* specify that getuid() returns the real uid (closes #10503)Benjamin Peterson2014-06-071-1/+1
| | | | Patch by εσχατοκυριος.
* document the compress_level argument to tarfile.open (closes #21404)Benjamin Peterson2014-06-071-0/+4
| | | | Patch by Katherine Busch.
* #21653: fix doc for return type of sqlite3.Row.keys().R David Murray2014-06-051-1/+1
|
* Issue 21533: Dicts take iterables, not iterators. Patch by Wolfgang Maier.Terry Jan Reedy2014-06-031-2/+2
|
* backport hashlib.pbkdf2_hmac per PEP 466 (closes #21304)Benjamin Peterson2014-05-311-0/+40
| | | | Backport by Alex Gaynor.
* give the correct fixer name (closes #21604)Benjamin Peterson2014-05-311-1/+1
|
* Issue #21593: (from StackOverflow) minor doc clarification for re.search.Terry Jan Reedy2014-05-301-1/+1
|
* Issue #21608: Updated HTTPHandler documentation.Vinay Sajip2014-05-301-3/+17
|
* Issue 21479: Fix markup for the TarFile.open() classmethod.Raymond Hettinger2014-05-231-1/+1
|
* Issue 21198: Minor tarfile documentation bug.Raymond Hettinger2014-05-221-1/+1
|
* Issue #21488: Fix doc of codecs.decode() and codecs.encode(), no keyword ↵Victor Stinner2014-05-141-6/+8
| | | | | | support. Patch written by Brad Aylsworth.
* #21347: use string not list in shell=True example.R David Murray2014-05-141-1/+1
| | | | Patch by Akira.
* backport hmac.compare_digest to partially implement PEP 466 (closes #21306)Benjamin Peterson2014-05-111-0/+33
| | | | Backport from Alex Gaynor.
* Issue #19630 Emphasise that the file parameter to marshal.dump must be a ↵Tim Golden2014-04-291-2/+3
| | | | real file object
* Closes #21026: Augment site doc based on experiments. Patch by Carol Willing.Terry Jan Reedy2014-04-291-1/+5
|
* #18243: Remove obsolete cautionary note from email mktime_tz docs.R David Murray2014-04-261-7/+3
|
* #18566: WhitespaceTerry Jan Reedy2014-04-161-5/+5
|
* Issue #18566: Clarify unittest setUp, tearDown doc. Patch by Nitika Agarwal.Terry Jan Reedy2014-04-161-7/+7
|
* Issue #21245: updated documentation on exception() method and function.Vinay Sajip2014-04-151-2/+2
|
* whitespace chaps my hideGregory P. Smith2014-04-151-1/+1
|
* Some cleanup of the subprocess docs in 2.7. Adds a reference to theGregory P. Smith2014-04-151-29/+30
| | | | subprocess32 project in PyPI for posix users.
* when an exception is raised in fdopen, never close the fd (changing on my ↵Benjamin Peterson2014-04-141-1/+1
| | | | mind on #21191)
* Closes #20956: 2.7 tokenize does not produce named tuples. Patch by Sam Kimbrel.Terry Jan Reedy2014-04-141-3/+4
|
* Issue #20624: Merge exception docs tweak from 3.4 branch.Mark Dickinson2014-04-141-4/+4
|
* Issue #21170: Removed invalid parameter names from unittest doc.Terry Jan Reedy2014-04-111-2/+2
| | | | Patch by Kushal Das.
* make sure fdopen always closes the fd in error cases (closes #21191)Benjamin Peterson2014-04-091-2/+3
|
* Issue #21179: Fix description of 'round' function for numbers.Real.Mark Dickinson2014-04-091-2/+2
|
* fix verb (closes #21174)Benjamin Peterson2014-04-071-3/+3
|
* minor docfix (reported at docs@python.org) trace.py argument is --count not ↵Senthil Kumaran2014-04-061-2/+2
| | | | --counts
* Issue 21125: minor wording tweak.Raymond Hettinger2014-04-021-1/+1
|
* Issue #15067: Remove reference to a rejected PEP.Zachary Ware2014-04-011-3/+0
| | | | | | Further explanation of the concept stands alone without this reference, no need to potentially confuse people by bringing up a feature that doesn't exist.
* Minor readability improvement.Raymond Hettinger2014-03-291-1/+1
|
* Issue #6676: Ensure a meaningful exception is raised when attemptingNed Deily2014-03-271-1/+7
| | | | | | to parse more than one XML document per pyexpat xmlparser instance. (Original patches by Hirokazu Yamamoto and Amaury Forgeot d'Arc, with suggested wording by David Gutteridge)
* Issue #21043 - Remove CACert.org from the recommendationsDonald Stufft2014-03-241-2/+1
|
* Use "x" instead of "i" for s.index and s.count entries in sequence ops table.Zachary Ware2014-03-201-4/+4
| | | | Suggested by Bruce Esrig on docs@.
* Issue #20966: Fix Tkinter Resources linkZachary Ware2014-03-181-1/+1
|
* Close #16665: improve documentation for hex(). Patch by Jessica McKellar.Antoine Pitrou2014-03-161-2/+15
|