summaryrefslogtreecommitdiffstats
path: root/Doc/library
Commit message (Collapse)AuthorAgeFilesLines
* Issue #24617: Add comment for os.mkdir about mode quirksTommy Beadle2016-06-021-4/+13
|
* Issue #20699: Document that “io” methods should accept memoryviewMartin Panter2016-06-031-15/+35
| | | | | | This matches the usage by BufferedReader, BufferedWriter, etc. Also document and test that the write() methods should only access their argument before they return.
* Issue #8491: Add link to Gnu Readline configuration documentationMartin Panter2016-06-101-0/+7
|
* [Issue 15476] Make "code object" its own entry in the indexTommy Beadle2016-06-022-3/+4
|
* Issue #25738: Don’t send message body for 205 Reset ContentMartin Panter2016-06-081-1/+4
| | | | Patch by Susumu Koshiba.
* Issue #26014: Guide 2.7 users to the new packaging documentation:Ned Deily2016-06-061-18/+30
| | | | | | | | | | | - the top-level 2.7 docs page now links to the newer doc pages (installing and distribution) rather than the legacy ones - the legacy install and distutils pages are now labeled as "legacy" - the library/distutils page is updated to match the 3.x version - "See also" links to the new docs are now provided in the legacy pages - links to setuptools documentation have been updated (original patch by Susan Sun)
* Issue 27216: Fix typo (noticed by Alex Chan).Ned Deily2016-06-041-1/+1
|
* [backport to 2.7] - issue8519 - Reference termios and ioctl manual pages in ↵Senthil Kumaran2016-06-032-5/+7
| | | | the library documentation.
* issue25931: document that socketserver.Forking* are unavailable on platformsGregory P. Smith ext:(%20%5BGoogle%20Inc.%5D)2016-06-031-0/+4
| | | | that support os.fork.
* #13784: fix xml.sax.reader getColumn/LineNumber docs.R David Murray2016-06-021-2/+2
| | | | verification and patch by Emily Morehouse.
* Issue #12243: Remove redundant availability notes from getpass docsBerker Peksag2016-06-021-3/+1
| | | | | | I wonder why I keep forgetting 2.7 :P Patch by Bryce Verdier.
* Issue #25570: Add example of customizing User-Agent via add_header()Martin Panter2016-06-011-1/+6
|
* Issue #27125: Remove duplicated words from documentation and commentsMartin Panter2016-05-301-1/+1
|
* issue27043 - Explain the inspect.cleandoc behavior on synopsis line and ↵Senthil Kumaran2016-05-301-2/+6
| | | | | | other lines. Patch contributed by Nathan Harold.
* Issue #27125: Fix various errors like “will [be] inherited”Martin Panter2016-05-292-3/+4
|
* Issue 25926: Clarify that the pure python equivalents are only approximate.Raymond Hettinger2016-05-281-20/+20
|
* Issue #26553: Capitalization of HTTP, HTTPS, FTP, and URLMartin Panter2016-05-287-11/+11
| | | | Patch by Anish Shah and Aatish Neupane.
* Issue #5784: Cannot test wbits=0 unless we know we have zlib v1.2.3.5Martin Panter2016-05-271-0/+1
|
* Issue #5784: Expand documentation and tests for zlib wbits parameterMartin Panter2016-05-271-15/+51
| | | | Based on documentation by AM Kuchling.
* Fix Issue #21528 - Fix documentation typosDonald Stufft2014-05-204-5/+5
|
* #5486: typos.Georg Brandl2009-03-131-2/+2
|
* #9911: doc copyedits.Georg Brandl2010-09-214-4/+4
|
* Fix typo in library/ipc.rstEli Bendersky2014-02-091-1/+1
|
* Issue #23921: Standardized documentation whitespace formatting.Serhiy Storchaka2016-05-1022-124/+139
| | | | Original patch by James Edwards.
* Corrections for a/an in code comments and documentationMartin Panter2016-05-084-4/+4
|
* Fix typos in comments, documentation and test method namesMartin Panter2016-05-081-1/+1
|
* Issue #26512: Clarify Integral; tidy up table of rounding functionsMartin Panter2016-05-081-13/+16
| | | | Based on patch by Julien.
* Issue #26736: Used HTTPS for external links in the documentation if possible.Serhiy Storchaka2016-05-0728-57/+57
|
* Issue #26889: Fixed hyperlinks formatting.Serhiy Storchaka2016-05-071-4/+4
|
* Issue #26889: Tweaked xmlrpclib documentation.Serhiy Storchaka2016-05-071-86/+100
|
* Issue #26962: Backport 23d986228c6b to 2.7Berker Peksag2016-05-051-2/+2
|
* Clarify IDLE-console differences with respect to the sys module.Terry Jan Reedy2016-05-021-8/+10
| | | | The reload(sys) effect was the crux of a Stackoverflow question.
* Issue #21746: Remove BaseResult reference from urlparse documentationBerker Peksag2016-04-301-12/+2
| | | | | | BaseResult no longer exists and it has been replaced by namedtuple. Patch by Matthew Gilson.
* fileinput.hook_encoded() uses io.open(), not codecs.open().Serhiy Storchaka2016-04-271-1/+1
|
* Issue #26672: Fix regrtest example in test.rstBerker Peksag2016-04-271-1/+1
| | | | Reported by Axel Luttgens.
* Issue #20598: Replace trivial split() calls with lists in argparse docsMartin Panter2016-04-261-23/+23
|
* backport fix for Issue #26804.Senthil Kumaran2016-04-251-0/+2
| | | | | urllib.request will prefer lower_case proxy environment variables over UPPER_CASE or Mixed_Case ones.
* Issue #26778: Fixed "a/an/and" typos in code comment and documentation.Serhiy Storchaka2016-04-1711-14/+14
|
* Fix typos in code comment and documentationMartin Panter2016-04-161-1/+1
|
* Issue #26638: Fix links to some CLI optionsMartin Panter2016-04-163-9/+9
| | | | | Disable inappropriate links to Python interpreter options. Also make CLI section label in timeit less ambiguous.
* Issue #25314: Remove confused statement about const argumentMartin Panter2016-04-091-3/+3
|
* Correct “an” → “a” with “Unicode”, “user”, “UTF”, etcMartin Panter2016-04-1510-11/+11
| | | | This affects documentation and code comments.
* Issue #26747: Document that InstanceTypes only works for old-style classesBerker Peksag2016-04-141-1/+1
| | | | Patch by Nan Wu.
* Issue #25496: Document compresslevel defaults to 9, by Hamza T KhanMartin Panter2016-04-131-2/+2
|
* Clarify greedy-qualifier example, avoid HTML.Georg Brandl2016-04-121-4/+4
|
* Closes #25910: fix dead and permanently redirected links in the docs. Thanks ↵Georg Brandl2016-02-2620-83/+78
| | | | to SilentGhost for the patch.
* Issue #6953: Rearrange and expand Readline module documentationMartin Panter2016-04-051-58/+114
| | | | | | | | | | | | | | | | | * Group functions into six new subsections * Document the underlying Readline function or variable accessed * get_history_length() returns the history file limit * clear_history() is conditionally compiled in * Clarify zero and one bases for history item indexes * parse_and_bind() uses its argument directly as an init line * Change "command line" to "line buffer" for consistency * read_init_file() also executes the file * read_history_file() replaces the previous history * write_history_file() overwrites any existing file * Differentiate history file lines from history list items, which could be multi-line * Add more information about completion, also addressing Issue #10796 * libedit (Editline) may be used on any platform; detection is OS X specific
* Issue #26678: Fix datetime.tzinfo indexing and “tzinfo” attribute linksMartin Panter2016-04-011-50/+53
|
* Remove redundant leading zeroes in PEP references.Serhiy Storchaka2016-03-312-2/+2
|
* Issue #15660: Further clarify 0 prefix for width specifier in formats.Terry Jan Reedy2016-03-211-2/+4
|