summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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-2912-14/+15
* Backed out changeset e7062dd9085e (#25731)Benjamin Peterson2016-05-281-1/+1
* issue26083: Avoid duplicate error message string from a subprocess exec failu...Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D)2016-05-281-1/+1
* Issue 25926: Clarify that the pure python equivalents are only approximate.Raymond Hettinger2016-05-282-20/+21
* 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-272-2/+1
* Issue #5784: Expand documentation and tests for zlib wbits parameterMartin Panter2016-05-273-19/+98
* 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
* Issue #27114: Fix SSLContext._load_windows_store_certs fails with PermissionE...Steve Dower2016-05-262-5/+12
* Issue #27076: Doc, comment and test function name spelling fixesMartin Panter2016-05-2645-50/+51
* Fix Issue #21528 - Fix documentation typosDonald Stufft2014-05-208-10/+10
* NitsRaymond Hettinger2010-12-161-1/+1
* #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
* fix indentation and add curlies (closes #27093)Benjamin Peterson2016-05-241-11/+15
* Issue #26673: Protect IDLE from Linux fonts with reported default size 0.Terry Jan Reedy2016-05-221-1/+1
* Backported curses tests.Serhiy Storchaka2016-05-221-273/+307
* Fix minor inconsistencies with Issue #N references in NEWSMartin Panter2016-05-221-12/+12
* Issue #26168: Fixed possible refleaks in failing Py_BuildValue() with the "N"Serhiy Storchaka2016-05-204-43/+172
* Fixed test_sizeof for deque.Serhiy Storchaka2016-05-181-2/+2
* Backports: #25747: remove bad test. #27044: stop test_idle from leaking.Terry Jan Reedy2016-05-173-9/+11
* Issue #27039: Fixed bytearray.remove() for values greater than 127.Serhiy Storchaka2016-05-164-7/+16
* Issue #14132: Fix redirect handling when target is just a query stringMartin Panter2016-05-164-4/+25
* Issue #19524: Port fakehttp() from Py3 c1fb19907cc4 for use in test_urllib2Serhiy Storchaka2014-09-062-22/+28
* Issue #26995: Added tests for "f", "d", "D", "S", "Y", and "U" format codesSerhiy Storchaka2016-05-162-1/+232
* Backported tests for issue #18531.Serhiy Storchaka2016-05-162-0/+78
* Issue 18910: Edit idle_test/README.txt to add 'requires' warning.Terry Jan Reedy2016-05-161-0/+2
* Remove PEP 291 compatibility requirements for ctypes and modulefinderMartin Panter2016-05-1420-50/+17
* Restored test_interleaved. After issue #8886 it was a duplicate ofSerhiy Storchaka2016-05-131-4/+5
* Issue #22274: Redirect stderr=STDOUT when stdout not redirected, by Akira LiMartin Panter2016-05-133-1/+28
* fix indentation of comments in cellobject.c (closes #27011)Benjamin Peterson2016-05-131-3/+3
* Issue #12045: Avoid duplicate execution of command in ctypes.util._get_soname().Antoine Pitrou2011-05-252-8/+8
* Issue #23921: Standardized documentation whitespace formatting.Serhiy Storchaka2016-05-1043-243/+269
* Add NEWS entry for issue26960.Senthil Kumaran2016-05-101-0/+3
* Closes issue26960.Senthil Kumaran2016-05-101-6/+0
* Issue #25745: Fixed leaking a userptr in curses panel destructor.Serhiy Storchaka2016-05-082-1/+6
* Issue #26881: modulefinder now works with bytecode with extended args.Serhiy Storchaka2016-05-083-38/+60
* Corrections for a/an in code comments and documentationMartin Panter2016-05-0816-19/+19
* Fix typos in comments, documentation and test method namesMartin Panter2016-05-089-11/+11
* Issue #26512: Clarify Integral; tidy up table of rounding functionsMartin Panter2016-05-081-13/+16
* Replace example.com with pythontest.net in test_getcode of test_urllibnetBerker Peksag2016-05-071-1/+1
* Issue #17765: weakref.ref() no longer silently ignores keyword arguments.Serhiy Storchaka2016-05-073-1/+10
* Issue #26736: Used HTTPS for external links in the documentation if possible.Serhiy Storchaka2016-05-0754-118/+120
* 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