]> granicus.if.org Git - python/log
python
8 years agoIssue #28666: Now test.test_support.rmtree is able to remove unwritable or
Serhiy Storchaka [Sun, 20 Nov 2016 15:42:03 +0000 (17:42 +0200)]
Issue #28666: Now test.test_support.rmtree is able to remove unwritable or
unreadable directories on Windows too.

8 years agoIssue #28666: Now test.support.rmtree is able to remove unwritable or
Serhiy Storchaka [Sun, 20 Nov 2016 14:15:35 +0000 (16:15 +0200)]
Issue #28666: Now test.support.rmtree is able to remove unwritable or
unreadable directories.

8 years agoUpgrade pip to 9.0.1 and setuptools to 28.8.0
Donald Stufft [Wed, 16 Nov 2016 02:21:35 +0000 (21:21 -0500)]
Upgrade pip to 9.0.1 and setuptools to 28.8.0

8 years agoIssue #28563: Make plural form selection more lenient and accepting
Serhiy Storchaka [Mon, 14 Nov 2016 17:25:44 +0000 (19:25 +0200)]
Issue #28563: Make plural form selection more lenient and accepting
non-integer numbers.  Django tests depend on this.

8 years agoIssue #28000: Fix gethostbyname_r() usage on AIX with _LINUX_SOURCE_COMPAT
Martin Panter [Mon, 14 Nov 2016 04:13:55 +0000 (04:13 +0000)]
Issue #28000: Fix gethostbyname_r() usage on AIX with _LINUX_SOURCE_COMPAT

Patch by Matthieu S.

8 years agoIssue #28016: Skip /dev/tty seekable() test on AIX
Martin Panter [Mon, 14 Nov 2016 03:35:59 +0000 (03:35 +0000)]
Issue #28016: Skip /dev/tty seekable() test on AIX

8 years agoIssue #28676: Prevent missing 'getentropy' declaration warning on macOS.
Ned Deily [Sat, 12 Nov 2016 21:34:25 +0000 (16:34 -0500)]
Issue #28676: Prevent missing 'getentropy' declaration warning on macOS.
Initial patch by Gareth Rees.

8 years agoFixed the documentation of parse_constant argument in json.load().
Serhiy Storchaka [Sat, 12 Nov 2016 20:47:16 +0000 (22:47 +0200)]
Fixed the documentation of parse_constant argument in json.load().
parse_constant doesn't get called on 'null', 'true', 'false' since 3.1/2.7.

8 years agoIssue #28615: Backport imaginary/complex number text from 3.x.
Terry Jan Reedy [Sat, 12 Nov 2016 00:09:50 +0000 (19:09 -0500)]
Issue #28615: Backport imaginary/complex number text from 3.x.
Patch by Mariatta Wijaya.

8 years agoIssue #27854: Include idlelib/help.html in 2.7 Windows installer.
Terry Jan Reedy [Fri, 11 Nov 2016 17:03:09 +0000 (12:03 -0500)]
Issue #27854: Include idlelib/help.html in 2.7 Windows installer.
Without this file, clicking Help => IDLE Help did nothing.

8 years agoIssue #19398: Extra slash no longer added to sys.path components in case of
Serhiy Storchaka [Fri, 11 Nov 2016 10:11:55 +0000 (12:11 +0200)]
Issue #19398: Extra slash no longer added to sys.path components in case of
empty compile-time PYTHONPATH components.  This fixes some tests in -S or -I
modes.

8 years agoIssue #23839: Various caches now are cleared before running every test file.
Serhiy Storchaka [Fri, 11 Nov 2016 09:42:25 +0000 (11:42 +0200)]
Issue #23839: Various caches now are cleared before running every test file.

8 years agoIssue #25507: Add back import needed for 2.x encoding warning box.
Terry Jan Reedy [Thu, 10 Nov 2016 23:42:58 +0000 (18:42 -0500)]
Issue #25507: Add back import needed for 2.x encoding warning box.
Add pointer to 'Encoding declaration' in Language Reference.

8 years agoIssue #27942: Fix memory leak in codeobject.c
Yury Selivanov [Wed, 9 Nov 2016 14:41:15 +0000 (09:41 -0500)]
Issue #27942: Fix memory leak in codeobject.c

8 years agoIssue #28563: Fixed possible DoS and arbitrary code execution when handle
Serhiy Storchaka [Tue, 8 Nov 2016 19:15:55 +0000 (21:15 +0200)]
Issue #28563: Fixed possible DoS and arbitrary code execution when handle
plural form selections in the gettext module.  The expression parser now
supports exact syntax supported by GNU gettext.

8 years agoFix PC/VS9.0/build_ssl.py for recent OpenSSL
Zachary Ware [Mon, 7 Nov 2016 19:29:07 +0000 (13:29 -0600)]
Fix PC/VS9.0/build_ssl.py for recent OpenSSL

8 years agoFix spacing after C++ in documentation
Martin Panter [Sat, 5 Nov 2016 03:15:20 +0000 (03:15 +0000)]
Fix spacing after C++ in documentation

8 years agoIssue #28616: Correct help for sys.version_info releaselevel component.
Ned Deily [Fri, 4 Nov 2016 21:05:59 +0000 (17:05 -0400)]
Issue #28616: Correct help for sys.version_info releaselevel component.
Patch by Anish Tambe.

8 years agoIssue #28387: Fixed possible crash in _io.TextIOWrapper deallocator when
Serhiy Storchaka [Thu, 3 Nov 2016 13:36:50 +0000 (15:36 +0200)]
Issue #28387: Fixed possible crash in _io.TextIOWrapper deallocator when
the garbage collector is invoked in other thread.
Based on patch by Sebastian Cufre.

8 years agopip 9.0 works fine without the ssl module
Donald Stufft [Wed, 2 Nov 2016 20:20:20 +0000 (16:20 -0400)]
pip 9.0 works fine without the ssl module

8 years agoUpdate pip to 9.0.0 and setuptools to 28.7.1
Donald Stufft [Wed, 2 Nov 2016 20:01:17 +0000 (16:01 -0400)]
Update pip to 9.0.0 and setuptools to 28.7.1

8 years agoIssue #28513: Documented command-line interface of zipfile.
Serhiy Storchaka [Wed, 2 Nov 2016 10:05:54 +0000 (12:05 +0200)]
Issue #28513: Documented command-line interface of zipfile.

8 years agoCloses #28568: Fix VS9.0 build files to use sqlite 3.8.11.0
Zachary Ware [Tue, 1 Nov 2016 06:44:04 +0000 (01:44 -0500)]
Closes #28568: Fix VS9.0 build files to use sqlite 3.8.11.0

8 years agoIssue #28248: Update macOS installer build to use OpenSSL 1.0.2j.
Ned Deily [Mon, 31 Oct 2016 23:48:38 +0000 (19:48 -0400)]
Issue #28248: Update macOS installer build to use OpenSSL 1.0.2j.
Original patch by Mariatta Wijaya.

8 years agoIssue #28449: tarfile.open() with mode "r" or "r:" now tries to open a tar
Serhiy Storchaka [Sun, 30 Oct 2016 18:52:55 +0000 (20:52 +0200)]
Issue #28449: tarfile.open() with mode "r" or "r:" now tries to open a tar
file with compression before trying to open it without compression.  Otherwise
it had 50% chance failed with ignore_zeros=True.

8 years agoIssue #26638: Cannot directly link to main option from the “timeit” module
Martin Panter [Sun, 30 Oct 2016 05:41:04 +0000 (05:41 +0000)]
Issue #26638: Cannot directly link to main option from the “timeit” module

This seems to be because the “timeit” module defines its own set of options

8 years agoIssue #26638: Mask undefined CLI options to defeat new Sphinx warnings
Martin Panter [Sun, 30 Oct 2016 05:19:02 +0000 (05:19 +0000)]
Issue #26638: Mask undefined CLI options to defeat new Sphinx warnings

8 years agoIssue #26638: Disable inappropriate links to Python interpreter options
Martin Panter [Sun, 30 Oct 2016 05:24:45 +0000 (05:24 +0000)]
Issue #26638: Disable inappropriate links to Python interpreter options

8 years agoFixed possible NULL decrefing.
Serhiy Storchaka [Fri, 28 Oct 2016 09:14:34 +0000 (12:14 +0300)]
Fixed possible NULL decrefing.

8 years agoIssue #22949: Documented that fnmatch.translate() is for use with re.match().
Serhiy Storchaka [Thu, 27 Oct 2016 19:47:08 +0000 (22:47 +0300)]
Issue #22949: Documented that fnmatch.translate() is for use with re.match().

8 years agoIssue #28496: Mark up constants 0, 1 and -1 that denote return values or
Serhiy Storchaka [Thu, 27 Oct 2016 18:41:04 +0000 (21:41 +0300)]
Issue #28496: Mark up constants 0, 1 and -1 that denote return values or
special input values as literal text.

8 years agoIssue #26240: Clean up the subprocess module doc string
Martin Panter [Wed, 26 Oct 2016 00:44:31 +0000 (00:44 +0000)]
Issue #26240: Clean up the subprocess module doc string

Patch by Tim Mitchell.

8 years agoIssue #28515: Fixed py3k warnings.
Serhiy Storchaka [Tue, 25 Oct 2016 06:51:38 +0000 (09:51 +0300)]
Issue #28515: Fixed py3k warnings.

8 years agoIssue #25464: Fixed HList.header_exists() in Tix module by adding
Serhiy Storchaka [Mon, 24 Oct 2016 20:47:08 +0000 (23:47 +0300)]
Issue #25464: Fixed HList.header_exists() in Tix module by adding
a workaround to Tix library bug.

8 years agoSome distutils tests require zlib for creating tar.gz source distribution.
Serhiy Storchaka [Sun, 23 Oct 2016 19:54:43 +0000 (22:54 +0300)]
Some distutils tests require zlib for creating tar.gz source distribution.

8 years agoIssue #28115: ZIP creation test requires zlib.
Serhiy Storchaka [Sun, 23 Oct 2016 19:32:18 +0000 (22:32 +0300)]
Issue #28115: ZIP creation test requires zlib.

8 years agoIssue #28488: shutil.make_archive() no longer adds entry "./" to ZIP archive.
Serhiy Storchaka [Sun, 23 Oct 2016 12:52:01 +0000 (15:52 +0300)]
Issue #28488: shutil.make_archive() no longer adds entry "./" to ZIP archive.

8 years agoIssue #28115: Added tests for CLI of the zipfile module.
Serhiy Storchaka [Sun, 23 Oct 2016 10:07:48 +0000 (13:07 +0300)]
Issue #28115: Added tests for CLI of the zipfile module.

8 years agoIssue #28435: Avoid no_proxy environment variable interfering with tests
Martin Panter [Sat, 22 Oct 2016 03:00:32 +0000 (03:00 +0000)]
Issue #28435: Avoid no_proxy environment variable interfering with tests

Patch by Piotr Szczepaniak.

8 years agoIssue #24381: Avoid unused function warning when building bundled macOS libffi.
Ned Deily [Thu, 20 Oct 2016 19:41:11 +0000 (15:41 -0400)]
Issue #24381: Avoid unused function warning when building bundled macOS libffi.
Patch by Vajrasky Kok.

8 years agoIssue #28480: Avoid label at end of compound statement --without-threads
Martin Panter [Thu, 20 Oct 2016 03:56:48 +0000 (03:56 +0000)]
Issue #28480: Avoid label at end of compound statement --without-threads

8 years agoIssue #19795: Fixed formatting a table.
Serhiy Storchaka [Wed, 19 Oct 2016 16:37:20 +0000 (19:37 +0300)]
Issue #19795: Fixed formatting a table.

8 years agoIssue #19795: Improved more markups of True/False.
Serhiy Storchaka [Wed, 19 Oct 2016 15:30:16 +0000 (18:30 +0300)]
Issue #19795: Improved more markups of True/False.

8 years agoIssue #19795: Mark up True and False as literal text instead of bold.
Serhiy Storchaka [Wed, 19 Oct 2016 13:43:18 +0000 (16:43 +0300)]
Issue #19795: Mark up True and False as literal text instead of bold.

8 years agoIssue #19795: Mark up None as literal text.
Serhiy Storchaka [Wed, 19 Oct 2016 13:29:10 +0000 (16:29 +0300)]
Issue #19795: Mark up None as literal text.

8 years agoIssue #27896: Allow passing sphinx options to Doc/Makefile
Victor Stinner [Sun, 16 Oct 2016 17:14:23 +0000 (19:14 +0200)]
Issue #27896: Allow passing sphinx options to Doc/Makefile

Patch written by Julien Palard.

8 years agoIssue #21720: Improve exception message when the type of fromlist is unicode
Berker Peksag [Sun, 16 Oct 2016 22:05:04 +0000 (01:05 +0300)]
Issue #21720: Improve exception message when the type of fromlist is unicode

8 years agoIssue #27800: Document limitation and workaround for multiple RE repetitions
Martin Panter [Sat, 15 Oct 2016 01:18:16 +0000 (01:18 +0000)]
Issue #27800: Document limitation and workaround for multiple RE repetitions

8 years agoIssue #18789: Update XML vulnerability table to use Safe/Vulnerable instead of No...
Guido van Rossum [Thu, 13 Oct 2016 21:34:20 +0000 (14:34 -0700)]
Issue #18789: Update XML vulnerability table to use Safe/Vulnerable instead of No/Yes. (backport to 2.7)

8 years agoIssue #24452: Make webbrowser support Chrome on Mac OS X (backport to 2.7)
Guido van Rossum [Thu, 13 Oct 2016 20:29:55 +0000 (13:29 -0700)]
Issue #24452: Make webbrowser support Chrome on Mac OS X (backport to 2.7)

8 years agoIssue #28248: Update Windows build to use OpenSSL 1.0.2j
Zachary Ware [Tue, 11 Oct 2016 02:57:04 +0000 (21:57 -0500)]
Issue #28248: Update Windows build to use OpenSSL 1.0.2j

8 years agoIssue #28394: Typo fixes in code comments and changelog
Martin Panter [Mon, 10 Oct 2016 01:00:00 +0000 (01:00 +0000)]
Issue #28394: Typo fixes in code comments and changelog

Includes patch by Ville Skyttä.

8 years agoIssue #26906: Resolving special methods of uninitialized type now causes
Serhiy Storchaka [Sat, 8 Oct 2016 09:24:09 +0000 (12:24 +0300)]
Issue #26906: Resolving special methods of uninitialized type now causes
implicit initialization of the type instead of a fail.

8 years agoSilenced compiler warnings.
Serhiy Storchaka [Sat, 8 Oct 2016 06:58:08 +0000 (09:58 +0300)]
Silenced compiler warnings.

8 years agoIssue #18287: PyType_Ready() now checks that tp_name is not NULL.
Serhiy Storchaka [Fri, 7 Oct 2016 20:24:35 +0000 (23:24 +0300)]
Issue #18287: PyType_Ready() now checks that tp_name is not NULL.
Original patch by Niklas Koep.

8 years agoIssue #26293: Fixed writing ZIP files that starts not from the start of the
Serhiy Storchaka [Fri, 7 Oct 2016 20:12:53 +0000 (23:12 +0300)]
Issue #26293: Fixed writing ZIP files that starts not from the start of the
file.  Offsets in ZIP file now are relative to the start of the archive in
conforming to the specification.

8 years agoIssue #24098: Fixed possible crash when AST is changed in process of
Serhiy Storchaka [Fri, 7 Oct 2016 18:51:09 +0000 (21:51 +0300)]
Issue #24098: Fixed possible crash when AST is changed in process of
compiling it.

8 years agomake 'where' Py_ssize_t
Benjamin Peterson [Thu, 6 Oct 2016 06:26:24 +0000 (23:26 -0700)]
make 'where' Py_ssize_t

8 years agoskip test on windows
Benjamin Peterson [Thu, 6 Oct 2016 05:09:31 +0000 (22:09 -0700)]
skip test on windows

8 years agofix bug in 48797808a302
Benjamin Peterson [Thu, 6 Oct 2016 05:00:24 +0000 (22:00 -0700)]
fix bug in 48797808a302

8 years agoskip test if resizing is not supported
Benjamin Peterson [Thu, 6 Oct 2016 05:00:05 +0000 (22:00 -0700)]
skip test if resizing is not supported

8 years agommap: do all internal arithmetic with Py_ssize_t while being very careful about overflow
Benjamin Peterson [Thu, 6 Oct 2016 04:45:48 +0000 (21:45 -0700)]
mmap: do all internal arithmetic with Py_ssize_t while being very careful about overflow

8 years agoIssue #28350: String constants with null character no longer interned.
Serhiy Storchaka [Tue, 4 Oct 2016 15:17:08 +0000 (18:17 +0300)]
Issue #28350: String constants with null character no longer interned.

8 years agoMoved Unicode C API related tests to separate test class.
Serhiy Storchaka [Sun, 2 Oct 2016 18:16:28 +0000 (21:16 +0300)]
Moved Unicode C API related tests to separate test class.

8 years agoIssue #27358: Backported tests.
Serhiy Storchaka [Sun, 2 Oct 2016 08:10:18 +0000 (11:10 +0300)]
Issue #27358: Backported tests.

8 years agoIssue #28257: Backported a test.
Serhiy Storchaka [Sun, 2 Oct 2016 07:36:33 +0000 (10:36 +0300)]
Issue #28257: Backported a test.

8 years agoIssue #27897: Fixed possible crash in sqlite3.Connection.create_collation()
Serhiy Storchaka [Sat, 1 Oct 2016 05:24:55 +0000 (08:24 +0300)]
Issue #27897: Fixed possible crash in sqlite3.Connection.create_collation()
if pass invalid string-like object as a name.  Original patch by Xiang Zhang.

8 years agoIssue #28815: Change '?' to '<module>' in some doc examples.
Terry Jan Reedy [Fri, 30 Sep 2016 19:38:41 +0000 (15:38 -0400)]
Issue #28815: Change '?' to '<module>' in some doc examples.
Patch by Mariatta Wijaya.

8 years agoIssue #27942: String constants now interned recursively in tuples and frozensets.
Serhiy Storchaka [Fri, 30 Sep 2016 07:38:08 +0000 (10:38 +0300)]
Issue #27942: String constants now interned recursively in tuples and frozensets.

8 years agoIssue #25488: Stpp idle.py from adding a entry when it is a duplicate.
Terry Jan Reedy [Fri, 30 Sep 2016 06:53:33 +0000 (02:53 -0400)]
Issue #25488: Stpp idle.py from adding a entry when it is a duplicate.
Also, make idlelib.idle.main() work after import idlelib.idle.

8 years agoIssue #28258: Explain the LC_ALL change in a comment
Victor Stinner [Thu, 29 Sep 2016 20:33:02 +0000 (22:33 +0200)]
Issue #28258: Explain the LC_ALL change in a comment

8 years agoIssue #28258: Fixed build with Estonian locale (distclean target in
Serhiy Storchaka [Thu, 29 Sep 2016 17:46:45 +0000 (20:46 +0300)]
Issue #28258: Fixed build with Estonian locale (distclean target in
Makefile).  Patch by Arfrever Frehtes Taifersar Arahesis.

8 years agobuild_ext: correctly parse the link_objects user option (closes #1703178)
Benjamin Peterson [Thu, 29 Sep 2016 06:13:58 +0000 (23:13 -0700)]
build_ext: correctly parse the link_objects user option (closes #1703178)

Patch by Valerie Lambert.

8 years agoRemove disabled ctypes test
Martin Panter [Thu, 29 Sep 2016 02:50:20 +0000 (02:50 +0000)]
Remove disabled ctypes test

The test was commented out in 2005 before ctypes was added to Python, because
the “cdll” attribute loading feature “will no longer work this way”:
http://svn.python.org/view?view=revision&revision=49102

8 years agoIDLE NEWS item and ack.
Terry Jan Reedy [Thu, 29 Sep 2016 01:55:33 +0000 (21:55 -0400)]
IDLE NEWS item and ack.

8 years agoIssue #26550: Fix typo in webservers HOWTO
Berker Peksag [Wed, 28 Sep 2016 23:32:51 +0000 (02:32 +0300)]
Issue #26550: Fix typo in webservers HOWTO

Reported by Alejandro Soini.

8 years agoIssue #28253: Fixed calendar functions for extreme months: 0001-01 and 9999-12.
Alexander Belopolsky [Wed, 28 Sep 2016 02:45:20 +0000 (22:45 -0400)]
Issue #28253: Fixed calendar functions for extreme months: 0001-01 and 9999-12.

Methods itermonthdays() and itermonthdays2() are reimplemented so that they
don't call itermonthdates() which can cause datetime.date under/overflow.

8 years agoIssue #27963: Fixed possible null pointer dereference in ctypes.set_conversion_mode().
Serhiy Storchaka [Tue, 27 Sep 2016 12:24:13 +0000 (15:24 +0300)]
Issue #27963: Fixed possible null pointer dereference in ctypes.set_conversion_mode().
Patch by Xiang Zhang.

8 years agobe extremely careful about overflows in encode_basestring_ascii (closes #28284)
Benjamin Peterson [Tue, 27 Sep 2016 06:55:41 +0000 (23:55 -0700)]
be extremely careful about overflows in encode_basestring_ascii (closes #28284)

8 years agoIssue #26439: Document that RTLD_NOW is always added
Martin Panter [Tue, 27 Sep 2016 05:10:40 +0000 (05:10 +0000)]
Issue #26439: Document that RTLD_NOW is always added

8 years agoIssue #27897: Backported tests.
Serhiy Storchaka [Mon, 26 Sep 2016 21:27:15 +0000 (00:27 +0300)]
Issue #27897: Backported tests.

8 years agoIssue #27611: Fixed support of default root window in the Tix module.
Serhiy Storchaka [Sun, 25 Sep 2016 13:44:32 +0000 (16:44 +0300)]
Issue #27611: Fixed support of default root window in the Tix module.

8 years agoRevert unintended commit to asdl_c.py
Martin Panter [Sat, 24 Sep 2016 05:38:14 +0000 (05:38 +0000)]
Revert unintended commit to asdl_c.py

8 years agoFix incomplete format error in asdl.py
Martin Panter [Sat, 24 Sep 2016 05:35:15 +0000 (05:35 +0000)]
Fix incomplete format error in asdl.py

8 years agoIssue #28221: Remove unused assignment from test_asyncore_server()
Martin Panter [Fri, 23 Sep 2016 23:45:56 +0000 (23:45 +0000)]
Issue #28221: Remove unused assignment from test_asyncore_server()

The later value of FOO is fine. The test just needs to verify that the server
converted it to lowercase.

8 years agomerge
Christian Heimes [Thu, 22 Sep 2016 14:54:06 +0000 (16:54 +0200)]
merge

8 years agoAdd Lib/test/ssltests.py for faster testing of OpenSSL
Christian Heimes [Thu, 22 Sep 2016 14:53:15 +0000 (16:53 +0200)]
Add Lib/test/ssltests.py for faster testing of OpenSSL

8 years agoIssue #26513: Use winver.product_type instead of .product
Steve Dower [Wed, 21 Sep 2016 16:10:21 +0000 (09:10 -0700)]
Issue #26513: Use winver.product_type instead of .product

8 years agoMake 3.7 the current dev version in the html version of the docs.
Ned Deily [Tue, 20 Sep 2016 18:58:38 +0000 (14:58 -0400)]
Make 3.7 the current dev version in the html version of the docs.

8 years agoremove trailing whitespace
Benjamin Peterson [Tue, 20 Sep 2016 05:16:36 +0000 (22:16 -0700)]
remove trailing whitespace

8 years agoproperly handle the single null-byte file (closes #24022)
Benjamin Peterson [Mon, 19 Sep 2016 06:41:11 +0000 (23:41 -0700)]
properly handle the single null-byte file (closes #24022)

8 years agoIssue #27806: add Aleks to Misc/ACKS.
Ned Deily [Sun, 18 Sep 2016 19:24:23 +0000 (15:24 -0400)]
Issue #27806: add Aleks to Misc/ACKS.

8 years agoIssue #26661: setup.py now detects system libffi with multiarch wrapper.
Christian Heimes [Sun, 18 Sep 2016 12:40:15 +0000 (14:40 +0200)]
Issue #26661: setup.py now detects system libffi with multiarch wrapper.

8 years agoIssue #27932: Prevent memory leak in win32_ver().
Steve Dower [Sat, 17 Sep 2016 23:43:01 +0000 (16:43 -0700)]
Issue #27932: Prevent memory leak in win32_ver().

8 years agoIssue #28139: Fix messed up indentation
Martin Panter [Sat, 17 Sep 2016 07:54:55 +0000 (07:54 +0000)]
Issue #28139: Fix messed up indentation

Also update the classmethod and staticmethod doc strings and comments to
match the RST documentation.

8 years agoIssue #27806: Fix 32-bit builds on macOS Sierra 10.12 broken by removal of
sashk [Fri, 16 Sep 2016 13:08:45 +0000 (09:08 -0400)]
Issue #27806: Fix 32-bit builds on macOS Sierra 10.12 broken by removal of
deprecated QuickTime/QuickTime.h header file.  Patch by sashk.

8 years agoIssue #24363: Continue parsing HTTP header in spite of invalid lines
Martin Panter [Fri, 16 Sep 2016 02:54:11 +0000 (02:54 +0000)]
Issue #24363: Continue parsing HTTP header in spite of invalid lines

8 years agoIssue #28145: Spelling fixes
Martin Panter [Fri, 16 Sep 2016 00:46:05 +0000 (00:46 +0000)]
Issue #28145: Spelling fixes

8 years agoIssue #24366: Fix indentation
Martin Panter [Thu, 15 Sep 2016 01:50:53 +0000 (01:50 +0000)]
Issue #24366: Fix indentation

Backports changes by Victor Stinner, Hirokazu Yamamoto, li4ick and Benjamin
Peterson.

8 years agoIssue #27599: Fixed buffer overrun in binascii.b2a_qp() and binascii.a2b_qp().
Serhiy Storchaka [Wed, 14 Sep 2016 13:36:15 +0000 (16:36 +0300)]
Issue #27599: Fixed buffer overrun in binascii.b2a_qp() and binascii.a2b_qp().