]> granicus.if.org Git - python/log
python
8 years agoIssue #27365: revert temporary rename
Terry Jan Reedy [Wed, 22 Jun 2016 08:57:23 +0000 (04:57 -0400)]
Issue #27365: revert  temporary rename

8 years agoIssue #27365: add chunk
Terry Jan Reedy [Wed, 22 Jun 2016 08:54:18 +0000 (04:54 -0400)]
Issue #27365: add chunk

8 years agoIssue #27365: add chunk
Terry Jan Reedy [Wed, 22 Jun 2016 08:50:16 +0000 (04:50 -0400)]
Issue #27365: add chunk

8 years agoIssue #27365: revert temporary rename
Terry Jan Reedy [Wed, 22 Jun 2016 08:32:06 +0000 (04:32 -0400)]
Issue #27365: revert  temporary rename

8 years agoIssue #27365: partial merge
Terry Jan Reedy [Wed, 22 Jun 2016 08:24:27 +0000 (04:24 -0400)]
Issue #27365: partial merge

8 years agoIssue #27365: temporary rename
Terry Jan Reedy [Wed, 22 Jun 2016 08:21:22 +0000 (04:21 -0400)]
Issue #27365: temporary rename

8 years agoIssue #27365: Allow non-ascii in idlelib/NEWS.txt, for contributor names.
Terry Jan Reedy [Wed, 22 Jun 2016 08:17:28 +0000 (04:17 -0400)]
Issue #27365: Allow non-ascii in idlelib/NEWS.txt, for contributor names.
Rest of patch that should not be cherry picked into 3.5.2 final.

8 years agoIssue #27365: Merge minimal part.
Terry Jan Reedy [Wed, 22 Jun 2016 07:57:32 +0000 (03:57 -0400)]
Issue #27365:  Merge minimal part.

8 years agoIssue #27365: Allow non-ascii in idlelib/NEWS.txt - minimal part for 3.5.2.
Terry Jan Reedy [Wed, 22 Jun 2016 07:55:20 +0000 (03:55 -0400)]
Issue #27365: Allow non-ascii in idlelib/NEWS.txt - minimal part for 3.5.2.

8 years agomerge 3.5
Benjamin Peterson [Wed, 22 Jun 2016 06:47:24 +0000 (23:47 -0700)]
merge 3.5

8 years agoalter header; '%' really throws latex through a loop
Benjamin Peterson [Wed, 22 Jun 2016 06:47:16 +0000 (23:47 -0700)]
alter header; '%' really throws latex through a loop

8 years agoIssue #24137: Run IDLE, test_idle, and htest with tkinter default root disabled.
Terry Jan Reedy [Tue, 21 Jun 2016 22:41:38 +0000 (18:41 -0400)]
Issue #24137: Run IDLE, test_idle, and htest with tkinter default root disabled.
Fix code and tests that fail with this restriction.
Fix htests to not create a second and redundant root and mainloop.

8 years agoIssue #18726: All optional parameters of the dump(), dumps(),
Serhiy Storchaka [Tue, 21 Jun 2016 21:03:20 +0000 (00:03 +0300)]
Issue #18726: All optional parameters of the dump(), dumps(),
load() and loads() functions and JSONEncoder and JSONDecoder class
constructors in the json module are now keyword-only.

8 years agoIssue #20120: Merge from 3.5
Berker Peksag [Mon, 20 Jun 2016 18:42:05 +0000 (21:42 +0300)]
Issue #20120: Merge from 3.5

8 years agoIssue #20120: Add a test case to verify the % char can be used in .pypirc
Berker Peksag [Mon, 20 Jun 2016 18:41:34 +0000 (21:41 +0300)]
Issue #20120: Add a test case to verify the % char can be used in .pypirc

I noticed that there is no test for this feature while doing
triaging work on pypa/pypi-legacy.

8 years agoMerge 3.5.
Stefan Krah [Mon, 20 Jun 2016 12:13:12 +0000 (14:13 +0200)]
Merge 3.5.

8 years agoIssue #27006: Do not use PyDec_CheckExact() on a type.
Stefan Krah [Mon, 20 Jun 2016 12:12:52 +0000 (14:12 +0200)]
Issue #27006: Do not use PyDec_CheckExact() on a type.

8 years agoMerge 3.5.
Stefan Krah [Mon, 20 Jun 2016 10:10:42 +0000 (12:10 +0200)]
Merge 3.5.

8 years agoIssue #27006: from_float(): call the subclass' __new__() and __init__().
Stefan Krah [Mon, 20 Jun 2016 10:10:13 +0000 (12:10 +0200)]
Issue #27006: from_float(): call the subclass' __new__() and __init__().

8 years agoFix “allow(s) to”
Martin Panter [Mon, 20 Jun 2016 08:00:45 +0000 (08:00 +0000)]
Fix “allow(s) to”

8 years agoMerge spelling fixes from 3.5
Martin Panter [Mon, 20 Jun 2016 07:55:14 +0000 (07:55 +0000)]
Merge spelling fixes from 3.5

8 years agoFix spelling errors in code comments
Martin Panter [Mon, 20 Jun 2016 07:52:50 +0000 (07:52 +0000)]
Fix spelling errors in code comments

8 years agoAdded more tests for issue #27122.
Serhiy Storchaka [Mon, 20 Jun 2016 02:30:31 +0000 (05:30 +0300)]
Added more tests for issue #27122.

8 years agoAdded more tests for issue #27122.
Serhiy Storchaka [Mon, 20 Jun 2016 02:29:54 +0000 (05:29 +0300)]
Added more tests for issue #27122.

8 years agoIssue #27319: Methods selection_set(), selection_add(), selection_remove()
Serhiy Storchaka [Sun, 19 Jun 2016 21:05:40 +0000 (00:05 +0300)]
Issue #27319: Methods selection_set(), selection_add(), selection_remove()
and selection_toggle() of ttk.TreeView now allow to pass multiple items as
multiple arguments instead of passing them as a tuple.  Deprecated
undocumented ability of calling the selection() method with arguments.

8 years agoIssue #23641: Added __getnewargs_ex__ to the list of special mock attributes.
Serhiy Storchaka [Sun, 19 Jun 2016 15:32:07 +0000 (18:32 +0300)]
Issue #23641: Added __getnewargs_ex__ to the list of special mock attributes.

8 years agoIssue #23641: Added __getnewargs_ex__ to the list of special mock attributes.
Serhiy Storchaka [Sun, 19 Jun 2016 15:30:43 +0000 (18:30 +0300)]
Issue #23641: Added __getnewargs_ex__ to the list of special mock attributes.

8 years agoUse macros instead of corresponding functions (they never fail) in _tkinter.c.
Serhiy Storchaka [Sun, 19 Jun 2016 08:22:47 +0000 (11:22 +0300)]
Use macros instead of corresponding functions (they never fail) in _tkinter.c.

8 years agoIssue #23968: Fix installs of the renamed config directory for OS X
Ned Deily [Sat, 18 Jun 2016 19:58:52 +0000 (15:58 -0400)]
Issue #23968: Fix installs of the renamed config directory for OS X
framework builds.

8 years agoIssue #27294: Numerical state in the repr for Tkinter event objects is now
Serhiy Storchaka [Sat, 18 Jun 2016 19:09:30 +0000 (22:09 +0300)]
Issue #27294: Numerical state in the repr for Tkinter event objects is now
represented as a compination of known flags.

8 years agoIssue #27294: Numerical state in the repr for Tkinter event objects is now
Serhiy Storchaka [Sat, 18 Jun 2016 19:08:11 +0000 (22:08 +0300)]
Issue #27294: Numerical state in the repr for Tkinter event objects is now
represented as a compination of known flags.

8 years agoIssue #27294: Numerical state in the repr for Tkinter event objects is now
Serhiy Storchaka [Sat, 18 Jun 2016 18:55:26 +0000 (21:55 +0300)]
Issue #27294: Numerical state in the repr for Tkinter event objects is now
represented as a compination of known flags.

8 years agoIssue #27349: Merge from 3.5
Berker Peksag [Sat, 18 Jun 2016 18:43:16 +0000 (21:43 +0300)]
Issue #27349: Merge from 3.5

8 years agoIssue #27349: Fix typo in distutils upload command
Berker Peksag [Sat, 18 Jun 2016 18:42:37 +0000 (21:42 +0300)]
Issue #27349: Fix typo in distutils upload command

8 years ago[merge from 3.5] - issue27021 - Document SC_IOV_MAX limitation imposed by OS on os...
Senthil Kumaran [Sat, 18 Jun 2016 18:23:04 +0000 (11:23 -0700)]
[merge from 3.5] - issue27021 - Document SC_IOV_MAX limitation imposed by OS on os.writev.

Patch contributed Марк Коренберг.

8 years agoissue27021 - Document SC_IOV_MAX limitation imposed by OS on os.writev.
Senthil Kumaran [Sat, 18 Jun 2016 18:21:50 +0000 (11:21 -0700)]
issue27021 - Document SC_IOV_MAX limitation imposed by OS on os.writev.

Patch contributed Марк Коренберг.

8 years agoIssue #27177: Match objects in the re module now support index-like objects
Serhiy Storchaka [Sat, 18 Jun 2016 13:48:07 +0000 (16:48 +0300)]
Issue #27177: Match objects in the re module now support index-like objects
as group indices.  Based on patches by Jeroen Demeyer and Xiang Zhang.

8 years agoIssue #26536: Use spaces instead of tabs
Berker Peksag [Sat, 18 Jun 2016 13:43:25 +0000 (16:43 +0300)]
Issue #26536: Use spaces instead of tabs

8 years agoIssue #26536: Skip test_sio_loopback_fast_path under Windows 7
Berker Peksag [Sat, 18 Jun 2016 13:10:07 +0000 (16:10 +0300)]
Issue #26536: Skip test_sio_loopback_fast_path under Windows 7

8 years agoIssue #26754: PyUnicode_FSDecoder() accepted a filename argument encoded as
Serhiy Storchaka [Sat, 18 Jun 2016 10:56:16 +0000 (13:56 +0300)]
Issue #26754: PyUnicode_FSDecoder() accepted a filename argument encoded as
an iterable of integers. Now only strings and byte-like objects are accepted.

8 years agoIssue #26754: PyUnicode_FSDecoder() accepted a filename argument encoded as
Serhiy Storchaka [Sat, 18 Jun 2016 10:53:36 +0000 (13:53 +0300)]
Issue #26754: PyUnicode_FSDecoder() accepted a filename argument encoded as
an iterable of integers. Now only strings and byte-like objects are accepted.

8 years agoIssue #24314: Merge doc links from 3.5
Martin Panter [Sat, 18 Jun 2016 08:20:22 +0000 (08:20 +0000)]
Issue #24314: Merge doc links from 3.5

8 years agoIssue #27343: Fixed error message for conflicting initializers of ctypes.Structure.
Serhiy Storchaka [Sat, 18 Jun 2016 06:58:55 +0000 (09:58 +0300)]
Issue #27343: Fixed error message for conflicting initializers of ctypes.Structure.

8 years agoIssue #27343: Fixed error message for conflicting initializers of ctypes.Structure.
Serhiy Storchaka [Sat, 18 Jun 2016 06:58:24 +0000 (09:58 +0300)]
Issue #27343: Fixed error message for conflicting initializers of ctypes.Structure.

8 years agoIssue #27333: Simplified testing step on 0.
Serhiy Storchaka [Sat, 18 Jun 2016 06:51:55 +0000 (09:51 +0300)]
Issue #27333: Simplified testing step on 0.

8 years agoIssue #27342: Replaced some Py_XDECREFs with Py_DECREFs.
Serhiy Storchaka [Sat, 18 Jun 2016 06:44:03 +0000 (09:44 +0300)]
Issue #27342: Replaced some Py_XDECREFs with Py_DECREFs.
Patch by Xiang Zhang.

8 years agoIssue #24314: Fix doc links for general attributes like __name__, __dict__
Martin Panter [Sat, 18 Jun 2016 03:57:31 +0000 (03:57 +0000)]
Issue #24314: Fix doc links for general attributes like __name__, __dict__

8 years agoIssue #27312: Fix TypeError in test_setupapp
Berker Peksag [Sat, 18 Jun 2016 01:18:24 +0000 (04:18 +0300)]
Issue #27312: Fix TypeError in test_setupapp

8 years agoIssue #27312: mock out function that fails when called from setupApp during
Terry Jan Reedy [Fri, 17 Jun 2016 23:55:46 +0000 (19:55 -0400)]
Issue #27312: mock out function that fails when called from setupApp during
IDLE test_macosx and see if addOpenEventSupport() fails.

8 years agoIssue #26536: socket.ioctl now supports SIO_LOOPBACK_FAST_PATH. Patch by Daniel Stokes.
Steve Dower [Fri, 17 Jun 2016 19:52:18 +0000 (12:52 -0700)]
Issue #26536: socket.ioctl now supports SIO_LOOPBACK_FAST_PATH. Patch by Daniel Stokes.

8 years agoIssue #27048: Prevents distutils failing on Windows when environment variables contai...
Steve Dower [Fri, 17 Jun 2016 16:33:11 +0000 (09:33 -0700)]
Issue #27048: Prevents distutils failing on Windows when environment variables contain non-ASCII characters

8 years agoIssue #27048: Prevents distutils failing on Windows when environment variables contai...
Steve Dower [Fri, 17 Jun 2016 16:32:38 +0000 (09:32 -0700)]
Issue #27048: Prevents distutils failing on Windows when environment variables contain non-ASCII characters

8 years agoIssue #27336: Fix compilation on Windows
Victor Stinner [Fri, 17 Jun 2016 10:29:00 +0000 (12:29 +0200)]
Issue #27336: Fix compilation on Windows

Replace "#if WITH_THREAD" with "#ifdef WITH_THREAD".

8 years agoIssue #27336: Fix compilation failures --without-threads
Berker Peksag [Fri, 17 Jun 2016 10:25:01 +0000 (13:25 +0300)]
Issue #27336: Fix compilation failures --without-threads

8 years agoctypes: the type of b_size is Py_ssize_t.
Serhiy Storchaka [Fri, 17 Jun 2016 08:13:03 +0000 (11:13 +0300)]
ctypes: the type of b_size is Py_ssize_t.

8 years agoctypes: the type of b_size is Py_ssize_t.
Serhiy Storchaka [Fri, 17 Jun 2016 08:11:07 +0000 (11:11 +0300)]
ctypes: the type of b_size is Py_ssize_t.

8 years agoMerge 3.5
Victor Stinner [Thu, 16 Jun 2016 22:01:30 +0000 (00:01 +0200)]
Merge 3.5

8 years agopy_getrandom(): use long type for the syscall() result
Victor Stinner [Thu, 16 Jun 2016 21:53:47 +0000 (23:53 +0200)]
py_getrandom(): use long type for the syscall() result

Issue #27278. It should fix a conversion warning.

In practice, the Linux kernel doesn't return more than 32 MB per call to the
getrandom() syscall.

8 years agoIssue #27330: Fixed possible leaks in the ctypes module.
Serhiy Storchaka [Thu, 16 Jun 2016 19:10:13 +0000 (22:10 +0300)]
Issue #27330: Fixed possible leaks in the ctypes module.

8 years agoIssue #27330: Fixed possible leaks in the ctypes module.
Serhiy Storchaka [Thu, 16 Jun 2016 19:08:46 +0000 (22:08 +0300)]
Issue #27330: Fixed possible leaks in the ctypes module.

8 years agoIssue #26930: Merge with 3.5
Zachary Ware [Wed, 15 Jun 2016 22:16:16 +0000 (17:16 -0500)]
Issue #26930: Merge with 3.5

8 years agoIssue #26930: Update Windows build to OpenSSL 1.0.2h
Zachary Ware [Wed, 15 Jun 2016 22:13:28 +0000 (17:13 -0500)]
Issue #26930: Update Windows build to OpenSSL 1.0.2h

8 years agoIssue #27327: null merge from 3.5
Ned Deily [Wed, 15 Jun 2016 22:09:45 +0000 (18:09 -0400)]
Issue #27327: null merge from 3.5

8 years agoIssue #27327: fix doc typo, noted by Jakub Wilk.
Ned Deily [Wed, 15 Jun 2016 22:06:32 +0000 (18:06 -0400)]
Issue #27327: fix doc typo, noted by Jakub Wilk.

8 years agoIssue #27301: Fixed incorrect return codes for errors in compile.c.
Serhiy Storchaka [Wed, 15 Jun 2016 17:07:53 +0000 (20:07 +0300)]
Issue #27301: Fixed incorrect return codes for errors in compile.c.

8 years agoIssue #27301: Fixed incorrect return codes for errors in compile.c.
Serhiy Storchaka [Wed, 15 Jun 2016 17:06:07 +0000 (20:06 +0300)]
Issue #27301: Fixed incorrect return codes for errors in compile.c.

8 years agoMerge from 3.5
Berker Peksag [Wed, 15 Jun 2016 15:13:12 +0000 (18:13 +0300)]
Merge from 3.5

8 years agoMake faq/general.rst gender-inclusive, patch by Sam Hathaway.
Berker Peksag [Wed, 15 Jun 2016 15:12:49 +0000 (18:12 +0300)]
Make faq/general.rst gender-inclusive, patch by Sam Hathaway.

8 years agoIssue #26862: SYS_getdents64 does not need to be defined on android API 21.
Xavier de Gaye [Wed, 15 Jun 2016 09:35:29 +0000 (11:35 +0200)]
Issue #26862: SYS_getdents64 does not need to be defined on android API 21.

8 years agomerge with 3.5
Georg Brandl [Wed, 15 Jun 2016 06:58:46 +0000 (08:58 +0200)]
merge with 3.5

8 years agomerge with 3.4
Georg Brandl [Wed, 15 Jun 2016 06:58:00 +0000 (08:58 +0200)]
merge with 3.4

8 years agoDocs: add html-stable autobuild variant
Georg Brandl [Wed, 15 Jun 2016 06:57:32 +0000 (08:57 +0200)]
Docs: add html-stable autobuild variant

8 years agoIssue #27311: Merge zipfile doc from 3.5
Martin Panter [Wed, 15 Jun 2016 01:05:27 +0000 (01:05 +0000)]
Issue #27311: Merge zipfile doc from 3.5

8 years agoIssue #27311: Fix ZipFile.writestr data argument name.
Martin Panter [Wed, 15 Jun 2016 00:24:34 +0000 (00:24 +0000)]
Issue #27311: Fix ZipFile.writestr data argument name.

Patch by John Hagen.

8 years agoIssue #27238: Got rid of bare excepts in the turtle module. Original patch
Serhiy Storchaka [Tue, 14 Jun 2016 19:53:43 +0000 (22:53 +0300)]
Issue #27238: Got rid of bare excepts in the turtle module.  Original patch
by Jelle Zijlstra.

8 years agoIssue #27238: Got rid of bare excepts in the turtle module. Original patch
Serhiy Storchaka [Tue, 14 Jun 2016 19:52:04 +0000 (22:52 +0300)]
Issue #27238: Got rid of bare excepts in the turtle module.  Original patch
by Jelle Zijlstra.

8 years agoissue27122: fix typo in the news file, wrong issue #. not issue27123.
Gregory P. Smith [Tue, 14 Jun 2016 16:28:08 +0000 (09:28 -0700)]
issue27122: fix typo in the news file, wrong issue #.  not issue27123.

8 years agoissue27122: fix typo in the news file, wrong issue #. not issue27123.
Gregory P. Smith [Tue, 14 Jun 2016 16:27:44 +0000 (09:27 -0700)]
issue27122: fix typo in the news file, wrong issue #.  not issue27123.

8 years agoIssue #27123: When an exception is raised within the context being
Gregory P. Smith [Tue, 14 Jun 2016 16:24:31 +0000 (09:24 -0700)]
Issue #27123: When an exception is raised within the context being
managed by a contextlib.ExitStack() and one of the exit stack
generators catches and raises it in a chain, do not re-raise the
original exception when exiting, let the new chained one through.
This avoids the PEP 479 bug described in issue25782.

8 years agoIssue #27123: When an exception is raised within the context being
Gregory P. Smith [Tue, 14 Jun 2016 16:19:20 +0000 (09:19 -0700)]
Issue #27123: When an exception is raised within the context being
managed by a contextlib.ExitStack() and one of the exit stack
generators catches and raises it in a chain, do not re-raise the
original exception when exiting, let the new chained one through.
This avoids the PEP 479 bug described in issue25782.

8 years agosubprocess: enhance ResourceWarning message
Victor Stinner [Tue, 14 Jun 2016 14:42:59 +0000 (16:42 +0200)]
subprocess: enhance ResourceWarning message

* Add the process identifier to the warning message
* Add also a comment to explain the issue

8 years agoMerge 3.5
Victor Stinner [Tue, 14 Jun 2016 14:36:00 +0000 (16:36 +0200)]
Merge 3.5

8 years agocleanup random.c
Victor Stinner [Tue, 14 Jun 2016 14:35:49 +0000 (16:35 +0200)]
cleanup random.c

Casting Py_ssize_t to Py_ssize_t is useless.

8 years agoMerge 3.5 (os.urandom, issue #27278)
Victor Stinner [Tue, 14 Jun 2016 14:33:17 +0000 (16:33 +0200)]
Merge 3.5 (os.urandom, issue #27278)

8 years agoFix os.urandom() using getrandom() on Linux
Victor Stinner [Tue, 14 Jun 2016 14:31:35 +0000 (16:31 +0200)]
Fix os.urandom() using getrandom() on Linux

Issue #27278: Fix os.urandom() implementation using getrandom() on Linux.
Truncate size to INT_MAX and loop until we collected enough random bytes,
instead of casting a directly Py_ssize_t to int.

8 years agoMerge 3.5
Victor Stinner [Tue, 14 Jun 2016 13:05:21 +0000 (15:05 +0200)]
Merge 3.5

8 years agoIssue #25843: Fix the NEWS entry
Victor Stinner [Tue, 14 Jun 2016 13:04:44 +0000 (15:04 +0200)]
Issue #25843: Fix the NEWS entry

8 years agoIssue #16864: Cursor.lastrowid now supports REPLACE statement
Berker Peksag [Tue, 14 Jun 2016 12:25:36 +0000 (15:25 +0300)]
Issue #16864: Cursor.lastrowid now supports REPLACE statement

Initial patch by Alex LordThorsen.

8 years agoIssue #16182: Merge test_readline from 3.5
Martin Panter [Tue, 14 Jun 2016 11:31:39 +0000 (11:31 +0000)]
Issue #16182: Merge test_readline from 3.5

8 years agoIssue #16182: One more check for set_pre_input_hook()
Martin Panter [Tue, 14 Jun 2016 11:29:31 +0000 (11:29 +0000)]
Issue #16182: One more check for set_pre_input_hook()

8 years agoMerge from 3.5
Berker Peksag [Tue, 14 Jun 2016 11:19:33 +0000 (14:19 +0300)]
Merge from 3.5

8 years agoMark tests as skipped when a SQLite version is not supported
Berker Peksag [Tue, 14 Jun 2016 11:19:02 +0000 (14:19 +0300)]
Mark tests as skipped when a SQLite version is not supported

8 years agoMerge from 3.5
Berker Peksag [Tue, 14 Jun 2016 10:25:35 +0000 (13:25 +0300)]
Merge from 3.5

8 years agoRemove empty setUp and tearDown methods from sqlite3 tests
Berker Peksag [Tue, 14 Jun 2016 10:25:11 +0000 (13:25 +0300)]
Remove empty setUp and tearDown methods from sqlite3 tests

They are not used as base classes by another tests so they
can safely be removed.

8 years agoMerge from 3.5
Berker Peksag [Tue, 14 Jun 2016 09:51:28 +0000 (12:51 +0300)]
Merge from 3.5

8 years agoDelete outdated paragraph about OptimizedUnicode again
Berker Peksag [Tue, 14 Jun 2016 09:51:07 +0000 (12:51 +0300)]
Delete outdated paragraph about OptimizedUnicode again

sqlite3.OptimizedUnicode is an alias for str in Python 3 and
its behavior is already tested in CheckOptimizedUnicode in
Lib/sqlite3/test/factory.py.

sqlite3.OptimizedUnicode was undocumented in 0fc10a33eb4c and
probably added back with the result of a bad merge.

8 years agoIssue #26386: Fixed ttk.TreeView selection operations with item id's
Serhiy Storchaka [Tue, 14 Jun 2016 09:39:18 +0000 (12:39 +0300)]
Issue #26386: Fixed ttk.TreeView selection operations with item id's
containing spaces.

8 years agoIssue #26386: Fixed ttk.TreeView selection operations with item id's
Serhiy Storchaka [Tue, 14 Jun 2016 09:33:31 +0000 (12:33 +0300)]
Issue #26386: Fixed ttk.TreeView selection operations with item id's
containing spaces.

8 years agoIssue #16182: Merge readline update from 3.5
Martin Panter [Tue, 14 Jun 2016 08:49:51 +0000 (08:49 +0000)]
Issue #16182: Merge readline update from 3.5

8 years agoIssue #16182: set_pre_input_hook() may not exist; document, and update test
Martin Panter [Tue, 14 Jun 2016 08:45:43 +0000 (08:45 +0000)]
Issue #16182: set_pre_input_hook() may not exist; document, and update test