| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 | 12 | -14/+15 |
|
|
* | Backed out changeset e7062dd9085e (#25731) | Benjamin Peterson | 2016-05-28 | 1 | -1/+1 |
|
|
* | issue26083: Avoid duplicate error message string from a subprocess exec failu... | Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) | 2016-05-28 | 1 | -1/+1 |
|
|
* | Issue 25926: Clarify that the pure python equivalents are only approximate. | Raymond Hettinger | 2016-05-28 | 2 | -20/+21 |
|
|
* | 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 | 2 | -2/+1 |
|
|
* | Issue #5784: Expand documentation and tests for zlib wbits parameter | Martin Panter | 2016-05-27 | 3 | -19/+98 |
|
|
* | 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 |
|
|
* | Issue #27114: Fix SSLContext._load_windows_store_certs fails with PermissionE... | Steve Dower | 2016-05-26 | 2 | -5/+12 |
|
|
* | Issue #27076: Doc, comment and test function name spelling fixes | Martin Panter | 2016-05-26 | 45 | -50/+51 |
|
|
* | Fix Issue #21528 - Fix documentation typos | Donald Stufft | 2014-05-20 | 8 | -10/+10 |
|
|
* | Nits | Raymond Hettinger | 2010-12-16 | 1 | -1/+1 |
|
|
* | #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 |
|
|
* | fix indentation and add curlies (closes #27093) | Benjamin Peterson | 2016-05-24 | 1 | -11/+15 |
|
|
* | Issue #26673: Protect IDLE from Linux fonts with reported default size 0. | Terry Jan Reedy | 2016-05-22 | 1 | -1/+1 |
|
|
* | Backported curses tests. | Serhiy Storchaka | 2016-05-22 | 1 | -273/+307 |
|
|
* | Fix minor inconsistencies with Issue #N references in NEWS | Martin Panter | 2016-05-22 | 1 | -12/+12 |
|
|
* | Issue #26168: Fixed possible refleaks in failing Py_BuildValue() with the "N" | Serhiy Storchaka | 2016-05-20 | 4 | -43/+172 |
|
|
* | Fixed test_sizeof for deque. | Serhiy Storchaka | 2016-05-18 | 1 | -2/+2 |
|
|
* | Backports: #25747: remove bad test. #27044: stop test_idle from leaking. | Terry Jan Reedy | 2016-05-17 | 3 | -9/+11 |
|
|
* | Issue #27039: Fixed bytearray.remove() for values greater than 127. | Serhiy Storchaka | 2016-05-16 | 4 | -7/+16 |
|
|
* | Issue #14132: Fix redirect handling when target is just a query string | Martin Panter | 2016-05-16 | 4 | -4/+25 |
|
|
* | Issue #19524: Port fakehttp() from Py3 c1fb19907cc4 for use in test_urllib2 | Serhiy Storchaka | 2014-09-06 | 2 | -22/+28 |
|
|
* | Issue #26995: Added tests for "f", "d", "D", "S", "Y", and "U" format codes | Serhiy Storchaka | 2016-05-16 | 2 | -1/+232 |
|
|
* | Backported tests for issue #18531. | Serhiy Storchaka | 2016-05-16 | 2 | -0/+78 |
|
|
* | Issue 18910: Edit idle_test/README.txt to add 'requires' warning. | Terry Jan Reedy | 2016-05-16 | 1 | -0/+2 |
|
|
* | Remove PEP 291 compatibility requirements for ctypes and modulefinder | Martin Panter | 2016-05-14 | 20 | -50/+17 |
|
|
* | Restored test_interleaved. After issue #8886 it was a duplicate of | Serhiy Storchaka | 2016-05-13 | 1 | -4/+5 |
|
|
* | Issue #22274: Redirect stderr=STDOUT when stdout not redirected, by Akira Li | Martin Panter | 2016-05-13 | 3 | -1/+28 |
|
|
* | fix indentation of comments in cellobject.c (closes #27011) | Benjamin Peterson | 2016-05-13 | 1 | -3/+3 |
|
|
* | Issue #12045: Avoid duplicate execution of command in ctypes.util._get_soname(). | Antoine Pitrou | 2011-05-25 | 2 | -8/+8 |
|
|
* | Issue #23921: Standardized documentation whitespace formatting. | Serhiy Storchaka | 2016-05-10 | 43 | -243/+269 |
|
|
* | Add NEWS entry for issue26960. | Senthil Kumaran | 2016-05-10 | 1 | -0/+3 |
|
|
* | Closes issue26960. | Senthil Kumaran | 2016-05-10 | 1 | -6/+0 |
|
|
* | Issue #25745: Fixed leaking a userptr in curses panel destructor. | Serhiy Storchaka | 2016-05-08 | 2 | -1/+6 |
|
|
* | Issue #26881: modulefinder now works with bytecode with extended args. | Serhiy Storchaka | 2016-05-08 | 3 | -38/+60 |
|
|
* | Corrections for a/an in code comments and documentation | Martin Panter | 2016-05-08 | 16 | -19/+19 |
|
|
* | Fix typos in comments, documentation and test method names | Martin Panter | 2016-05-08 | 9 | -11/+11 |
|
|
* | Issue #26512: Clarify Integral; tidy up table of rounding functions | Martin Panter | 2016-05-08 | 1 | -13/+16 |
|
|
* | Replace example.com with pythontest.net in test_getcode of test_urllibnet | Berker Peksag | 2016-05-07 | 1 | -1/+1 |
|
|
* | Issue #17765: weakref.ref() no longer silently ignores keyword arguments. | Serhiy Storchaka | 2016-05-07 | 3 | -1/+10 |
|
|
* | Issue #26736: Used HTTPS for external links in the documentation if possible. | Serhiy Storchaka | 2016-05-07 | 54 | -118/+120 |
|
|
* | 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 |
|
|