Commit Graph

79561 Commits

Author SHA1 Message Date
Berker Peksag 56da8fa581 Issue #12243: Remove redundant availability notes from getpass docs
I wonder why I keep forgetting 2.7 :P

Patch by Bryce Verdier.
2016-06-01 18:32:42 -07:00
Martin Panter fcd7d34afb Issue #25570: Add example of customizing User-Agent via add_header() 2016-06-01 08:20:22 +00:00
Ezio Melotti d2b4926fa7 Fix a few typos. Patch by Eitan Adler. 2013-01-27 06:20:14 +02:00
Fred Drake 9c771ba085 fix typo 2007-09-04 19:43:19 +00:00
Martin Panter 200a615774 Issue #27125: Remove duplicated words from documentation and comments 2016-05-30 04:04:50 +00:00
Terry Jan Reedy f50417b72f Add items to MISC/NEWS and idlelib/NEWS.txt. 2016-05-30 01:02:28 -04:00
Senthil Kumaran 739b3737f2 issue27043 - Explain the inspect.cleandoc behavior on synopsis line and other lines.
Patch contributed by Nathan Harold.
2016-05-29 20:38:55 -07:00
Martin Panter b44c4520d9 Issue #27125: Fix various errors like “will [be] inherited” 2016-05-29 08:13:58 +00:00
Benjamin Peterson 6ee36a5a8c Backed out changeset e7062dd9085e (#25731) 2016-05-28 14:03:41 -07:00
Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) 253c0bff9a issue26083: Avoid duplicate error message string from a subprocess exec failure.Avoid a duplicate error message string from a subprocess exec failure.
:P
2016-05-28 19:24:14 +00:00
Raymond Hettinger cb0fc27f20 Issue 25926: Clarify that the pure python equivalents are only approximate. 2016-05-28 00:26:41 -07:00
Martin Panter 5720493172 Issue #26553: Capitalization of HTTP, HTTPS, FTP, and URL
Patch by Anish Shah and Aatish Neupane.
2016-05-28 02:33:05 +00:00
Martin Panter 6ecfab85d9 Issue #5784: Cannot test wbits=0 unless we know we have zlib v1.2.3.5 2016-05-27 11:20:21 +00:00
Martin Panter 9c946bbf20 Issue #5784: Expand documentation and tests for zlib wbits parameter
Based on documentation by AM Kuchling.
2016-05-27 07:32:11 +00:00
Benjamin Peterson 5541aa35d0 stop talking about svn 2016-05-26 23:18:51 -07:00
Benjamin Peterson 496790b541 remove cruft from Schwarzian transform section 2016-05-26 22:55:49 -07:00
Benjamin Peterson 01d2580d4b "Numeric Python" -> "NumPy" 2016-05-26 22:51:32 -07:00
Steve Dower 90c9b40c71 Issue #27114: Fix SSLContext._load_windows_store_certs fails with PermissionError 2016-05-26 12:17:21 -07:00
Martin Panter b1d867f149 Issue #27076: Doc, comment and test function name spelling fixes
Most fixes to Doc/ and Lib/ directories by Ville Skyttä.
2016-05-26 05:28:50 +00:00
Donald Stufft 5db0b3396e Fix Issue #21528 - Fix documentation typos 2014-05-20 12:58:38 -04:00
Raymond Hettinger 3214ed648a Nits 2010-12-16 00:30:53 +00:00
Georg Brandl 171deb279c #5486: typos. 2009-03-13 19:04:40 +00:00
Georg Brandl 880e4f3ca1 #9911: doc copyedits. 2010-09-21 14:48:28 +00:00
Eli Bendersky 658903e1ad Fix typo in library/ipc.rst 2014-02-09 05:54:13 -08:00
Benjamin Peterson 59dd0e64ad fix indentation and add curlies (closes #27093) 2016-05-23 22:47:50 -07:00
Terry Jan Reedy 2aaad462ca Issue #26673: Protect IDLE from Linux fonts with reported default size 0.
Such fonts on Linux prevented the configuration dialog from opening.
2016-05-22 14:35:13 -04:00
Serhiy Storchaka a8a259eedb Backported curses tests. 2016-05-22 18:24:48 +03:00
Martin Panter 0d84ea76c8 Fix minor inconsistencies with Issue #N references in NEWS 2016-05-22 03:11:44 +00:00
Serhiy Storchaka 12cf60c7fa Issue #26168: Fixed possible refleaks in failing Py_BuildValue() with the "N"
format unit.
2016-05-20 22:31:24 +03:00
Serhiy Storchaka 6546d7cac4 Fixed test_sizeof for deque. 2016-05-18 13:00:48 +03:00
Terry Jan Reedy 0825e633cd Backports: #25747: remove bad test. #27044: stop test_idle from leaking. 2016-05-16 22:27:22 -04:00
Serhiy Storchaka c742dff16a Issue #27039: Fixed bytearray.remove() for values greater than 127.
Patch by Joe Jevnik.
2016-05-16 22:15:57 +03:00
Martin Panter 3079bbebac Issue #14132: Fix redirect handling when target is just a query string 2016-05-16 01:07:13 +00:00
Serhiy Storchaka a898abde9e Issue #19524: Port fakehttp() from Py3 c1fb19907cc4 for use in test_urllib2 2014-09-06 21:41:39 +03:00
Serhiy Storchaka d0dc72b497 Issue #26995: Added tests for "f", "d", "D", "S", "Y", and "U" format codes
in PyArg_ParseTuple().
2016-05-16 10:12:02 +03:00
Serhiy Storchaka c6a7c96a8f Backported tests for issue #18531. 2016-05-16 09:55:32 +03:00
Terry Jan Reedy 6904ca3a5a Issue 18910: Edit idle_test/README.txt to add 'requires' warning. 2016-05-15 23:52:50 -04:00
Martin Panter f45c1755c3 Remove PEP 291 compatibility requirements for ctypes and modulefinder
https://mail.python.org/pipermail/python-dev/2016-May/144502.html
2016-05-14 07:25:37 +00:00
Serhiy Storchaka 0e1c5f7dae Restored test_interleaved. After issue #8886 it was a duplicate of
test_different_file.
2016-05-13 21:19:44 +03:00
Martin Panter 1edccfa60a Issue #22274: Redirect stderr=STDOUT when stdout not redirected, by Akira Li 2016-05-13 01:54:44 +00:00
Benjamin Peterson 413a8e1b1b fix indentation of comments in cellobject.c (closes #27011) 2016-05-12 23:12:21 -07:00
Antoine Pitrou ec62130655 Issue #12045: Avoid duplicate execution of command in ctypes.util._get_soname().
Patch by Sijin Joseph.
2011-05-25 18:17:25 +02:00
Serhiy Storchaka 12d547a80d Issue #23921: Standardized documentation whitespace formatting.
Original patch by James Edwards.
2016-05-10 13:45:32 +03:00
Senthil Kumaran 09f1679a40 Add NEWS entry for issue26960. 2016-05-10 01:29:34 -07:00
Senthil Kumaran b5a67dec98 Closes issue26960.
Backport issue16270: Fix for urllib hanging with ftp urls.
2016-05-10 01:12:55 -07:00
Serhiy Storchaka 22d8942b8d Issue #25745: Fixed leaking a userptr in curses panel destructor. 2016-05-09 00:11:59 +03:00
Serhiy Storchaka 3111c94b16 Issue #26881: modulefinder now works with bytecode with extended args. 2016-05-09 00:02:06 +03:00
Martin Panter 4f23cabc16 Corrections for a/an in code comments and documentation 2016-05-08 13:45:55 +00:00
Martin Panter f2f1c57b7e Fix typos in comments, documentation and test method names 2016-05-08 13:18:25 +00:00
Martin Panter cdbf38cbd6 Issue #26512: Clarify Integral; tidy up table of rounding functions
Based on patch by Julien.
2016-05-08 12:47:37 +00:00