Commit Graph

79578 Commits

Author SHA1 Message Date
Ned Deily 06cd1c3d36 Issue 27216: Fix typo (noticed by Alex Chan). 2016-06-04 09:39:42 -07:00
Terry Jan Reedy 0ba3c803ea IDLE test README: 'gui' to 'GUI', except in "'gui'" and '-ugui'. 2016-06-04 02:32:09 -04:00
Martin Panter b5f487a090 Fix typo in code comment 2016-06-04 04:57:19 +00:00
Benjamin Peterson a48aa85da0 check the result of PyByteArray_Resize in readline() (closes #27211) 2016-06-03 22:20:44 -07:00
Terry Jan Reedy bbf29ee6e4 Issue 20567: Revise idle_test/README.txt and some tests to match new advice. 2016-06-03 13:33:09 -04:00
Senthil Kumaran e6167e33e6 [backport to 2.7] - issue8519 - Reference termios and ioctl manual pages in the library documentation. 2016-06-02 23:51:22 -07:00
Serhiy Storchaka 13e6581db9 Issue #27185: Rename test_string_merged.py back to test_string.py. 2016-06-03 09:37:39 +03:00
Serhiy Storchaka 6d38c2b4f8 Issue #27185: Merge test_pep292.py into test_string_merged.py. 2016-06-03 09:36:15 +03:00
Serhiy Storchaka 49d6ab62bb Issue #27185: Rename test_pep292.py to test_string_merged.py. 2016-06-03 09:24:40 +03:00
Serhiy Storchaka 15da226154 Issue #27185: Rename test_string.py to test_string_merged.py. 2016-06-03 09:24:01 +03:00
Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) c3cd60e764 issue25931: document that socketserver.Forking* are unavailable on platforms
that support os.fork.
2016-06-03 05:48:23 +00:00
Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) f9f8e18af3 Exclude unittests from the make profile-opt training run that either
take a rediculious amount of time to run, fail or provide little use
to the profile feedback.  (similar to what is already done in 3.5 and
by major Linux distro builds own profiling runs)
2016-06-02 23:50:07 +00:00
Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) c543a0fc3b Issue #25702: A --with-lto configure option has been added that will
enable link time optimizations at build time during a make profile-opt.
Some compilers and toolchains are known to not produce stable code when
using LTO, be sure to test things thoroughly before relying on it.
It can provide a few % speed up over profile-opt alone.
2016-06-02 23:44:40 +00:00
Benjamin Peterson e725777eaf remove (hilarious) defaults for various constants getpath.c needs 2016-06-02 12:41:35 -07:00
R David Murray 3017cef009 #13784: fix xml.sax.reader getColumn/LineNumber docs.
verification and patch by Emily Morehouse.
2016-06-02 15:13:37 -04:00
Benjamin Peterson 382d041131 note that Py_VISIT handles NULL (closes #27183) 2016-06-02 11:35:59 -07:00
Martin Panter 8d496add74 Issue #27171: Fix typos in documentation, code comments, and tests 2016-06-02 10:35:44 +00:00
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