]> granicus.if.org Git - python/log
python
7 years agoIssue #29371: merge with 3.6
Mariatta Wijaya [Tue, 7 Feb 2017 04:18:39 +0000 (20:18 -0800)]
Issue #29371: merge with 3.6

7 years agoIssue #29371: merge with 3.5
Mariatta Wijaya [Tue, 7 Feb 2017 04:16:58 +0000 (20:16 -0800)]
Issue #29371: merge with 3.5

7 years agoIssue #29371: Clarify bitwise OR operation in doctest option flags.
Mariatta Wijaya [Tue, 7 Feb 2017 04:15:01 +0000 (20:15 -0800)]
Issue #29371: Clarify bitwise OR operation in doctest option flags.

7 years agoIssue #28164: Improves test on Windows 7
Steve Dower [Mon, 6 Feb 2017 22:53:21 +0000 (14:53 -0800)]
Issue #28164: Improves test on Windows 7

7 years agoIssue #28164: Improves test on Windows 7
Steve Dower [Mon, 6 Feb 2017 22:50:17 +0000 (14:50 -0800)]
Issue #28164: Improves test on Windows 7

7 years agoIncludes ensurepip and venv packages in nuget package.
Steve Dower [Mon, 6 Feb 2017 22:12:57 +0000 (14:12 -0800)]
Includes ensurepip and venv packages in nuget package.

7 years agoIncludes ensurepip and venv packages in nuget package.
Steve Dower [Mon, 6 Feb 2017 22:12:19 +0000 (14:12 -0800)]
Includes ensurepip and venv packages in nuget package.

7 years agoIncludes ensurepip and venv packages in nuget package.
Steve Dower [Mon, 6 Feb 2017 22:11:34 +0000 (14:11 -0800)]
Includes ensurepip and venv packages in nuget package.

7 years agomerge
Raymond Hettinger [Mon, 6 Feb 2017 15:15:57 +0000 (07:15 -0800)]
merge

7 years agoSubstitute a more readable f-string
Raymond Hettinger [Mon, 6 Feb 2017 15:15:31 +0000 (07:15 -0800)]
Substitute a more readable f-string

7 years agoOptimize deque index, insert and rotate() methods
Victor Stinner [Mon, 6 Feb 2017 15:06:49 +0000 (16:06 +0100)]
Optimize deque index, insert and rotate() methods

Issue #29452: Use METH_FASTCALL calling convention for index(), insert() and
rotate() methods of collections.deque to avoid the creation a temporary tuple
to pass position arguments. Speedup on deque methods:

* d.rotate(): 1.10x faster
* d.rotate(1): 1.24x faster
* d.insert(): 1.18x faster
* d.index(): 1.24x faster

7 years agoProhibit implicit C function declarations
Victor Stinner [Mon, 6 Feb 2017 13:24:00 +0000 (14:24 +0100)]
Prohibit implicit C function declarations

Issue #27659: use -Werror=implicit-function-declaration when possible (GCC and
Clang, but it depends on the compiler version).

Patch written by Chi Hsuan Yen.

7 years agoregrtest: don't fail immediately if a child does crash
Victor Stinner [Mon, 6 Feb 2017 11:42:00 +0000 (12:42 +0100)]
regrtest: don't fail immediately if a child does crash

Issue #29362: Catch a crash of a worker process as a normal failure and
continue to run next tests. It allows to get the usual test summary: single
line result (OK/FAIL), total duration, etc.

7 years agoMerge from 3.6
Berker Peksag [Mon, 6 Feb 2017 10:37:45 +0000 (13:37 +0300)]
Merge from 3.6

7 years agoFix usage of data directive
Berker Peksag [Mon, 6 Feb 2017 10:37:19 +0000 (13:37 +0300)]
Fix usage of data directive

7 years agoIssue #29460: _PyArg_NoKeywords(), _PyArg_NoStackKeywords() and
Serhiy Storchaka [Mon, 6 Feb 2017 08:41:46 +0000 (10:41 +0200)]
Issue #29460: _PyArg_NoKeywords(), _PyArg_NoStackKeywords() and
_PyArg_NoPositional() now are macros.

7 years agoIssue #29405: Make total calculation in _guess_delimiter more accurate.
Xiang Zhang [Mon, 6 Feb 2017 02:50:09 +0000 (10:50 +0800)]
Issue #29405: Make total calculation in _guess_delimiter more accurate.

7 years agoIssue #20186: Regenerated Argument Clinic.
Serhiy Storchaka [Sun, 5 Feb 2017 20:58:46 +0000 (22:58 +0200)]
Issue #20186: Regenerated Argument Clinic.

7 years agoMerge from 3.6
Steve Dower [Sun, 5 Feb 2017 01:37:00 +0000 (17:37 -0800)]
Merge from 3.6

7 years agoAdds precheck for console filename to fix Windows 7.
Steve Dower [Sun, 5 Feb 2017 01:36:47 +0000 (17:36 -0800)]
Adds precheck for console filename to fix Windows 7.

7 years agoIssue #28489: Merge from 3.6
Berker Peksag [Sun, 5 Feb 2017 01:33:11 +0000 (04:33 +0300)]
Issue #28489: Merge from 3.6

7 years agoIssue #28489: Fix comment in tokenizer.c
Berker Peksag [Sun, 5 Feb 2017 01:32:39 +0000 (04:32 +0300)]
Issue #28489: Fix comment in tokenizer.c

Patch by Ryan Gonzalez.

7 years agoMerge from 3.6
Steve Dower [Sun, 5 Feb 2017 00:46:53 +0000 (16:46 -0800)]
Merge from 3.6

7 years agoUpdates test_winconsoleio to better show the source of its issues.
Steve Dower [Sun, 5 Feb 2017 00:46:34 +0000 (16:46 -0800)]
Updates test_winconsoleio to better show the source of its issues.

7 years agoIssue #29319: Prevent RunMainFromImporter overwriting sys.path[0].
Steve Dower [Sat, 4 Feb 2017 23:41:12 +0000 (15:41 -0800)]
Issue #29319: Prevent RunMainFromImporter overwriting sys.path[0].

7 years agoIssue #29319: Prevent RunMainFromImporter overwriting sys.path[0].
Steve Dower [Sat, 4 Feb 2017 23:39:38 +0000 (15:39 -0800)]
Issue #29319: Prevent RunMainFromImporter overwriting sys.path[0].

7 years agoIssue #29319: Prevent RunMainFromImporter overwriting sys.path[0].
Steve Dower [Sat, 4 Feb 2017 23:39:21 +0000 (15:39 -0800)]
Issue #29319: Prevent RunMainFromImporter overwriting sys.path[0].

7 years agoIssue #29326: Ignores blank lines in ._pth files (Patch by Alexey Izbyshev)
Steve Dower [Sat, 4 Feb 2017 23:19:46 +0000 (15:19 -0800)]
Issue #29326: Ignores blank lines in ._pth files (Patch by Alexey Izbyshev)

7 years agoIssue #29326: Ignores blank lines in ._pth files (Patch by Alexey Izbyshev)
Steve Dower [Sat, 4 Feb 2017 23:19:29 +0000 (15:19 -0800)]
Issue #29326: Ignores blank lines in ._pth files (Patch by Alexey Izbyshev)

7 years agoMerge issue #28164 and issue #29409
Steve Dower [Sat, 4 Feb 2017 23:14:18 +0000 (15:14 -0800)]
Merge issue #28164 and issue #29409

7 years agoIssue #28164: Correctly handle special console filenames (patch by Eryk Sun)
Steve Dower [Sat, 4 Feb 2017 23:07:46 +0000 (15:07 -0800)]
Issue #28164: Correctly handle special console filenames (patch by Eryk Sun)

7 years agoIssue #29392: Prevent crash when passing invalid arguments into msvcrt module.
Steve Dower [Sat, 4 Feb 2017 23:05:50 +0000 (15:05 -0800)]
Issue #29392: Prevent crash when passing invalid arguments into msvcrt module.

7 years agoIssue #29392: Prevent crash when passing invalid arguments into msvcrt module.
Steve Dower [Sat, 4 Feb 2017 23:05:40 +0000 (15:05 -0800)]
Issue #29392: Prevent crash when passing invalid arguments into msvcrt module.

7 years agoIssue #29392: Prevent crash when passing invalid arguments into msvcrt module.
Steve Dower [Sat, 4 Feb 2017 23:05:13 +0000 (15:05 -0800)]
Issue #29392: Prevent crash when passing invalid arguments into msvcrt module.

7 years agoIssue #29416: Prevent infinite loop in pathlib.Path.mkdir
Steve Dower [Sat, 4 Feb 2017 22:56:57 +0000 (14:56 -0800)]
Issue #29416: Prevent infinite loop in pathlib.Path.mkdir

7 years agoIssue #29416: Prevent infinite loop in pathlib.Path.mkdir
Steve Dower [Sat, 4 Feb 2017 22:55:16 +0000 (14:55 -0800)]
Issue #29416: Prevent infinite loop in pathlib.Path.mkdir

7 years agoIssue #29416: Prevent infinite loop in pathlib.Path.mkdir
Steve Dower [Sat, 4 Feb 2017 22:54:56 +0000 (14:54 -0800)]
Issue #29416: Prevent infinite loop in pathlib.Path.mkdir

7 years agoIssue #29409: Implement PEP 529 for io.FileIO (Patch by Eryk Sun)
Steve Dower [Sat, 4 Feb 2017 22:38:11 +0000 (14:38 -0800)]
Issue #29409: Implement PEP 529 for io.FileIO (Patch by Eryk Sun)

7 years agoIssue #29444: Fixed out-of-bounds buffer access in the group() method of
Serhiy Storchaka [Sat, 4 Feb 2017 20:57:44 +0000 (22:57 +0200)]
Issue #29444: Fixed out-of-bounds buffer access in the group() method of
the match object.  Based on patch by WGH.

7 years agoIssue #29444: Fixed out-of-bounds buffer access in the group() method of
Serhiy Storchaka [Sat, 4 Feb 2017 20:55:40 +0000 (22:55 +0200)]
Issue #29444: Fixed out-of-bounds buffer access in the group() method of
the match object.  Based on patch by WGH.

7 years agoIssue #29444: Fixed out-of-bounds buffer access in the group() method of
Serhiy Storchaka [Sat, 4 Feb 2017 20:53:57 +0000 (22:53 +0200)]
Issue #29444: Fixed out-of-bounds buffer access in the group() method of
the match object.  Based on patch by WGH.

7 years agoMerge 3.6.
Stefan Krah [Sat, 4 Feb 2017 13:59:11 +0000 (14:59 +0100)]
Merge 3.6.

7 years agoIssue29439: _decimal on Android requires linking with libm.
Stefan Krah [Sat, 4 Feb 2017 13:58:50 +0000 (14:58 +0100)]
Issue29439: _decimal on Android requires linking with libm.
Patch by Chi Hsuan Yen.

7 years agoReduce load factor (from 66% to 60%) to improve effectiveness of linear probing.
Raymond Hettinger [Sat, 4 Feb 2017 10:43:42 +0000 (02:43 -0800)]
Reduce load factor (from 66% to 60%) to improve effectiveness of linear probing.
Decreased density gives better collision statistics (average of 2.5 probes in a
full table versus 3.0 previously) and fewer occurences of starting a second
possibly overlapping sequence of 10 linear probes.  Makes resizes a little more
frequent but each with less work (fewer insertions and fewer collisions).

7 years agoIssue #20186: Converted the tracemalloc module to Argument Clinic.
Serhiy Storchaka [Sat, 4 Feb 2017 10:18:38 +0000 (12:18 +0200)]
Issue #20186: Converted the tracemalloc module to Argument Clinic.
Based on patch by Georg Brandl.

7 years agoIssue #20186: Converted the symtable module to Argument Clinic.
Serhiy Storchaka [Sat, 4 Feb 2017 10:13:20 +0000 (12:13 +0200)]
Issue #20186: Converted the symtable module to Argument Clinic.
Original patch by Georg Brandl.

7 years agoRemoved redundant Argument Clinic directives.
Serhiy Storchaka [Sat, 4 Feb 2017 09:53:22 +0000 (11:53 +0200)]
Removed redundant Argument Clinic directives.

7 years agoIssue #20185: Converted the gc module to Argument Clinic.
Serhiy Storchaka [Sat, 4 Feb 2017 09:19:59 +0000 (11:19 +0200)]
Issue #20185: Converted the gc module to Argument Clinic.

7 years agoIssue #29300: Use Argument Clinic for getting struct object from the format.
Serhiy Storchaka [Sat, 4 Feb 2017 09:14:52 +0000 (11:14 +0200)]
Issue #29300: Use Argument Clinic for getting struct object from the format.

7 years agoIssue #27867: Silenced may-be-used-uninitialized warnings after
Serhiy Storchaka [Sat, 4 Feb 2017 09:08:04 +0000 (11:08 +0200)]
Issue #27867: Silenced may-be-used-uninitialized warnings after
using PySlice_GetIndicesEx() in debug builds.

7 years agoIssue #27867: Silenced may-be-used-uninitialized warnings after
Serhiy Storchaka [Sat, 4 Feb 2017 09:07:17 +0000 (11:07 +0200)]
Issue #27867: Silenced may-be-used-uninitialized warnings after
using PySlice_GetIndicesEx() in debug builds.

7 years agoIssue #27867: Silenced may-be-used-uninitialized warnings after
Serhiy Storchaka [Sat, 4 Feb 2017 09:04:00 +0000 (11:04 +0200)]
Issue #27867: Silenced may-be-used-uninitialized warnings after
using PySlice_GetIndicesEx() in debug builds.

7 years agoIssue #29198: Merge from 3.6
Berker Peksag [Sat, 4 Feb 2017 06:35:10 +0000 (09:35 +0300)]
Issue #29198: Merge from 3.6

7 years agoIssue #29198: Merge from 3.5
Berker Peksag [Sat, 4 Feb 2017 06:34:48 +0000 (09:34 +0300)]
Issue #29198: Merge from 3.5

7 years agoIssue #29198: Fix indentation and markup in typing.rst
Berker Peksag [Sat, 4 Feb 2017 06:34:16 +0000 (09:34 +0300)]
Issue #29198: Fix indentation and markup in typing.rst

Patch by Jelle Zijlstra.

7 years agoIssue #29198: Merge from 3.6
Berker Peksag [Sat, 4 Feb 2017 06:19:04 +0000 (09:19 +0300)]
Issue #29198: Merge from 3.6

7 years agoIssue #29198: Merge from 3.5
Berker Peksag [Sat, 4 Feb 2017 06:18:42 +0000 (09:18 +0300)]
Issue #29198: Merge from 3.5

7 years agoIssue #29198: Document typing.AsyncGenerator
Berker Peksag [Sat, 4 Feb 2017 06:18:11 +0000 (09:18 +0300)]
Issue #29198: Document typing.AsyncGenerator

Patch by Jelle Zijlstra.

7 years agoIssue #29311: Regenerate Argument Clinic.
Serhiy Storchaka [Sat, 4 Feb 2017 06:05:07 +0000 (08:05 +0200)]
Issue #29311: Regenerate Argument Clinic.

7 years agonull merge
Xiang Zhang [Fri, 3 Feb 2017 03:08:45 +0000 (11:08 +0800)]
null merge

7 years agoIssue #29263: LOAD_METHOD support for C methods
INADA Naoki [Thu, 2 Feb 2017 22:43:03 +0000 (07:43 +0900)]
Issue #29263: LOAD_METHOD support for C methods

Calling builtin method is at most 10% faster.

7 years agoCloses #29213: Merged fix from 3.6.
Vinay Sajip [Thu, 2 Feb 2017 19:33:43 +0000 (19:33 +0000)]
Closes #29213: Merged fix from 3.6.

7 years agoFixes #29213: merged fix from 3.5.
Vinay Sajip [Thu, 2 Feb 2017 19:26:48 +0000 (19:26 +0000)]
Fixes #29213: merged fix from 3.5.

7 years agoFixes #29213: regularised EOLs of venv scripts.
Vinay Sajip [Thu, 2 Feb 2017 19:25:24 +0000 (19:25 +0000)]
Fixes #29213: regularised EOLs of venv scripts.

7 years agoCloses #24875: Merged fix from 3.6.
Vinay Sajip [Thu, 2 Feb 2017 19:17:51 +0000 (19:17 +0000)]
Closes #24875: Merged fix from 3.6.

7 years agoFixes #24875: Merged fix from 3.5.
Vinay Sajip [Thu, 2 Feb 2017 19:17:02 +0000 (19:17 +0000)]
Fixes #24875: Merged fix from 3.5.

7 years agoFixes #24875: pip can now be installed in a venv with --system-site-packages.
Vinay Sajip [Thu, 2 Feb 2017 19:05:19 +0000 (19:05 +0000)]
Fixes #24875: pip can now be installed in a venv with --system-site-packages.

7 years agoRemove unnecessary variables.
Raymond Hettinger [Thu, 2 Feb 2017 16:24:48 +0000 (08:24 -0800)]
Remove unnecessary variables.
* so->used never gets changed during a resize
* so->filled only changes when dummies are present and being eliminated

7 years agoIssue #29421: Make int.to_bytes() and int.from_bytes() slightly faster
Serhiy Storchaka [Thu, 2 Feb 2017 14:54:45 +0000 (16:54 +0200)]
Issue #29421: Make int.to_bytes() and int.from_bytes() slightly faster
(10-20% for small integers).

7 years agoRename struct.unpack() 2nd parameter to "buffer"
Victor Stinner [Thu, 2 Feb 2017 13:24:16 +0000 (14:24 +0100)]
Rename struct.unpack() 2nd parameter to "buffer"

Issue #29300: Rename struct.unpack() second parameter from "inputstr" to
"buffer", and use the Py_buffer type.

Fix also unit tests on struct.unpack() which passed a Unicode string instead of
a bytes string as struct.unpack() second parameter. The purpose of
test_trailing_counter() is to test invalid format strings, not to test the
buffer parameter.

7 years agoNull merge 3.6
Victor Stinner [Thu, 2 Feb 2017 13:19:26 +0000 (14:19 +0100)]
Null merge 3.6

7 years agoMerge 3.5
Victor Stinner [Thu, 2 Feb 2017 13:18:43 +0000 (14:18 +0100)]
Merge 3.5

7 years agoIssue #29300: test_struct tests unpack_from() with keywords
Victor Stinner [Thu, 2 Feb 2017 13:18:18 +0000 (14:18 +0100)]
Issue #29300: test_struct tests unpack_from() with keywords

Add an unit test on the _struct.Struct.unpack_from() method to test passing
arguments as keywords.

7 years agoIssue #29300: Convert _struct module to Argument Clinic
Victor Stinner [Thu, 2 Feb 2017 11:09:30 +0000 (12:09 +0100)]
Issue #29300: Convert _struct module to Argument Clinic

* The struct module now requires contiguous buffers.
* Convert most functions and methods of the _struct module to Argument Clinic
* Use "Py_buffer" type for the "buffer" argument. Argument Clinic is
  responsible to create and release the Py_buffer object.
* Use "PyStructObject *" type for self to avoid explicit conversions.
* Add an unit test on the _struct.Struct.unpack_from() method to test passing
  arguments as keywords.
* Rephrase docstrings.
* Rename "fmt" argument to "format" in docstrings and the documentation.

As a side effect, functions and methods which used METH_VARARGS calling
convention like struct.pack() now use the METH_FASTCALL calling convention
which avoids the creation of temporary tuple to pass positional arguments and
so is faster. For example, struct.pack("i", 1) becomes 1.56x faster (-36%)::

    $ ./python -m perf timeit \
        -s 'import struct; pack=struct.pack' 'pack("i", 1)' \
        --compare-to=../default-ref/python
    Median +- std dev: 119 ns +- 1 ns -> 76.8 ns +- 0.4 ns: 1.56x faster (-36%)
    Significant (t=295.91)

Patch co-written with Serhiy Storchaka.

7 years agoIssue #29368: Fix _Pickle_FastCall() usage in do_append()
Victor Stinner [Thu, 2 Feb 2017 09:56:47 +0000 (10:56 +0100)]
Issue #29368: Fix _Pickle_FastCall() usage in do_append()

_Pickle_FastCall() has a surprising API: it decrements the reference counter of
its second argument.

7 years agoIssue #29368: The extend() method is now called instead of the append()
Serhiy Storchaka [Thu, 2 Feb 2017 09:12:47 +0000 (11:12 +0200)]
Issue #29368: The extend() method is now called instead of the append()
method when unpickle collections.deque and other list-like objects.
This can speed up unpickling to 2 times.

7 years agoIssue #29381: merge with 3.6
Mariatta Wijaya [Thu, 2 Feb 2017 05:03:48 +0000 (21:03 -0800)]
Issue #29381: merge with 3.6

7 years agoIssue #29381: Clarify ordering of UNIX shebang line as source encoding line
Mariatta Wijaya [Thu, 2 Feb 2017 04:55:47 +0000 (20:55 -0800)]
Issue #29381: Clarify ordering of UNIX shebang line as source encoding line

7 years agoBacked out changeset 3d712292f2fa
Mariatta Wijaya [Thu, 2 Feb 2017 04:38:55 +0000 (20:38 -0800)]
Backed out changeset 3d712292f2fa

7 years agoIssue #29381: Clarify ordering of UNIX shebang line as source encoding line
Mariatta Wijaya [Thu, 2 Feb 2017 04:21:22 +0000 (20:21 -0800)]
Issue #29381: Clarify ordering of UNIX shebang line as source encoding line

7 years agoIssue #20185: Converted the int class to Argument Clinic.
Serhiy Storchaka [Wed, 1 Feb 2017 21:12:20 +0000 (23:12 +0200)]
Issue #20185: Converted the int class to Argument Clinic.
Based on patch by Vajrasky Kok.

7 years agoIssue #29407: Merge from 3.6
Berker Peksag [Wed, 1 Feb 2017 19:38:12 +0000 (22:38 +0300)]
Issue #29407: Merge from 3.6

7 years agoIssue #29407: Merge from 3.5
Berker Peksag [Wed, 1 Feb 2017 19:37:49 +0000 (22:37 +0300)]
Issue #29407: Merge from 3.5

7 years agoIssue #29407: Remove redundant ensure_future() calls in factorial example
Berker Peksag [Wed, 1 Feb 2017 19:37:16 +0000 (22:37 +0300)]
Issue #29407: Remove redundant ensure_future() calls in factorial example

7 years agoIssue #29377: Add three new wrappers to types.py (Manuel Krebber).
Guido van Rossum [Wed, 1 Feb 2017 18:55:58 +0000 (10:55 -0800)]
Issue #29377: Add three new wrappers to types.py (Manuel Krebber).

7 years agoFix test_gdb.test_wrapper_call() on Python 2
Victor Stinner [Wed, 1 Feb 2017 17:26:14 +0000 (18:26 +0100)]
Fix test_gdb.test_wrapper_call() on Python 2

Issue #29367. On Python 2, __init__ name is render as u'__init__'.

7 years agoIssue #29286: Rename private PyArg_UnpackStack_impl() to unpack_stack()
Victor Stinner [Wed, 1 Feb 2017 16:42:18 +0000 (17:42 +0100)]
Issue #29286: Rename private PyArg_UnpackStack_impl() to unpack_stack()

Rename also "l" argument to "nargs".

7 years agoDocument that _PyFunction_FastCallDict() must copy kwargs
Victor Stinner [Wed, 1 Feb 2017 16:04:52 +0000 (17:04 +0100)]
Document that _PyFunction_FastCallDict() must copy kwargs

Issue #29318: Caller and callee functions must not share the dictionary:
kwargs must be copied.

7 years agoMake test_gdb.test_wrapper_call() make reliable
Victor Stinner [Wed, 1 Feb 2017 16:00:32 +0000 (17:00 +0100)]
Make test_gdb.test_wrapper_call() make reliable

Issue #29367. Use two break points to prevent breakpoint during Python
initialization.

7 years agopython-gdb.py supports method-wrapper
Victor Stinner [Wed, 1 Feb 2017 15:29:54 +0000 (16:29 +0100)]
python-gdb.py supports method-wrapper

Issue #29367: python-gdb.py now supports also method-wrapper (wrapperobject)
objects.

7 years agoMerge 3.6
doko@ubuntu.com [Wed, 1 Feb 2017 12:02:16 +0000 (13:02 +0100)]
Merge 3.6

7 years agoMerge 3.5
doko@ubuntu.com [Wed, 1 Feb 2017 12:01:54 +0000 (13:01 +0100)]
Merge 3.5

7 years agoIssue #29169: Fix NEWS entry.
doko@ubuntu.com [Wed, 1 Feb 2017 12:01:17 +0000 (13:01 +0100)]
Issue #29169: Fix NEWS entry.

7 years agomerge 3.6 (#29398)
Benjamin Peterson [Wed, 1 Feb 2017 07:31:20 +0000 (23:31 -0800)]
merge 3.6 (#29398)

7 years agomerge 3.5 (#29398)
Benjamin Peterson [Wed, 1 Feb 2017 07:31:10 +0000 (23:31 -0800)]
merge 3.5 (#29398)

7 years agogc types needs to be allocated as such (closes #29398)
Benjamin Peterson [Wed, 1 Feb 2017 07:31:02 +0000 (23:31 -0800)]
gc types needs to be allocated as such (closes #29398)

7 years agoIssue #29218: Remove unused install_misc command
Berker Peksag [Wed, 1 Feb 2017 01:42:48 +0000 (04:42 +0300)]
Issue #29218: Remove unused install_misc command

It has been documented as unused since 6c6844a2fa30 (2000-05-25)

Patch by Eric N. Vander Weele.

7 years agomerge 3.6
doko@ubuntu.com [Tue, 31 Jan 2017 12:53:39 +0000 (13:53 +0100)]
merge 3.6

7 years agomerge 3.5
doko@ubuntu.com [Tue, 31 Jan 2017 12:51:21 +0000 (13:51 +0100)]
merge 3.5

7 years ago- Issue #29169: Update zlib to 1.2.10.
doko@ubuntu.com [Tue, 31 Jan 2017 12:49:48 +0000 (13:49 +0100)]
- Issue #29169: Update zlib to 1.2.10.