]> granicus.if.org Git - python/log
python
8 years agoIssue #26293: Fixed writing ZIP files that starts not from the start of the
Serhiy Storchaka [Fri, 7 Oct 2016 19:20:50 +0000 (22:20 +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:28 +0000 (21:51 +0300)]
Issue #24098: Fixed possible crash when AST is changed in process of
compiling it.

8 years agoasyncio: Only allow Unix Stream sockets for loop.create_unix_server/connection
Yury Selivanov [Fri, 7 Oct 2016 16:39:57 +0000 (12:39 -0400)]
asyncio: Only allow Unix Stream sockets for loop.create_unix_server/connection

8 years agoNull merge with 3.4
Yury Selivanov [Thu, 6 Oct 2016 18:05:17 +0000 (14:05 -0400)]
Null merge with 3.4

8 years agoIssue #27759: Fix selectors incorrectly retain invalid file descriptors.
Yury Selivanov [Thu, 6 Oct 2016 18:03:03 +0000 (14:03 -0400)]
Issue #27759: Fix selectors incorrectly retain invalid file descriptors.

(Backported to 3.4 as this bug might be exploited to for DoS)

8 years agoensure read size is initialized
Benjamin Peterson [Thu, 6 Oct 2016 06:32:09 +0000 (23:32 -0700)]
ensure read size is initialized

8 years agodo not leak buffer if mmap is not writable
Benjamin Peterson [Thu, 6 Oct 2016 06:29:07 +0000 (23:29 -0700)]
do not leak buffer if mmap is not writable

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 agoasyncio: Add "call_connection_made" arg to SSLProtocol.__init__
Yury Selivanov [Wed, 5 Oct 2016 23:39:54 +0000 (19:39 -0400)]
asyncio: Add "call_connection_made" arg to SSLProtocol.__init__

Issue #23749: With this change it's possible to implement starttls
as a separate package on PyPI, or even by copying/pasting a small
snipped of code in your project.

It's expected that we'll figure out the API design for starttls
during 3.6, so that we can add it in 3.7.

8 years agoIssue #28372: Fix asyncio to support formatting of non-python coroutines
Yury Selivanov [Wed, 5 Oct 2016 23:32:49 +0000 (19:32 -0400)]
Issue #28372: Fix asyncio to support formatting of non-python coroutines

8 years agoIssue #28371: Deprecate passing asyncio.Handles to run_in_executor.
Yury Selivanov [Wed, 5 Oct 2016 22:28:09 +0000 (18:28 -0400)]
Issue #28371: Deprecate passing asyncio.Handles to run_in_executor.

8 years agoIssue #28370: Speedup asyncio.StreamReader.readexactly
Yury Selivanov [Wed, 5 Oct 2016 22:01:12 +0000 (18:01 -0400)]
Issue #28370: Speedup asyncio.StreamReader.readexactly

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

8 years agoIssue #28369: Raise an error when transport's FD is used with add_reader
Yury Selivanov [Wed, 5 Oct 2016 21:48:59 +0000 (17:48 -0400)]
Issue #28369: Raise an error when transport's FD is used with add_reader

8 years agoIssue #28368: Refuse monitoring processes if the child watcher has no loop attached.
Yury Selivanov [Wed, 5 Oct 2016 20:57:12 +0000 (16:57 -0400)]
Issue #28368: Refuse monitoring processes if the child watcher has no loop attached.

Patch by Vincent Michel.

8 years agoIssue #28222: Don't fail if pygments is not available
Berker Peksag [Tue, 4 Oct 2016 17:54:44 +0000 (20:54 +0300)]
Issue #28222: Don't fail if pygments is not available

We can't just skip the test if docutils is available,
but pygments is not because the purpose of the test
was testing a bug in _check_rst_data().

8 years agoIssue #28348: Fix typo in asyncio.Task() documentation
Berker Peksag [Tue, 4 Oct 2016 17:45:47 +0000 (20:45 +0300)]
Issue #28348: Fix typo in asyncio.Task() documentation

Patch by Mariatta Wijaya.

8 years agoIssue #28321: Fixed writing non-BMP characters with binary format in plistlib.
Serhiy Storchaka [Tue, 4 Oct 2016 17:04:30 +0000 (20:04 +0300)]
Issue #28321: Fixed writing non-BMP characters with binary format in plistlib.

8 years agoMerge heads
Serhiy Storchaka [Tue, 4 Oct 2016 15:23:55 +0000 (18:23 +0300)]
Merge heads

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

8 years agoensure gc tracking is off when invoking weakref callbacks (closes #26617)
Benjamin Peterson [Tue, 4 Oct 2016 07:00:02 +0000 (00:00 -0700)]
ensure gc tracking is off when invoking weakref callbacks (closes #26617)

8 years agoMore updates from upstream typing.py
Guido van Rossum [Mon, 3 Oct 2016 15:40:50 +0000 (08:40 -0700)]
More updates from upstream typing.py

8 years agoIssue #28295: Fixed the documentation and added tests for PyUnicode_AsUCS4().
Serhiy Storchaka [Sun, 2 Oct 2016 18:29:26 +0000 (21:29 +0300)]
Issue #28295: Fixed the documentation and added tests for PyUnicode_AsUCS4().
Original patch by Xiang Zhang.

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

8 years agoIssue #20254: Fix duplicate tests in test_socket
Berker Peksag [Sun, 2 Oct 2016 08:39:41 +0000 (11:39 +0300)]
Issue #20254: Fix duplicate tests in test_socket

Patch by Vajrasky Kok.

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 #28322: Fixed possible crashes when unpickle itertools objects from
Serhiy Storchaka [Sun, 2 Oct 2016 05:34:53 +0000 (08:34 +0300)]
Issue #28322: Fixed possible crashes when unpickle itertools objects from
incorrect pickle data.  Based on patch by John Leitch.

8 years agoIssue #28275: Clean up to avoid use-after-free after bzip decompress failure
Martin Panter [Sat, 1 Oct 2016 02:45:17 +0000 (02:45 +0000)]
Issue #28275: Clean up to avoid use-after-free after bzip decompress failure

8 years agoIssue #28283: Remove flaky test test_sock_connect_sock_write_race again
Berker Peksag [Sat, 1 Oct 2016 01:16:59 +0000 (04:16 +0300)]
Issue #28283: Remove flaky test test_sock_connect_sock_write_race again

It was added back in 53a578f51f21.

8 years agoIssue #28319: Fix typo in lzma.rst
Berker Peksag [Fri, 30 Sep 2016 22:19:04 +0000 (01:19 +0300)]
Issue #28319: Fix typo in lzma.rst

Reported by Vladimir Rutsky.

8 years agoFix markup in pathlib.rst
Berker Peksag [Fri, 30 Sep 2016 22:06:52 +0000 (01:06 +0300)]
Fix markup in pathlib.rst

8 years agoFix Path.glob() link, reported by SilentGhost
Berker Peksag [Fri, 30 Sep 2016 22:02:39 +0000 (01:02 +0300)]
Fix Path.glob() link, reported by SilentGhost

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

8 years agoMisc asyncio improvements from upstream
Guido van Rossum [Fri, 30 Sep 2016 15:17:15 +0000 (08:17 -0700)]
Misc asyncio improvements from upstream

8 years agoMerge heads
Serhiy Storchaka [Fri, 30 Sep 2016 07:38:31 +0000 (10:38 +0300)]
Merge heads

8 years agoIssue #27942: String constants now interned recursively in tuples and frozensets.
Serhiy Storchaka [Fri, 30 Sep 2016 07:07:26 +0000 (10:07 +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:44 +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 agoMove idlelib/NEWS.txt entries for 2.x into a separate file -- NEWS2x.txt.
Terry Jan Reedy [Fri, 30 Sep 2016 03:59:55 +0000 (23:59 -0400)]
Move idlelib/NEWS.txt entries for 2.x into a separate file -- NEWS2x.txt.
Reformat a few early 3.x entries in HEWS.txt.

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

8 years agoIssue #28258: Fixed build with Estonian locale (python-config and distclean
Serhiy Storchaka [Thu, 29 Sep 2016 17:29:23 +0000 (20:29 +0300)]
Issue #28258: Fixed build with Estonian locale (python-config and distclean
targets 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:55 +0000 (21:55 -0400)]
IDLE NEWS item and ack.

8 years agoIssue #28306: Update exception message of ZeroDivisionError
Berker Peksag [Wed, 28 Sep 2016 19:48:57 +0000 (22:48 +0300)]
Issue #28306: Update exception message of ZeroDivisionError

8 years agoIssue #27740: Fix typo in Py_CompileStringExFlags
Berker Peksag [Wed, 28 Sep 2016 16:35:25 +0000 (19:35 +0300)]
Issue #27740: Fix typo in Py_CompileStringExFlags

8 years agoIssue #28303: Fix grammar in unittest.__doc__, patch by Shlomi Fish
Berker Peksag [Wed, 28 Sep 2016 14:28:41 +0000 (17:28 +0300)]
Issue #28303: Fix grammar in unittest.__doc__, patch by Shlomi Fish

8 years agoIssue #28300: Fix typos, patch by Shlomi Fish
Berker Peksag [Wed, 28 Sep 2016 14:21:52 +0000 (17:21 +0300)]
Issue #28300: Fix typos, patch by Shlomi Fish

8 years agoIssue #21903: Update ctypes example to use MessageBoxW
Berker Peksag [Wed, 28 Sep 2016 14:07:01 +0000 (17:07 +0300)]
Issue #21903: Update ctypes example to use MessageBoxW

8 years agoIssue #28253: Added a NEWS entry.
Alexander Belopolsky [Wed, 28 Sep 2016 00:34:11 +0000 (20:34 -0400)]
Issue #28253: Added a NEWS entry.

8 years agoIssue #28253: Fixed calendar functions for extreme months: 0001-01 and 9999-12.
Alexander Belopolsky [Wed, 28 Sep 2016 00:26:39 +0000 (20:26 -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 agoUpdate typing.py and test_typing.py from upstream (https://github.com/python/typing)
Guido van Rossum [Tue, 27 Sep 2016 22:20:12 +0000 (15:20 -0700)]
Update typing.py and test_typing.py from upstream (https://github.com/python/typing)

8 years agoIssue #28283: Remove flaky test test_sock_connect_sock_write_race
Berker Peksag [Tue, 27 Sep 2016 21:39:36 +0000 (00:39 +0300)]
Issue #28283: Remove flaky test test_sock_connect_sock_write_race

8 years agoIssue #20947: Fixed a gcc warning with -Wstrict-overflow.
Serhiy Storchaka [Tue, 27 Sep 2016 19:03:51 +0000 (22:03 +0300)]
Issue #20947: Fixed a gcc warning with -Wstrict-overflow.

8 years agoIssue #21578: Fixed misleading error message when ImportError called with
Serhiy Storchaka [Tue, 27 Sep 2016 17:45:35 +0000 (20:45 +0300)]
Issue #21578: Fixed misleading error message when ImportError called with
invalid keyword args.

8 years agoIssue #28275: Fixed possible use adter free in LZMADecompressor.decompress().
Serhiy Storchaka [Tue, 27 Sep 2016 17:14:26 +0000 (20:14 +0300)]
Issue #28275: Fixed possible use adter free in LZMADecompressor.decompress().
Original patch by John Leitch.

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: Fixed possible crash in sqlite3.Connection.create_collation()
Serhiy Storchaka [Mon, 26 Sep 2016 21:10:03 +0000 (00:10 +0300)]
Issue #27897: Fixed possible crash in sqlite3.Connection.create_collation()
if pass invalid string-like object as a name.  Patch by Xiang Zhang.

8 years agoIssue #10673: Document that Process.exitcode can be used to determine timeout
Berker Peksag [Mon, 26 Sep 2016 20:22:22 +0000 (23:22 +0300)]
Issue #10673: Document that Process.exitcode can be used to determine timeout

Patch by Tom Clark.

8 years agoIssue #18893: Fix invalid exception handling in Lib/ctypes/macholib/dyld.py
Berker Peksag [Mon, 26 Sep 2016 20:06:32 +0000 (23:06 +0300)]
Issue #18893: Fix invalid exception handling in Lib/ctypes/macholib/dyld.py

Patch by Madison May.

8 years agoDocument that os.mknod() is not available on Windows
Berker Peksag [Mon, 26 Sep 2016 19:50:11 +0000 (22:50 +0300)]
Document that os.mknod() is not available on Windows

Reported by Regina Ochotzki on docs@p.o.

8 years agoos.genenvb() is not availabnle under Windows
Berker Peksag [Mon, 26 Sep 2016 19:44:07 +0000 (22:44 +0300)]
os.genenvb() is not availabnle under Windows

8 years agoIssues #25909, #28211: Restored correct documentation of PyMapping_Items,
Serhiy Storchaka [Mon, 26 Sep 2016 17:52:41 +0000 (20:52 +0300)]
Issues #25909, #28211: Restored correct documentation of PyMapping_Items,
PyMapping_Keys and PyMapping_Values.  Based on patch by Xiang Zhang.

8 years agoIssue #11957: Restored re tests for passing count and maxsplit as positional
Serhiy Storchaka [Sun, 25 Sep 2016 17:36:23 +0000 (20:36 +0300)]
Issue #11957: Restored re tests for passing count and maxsplit as positional
arguments.

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

8 years agoIssue #28203: Fix incorrect type in error message from complex(1.0, {2:3}). Patch...
Mark Dickinson [Sat, 24 Sep 2016 14:26:36 +0000 (15:26 +0100)]
Issue #28203: Fix incorrect type in error message from complex(1.0, {2:3}). Patch by Soumya Sharma.

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 agoIncrease buffer for readlink() in case OS will support longer names one day.
Christian Heimes [Fri, 23 Sep 2016 18:24:28 +0000 (20:24 +0200)]
Increase buffer for readlink() in case OS will support longer names one day.

8 years agoAdd an extra byte for null in case we ever get very long unicode names.
Christian Heimes [Fri, 23 Sep 2016 18:20:27 +0000 (20:20 +0200)]
Add an extra byte for null in case we ever get very long unicode names.

8 years agoIssue #27829: regrtest -W displays stderr if env changed
Victor Stinner [Fri, 23 Sep 2016 09:13:53 +0000 (11:13 +0200)]
Issue #27829: regrtest -W displays stderr if env changed

regrtest -W hides output if a test pass, but also when env changed and so the
env changed warning is hidden. So it's hard to debug. With this change, stderr
is now always displayed when a test doesn't pass.

8 years agoIssue #28251: Improvements to help manuals on Windows.
Steve Dower [Fri, 23 Sep 2016 00:07:56 +0000 (17:07 -0700)]
Issue #28251: Improvements to help manuals on Windows.

8 years agoSilence GCC warning.
Serhiy Storchaka [Thu, 22 Sep 2016 16:59:46 +0000 (19:59 +0300)]
Silence GCC warning.

The code was correct, but GCC is not enough clever.

8 years agoMake Lib/test/ssltests.py more useful and faster for OpenSSL testing
Christian Heimes [Thu, 22 Sep 2016 14:49:35 +0000 (16:49 +0200)]
Make Lib/test/ssltests.py more useful and faster for OpenSSL testing

8 years agoFix references to Python 3’s socketserver (lowercase) module
Martin Panter [Thu, 22 Sep 2016 09:37:56 +0000 (09:37 +0000)]
Fix references to Python 3’s socketserver (lowercase) module

8 years agoIssue #27348: Restore “Exception: None” formatting in traceback module
Martin Panter [Thu, 22 Sep 2016 09:37:39 +0000 (09:37 +0000)]
Issue #27348: Restore “Exception: None” formatting in traceback module

This fixes a regression caused by revision 73afda5a4e4c. Also reverts the
decimal test workaround added in revision 5f3dd0a2b1ab.

Remove test_without_exception(). According to revision ecaafc32c500, this was
added in Python 2 so that print_exc() would output “None” when called with no
exception set. However print_exc() never worked like this in Python 3, and
the use case is not documented.

Restore TracebackCases class name (instead of SyntaxTracebackCases), because
the class also tests other exceptions.

8 years agoExtend the test to lower pickle protocols.
Serhiy Storchaka [Thu, 22 Sep 2016 08:39:25 +0000 (11:39 +0300)]
Extend the test to lower pickle protocols.

8 years agoIssue #25651: Allow falsy values to be used for msg parameter of subTest()
Berker Peksag [Wed, 21 Sep 2016 16:34:15 +0000 (19:34 +0300)]
Issue #25651: Allow falsy values to be used for msg parameter of subTest()

8 years agoFix PyUnicode_FromFormatV() error handling
Victor Stinner [Wed, 21 Sep 2016 12:13:14 +0000 (14:13 +0200)]
Fix PyUnicode_FromFormatV() error handling

Issue #28233: Fix a memory leak if the format string contains a non-ASCII
character, destroy the unicode writer.

8 years agotest_asynico: fix test_sock_connect_sock_write_race()
Victor Stinner [Wed, 21 Sep 2016 07:15:36 +0000 (09:15 +0200)]
test_asynico: fix test_sock_connect_sock_write_race()

Issue #28176: Increase timeout from 10 seconds to 60 seconds.

8 years agoCatch EPERM error in py_getrandom()
Victor Stinner [Tue, 20 Sep 2016 20:46:02 +0000 (22:46 +0200)]
Catch EPERM error in py_getrandom()

Issue #27955: Fallback on reading /dev/urandom device when the getrandom()
syscall fails with EPERM, for example when blocked by SECCOMP.

8 years agoCleanup random.c
Victor Stinner [Tue, 20 Sep 2016 20:26:18 +0000 (22:26 +0200)]
Cleanup random.c

Issue #27955: modify py_getrnadom() and dev_urandom()

* Add comments from Python 3.7
* PEP 7 style: add {...}

8 years agoMake 3.7 the current dev version in the html version of the docs.
Ned Deily [Tue, 20 Sep 2016 19:00:07 +0000 (15:00 -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 agoDocs: Correctly link to the methods
Jesus Cea [Mon, 19 Sep 2016 22:01:53 +0000 (00:01 +0200)]
Docs: Correctly link to the methods

8 years agomerge 3.4
Benjamin Peterson [Mon, 19 Sep 2016 06:43:18 +0000 (23:43 -0700)]
merge 3.4

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 #28189: dictitems_contains no longer swallows compare errors.
Raymond Hettinger [Mon, 19 Sep 2016 04:45:11 +0000 (21:45 -0700)]
Issue #28189: dictitems_contains no longer swallows compare errors.
 (Patch by Xiang Zhang)

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

8 years agoIssue #26610: Skip test_with_pip if _ctypes is not available in OpenIndiana
Berker Peksag [Sun, 18 Sep 2016 11:52:25 +0000 (14:52 +0300)]
Issue #26610: Skip test_with_pip if _ctypes is not available in OpenIndiana

8 years agoIssue #28075: Fix test_access_denied in Python 3.5
Berker Peksag [Sun, 18 Sep 2016 10:56:29 +0000 (13:56 +0300)]
Issue #28075: Fix test_access_denied in Python 3.5

I forgot there two variations of os.stat() in Python 3.5.

8 years agoAdd file missed from backport
Steve Dower [Sun, 18 Sep 2016 00:29:37 +0000 (17:29 -0700)]
Add file missed from backport

8 years agoIssue #27932: Prevent memory leak in win32_ver().
Steve Dower [Sun, 18 Sep 2016 00:25:42 +0000 (17:25 -0700)]
Issue #27932: Prevent memory leak in win32_ver().

8 years agoIssue #28110: launcher.msi has different product codes between 32-bit and 64-bit
Steve Dower [Sat, 17 Sep 2016 23:12:55 +0000 (16:12 -0700)]
Issue #28110: launcher.msi has different product codes between 32-bit and 64-bit

8 years agoIssue #28176: Increase timeout for test_sock_connect_sock_write_race
Berker Peksag [Sat, 17 Sep 2016 22:06:50 +0000 (01:06 +0300)]
Issue #28176: Increase timeout for test_sock_connect_sock_write_race

8 years agoIssue #26384: Fix UnboundLocalError in socket._sendfile_use_sendfile
Berker Peksag [Sat, 17 Sep 2016 20:22:06 +0000 (23:22 +0300)]
Issue #26384: Fix UnboundLocalError in socket._sendfile_use_sendfile

8 years agoFix test_access_denied in 3.5
Berker Peksag [Sat, 17 Sep 2016 13:20:55 +0000 (16:20 +0300)]
Fix test_access_denied in 3.5

8 years agoIssue #28075: Check for ERROR_ACCESS_DENIED in Windows implementation of os.stat()
Berker Peksag [Sat, 17 Sep 2016 12:49:59 +0000 (15:49 +0300)]
Issue #28075: Check for ERROR_ACCESS_DENIED in Windows implementation of os.stat()

Patch by Eryk Sun.

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

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