| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Issue #27125: Remove duplicated words from documentation and comments | Martin Panter | 2016-05-30 | 2 | -2/+2 |
|
|
| * | issue27043 - Explain the inspect.cleandoc behavior on synopsis line and other... | Senthil Kumaran | 2016-05-30 | 1 | -2/+6 |
|
|
| * | Issue #27125: Fix various errors like “will [be] inherited” | Martin Panter | 2016-05-29 | 4 | -5/+6 |
|
|
| * | Issue 25926: Clarify that the pure python equivalents are only approximate. | Raymond Hettinger | 2016-05-28 | 1 | -20/+20 |
|
|
| * | Issue #26553: Capitalization of HTTP, HTTPS, FTP, and URL | Martin Panter | 2016-05-28 | 7 | -11/+11 |
|
|
| * | Issue #5784: Cannot test wbits=0 unless we know we have zlib v1.2.3.5 | Martin Panter | 2016-05-27 | 1 | -0/+1 |
|
|
| * | Issue #5784: Expand documentation and tests for zlib wbits parameter | Martin Panter | 2016-05-27 | 1 | -15/+51 |
|
|
| * | stop talking about svn | Benjamin Peterson | 2016-05-27 | 1 | -4/+3 |
|
|
| * | remove cruft from Schwarzian transform section | Benjamin Peterson | 2016-05-27 | 1 | -30/+1 |
|
|
| * | "Numeric Python" -> "NumPy" | Benjamin Peterson | 2016-05-27 | 1 | -1/+1 |
|
|
| * | Fix Issue #21528 - Fix documentation typos | Donald Stufft | 2014-05-20 | 8 | -10/+10 |
|
|
| * | #5486: typos. | Georg Brandl | 2009-03-13 | 1 | -2/+2 |
|
|
| * | #9911: doc copyedits. | Georg Brandl | 2010-09-21 | 4 | -4/+4 |
|
|
| * | Fix typo in library/ipc.rst | Eli Bendersky | 2014-02-09 | 1 | -1/+1 |
|
|
| * | Issue #23921: Standardized documentation whitespace formatting. | Serhiy Storchaka | 2016-05-10 | 43 | -243/+269 |
|
|
| * | Corrections for a/an in code comments and documentation | Martin Panter | 2016-05-08 | 5 | -5/+5 |
|
|
| * | Fix typos in comments, documentation and test method names | Martin Panter | 2016-05-08 | 2 | -2/+2 |
|
|
| * | Issue #26512: Clarify Integral; tidy up table of rounding functions | Martin Panter | 2016-05-08 | 1 | -13/+16 |
|
|
| * | Issue #26736: Used HTTPS for external links in the documentation if possible. | Serhiy Storchaka | 2016-05-07 | 53 | -118/+118 |
|
|
| * | Issue #26889: Fixed hyperlinks formatting. | Serhiy Storchaka | 2016-05-07 | 1 | -4/+4 |
|
|
| * | Issue #26889: Tweaked xmlrpclib documentation. | Serhiy Storchaka | 2016-05-07 | 1 | -86/+100 |
|
|
| * | Issue #26962: Backport 23d986228c6b to 2.7 | Berker Peksag | 2016-05-05 | 1 | -2/+2 |
|
|
| * | Clarify IDLE-console differences with respect to the sys module. | Terry Jan Reedy | 2016-05-02 | 1 | -8/+10 |
|
|
| * | Issue #21746: Remove BaseResult reference from urlparse documentation | Berker Peksag | 2016-04-30 | 1 | -12/+2 |
|
|
| * | fileinput.hook_encoded() uses io.open(), not codecs.open(). | Serhiy Storchaka | 2016-04-27 | 1 | -1/+1 |
|
|
| * | Issue #26672: Fix regrtest example in test.rst | Berker Peksag | 2016-04-27 | 1 | -1/+1 |
|
|
| * | Issue #20598: Replace trivial split() calls with lists in argparse docs | Martin Panter | 2016-04-26 | 1 | -23/+23 |
|
|
| * | Issue #24715: Improve sort stability example | Raymond Hettinger | 2016-04-26 | 1 | -1/+5 |
|
|
| * | Issue #23986: Note that the in-operator for lists and tuples check identity ... | Raymond Hettinger | 2016-04-26 | 1 | -1/+1 |
|
|
| * | backport fix for Issue #26804. | Senthil Kumaran | 2016-04-25 | 1 | -0/+2 |
|
|
| * | fix python 3 mod init function declaration (closes #26827) | Benjamin Peterson | 2016-04-23 | 1 | -1/+1 |
|
|
| * | Fix spelling (inital), grammar (may translates) in documentation, comments | Martin Panter | 2016-04-19 | 1 | -1/+1 |
|
|
| * | Issue #26778: Fixed "a/an/and" typos in code comment and documentation. | Serhiy Storchaka | 2016-04-17 | 20 | -25/+25 |
|
|
| * | Issue #24173: Fix curses.wrapper link in curses HOWTO | Berker Peksag | 2016-04-16 | 1 | -7/+6 |
|
|
| * | Fix typos in code comment and documentation | Martin Panter | 2016-04-16 | 2 | -2/+2 |
|
|
| * | Issue #26638: Fix links to some CLI options | Martin Panter | 2016-04-16 | 11 | -30/+30 |
|
|
| * | Issue #25314: Remove confused statement about const argument | Martin Panter | 2016-04-09 | 1 | -3/+3 |
|
|
| * | Correct “an” → “a” with “Unicode”, “user”, “UTF”, etc | Martin Panter | 2016-04-15 | 12 | -15/+15 |
|
|
| * | Issue #26747: Document that InstanceTypes only works for old-style classes | Berker Peksag | 2016-04-14 | 1 | -1/+1 |
|
|
| * | Update susp-ignore file (#25910). | Georg Brandl | 2016-02-28 | 1 | -1/+1 |
|
|
| * | Issue #25496: Document compresslevel defaults to 9, by Hamza T Khan | Martin Panter | 2016-04-13 | 1 | -2/+2 |
|
|
| * | Clarify greedy-qualifier example, avoid HTML. | Georg Brandl | 2016-04-12 | 1 | -4/+4 |
|
|
| * | Issue #25910: Fixed more links in the docs. | Serhiy Storchaka | 2016-04-11 | 2 | -3/+3 |
|
|
| * | Issue #25910: Fixed dead links in the docs. | Serhiy Storchaka | 2016-04-11 | 5 | -8/+8 |
|
|
| * | Closes #25910: fix dead and permanently redirected links in the docs. Thanks ... | Georg Brandl | 2016-02-26 | 44 | -177/+172 |
|
|
| * | Issue #6953: Rearrange and expand Readline module documentation | Martin Panter | 2016-04-05 | 1 | -58/+114 |
|
|
| * | Issue #26678: Fix datetime.tzinfo indexing and “tzinfo” attribute links | Martin Panter | 2016-04-01 | 1 | -50/+53 |
|
|
| * | Added a cookbook recipe for a logging context manager. | Vinay Sajip | 2016-04-01 | 1 | -0/+102 |
|
|
| * | Remove redundant leading zeroes in PEP references. | Serhiy Storchaka | 2016-03-31 | 6 | -7/+7 |
|
|
| * | Issue #15660: Further clarify 0 prefix for width specifier in formats. | Terry Jan Reedy | 2016-03-21 | 1 | -2/+4 |
|
|