]>
granicus.if.org Git - python/log
Benjamin Peterson [Mon, 2 Jan 2017 04:08:51 +0000 (22:08 -0600)]
merge 3.6
Benjamin Peterson [Mon, 2 Jan 2017 04:08:44 +0000 (22:08 -0600)]
merge 3.5
Benjamin Peterson [Mon, 2 Jan 2017 04:08:33 +0000 (22:08 -0600)]
merge 3.4
Benjamin Peterson [Mon, 2 Jan 2017 04:07:37 +0000 (22:07 -0600)]
merge 3.3
Benjamin Peterson [Mon, 2 Jan 2017 04:04:13 +0000 (22:04 -0600)]
ring in 2017 for Python
Berker Peksag [Mon, 2 Jan 2017 03:38:10 +0000 (06:38 +0300)]
Issue #28985: Update authorizer constants in sqlite3 module
Dates and version information from the changelog:
* 2006-08-12 (3.3.7) added SQLITE_CREATE_VTABLE, SQLITE_DROP_VTABLE
* 2006-10-09 (3.3.8) added SQLITE_FUNCTION
* 2009-01-12 (3.6.8) added SQLITE_SAVEPOINT
* 2014-02-03 (3.8.3) added SQLITE_RECURSIVE
Patch by Dingyuan Wang.
Berker Peksag [Mon, 2 Jan 2017 03:14:39 +0000 (06:14 +0300)]
Issue #29013: Merge from 3.6
Berker Peksag [Mon, 2 Jan 2017 03:14:12 +0000 (06:14 +0300)]
Issue #29013: Merge from 3.5
Berker Peksag [Mon, 2 Jan 2017 03:13:42 +0000 (06:13 +0300)]
Issue #29013: Fix allowZip64 documentation
Zip files can be larger than 4 GiB if allowZip64
is true (default since Python 3.4)
Berker Peksag [Mon, 2 Jan 2017 03:01:27 +0000 (06:01 +0300)]
Issue #29012: Merge from 3.6
Berker Peksag [Mon, 2 Jan 2017 03:01:07 +0000 (06:01 +0300)]
Issue #29012: Merge from 3.5
Berker Peksag [Mon, 2 Jan 2017 03:00:35 +0000 (06:00 +0300)]
Issue #29012: Remove outdated information about __bases__
Patch by Jim Fasarakis-Hilliard.
Berker Peksag [Mon, 2 Jan 2017 02:51:31 +0000 (05:51 +0300)]
Issue #29129: Merge from 3.6
Berker Peksag [Mon, 2 Jan 2017 02:51:04 +0000 (05:51 +0300)]
Issue #29129: Fix typo in "Using auto" section
Berker Peksag [Mon, 2 Jan 2017 02:45:37 +0000 (05:45 +0300)]
Issue #29024: Merge from 3.6
Berker Peksag [Mon, 2 Jan 2017 02:45:16 +0000 (05:45 +0300)]
Issue #29024: Merge from 3.5
Berker Peksag [Mon, 2 Jan 2017 02:44:49 +0000 (05:44 +0300)]
Issue #29024: Add Kivy entry to GUI FAQ
Patch by inclement.
Terry Jan Reedy [Mon, 2 Jan 2017 02:21:54 +0000 (21:21 -0500)]
Merge with 3.6
Terry Jan Reedy [Mon, 2 Jan 2017 02:21:39 +0000 (21:21 -0500)]
Issue #29071: Use local flags for IDLE colorizer string prefix matcher.
Revised re by Serhiy Storchaka.
Serhiy Storchaka [Sun, 1 Jan 2017 23:43:02 +0000 (01:43 +0200)]
Issue #29094: Offsets in a ZIP file created with extern file object and modes
"w" and "x" now are relative to the start of the file.
Serhiy Storchaka [Sun, 1 Jan 2017 17:05:29 +0000 (19:05 +0200)]
Issue #29094: Offsets in a ZIP file created with extern file object and modes
"w" and "x" now are relative to the start of the file.
Serhiy Storchaka [Sun, 1 Jan 2017 17:00:30 +0000 (19:00 +0200)]
Issue #29094: Offsets in a ZIP file created with extern file object and modes
"w" and "x" now are relative to the start of the file.
Berker Peksag [Sat, 31 Dec 2016 19:49:56 +0000 (22:49 +0300)]
Issue #29123: Merge from 3.6
Berker Peksag [Sat, 31 Dec 2016 19:49:31 +0000 (22:49 +0300)]
Issue #29123: Merge from 3.5
Berker Peksag [Sat, 31 Dec 2016 19:48:55 +0000 (22:48 +0300)]
Issue #29123: Make CheckSqlTimestamp more robust
Raymond Hettinger [Sat, 31 Dec 2016 19:08:19 +0000 (12:08 -0700)]
merge
Raymond Hettinger [Sat, 31 Dec 2016 19:08:00 +0000 (12:08 -0700)]
Issue #29119: Merge in ACK from 3.5 branch
Raymond Hettinger [Sat, 31 Dec 2016 19:03:16 +0000 (12:03 -0700)]
merge
Raymond Hettinger [Sat, 31 Dec 2016 19:02:42 +0000 (12:02 -0700)]
merge
Raymond Hettinger [Sat, 31 Dec 2016 19:01:59 +0000 (12:01 -0700)]
Issue #29119: Fix weakref in OrderedDict.move_to_end(). Work by Andra Bogildea.
Berker Peksag [Sat, 31 Dec 2016 17:09:14 +0000 (20:09 +0300)]
Issue #26267: Merge from 3.6
Berker Peksag [Sat, 31 Dec 2016 17:08:53 +0000 (20:08 +0300)]
Issue #26267: Merge from 3.5
Berker Peksag [Sat, 31 Dec 2016 17:08:16 +0000 (20:08 +0300)]
Issue #26267: Improve uuid.UUID documentation
* Document how comparison of UUID objects work
* Document str(uuid) returns the braceless standard form
* Add a test for comparison of a UUID object with a non-UUID object
Patch by Ammar Askar.
Vinay Sajip [Sat, 31 Dec 2016 11:40:11 +0000 (11:40 +0000)]
Closes #28524: added default level for logging.disable().
Vinay Sajip [Sat, 31 Dec 2016 11:07:35 +0000 (11:07 +0000)]
Merged documentation update from 3.6.
Vinay Sajip [Sat, 31 Dec 2016 11:06:57 +0000 (11:06 +0000)]
Closes #29105: Updated RotatingFileHandler documentation.
Stefan Krah [Fri, 30 Dec 2016 11:24:59 +0000 (12:24 +0100)]
Merge 3.6.
Stefan Krah [Fri, 30 Dec 2016 11:24:23 +0000 (12:24 +0100)]
Merge 3.5.
Stefan Krah [Fri, 30 Dec 2016 11:23:35 +0000 (12:23 +0100)]
Issue #29111: Fix memoryview signature.
Raymond Hettinger [Fri, 30 Dec 2016 06:57:31 +0000 (23:57 -0700)]
merge
Raymond Hettinger [Fri, 30 Dec 2016 06:57:12 +0000 (23:57 -0700)]
Issue #29103: Remove unused import. Noticed by Jean-Sebastien Bevilacqua.
Raymond Hettinger [Fri, 30 Dec 2016 06:49:41 +0000 (23:49 -0700)]
merge
Raymond Hettinger [Fri, 30 Dec 2016 06:49:20 +0000 (23:49 -0700)]
Clearer compact dict attribution to the original proposal
Raymond Hettinger [Fri, 30 Dec 2016 05:55:03 +0000 (22:55 -0700)]
merge
Raymond Hettinger [Fri, 30 Dec 2016 05:54:25 +0000 (22:54 -0700)]
Issue #29061: secrets.randbelow() would hang with a negative input
Xiang Zhang [Fri, 30 Dec 2016 03:58:14 +0000 (11:58 +0800)]
Issue #29112: Merge 3.6.
Xiang Zhang [Fri, 30 Dec 2016 03:57:40 +0000 (11:57 +0800)]
Issue #29112: Merge 3.5.
Xiang Zhang [Fri, 30 Dec 2016 03:57:09 +0000 (11:57 +0800)]
Issue #29112: Fix a questionable wording in sequence doc.
Victor Stinner [Fri, 30 Dec 2016 01:15:37 +0000 (02:15 +0100)]
Merge 3.6
Victor Stinner [Fri, 30 Dec 2016 01:15:29 +0000 (02:15 +0100)]
Merge 3.5
Victor Stinner [Fri, 30 Dec 2016 01:14:59 +0000 (02:14 +0100)]
Issue #29109: Enhance tracemalloc documentation
* Wrong parameter name, 'group_by' instead of 'key_type'
* Don't round up numbers when explaining the examples. If they exactly match
what can be read in the script output, it is to easier to understand
(4.8 MiB vs 4855 KiB)
* Fix incorrect method link that was pointing to another module
Patch written by Loic Pefferkorn.
Benjamin Peterson [Thu, 29 Dec 2016 04:03:23 +0000 (20:03 -0800)]
merge 3.6 (#29085)
Benjamin Peterson [Thu, 29 Dec 2016 04:02:35 +0000 (20:02 -0800)]
fix error check, so that Random.seed actually uses OS randomness (closes #29085)
Steve Dower [Thu, 29 Dec 2016 00:03:28 +0000 (16:03 -0800)]
Issue #29079: Prevent infinite loop in pathlib.resolve() on Windows
Steve Dower [Thu, 29 Dec 2016 00:02:59 +0000 (16:02 -0800)]
Issue #29079: Prevent infinite loop in pathlib.resolve() on Windows
Steve Dower [Wed, 28 Dec 2016 23:43:45 +0000 (15:43 -0800)]
Issue #29080: Fixes Misc/NEWS entry
Steve Dower [Wed, 28 Dec 2016 23:43:28 +0000 (15:43 -0800)]
Issue #29080: Fixes Misc/NEWS entry
Steve Dower [Wed, 28 Dec 2016 23:43:08 +0000 (15:43 -0800)]
Issue #29080: Fixes Misc/NEWS entry
Steve Dower [Wed, 28 Dec 2016 23:41:53 +0000 (15:41 -0800)]
Issue #28768: Fix implicit declaration of function _setmode. Patch by Masayuki Yamamoto
Steve Dower [Wed, 28 Dec 2016 23:41:09 +0000 (15:41 -0800)]
Issue #28768: Fix implicit declaration of function _setmode. Patch by Masayuki Yamamoto
Steve Dower [Wed, 28 Dec 2016 22:38:54 +0000 (14:38 -0800)]
Issue #29080: Removes hard dependency on hg.exe from PC/build.bat
Steve Dower [Wed, 28 Dec 2016 22:38:08 +0000 (14:38 -0800)]
Issue #29080: Removes hard dependency on hg.exe from PC/build.bat
Steve Dower [Wed, 28 Dec 2016 22:37:44 +0000 (14:37 -0800)]
Issue #29080: Removes hard dependency on hg.exe from PC/build.bat
Serhiy Storchaka [Wed, 28 Dec 2016 08:23:24 +0000 (10:23 +0200)]
Issue #13051: Fixed recursion errors in large or resized curses.textpad.Textbox.
Based on patch by Tycho Andersen.
Serhiy Storchaka [Wed, 28 Dec 2016 08:22:56 +0000 (10:22 +0200)]
Issue #13051: Fixed recursion errors in large or resized curses.textpad.Textbox.
Based on patch by Tycho Andersen.
Serhiy Storchaka [Wed, 28 Dec 2016 08:16:06 +0000 (10:16 +0200)]
Issue #13051: Fixed recursion errors in large or resized curses.textpad.Textbox.
Based on patch by Tycho Andersen.
Serhiy Storchaka [Wed, 28 Dec 2016 08:07:16 +0000 (10:07 +0200)]
Issue #9770: curses.ascii predicates now work correctly with negative integers.
Serhiy Storchaka [Wed, 28 Dec 2016 08:06:33 +0000 (10:06 +0200)]
Issue #9770: curses.ascii predicates now work correctly with negative integers.
Serhiy Storchaka [Wed, 28 Dec 2016 08:04:27 +0000 (10:04 +0200)]
Issue #9770: curses.ascii predicates now work correctly with negative integers.
Serhiy Storchaka [Wed, 28 Dec 2016 07:57:11 +0000 (09:57 +0200)]
Issue #29073: Added a test for bytearray formatting with null byte.
Serhiy Storchaka [Wed, 28 Dec 2016 07:56:52 +0000 (09:56 +0200)]
Issue #29073: Added a test for bytearray formatting with null byte.
Serhiy Storchaka [Wed, 28 Dec 2016 07:54:22 +0000 (09:54 +0200)]
Issue #29073: bytearray formatting no longer truncates on first null byte.
Serhiy Storchaka [Wed, 28 Dec 2016 07:20:00 +0000 (09:20 +0200)]
Issue #29087: Removed the documentation of non-existing UCS4 support functions.
Serhiy Storchaka [Wed, 28 Dec 2016 07:19:45 +0000 (09:19 +0200)]
Issue #29087: Removed the documentation of non-existing UCS4 support functions.
Serhiy Storchaka [Wed, 28 Dec 2016 07:19:15 +0000 (09:19 +0200)]
Issue #29087: Removed the documentation of non-existing UCS4 support functions.
Serhiy Storchaka [Tue, 27 Dec 2016 15:59:04 +0000 (17:59 +0200)]
Issue #28915: Exclude _Py_VaBuildStack from the limited API.
Serhiy Storchaka [Tue, 27 Dec 2016 15:44:18 +0000 (17:44 +0200)]
Issue #23903: Added missed Windows-specific names to PC/python3.def.
Serhiy Storchaka [Tue, 27 Dec 2016 15:41:07 +0000 (17:41 +0200)]
Issue #23903: Added missed Windows-specific names to PC/python3.def.
Serhiy Storchaka [Tue, 27 Dec 2016 15:38:16 +0000 (17:38 +0200)]
Issue #23903: Added missed Windows-specific names to PC/python3.def.
Antoine Pitrou [Tue, 27 Dec 2016 13:34:54 +0000 (14:34 +0100)]
Issue #28427: old keys should not remove new values from
WeakValueDictionary when collecting from another thread.
Antoine Pitrou [Tue, 27 Dec 2016 13:23:43 +0000 (14:23 +0100)]
Issue #28427: old keys should not remove new values from
WeakValueDictionary when collecting from another thread.
Antoine Pitrou [Tue, 27 Dec 2016 13:19:20 +0000 (14:19 +0100)]
Issue #28427: old keys should not remove new values from
WeakValueDictionary when collecting from another thread.
Serhiy Storchaka [Tue, 27 Dec 2016 13:04:59 +0000 (15:04 +0200)]
Issue #29058: All stable API extensions added after Python 3.2 are now
available only when Py_LIMITED_API is set to the PY_VERSION_HEX value of
the minimum Python version supporting this API.
Serhiy Storchaka [Tue, 27 Dec 2016 12:57:39 +0000 (14:57 +0200)]
Issue #29058: All stable API extensions added after Python 3.2 are now
available only when Py_LIMITED_API is set to the PY_VERSION_HEX value of
the minimum Python version supporting this API.
Berker Peksag [Tue, 27 Dec 2016 12:17:14 +0000 (15:17 +0300)]
Issue #29069: Merge from 3.6
Berker Peksag [Tue, 27 Dec 2016 12:16:55 +0000 (15:16 +0300)]
Issue #29069: Merge from 3.5
Berker Peksag [Tue, 27 Dec 2016 12:16:25 +0000 (15:16 +0300)]
Issue #29069: Update the default URL of PyPI server
Patch by paka.
Berker Peksag [Tue, 27 Dec 2016 12:09:55 +0000 (15:09 +0300)]
Merge from 3.6
Berker Peksag [Tue, 27 Dec 2016 12:09:35 +0000 (15:09 +0300)]
Merge from 3.5
Berker Peksag [Tue, 27 Dec 2016 12:09:11 +0000 (15:09 +0300)]
Move versionadded inside of the get_terminal_size() block
Serhiy Storchaka [Tue, 27 Dec 2016 10:17:41 +0000 (12:17 +0200)]
Issue #23903: Added missed names to PC/python3.def.
Serhiy Storchaka [Tue, 27 Dec 2016 10:13:05 +0000 (12:13 +0200)]
Issue #23903: Added missed names to PC/python3.def.
Serhiy Storchaka [Tue, 27 Dec 2016 10:10:58 +0000 (12:10 +0200)]
Issue #23903: Added missed names to PC/python3.def.
Serhiy Storchaka [Tue, 27 Dec 2016 09:51:56 +0000 (11:51 +0200)]
Issue #23903: Fixed errors and remove non-existing names in python3.def.
Serhiy Storchaka [Tue, 27 Dec 2016 09:51:15 +0000 (11:51 +0200)]
Issue #23903: Fixed errors and remove non-existing names in python3.def.
Serhiy Storchaka [Tue, 27 Dec 2016 09:49:53 +0000 (11:49 +0200)]
Issue #23903: Fixed errors and remove non-existing names in python3.def.
Raymond Hettinger [Tue, 27 Dec 2016 09:07:13 +0000 (01:07 -0800)]
merge
Raymond Hettinger [Tue, 27 Dec 2016 09:06:52 +0000 (01:06 -0800)]
Issue #29055: Suppress upstream exception for random.choice()
INADA Naoki [Tue, 27 Dec 2016 06:07:18 +0000 (15:07 +0900)]
Issue #29062: doc: Fix heading level of hashlib-blake2
Terry Jan Reedy [Tue, 27 Dec 2016 05:05:41 +0000 (00:05 -0500)]
Merge with 3.6