]>
granicus.if.org Git - python/log
Steve Dower [Sun, 20 Nov 2016 04:11:56 +0000 (20:11 -0800)]
Issue #28732: Adds new errors to spawnv emulation for platforms that only have fork and execv
Steve Dower [Sun, 20 Nov 2016 03:17:26 +0000 (19:17 -0800)]
Issue #28732: Raise ValueError when argv[0] is empty
Steve Dower [Sun, 20 Nov 2016 03:03:54 +0000 (19:03 -0800)]
Issue #28732: Raise ValueError when argv[0] is empty.
Steve Dower [Sun, 20 Nov 2016 02:53:19 +0000 (18:53 -0800)]
Issue #28732: Raise ValueError when os.spawn*() is passed an empty tuple of arguments
Steve Dower [Sun, 20 Nov 2016 02:41:16 +0000 (18:41 -0800)]
Merge from 3.5 and fix a few other functions missing IPH handling.
Steve Dower [Sun, 20 Nov 2016 02:33:39 +0000 (18:33 -0800)]
Issue #28732: Fix crash in os.spawnv() with no elements in args
Prevents crashes in some other posixmodule.c functions
Guido van Rossum [Sat, 19 Nov 2016 18:32:43 +0000 (10:32 -0800)]
Issue #28556: two more small upstream changes by Ivan Levkivskyi (#329, #330) (3.5->3.6)
Guido van Rossum [Sat, 19 Nov 2016 18:32:41 +0000 (10:32 -0800)]
Issue #28556: two more small upstream changes by Ivan Levkivskyi (#329, #330)
Xavier de Gaye [Sat, 19 Nov 2016 15:19:29 +0000 (16:19 +0100)]
Issue #28746: Fix the set_inheritable() file descriptor method on platforms
that do not have the ioctl FIOCLEX and FIONCLEX commands
Brett Cannon [Fri, 18 Nov 2016 18:41:28 +0000 (10:41 -0800)]
Issue #28705: greatly simplify the FAQ entry on transpiling.
This also eliminats a dead link to Weave in the process.
Zachary Ware [Fri, 18 Nov 2016 05:30:27 +0000 (23:30 -0600)]
Ignore newly added suspicious line
Raymond Hettinger [Thu, 17 Nov 2016 09:49:54 +0000 (01:49 -0800)]
Small edits to the docs for sample() and shuffle().
Raymond Hettinger [Thu, 17 Nov 2016 08:45:35 +0000 (00:45 -0800)]
Further refinements to the examples and recipes for the random module
Xavier de Gaye [Thu, 17 Nov 2016 08:20:28 +0000 (09:20 +0100)]
Issue #26926: Skip some test_io tests on platforms without large file support
Xavier de Gaye [Thu, 17 Nov 2016 08:00:19 +0000 (09:00 +0100)]
Issue 26931: Skip the test_distutils tests using a compiler executable
that is not found
Raymond Hettinger [Thu, 17 Nov 2016 06:56:11 +0000 (22:56 -0800)]
Add another example to the recipes section of the random docs
Raymond Hettinger [Thu, 17 Nov 2016 05:34:17 +0000 (21:34 -0800)]
Minor touch-ups to the random module examples
Steve Dower [Thu, 17 Nov 2016 00:35:40 +0000 (16:35 -0800)]
Merge from 3.5
Steve Dower [Thu, 17 Nov 2016 00:32:22 +0000 (16:32 -0800)]
Fixes incorrect path in nuget package build.
Yury Selivanov [Wed, 16 Nov 2016 23:25:04 +0000 (18:25 -0500)]
Issue #28720: Add collections.abc.AsyncGenerator.
Yury Selivanov [Wed, 16 Nov 2016 23:16:17 +0000 (18:16 -0500)]
Issue #28721: Fix asynchronous generators aclose() and athrow()
Serhiy Storchaka [Wed, 16 Nov 2016 18:02:44 +0000 (20:02 +0200)]
Issue #28701: _PyUnicode_EqualToASCIIId and _PyUnicode_EqualToASCIIString now
require ASCII right argument and assert this condition in debug build.
Kushal Das [Wed, 16 Nov 2016 15:43:43 +0000 (21:13 +0530)]
Closes #28713 uses OSError in the tutorial
Serhiy Storchaka [Wed, 16 Nov 2016 14:12:56 +0000 (16:12 +0200)]
Fixed an off-by-one error in _PyUnicode_EqualToASCIIString (issue #28701).
Serhiy Storchaka [Wed, 16 Nov 2016 14:12:34 +0000 (16:12 +0200)]
Fixed an off-by-one error in _PyUnicode_EqualToASCIIString (issue #28701).
Serhiy Storchaka [Wed, 16 Nov 2016 13:56:27 +0000 (15:56 +0200)]
Issue #21449: Removed private function _PyUnicode_CompareWithId.
Serhiy Storchaka [Wed, 16 Nov 2016 13:41:11 +0000 (15:41 +0200)]
Issue #28701: Replace _PyUnicode_CompareWithId with _PyUnicode_EqualToASCIIId.
The latter function is more readable, faster and doesn't raise exceptions.
Based on patch by Xiang Zhang.
Serhiy Storchaka [Wed, 16 Nov 2016 13:40:39 +0000 (15:40 +0200)]
Issue #28701: Replace _PyUnicode_CompareWithId with _PyUnicode_EqualToASCIIId.
The latter function is more readable, faster and doesn't raise exceptions.
Based on patch by Xiang Zhang.
Serhiy Storchaka [Wed, 16 Nov 2016 08:19:20 +0000 (10:19 +0200)]
Issue #28701: Replace PyUnicode_CompareWithASCIIString with _PyUnicode_EqualToASCIIString.
The latter function is more readable, faster and doesn't raise exceptions.
Serhiy Storchaka [Wed, 16 Nov 2016 08:17:58 +0000 (10:17 +0200)]
Issue #28701: Replace PyUnicode_CompareWithASCIIString with _PyUnicode_EqualToASCIIString.
The latter function is more readable, faster and doesn't raise exceptions.
Xavier de Gaye [Wed, 16 Nov 2016 07:05:27 +0000 (08:05 +0100)]
Issue #26935: Fix broken Android dup2() in test_os
Xavier de Gaye [Wed, 16 Nov 2016 06:24:20 +0000 (07:24 +0100)]
Issue #26920: Fix not getting the locale's charset upon initializing the interpreter,
on platforms that do not have langinfo
Donald Stufft [Wed, 16 Nov 2016 02:18:40 +0000 (21:18 -0500)]
Merge - upgrade pip/setuptools
Donald Stufft [Wed, 16 Nov 2016 02:18:20 +0000 (21:18 -0500)]
Merge - upgrade pip/setuptools
Donald Stufft [Wed, 16 Nov 2016 02:17:43 +0000 (21:17 -0500)]
Upgrade pip to 9.0.1 and setuptools to 28.8.0
Yury Selivanov [Tue, 15 Nov 2016 20:27:23 +0000 (15:27 -0500)]
Merge 3.5 (issue #28704)
Yury Selivanov [Tue, 15 Nov 2016 20:26:34 +0000 (15:26 -0500)]
Issue #28704: Fix create_unix_server to support Path-like objects
Yury Selivanov [Tue, 15 Nov 2016 20:21:07 +0000 (15:21 -0500)]
Merge 3.5 (issue #28703)
Yury Selivanov [Tue, 15 Nov 2016 20:20:34 +0000 (15:20 -0500)]
Issue #28703: Fix asyncio.iscoroutinefunction to handle Mock objects.
Guido van Rossum [Tue, 15 Nov 2016 17:48:09 +0000 (09:48 -0800)]
Issue #28556: Allow keyword syntax for NamedTuple (Ivan Levkivskyi) (upstream #321) (3.5->3.6)
Guido van Rossum [Tue, 15 Nov 2016 17:48:06 +0000 (09:48 -0800)]
Issue #28556: Allow keyword syntax for NamedTuple (Ivan Levkivskyi) (upstream #321)
Xavier de Gaye [Tue, 15 Nov 2016 16:24:42 +0000 (17:24 +0100)]
Issue #26929: Skip some test_strptime tests failing on Android that
incorrectly formats %V or %G for the last or the first
incomplete week in a year
Xavier de Gaye [Tue, 15 Nov 2016 16:03:12 +0000 (17:03 +0100)]
Issue 28668: Merge 3.5
Xavier de Gaye [Tue, 15 Nov 2016 15:57:52 +0000 (16:57 +0100)]
Issue 28668: Skip tests where instanciation of multiprocessing.Queue
would raise ImportError
Victor Stinner [Tue, 15 Nov 2016 08:12:10 +0000 (09:12 +0100)]
Fix warn_invalid_escape_sequence()
Issue #28691: Fix warn_invalid_escape_sequence(): handle correctly
DeprecationWarning raised as an exception. First clear the current exception to
replace the DeprecationWarning exception with a SyntaxError exception.
Unit test written by Serhiy Storchaka.
Steve Dower [Tue, 15 Nov 2016 01:51:42 +0000 (17:51 -0800)]
Issue #28573: Fixes issue with nested if blocks
Steve Dower [Tue, 15 Nov 2016 00:13:56 +0000 (16:13 -0800)]
Issue #28573: Avoid setting up env too many times during build
Yury Selivanov [Mon, 14 Nov 2016 19:49:18 +0000 (14:49 -0500)]
Issue #28635: what's new in 3.6: add a few more notes on typing
Per suggestions by Ivan Levkivskyi.
Patch by Elvis Pranskevichus.
Serhiy Storchaka [Mon, 14 Nov 2016 17:30:36 +0000 (19:30 +0200)]
Issue #28563: Make plural form selection more lenient and accepting
non-integer numbers. Django tests depend on this.
Serhiy Storchaka [Mon, 14 Nov 2016 17:29:59 +0000 (19:29 +0200)]
Issue #28563: Make plural form selection more lenient and accepting
non-integer numbers. Django tests depend on this.
Serhiy Storchaka [Mon, 14 Nov 2016 17:25:56 +0000 (19:25 +0200)]
Issue #28563: Make plural form selection more lenient and accepting
non-integer numbers. Django tests depend on this.
Serhiy Storchaka [Mon, 14 Nov 2016 17:22:12 +0000 (19:22 +0200)]
Issue #28563: Make plural form selection more lenient and accepting
non-integer numbers. Django tests depend on this.
Xavier de Gaye [Mon, 14 Nov 2016 16:14:42 +0000 (17:14 +0100)]
Issue #28662: Catch PermissionError in tests when spawning a non existent program
Victor Stinner [Mon, 14 Nov 2016 11:38:43 +0000 (12:38 +0100)]
Issue #28082: Add basic unit tests on re enums
Victor Stinner [Mon, 14 Nov 2016 11:35:55 +0000 (12:35 +0100)]
Issue #28637: Reapply changeset
223731925d06
"issue28082: use IntFlag for re constants" by Ethan Furman.
The re module is not more used in the site module and so adding "import enum"
to re.py doesn't impact python_startup benchmark anymore.
Benjamin Peterson [Mon, 14 Nov 2016 08:15:44 +0000 (00:15 -0800)]
correctly emulate error semantics of gen.throw in FutureIter_throw
Martin Panter [Mon, 14 Nov 2016 05:04:12 +0000 (05:04 +0000)]
Merge AIX fixes from 3.5 into 3.6
Martin Panter [Mon, 14 Nov 2016 04:26:36 +0000 (04:26 +0000)]
Issue #28000: Fix gethostbyname_r() usage on AIX with _LINUX_SOURCE_COMPAT
Patch by Matthieu S.
Martin Panter [Mon, 14 Nov 2016 01:58:57 +0000 (01:58 +0000)]
Issue #28016: Skip /dev/tty seekable() test on AIX
Martin Panter [Sun, 13 Nov 2016 23:36:07 +0000 (23:36 +0000)]
Issue #28678: Merge parameter name from 3.5 into 3.6
Martin Panter [Sun, 13 Nov 2016 23:25:06 +0000 (23:25 +0000)]
Issue #28678: Fix references to numeric_owner parameter
Xavier de Gaye [Sun, 13 Nov 2016 20:55:52 +0000 (21:55 +0100)]
Issue #26934: Handle _ANDROID_API_LEVEL is None on Windows
Xavier de Gaye [Sun, 13 Nov 2016 19:46:46 +0000 (20:46 +0100)]
Fix test_faulthandler on Android where raise() exits with 0
Xavier de Gaye [Sun, 13 Nov 2016 18:41:07 +0000 (19:41 +0100)]
Merge 3.5
Xavier de Gaye [Sun, 13 Nov 2016 18:39:48 +0000 (19:39 +0100)]
Fix temporary file not deleted in test_socket
Raymond Hettinger [Sun, 13 Nov 2016 05:42:56 +0000 (00:42 -0500)]
Fix typos
Ned Deily [Sat, 12 Nov 2016 21:38:03 +0000 (16:38 -0500)]
Issue #28676: merge from 3.5
Ned Deily [Sat, 12 Nov 2016 21:35:48 +0000 (16:35 -0500)]
Issue #28676: Prevent missing 'getentropy' declaration warning on macOS.
Patch by Gareth Rees.
Serhiy Storchaka [Sat, 12 Nov 2016 20:48:33 +0000 (22:48 +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.
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.
Serhiy Storchaka [Sat, 12 Nov 2016 12:36:02 +0000 (14:36 +0200)]
Issue #28648: Fixed crash in Py_DecodeLocale() in debug build on Mac OS X
when decode astral characters.
Serhiy Storchaka [Sat, 12 Nov 2016 12:35:46 +0000 (14:35 +0200)]
Issue #28648: Fixed crash in Py_DecodeLocale() in debug build on Mac OS X
when decode astral characters.
Serhiy Storchaka [Sat, 12 Nov 2016 12:29:48 +0000 (14:29 +0200)]
Issue #28648: Fixed crash in Py_DecodeLocale() in debug build on Mac OS X
when decode astral characters.
Serhiy Storchaka [Sat, 12 Nov 2016 12:28:06 +0000 (14:28 +0200)]
Issue #28648: Fixed crash in Py_DecodeLocale() in debug build on Mac OS X
when decode astral characters.
Guido van Rossum [Fri, 11 Nov 2016 23:57:09 +0000 (15:57 -0800)]
Issue 28644: Document recent changes in typing.py (Ivan L) (3.5->3.6)
Guido van Rossum [Fri, 11 Nov 2016 23:54:04 +0000 (15:54 -0800)]
Issue 28644: Document recent changes in typing.py (Ivan L)
Serhiy Storchaka [Fri, 11 Nov 2016 15:11:33 +0000 (17:11 +0200)]
Issue #28664: test_bz2 now works on non-Windows platforms without bunzip2
(e.g. on Android).
Serhiy Storchaka [Fri, 11 Nov 2016 15:10:24 +0000 (17:10 +0200)]
Issue #28664: test_bz2 now works on non-Windows platforms without bunzip2
(e.g. on Android).
Raymond Hettinger [Fri, 11 Nov 2016 12:31:18 +0000 (04:31 -0800)]
Issue #28665: Harmonize STORE_DEREF with STORE_FAST and LOAD_DEREF giving a 40% speedup.
Serhiy Storchaka [Fri, 11 Nov 2016 10:06:38 +0000 (12:06 +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.
Serhiy Storchaka [Fri, 11 Nov 2016 10:05:01 +0000 (12:05 +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.
Serhiy Storchaka [Fri, 11 Nov 2016 09:46:44 +0000 (11:46 +0200)]
Issue #23839: Various caches now are cleared before running every test file.
Serhiy Storchaka [Fri, 11 Nov 2016 09:42:47 +0000 (11:42 +0200)]
Issue #23839: Various caches now are cleared before running every test file.
Yury Selivanov [Thu, 10 Nov 2016 20:39:27 +0000 (15:39 -0500)]
Issue #28635: what's new in 3.6: remove mentions of backported fixes.
Patch by Elvis Pranskevichus.
Yury Selivanov [Thu, 10 Nov 2016 18:27:22 +0000 (13:27 -0500)]
Issue #28635: What's New in Python 3.6 updates
Patch by Elvis Pranskevichus.
Yury Selivanov [Thu, 10 Nov 2016 18:25:26 +0000 (13:25 -0500)]
Issue #28635: Fix a couple of missing/incorrect versionchanged tags
Patch by Elvis Pranskevichus.
Guido van Rossum [Thu, 10 Nov 2016 16:29:19 +0000 (08:29 -0800)]
Issue #28649: fix second issue with _ForwardRef (#328) (3.5->3.6)
Guido van Rossum [Thu, 10 Nov 2016 16:29:18 +0000 (08:29 -0800)]
Issue #28649: fix second issue with _ForwardRef (#328)
Guido van Rossum [Thu, 10 Nov 2016 16:26:19 +0000 (08:26 -0800)]
Issue #28649: fix first issue with _ForwardRef (#327) (3.5->3.6)
Guido van Rossum [Thu, 10 Nov 2016 16:24:06 +0000 (08:24 -0800)]
Issue #28649: fix first issue with _ForwardRef (#327)
Yury Selivanov [Wed, 9 Nov 2016 23:56:26 +0000 (18:56 -0500)]
Merge 3.6 (issue #28653)
Yury Selivanov [Wed, 9 Nov 2016 23:55:45 +0000 (18:55 -0500)]
Issue #28653: Fix a refleak in functools.lru_cache.
Serhiy Storchaka [Wed, 9 Nov 2016 21:51:54 +0000 (23:51 +0200)]
Issue #28649: Clear the typing module caches when search for reference leaks.
Serhiy Storchaka [Wed, 9 Nov 2016 21:49:02 +0000 (23:49 +0200)]
Issue #28649: Clear the typing module caches when search for reference leaks.
Guido van Rossum [Wed, 9 Nov 2016 21:23:05 +0000 (13:23 -0800)]
Issue #28649: typing-clear-caches.patch (3.5->3.6)
Guido van Rossum [Wed, 9 Nov 2016 21:23:04 +0000 (13:23 -0800)]
Issue #28649: typing-clear-caches.patch
Guido van Rossum [Wed, 9 Nov 2016 21:19:00 +0000 (13:19 -0800)]
Issue #28649: fix-typing-test-v2.diff (3.5->3.6)
Guido van Rossum [Wed, 9 Nov 2016 21:18:59 +0000 (13:18 -0800)]
Issue #28649: fix-typing-test-v2.diff
Guido van Rossum [Wed, 9 Nov 2016 21:12:53 +0000 (13:12 -0800)]
Issue #28556: More typing.py updates from upstream. (3.5->3.6)
Guido van Rossum [Wed, 9 Nov 2016 21:12:51 +0000 (13:12 -0800)]
Issue #28556: More typing.py updates from upstream.