]> granicus.if.org Git - python/log
python
8 years agomerge
Raymond Hettinger [Fri, 30 Dec 2016 05:55:03 +0000 (22:55 -0700)]
merge

8 years agoIssue #29061: secrets.randbelow() would hang with a negative input
Raymond Hettinger [Fri, 30 Dec 2016 05:54:25 +0000 (22:54 -0700)]
Issue #29061:  secrets.randbelow() would hang with a negative input

8 years agoIssue #29112: Merge 3.6.
Xiang Zhang [Fri, 30 Dec 2016 03:58:14 +0000 (11:58 +0800)]
Issue #29112: Merge 3.6.

8 years agoIssue #29112: Merge 3.5.
Xiang Zhang [Fri, 30 Dec 2016 03:57:40 +0000 (11:57 +0800)]
Issue #29112: Merge 3.5.

8 years agoIssue #29112: Fix a questionable wording in sequence doc.
Xiang Zhang [Fri, 30 Dec 2016 03:57:09 +0000 (11:57 +0800)]
Issue #29112: Fix a questionable wording in sequence doc.

8 years agoMerge 3.6
Victor Stinner [Fri, 30 Dec 2016 01:15:37 +0000 (02:15 +0100)]
Merge 3.6

8 years agoMerge 3.5
Victor Stinner [Fri, 30 Dec 2016 01:15:29 +0000 (02:15 +0100)]
Merge 3.5

8 years agoIssue #29109: Enhance tracemalloc documentation
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.

8 years agomerge 3.6 (#29085)
Benjamin Peterson [Thu, 29 Dec 2016 04:03:23 +0000 (20:03 -0800)]
merge 3.6 (#29085)

8 years agofix error check, so that Random.seed actually uses OS randomness (closes #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)

8 years agoIssue #29079: Prevent infinite loop in pathlib.resolve() on Windows
Steve Dower [Thu, 29 Dec 2016 00:03:28 +0000 (16:03 -0800)]
Issue #29079: Prevent infinite loop in pathlib.resolve() on Windows

8 years agoIssue #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

8 years agoIssue #29080: Fixes Misc/NEWS entry
Steve Dower [Wed, 28 Dec 2016 23:43:45 +0000 (15:43 -0800)]
Issue #29080: Fixes Misc/NEWS entry

8 years agoIssue #29080: Fixes Misc/NEWS entry
Steve Dower [Wed, 28 Dec 2016 23:43:28 +0000 (15:43 -0800)]
Issue #29080: Fixes Misc/NEWS entry

8 years agoIssue #29080: Fixes Misc/NEWS entry
Steve Dower [Wed, 28 Dec 2016 23:43:08 +0000 (15:43 -0800)]
Issue #29080: Fixes Misc/NEWS entry

8 years agoIssue #28768: Fix implicit declaration of function _setmode. Patch by Masayuki Yamamoto
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

8 years agoIssue #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

8 years agoIssue #29080: Removes hard dependency on hg.exe from PC/build.bat
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

8 years agoIssue #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

8 years agoIssue #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

8 years agoIssue #13051: Fixed recursion errors in large or resized curses.textpad.Textbox.
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.

8 years agoIssue #13051: Fixed recursion errors in large or resized curses.textpad.Textbox.
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.

8 years agoIssue #13051: Fixed recursion errors in large or resized curses.textpad.Textbox.
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.

8 years agoIssue #9770: curses.ascii predicates now work correctly with negative integers.
Serhiy Storchaka [Wed, 28 Dec 2016 08:07:16 +0000 (10:07 +0200)]
Issue #9770: curses.ascii predicates now work correctly with negative integers.

8 years agoIssue #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.

8 years agoIssue #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.

8 years agoIssue #29073: Added a test for bytearray formatting with null byte.
Serhiy Storchaka [Wed, 28 Dec 2016 07:57:11 +0000 (09:57 +0200)]
Issue #29073: Added a test for bytearray formatting with null byte.

8 years agoIssue #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.

8 years agoIssue #29073: bytearray formatting no longer truncates on first 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.

8 years agoIssue #29087: Removed the documentation of non-existing UCS4 support functions.
Serhiy Storchaka [Wed, 28 Dec 2016 07:20:00 +0000 (09:20 +0200)]
Issue #29087: Removed the documentation of non-existing UCS4 support functions.

8 years agoIssue #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.

8 years agoIssue #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.

8 years agoIssue #28915: Exclude _Py_VaBuildStack from the limited API.
Serhiy Storchaka [Tue, 27 Dec 2016 15:59:04 +0000 (17:59 +0200)]
Issue #28915: Exclude _Py_VaBuildStack from the limited API.

8 years agoIssue #23903: Added missed Windows-specific names to PC/python3.def.
Serhiy Storchaka [Tue, 27 Dec 2016 15:44:18 +0000 (17:44 +0200)]
Issue #23903: Added missed Windows-specific names to PC/python3.def.

8 years agoIssue #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.

8 years agoIssue #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.

8 years agoIssue #28427: old keys should not remove new values from
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.

8 years agoIssue #28427: old keys should not remove new values from
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.

8 years agoIssue #28427: old keys should not remove new values from
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.

8 years agoIssue #29058: All stable API extensions added after Python 3.2 are now
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.

8 years agoIssue #29058: All stable API extensions added after Python 3.2 are now
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.

8 years agoIssue #29069: Merge from 3.6
Berker Peksag [Tue, 27 Dec 2016 12:17:14 +0000 (15:17 +0300)]
Issue #29069: Merge from 3.6

8 years agoIssue #29069: Merge from 3.5
Berker Peksag [Tue, 27 Dec 2016 12:16:55 +0000 (15:16 +0300)]
Issue #29069: Merge from 3.5

8 years agoIssue #29069: Update the default URL of PyPI server
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.

8 years agoMerge from 3.6
Berker Peksag [Tue, 27 Dec 2016 12:09:55 +0000 (15:09 +0300)]
Merge from 3.6

8 years agoMerge from 3.5
Berker Peksag [Tue, 27 Dec 2016 12:09:35 +0000 (15:09 +0300)]
Merge from 3.5

8 years agoMove versionadded inside of the get_terminal_size() block
Berker Peksag [Tue, 27 Dec 2016 12:09:11 +0000 (15:09 +0300)]
Move versionadded inside of the get_terminal_size() block

8 years agoIssue #23903: Added missed names to PC/python3.def.
Serhiy Storchaka [Tue, 27 Dec 2016 10:17:41 +0000 (12:17 +0200)]
Issue #23903: Added missed names to PC/python3.def.

8 years agoIssue #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.

8 years agoIssue #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.

8 years agoIssue #23903: Fixed errors and remove non-existing names in 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.

8 years agoIssue #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.

8 years agoIssue #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.

8 years agomerge
Raymond Hettinger [Tue, 27 Dec 2016 09:07:13 +0000 (01:07 -0800)]
merge

8 years agoIssue #29055: Suppress upstream exception for random.choice()
Raymond Hettinger [Tue, 27 Dec 2016 09:06:52 +0000 (01:06 -0800)]
Issue #29055: Suppress upstream exception for random.choice()

8 years agoIssue #29062: doc: Fix heading level of hashlib-blake2
INADA Naoki [Tue, 27 Dec 2016 06:07:18 +0000 (15:07 +0900)]
Issue #29062: doc: Fix heading level of hashlib-blake2

8 years agoMerge with 3.6
Terry Jan Reedy [Tue, 27 Dec 2016 05:05:41 +0000 (00:05 -0500)]
Merge with 3.6

8 years agoIssue #29071: IDLE now colors f-string prefixes (but not invalid ur prefixes).
Terry Jan Reedy [Tue, 27 Dec 2016 05:05:26 +0000 (00:05 -0500)]
Issue #29071: IDLE now colors f-string prefixes (but not invalid ur prefixes).

8 years agoIssue #29078: Merge 3.6.
Xiang Zhang [Tue, 27 Dec 2016 04:32:33 +0000 (12:32 +0800)]
Issue #29078: Merge 3.6.

8 years agoIssue #29078: Merge 3.5.
Xiang Zhang [Tue, 27 Dec 2016 04:30:42 +0000 (12:30 +0800)]
Issue #29078: Merge 3.5.

8 years agoIssue #29078: Add the missing import in datetime.time doc example.
Xiang Zhang [Tue, 27 Dec 2016 04:23:59 +0000 (12:23 +0800)]
Issue #29078: Add the missing import in datetime.time doc example.

Patch by Dhushyanth Ramasamy.

8 years agoIssue #29062: doc: Fix hashlib module index conflict
INADA Naoki [Tue, 27 Dec 2016 03:19:51 +0000 (12:19 +0900)]
Issue #29062: doc: Fix hashlib module index conflict

8 years agoIssue #29049: Remove unnecessary Py_DECREF
INADA Naoki [Mon, 26 Dec 2016 09:52:46 +0000 (18:52 +0900)]
Issue #29049: Remove unnecessary Py_DECREF

8 years agoIssue #29049: Fix refleak introduced by f5eb0c4f5d37.
INADA Naoki [Mon, 26 Dec 2016 09:01:46 +0000 (18:01 +0900)]
Issue #29049: Fix refleak introduced by f5eb0c4f5d37.

8 years agoMerge from 3.6.
Serhiy Storchaka [Sun, 25 Dec 2016 14:24:15 +0000 (16:24 +0200)]
Merge from 3.6.

8 years agoMerge from 3.5.
Serhiy Storchaka [Sun, 25 Dec 2016 14:23:42 +0000 (16:23 +0200)]
Merge from 3.5.

8 years agoIssue #29068: Fixed a typo in PyErr_Fetch example.
Serhiy Storchaka [Sun, 25 Dec 2016 14:22:23 +0000 (16:22 +0200)]
Issue #29068: Fixed a typo in PyErr_Fetch example.
Patch by Chi Hsuan Yen.

8 years agoMerge: #25591: improve imap tests.
R David Murray [Sun, 25 Dec 2016 02:35:01 +0000 (21:35 -0500)]
Merge: #25591: improve imap tests.

8 years agoMerge: #25591: improve imap tests.
R David Murray [Sun, 25 Dec 2016 02:34:05 +0000 (21:34 -0500)]
Merge: #25591: improve imap tests.

8 years ago#25591: improve imap tests.
R David Murray [Sun, 25 Dec 2016 02:32:26 +0000 (21:32 -0500)]
#25591: improve imap tests.

Patch by Maciej Szulik.

8 years agoIssue #28815: Merge test_socket fix from 3.6
Martin Panter [Sat, 24 Dec 2016 11:24:45 +0000 (11:24 +0000)]
Issue #28815: Merge test_socket fix from 3.6

8 years agoIssue #29049: Call _PyObject_GC_TRACK() lazily when calling Python function.
INADA Naoki [Sat, 24 Dec 2016 11:19:08 +0000 (20:19 +0900)]
Issue #29049: Call _PyObject_GC_TRACK() lazily when calling Python function.

Calling function is up to 5% faster.

8 years agoIssue #28815: Merge test_socket fix from 3.5
Martin Panter [Sat, 24 Dec 2016 10:53:18 +0000 (10:53 +0000)]
Issue #28815: Merge test_socket fix from 3.5

8 years agoIssue #28815: Skip TIPC tests if /proc/modules is not readable
Martin Panter [Sat, 24 Dec 2016 10:41:37 +0000 (10:41 +0000)]
Issue #28815: Skip TIPC tests if /proc/modules is not readable

Based on patch by Patrila.

8 years agoIssue #28954: Merge keyword argument syntax from 3.6
Martin Panter [Sat, 24 Dec 2016 10:21:48 +0000 (10:21 +0000)]
Issue #28954: Merge keyword argument syntax from 3.6

8 years agoIssue #28954: Merge keyword argument syntax from 3.5
Martin Panter [Sat, 24 Dec 2016 10:21:30 +0000 (10:21 +0000)]
Issue #28954: Merge keyword argument syntax from 3.5

8 years agoIssue #28954: Add missing comma to keyword argument syntax
Martin Panter [Sat, 24 Dec 2016 10:20:38 +0000 (10:20 +0000)]
Issue #28954: Add missing comma to keyword argument syntax

8 years agoIssue #1446619: Merge slicing description from 3.6
Martin Panter [Sat, 24 Dec 2016 08:31:37 +0000 (08:31 +0000)]
Issue #1446619: Merge slicing description from 3.6

8 years agoIssue #1446619: Merge slicing description from 3.5
Martin Panter [Sat, 24 Dec 2016 08:31:11 +0000 (08:31 +0000)]
Issue #1446619: Merge slicing description from 3.5

8 years agoIssue #1446619: Account for negative slice direction in description
Martin Panter [Sat, 24 Dec 2016 08:25:15 +0000 (08:25 +0000)]
Issue #1446619: Account for negative slice direction in description

Based on suggestion from Fumihiro Bessho.

8 years agoIssue #29004: Merge crc_hqx() doc from 3.6
Martin Panter [Sat, 24 Dec 2016 07:45:56 +0000 (07:45 +0000)]
Issue #29004: Merge crc_hqx() doc from 3.6

8 years agoIssue #28960: Merge Thread.join() doc from 3.6
Martin Panter [Sat, 24 Dec 2016 07:45:17 +0000 (07:45 +0000)]
Issue #28960: Merge Thread.join() doc from 3.6

8 years agoIssue #29004: Merge crc_hqx() doc from 3.5
Martin Panter [Sat, 24 Dec 2016 07:44:03 +0000 (07:44 +0000)]
Issue #29004: Merge crc_hqx() doc from 3.5

8 years agoIssue #28960: Merge Thread.join() doc from 3.5
Martin Panter [Sat, 24 Dec 2016 07:40:09 +0000 (07:40 +0000)]
Issue #28960: Merge Thread.join() doc from 3.5

8 years agoIssue #29004: Document binascii.crc_hqx() implements CRC-CCITT
Martin Panter [Sat, 24 Dec 2016 07:36:44 +0000 (07:36 +0000)]
Issue #29004: Document binascii.crc_hqx() implements CRC-CCITT

8 years agoIssue #28960: Drop comma attached to dash in Thread.join() description
Martin Panter [Sat, 24 Dec 2016 07:28:26 +0000 (07:28 +0000)]
Issue #28960: Drop comma attached to dash in Thread.join() description

8 years agoSort and remove duplicates from PC/python3.def (issue #23903).
Serhiy Storchaka [Fri, 23 Dec 2016 20:13:29 +0000 (22:13 +0200)]
Sort and remove duplicates from PC/python3.def (issue #23903).

8 years agoSort and remove duplicates from PC/python3.def (issue #23903).
Serhiy Storchaka [Fri, 23 Dec 2016 20:11:57 +0000 (22:11 +0200)]
Sort and remove duplicates from PC/python3.def (issue #23903).

8 years agoSort and remove duplicates from PC/python3.def (issue #23903).
Serhiy Storchaka [Fri, 23 Dec 2016 20:09:48 +0000 (22:09 +0200)]
Sort and remove duplicates from PC/python3.def (issue #23903).

8 years agoUpdate documentation index sidebar for 3.6.0 release.
Ned Deily [Fri, 23 Dec 2016 09:17:38 +0000 (04:17 -0500)]
Update documentation index sidebar for 3.6.0 release.

8 years agomerge 3.5
Ned Deily [Fri, 23 Dec 2016 09:15:34 +0000 (04:15 -0500)]
merge 3.5

8 years agoUpdate documentation index sidebar for 3.6.0 release.
Ned Deily [Fri, 23 Dec 2016 09:13:31 +0000 (04:13 -0500)]
Update documentation index sidebar for 3.6.0 release.

8 years agoMerge 3.6.0 release into default
Ned Deily [Fri, 23 Dec 2016 09:10:46 +0000 (04:10 -0500)]
Merge 3.6.0 release into default

8 years agoMerge 3.6.0 release engineering head
Ned Deily [Fri, 23 Dec 2016 00:50:19 +0000 (19:50 -0500)]
Merge 3.6.0 release engineering head

8 years agoAdded tag v3.6.0 for changeset 41df79263a11
Ned Deily [Fri, 23 Dec 2016 00:41:47 +0000 (19:41 -0500)]
Added tag v3.6.0 for changeset 41df79263a11

8 years agoUpdate docs and patchlevel for 3.6.0 final. v3.6.0
Ned Deily [Thu, 22 Dec 2016 23:38:47 +0000 (18:38 -0500)]
Update docs and patchlevel for 3.6.0 final.

8 years agoMerge
Brett Cannon [Thu, 22 Dec 2016 18:02:28 +0000 (10:02 -0800)]
Merge

8 years agoMerge
Brett Cannon [Thu, 22 Dec 2016 18:02:16 +0000 (10:02 -0800)]
Merge

8 years agoGrammatical fixes following #d95f19892fd0
Brett Cannon [Thu, 22 Dec 2016 18:02:01 +0000 (10:02 -0800)]
Grammatical fixes following #d95f19892fd0

8 years agoIssue #28762: Merge 3.6.
Xavier de Gaye [Thu, 22 Dec 2016 09:40:44 +0000 (10:40 +0100)]
Issue #28762: Merge 3.6.