summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
...
* Issue #27125: Remove duplicated words from documentation and commentsMartin Panter2016-05-302-2/+2
* issue27043 - Explain the inspect.cleandoc behavior on synopsis line and other...Senthil Kumaran2016-05-301-2/+6
* Issue #27125: Fix various errors like “will [be] inherited”Martin Panter2016-05-294-5/+6
* 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
* 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
* stop talking about svnBenjamin Peterson2016-05-271-4/+3
* remove cruft from Schwarzian transform sectionBenjamin Peterson2016-05-271-30/+1
* "Numeric Python" -> "NumPy"Benjamin Peterson2016-05-271-1/+1
* Fix Issue #21528 - Fix documentation typosDonald Stufft2014-05-208-10/+10
* #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-1043-243/+269
* Corrections for a/an in code comments and documentationMartin Panter2016-05-085-5/+5
* Fix typos in comments, documentation and test method namesMartin Panter2016-05-082-2/+2
* Issue #26512: Clarify Integral; tidy up table of rounding functionsMartin Panter2016-05-081-13/+16
* Issue #26736: Used HTTPS for external links in the documentation if possible.Serhiy Storchaka2016-05-0753-118/+118
* 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
* Issue #21746: Remove BaseResult reference from urlparse documentationBerker Peksag2016-04-301-12/+2
* 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
* Issue #20598: Replace trivial split() calls with lists in argparse docsMartin Panter2016-04-261-23/+23
* Issue #24715: Improve sort stability exampleRaymond Hettinger2016-04-261-1/+5
* Issue #23986: Note that the in-operator for lists and tuples check identity ...Raymond Hettinger2016-04-261-1/+1
* backport fix for Issue #26804.Senthil Kumaran2016-04-251-0/+2
* fix python 3 mod init function declaration (closes #26827)Benjamin Peterson2016-04-231-1/+1
* Fix spelling (inital), grammar (may translates) in documentation, commentsMartin Panter2016-04-191-1/+1
* Issue #26778: Fixed "a/an/and" typos in code comment and documentation.Serhiy Storchaka2016-04-1720-25/+25
* Issue #24173: Fix curses.wrapper link in curses HOWTOBerker Peksag2016-04-161-7/+6
* Fix typos in code comment and documentationMartin Panter2016-04-162-2/+2
* Issue #26638: Fix links to some CLI optionsMartin Panter2016-04-1611-30/+30
* Issue #25314: Remove confused statement about const argumentMartin Panter2016-04-091-3/+3
* Correct “an” → “a” with “Unicode”, “user”, “UTF”, etcMartin Panter2016-04-1512-15/+15
* Issue #26747: Document that InstanceTypes only works for old-style classesBerker Peksag2016-04-141-1/+1
* Update susp-ignore file (#25910).Georg Brandl2016-02-281-1/+1
* 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
* Issue #25910: Fixed more links in the docs.Serhiy Storchaka2016-04-112-3/+3
* Issue #25910: Fixed dead links in the docs.Serhiy Storchaka2016-04-115-8/+8
* Closes #25910: fix dead and permanently redirected links in the docs. Thanks ...Georg Brandl2016-02-2644-177/+172
* Issue #6953: Rearrange and expand Readline module documentationMartin Panter2016-04-051-58/+114
* Issue #26678: Fix datetime.tzinfo indexing and “tzinfo” attribute linksMartin Panter2016-04-011-50/+53
* Added a cookbook recipe for a logging context manager.Vinay Sajip2016-04-011-0/+102
* Remove redundant leading zeroes in PEP references.Serhiy Storchaka2016-03-316-7/+7
* Issue #15660: Further clarify 0 prefix for width specifier in formats.Terry Jan Reedy2016-03-211-2/+4