]> git.ipfire.org Git - thirdparty/Python/cpython.git/log
thirdparty/Python/cpython.git
10 years agoMerge 3.5
Yury Selivanov [Sun, 13 Sep 2015 04:29:14 +0000 (00:29 -0400)] 
Merge 3.5

10 years agowhatsnew/3.5: Cover asyncio changes relative to 3.4.0
Yury Selivanov [Sun, 13 Sep 2015 04:29:02 +0000 (00:29 -0400)] 
whatsnew/3.5: Cover asyncio changes relative to 3.4.0

10 years agoMerge 3.5
Yury Selivanov [Sun, 13 Sep 2015 03:46:50 +0000 (23:46 -0400)] 
Merge 3.5

10 years agowhatsnew/3.5: Add some examples
Yury Selivanov [Sun, 13 Sep 2015 03:46:39 +0000 (23:46 -0400)] 
whatsnew/3.5: Add some examples

Patch by Elvis Pranskevichus

10 years agomerge 3.5 (#25076)
Benjamin Peterson [Sun, 13 Sep 2015 00:21:24 +0000 (17:21 -0700)] 
merge 3.5 (#25076)

10 years agomerge 3.4
Benjamin Peterson [Sun, 13 Sep 2015 00:21:16 +0000 (17:21 -0700)] 
merge 3.4

10 years agofix name of argument in docstring and the docs (closes #25076)
Benjamin Peterson [Sun, 13 Sep 2015 00:20:47 +0000 (17:20 -0700)] 
fix name of argument in docstring and the docs (closes #25076)

Patch by TAKASE Arihiro.

10 years agoFixed indentation.
Eric V. Smith [Sat, 12 Sep 2015 22:53:36 +0000 (18:53 -0400)] 
Fixed indentation.

10 years agoMerge 3.5
Yury Selivanov [Sat, 12 Sep 2015 21:53:42 +0000 (17:53 -0400)] 
Merge 3.5

10 years agowhatsnew/3.5: Update editor's email addresses
Yury Selivanov [Sat, 12 Sep 2015 21:53:33 +0000 (17:53 -0400)] 
whatsnew/3.5: Update editor's email addresses

10 years agoMerge 3.5
Yury Selivanov [Sat, 12 Sep 2015 21:51:16 +0000 (17:51 -0400)] 
Merge 3.5

10 years agowhatsnew/3.5 More edits
Yury Selivanov [Sat, 12 Sep 2015 21:50:58 +0000 (17:50 -0400)] 
whatsnew/3.5 More edits

Patch by Elvis Praskevichus.  (+ issue #25070)

10 years agoMerge 3.5
Yury Selivanov [Sat, 12 Sep 2015 19:52:20 +0000 (15:52 -0400)] 
Merge 3.5

10 years agowhatsnew/3.5: Edits
Yury Selivanov [Sat, 12 Sep 2015 19:52:04 +0000 (15:52 -0400)] 
whatsnew/3.5: Edits

Patch by Elvis Pranskevichus

10 years agoMerge
Kristján Valur Jónsson [Sat, 12 Sep 2015 16:41:22 +0000 (16:41 +0000)] 
Merge

10 years agoIssue #25021: Merge 3.5 to default
Kristján Valur Jónsson [Sat, 12 Sep 2015 16:36:15 +0000 (16:36 +0000)] 
Issue #25021: Merge 3.5 to default

10 years agoIssue #25021: Merge 3.4 to 3.5
Kristján Valur Jónsson [Sat, 12 Sep 2015 16:34:33 +0000 (16:34 +0000)] 
Issue #25021: Merge 3.4 to 3.5

10 years agoIssue #25021: Merge from 3.3 to 3.4
Kristján Valur Jónsson [Sat, 12 Sep 2015 15:30:23 +0000 (15:30 +0000)] 
Issue #25021: Merge from 3.3 to 3.4

10 years agoIssue #25021: Correctly make sure that product.__setstate__ does not access
Kristján Valur Jónsson [Sat, 12 Sep 2015 15:20:54 +0000 (15:20 +0000)] 
Issue #25021: Correctly make sure that product.__setstate__ does not access
invalid memory.

10 years agoIn-line the append operations inside deque_inplace_repeat().
Raymond Hettinger [Sat, 12 Sep 2015 15:00:20 +0000 (11:00 -0400)] 
In-line the append operations inside deque_inplace_repeat().

10 years agoMarked keystrokes with the :kbd: role.
Serhiy Storchaka [Sat, 12 Sep 2015 14:46:56 +0000 (17:46 +0300)] 
Marked keystrokes with the :kbd: role.
Fixed the case of the "Ctrl-" prefixes.

10 years agoMarked keystrokes with the :kbd: role.
Serhiy Storchaka [Sat, 12 Sep 2015 14:46:20 +0000 (17:46 +0300)] 
Marked keystrokes with the :kbd: role.
Fixed the case of the "Ctrl-" prefixes.

10 years agoMarked keystrokes with the :kbd: role.
Serhiy Storchaka [Sat, 12 Sep 2015 14:45:25 +0000 (17:45 +0300)] 
Marked keystrokes with the :kbd: role.
Fixed the case of the "Ctrl-" prefixes.

10 years agoIssue #16473: Merge codecs doc and test from 3.5
Martin Panter [Sat, 12 Sep 2015 01:24:33 +0000 (01:24 +0000)] 
Issue #16473: Merge codecs doc and test from 3.5

10 years agoIssue #16473: Merge codecs doc and test from 3.4 into 3.5
Martin Panter [Sat, 12 Sep 2015 01:22:17 +0000 (01:22 +0000)] 
Issue #16473: Merge codecs doc and test from 3.4 into 3.5

10 years agoIssue #16473: Fix byte transform codec documentation; test quotetabs=True
Martin Panter [Sat, 12 Sep 2015 00:34:28 +0000 (00:34 +0000)] 
Issue #16473: Fix byte transform codec documentation; test quotetabs=True

This changes the equivalent functions listed for the Base-64, hex and Quoted-
Printable codecs to reflect the functions actually used. Also mention and
test the "quotetabs" setting for Quoted-Printable encoding.

10 years agoMerge sendfile() doc fixes from 3.5
Martin Panter [Fri, 11 Sep 2015 23:54:58 +0000 (23:54 +0000)] 
Merge sendfile() doc fixes from 3.5

10 years agosocket.sendfile() is a method not a module
Martin Panter [Fri, 11 Sep 2015 23:44:18 +0000 (23:44 +0000)] 
socket.sendfile() is a method not a module

10 years agoDummy merge 3.4 into 3.5; socket.sendfile() exists in 3.5
Martin Panter [Fri, 11 Sep 2015 23:43:42 +0000 (23:43 +0000)] 
Dummy merge 3.4 into 3.5; socket.sendfile() exists in 3.5

10 years agoIssue #25063: socket.sendfile() does not exist in 3.4
Martin Panter [Fri, 11 Sep 2015 23:39:34 +0000 (23:39 +0000)] 
Issue #25063: socket.sendfile() does not exist in 3.4

Remove notice that was backported in revision 50527a1b769c.

10 years agoIssue #25043: Merge Bluetooth doc from 3.5
Martin Panter [Fri, 11 Sep 2015 23:19:30 +0000 (23:19 +0000)] 
Issue #25043: Merge Bluetooth doc from 3.5

10 years agoIssue #25043: Merge Bluetooth doc from 3.4 into 3.5
Martin Panter [Fri, 11 Sep 2015 23:19:10 +0000 (23:19 +0000)] 
Issue #25043: Merge Bluetooth doc from 3.4 into 3.5

10 years agoIssue #25043: Document BDADDR_ and HCI_ Bluetooth socket constants
Martin Panter [Fri, 11 Sep 2015 23:14:57 +0000 (23:14 +0000)] 
Issue #25043: Document BDADDR_ and HCI_ Bluetooth socket constants

Patch from Tim Tisdall.

10 years agoIssue #25071: Windows installer should not require TargetDir parameter when installin...
Steve Dower [Fri, 11 Sep 2015 18:31:07 +0000 (11:31 -0700)] 
Issue #25071: Windows installer should not require TargetDir parameter when installing quietly

10 years agoAdds 3.5.0 header to Misc/NEWS
Steve Dower [Fri, 11 Sep 2015 18:29:07 +0000 (11:29 -0700)] 
Adds 3.5.0 header to Misc/NEWS

10 years agoMerge from 3.5.0
Steve Dower [Fri, 11 Sep 2015 18:27:45 +0000 (11:27 -0700)] 
Merge from 3.5.0

10 years agoIssue #25071: Windows installer should not require TargetDir parameter when installin...
Steve Dower [Fri, 11 Sep 2015 17:56:59 +0000 (10:56 -0700)] 
Issue #25071: Windows installer should not require TargetDir parameter when installing quietly

10 years agoMerge 3.5
Serhiy Storchaka [Fri, 11 Sep 2015 17:56:05 +0000 (20:56 +0300)] 
Merge 3.5

10 years agowhatsnew/3.5: Added missed author names.
Serhiy Storchaka [Fri, 11 Sep 2015 17:55:28 +0000 (20:55 +0300)] 
whatsnew/3.5: Added missed author names.

10 years agoMerge with 3.5
Zachary Ware [Fri, 11 Sep 2015 15:52:51 +0000 (10:52 -0500)] 
Merge with 3.5

10 years agoMerge with 3.4
Zachary Ware [Fri, 11 Sep 2015 15:52:36 +0000 (10:52 -0500)] 
Merge with 3.4

10 years agoFix grammatical error in csv docs.
Zachary Ware [Fri, 11 Sep 2015 15:51:47 +0000 (10:51 -0500)] 
Fix grammatical error in csv docs.

Reported by Nat Dunn on docs@

10 years agoMerge with 3.5
Steve Dower [Fri, 11 Sep 2015 15:47:55 +0000 (08:47 -0700)] 
Merge with 3.5

10 years agoRemoves invalid installer options from documentation.
Steve Dower [Fri, 11 Sep 2015 15:47:42 +0000 (08:47 -0700)] 
Removes invalid installer options from documentation.

10 years agoMerge 3.5
Victor Stinner [Fri, 11 Sep 2015 10:38:27 +0000 (12:38 +0200)] 
Merge 3.5

10 years agoMerge 3.4
Victor Stinner [Fri, 11 Sep 2015 10:38:17 +0000 (12:38 +0200)] 
Merge 3.4

10 years agoIssue #24684: socket.socket.getaddrinfo() now calls
Victor Stinner [Fri, 11 Sep 2015 10:37:30 +0000 (12:37 +0200)] 
Issue #24684: socket.socket.getaddrinfo() now calls
PyUnicode_AsEncodedString() instead of calling the encode() method of the
host, to handle correctly custom string with an encode() method which doesn't
return a byte string. The encoder of the IDNA codec is now called directly
instead of calling the encode() method of the string.

10 years agoMerge 3.5
Yury Selivanov [Fri, 11 Sep 2015 05:23:31 +0000 (01:23 -0400)] 
Merge 3.5

10 years agowhatsnew/3.5: Fix nits
Yury Selivanov [Fri, 11 Sep 2015 05:23:10 +0000 (01:23 -0400)] 
whatsnew/3.5: Fix nits

10 years agoMerge 3.5
Yury Selivanov [Fri, 11 Sep 2015 04:50:54 +0000 (00:50 -0400)] 
Merge 3.5

10 years agowhatsnew/3.5: Drop empty section
Yury Selivanov [Fri, 11 Sep 2015 04:50:39 +0000 (00:50 -0400)] 
whatsnew/3.5: Drop empty section

10 years agoMerge 3.5
Yury Selivanov [Fri, 11 Sep 2015 04:48:45 +0000 (00:48 -0400)] 
Merge 3.5

10 years agowhatsnew/3.5: Sync whatsnew with versionadded/versionchanged doc tags
Yury Selivanov [Fri, 11 Sep 2015 04:48:21 +0000 (00:48 -0400)] 
whatsnew/3.5: Sync whatsnew with versionadded/versionchanged doc tags

10 years agoIssue #25030: Merge seek() doc fixes from 3.5
Martin Panter [Fri, 11 Sep 2015 04:39:42 +0000 (04:39 +0000)] 
Issue #25030: Merge seek() doc fixes from 3.5

10 years agoIssue #25030: Merge seek() doc fixes from 3.4 into 3.5
Martin Panter [Fri, 11 Sep 2015 04:39:31 +0000 (04:39 +0000)] 
Issue #25030: Merge seek() doc fixes from 3.4 into 3.5

10 years agomerge 3.5 (#25060)
Benjamin Peterson [Fri, 11 Sep 2015 04:11:26 +0000 (21:11 -0700)] 
merge 3.5 (#25060)

10 years agocompute stack effect of BUILD_MAP correctly (closes #25060)
Benjamin Peterson [Fri, 11 Sep 2015 04:02:39 +0000 (21:02 -0700)] 
compute stack effect of BUILD_MAP correctly (closes #25060)

10 years agoIssue #25030: Do not document seek() as if it accepts keyword arguments
Martin Panter [Fri, 11 Sep 2015 03:58:30 +0000 (03:58 +0000)] 
Issue #25030: Do not document seek() as if it accepts keyword arguments

Patch from Shiyao Ma.

10 years agoMerge 3.5
Yury Selivanov [Fri, 11 Sep 2015 03:37:16 +0000 (23:37 -0400)] 
Merge 3.5

10 years agowhatsnew/3.5: Second pass over NEWS entries
Yury Selivanov [Fri, 11 Sep 2015 03:37:06 +0000 (23:37 -0400)] 
whatsnew/3.5: Second pass over NEWS entries

10 years agoIssue #25022: Merge susp-ignored.csv from 3.5
Martin Panter [Fri, 11 Sep 2015 02:47:13 +0000 (02:47 +0000)] 
Issue #25022: Merge susp-ignored.csv from 3.5

10 years agoIssue #25022: Merge susp-ignored.csv from 3.4 into 3.5
Martin Panter [Fri, 11 Sep 2015 02:46:54 +0000 (02:46 +0000)] 
Issue #25022: Merge susp-ignored.csv from 3.4 into 3.5

10 years agoIssue #25022: Avoid warning about unused suspicious rule
Martin Panter [Fri, 11 Sep 2015 02:45:10 +0000 (02:45 +0000)] 
Issue #25022: Avoid warning about unused suspicious rule

10 years agoIssue #24984: Merge BTPROTO_SCO doc fix from 3.5
Martin Panter [Fri, 11 Sep 2015 02:30:08 +0000 (02:30 +0000)] 
Issue #24984: Merge BTPROTO_SCO doc fix from 3.5

10 years agoIssue #24984: Merge BTPROTO_SCO doc fix from 3.4 into 3.5
Martin Panter [Fri, 11 Sep 2015 02:29:35 +0000 (02:29 +0000)] 
Issue #24984: Merge BTPROTO_SCO doc fix from 3.4 into 3.5

10 years agoIssue #24984: BTPROTO_SCO supports only bytes objects
Martin Panter [Fri, 11 Sep 2015 02:23:41 +0000 (02:23 +0000)] 
Issue #24984: BTPROTO_SCO supports only bytes objects

10 years agoMerge 3.5
Yury Selivanov [Fri, 11 Sep 2015 01:45:08 +0000 (21:45 -0400)] 
Merge 3.5

10 years agowhatsnew/3.5: Reformat code examples
Yury Selivanov [Fri, 11 Sep 2015 01:44:59 +0000 (21:44 -0400)] 
whatsnew/3.5: Reformat code examples

10 years agoMerge 3.5
Yury Selivanov [Fri, 11 Sep 2015 01:27:04 +0000 (21:27 -0400)] 
Merge 3.5

10 years agowhatsnew/3.5: Another editing pass
Yury Selivanov [Fri, 11 Sep 2015 01:26:54 +0000 (21:26 -0400)] 
whatsnew/3.5: Another editing pass

Patch by Elvis Pranskevichus.

10 years agoMerge 3.5
Yury Selivanov [Thu, 10 Sep 2015 23:02:34 +0000 (19:02 -0400)] 
Merge 3.5

10 years agowhatsnew/3.5: Fix refs in the importlib section
Yury Selivanov [Thu, 10 Sep 2015 23:02:24 +0000 (19:02 -0400)] 
whatsnew/3.5: Fix refs in the importlib section

10 years agoMerge 3.5
Yury Selivanov [Thu, 10 Sep 2015 22:59:52 +0000 (18:59 -0400)] 
Merge 3.5

10 years agowhatsnew/3.5: Clarify types.coroutine & types.CoroutineType
Yury Selivanov [Thu, 10 Sep 2015 22:59:42 +0000 (18:59 -0400)] 
whatsnew/3.5: Clarify types.coroutine & types.CoroutineType

10 years agoMerge 3.5
Yury Selivanov [Thu, 10 Sep 2015 22:32:00 +0000 (18:32 -0400)] 
Merge 3.5

10 years agowhatsnew/3.5: Don't mention pyio.FileIO
Yury Selivanov [Thu, 10 Sep 2015 22:31:49 +0000 (18:31 -0400)] 
whatsnew/3.5: Don't mention pyio.FileIO

10 years agoMerge 3.5 (issue #22980, whatsnew/3.5)
Yury Selivanov [Thu, 10 Sep 2015 22:27:17 +0000 (18:27 -0400)] 
Merge 3.5 (issue #22980, whatsnew/3.5)

10 years agowhatsnew/3.5: Describe changes in issue #22980
Yury Selivanov [Thu, 10 Sep 2015 22:26:44 +0000 (18:26 -0400)] 
whatsnew/3.5: Describe changes in issue #22980

Initial patch by Larry Hastings.

10 years agoMerge 3.5
Yury Selivanov [Thu, 10 Sep 2015 22:04:45 +0000 (18:04 -0400)] 
Merge 3.5

10 years agowhatsnew/3.5: More edits -- use articles consistently; fix refs
Yury Selivanov [Thu, 10 Sep 2015 22:04:35 +0000 (18:04 -0400)] 
whatsnew/3.5: More edits -- use articles consistently; fix refs

10 years agoMerge 3.5
Yury Selivanov [Thu, 10 Sep 2015 21:35:51 +0000 (17:35 -0400)] 
Merge 3.5

10 years agowhatsnew/3.5: Editorialization pass on library section
Yury Selivanov [Thu, 10 Sep 2015 21:35:38 +0000 (17:35 -0400)] 
whatsnew/3.5: Editorialization pass on library section

Patch by Elvis Pranskevichus

10 years agoCloses #25022 (again): Merge with 3.5
Zachary Ware [Thu, 10 Sep 2015 21:12:48 +0000 (16:12 -0500)] 
Closes #25022 (again): Merge with 3.5

10 years agoIssue #25022: Merge with 3.4
Zachary Ware [Thu, 10 Sep 2015 21:08:21 +0000 (16:08 -0500)] 
Issue #25022: Merge with 3.4

10 years agoIssue #25022: Add NEWS, fix docs to not mention the old example.
Zachary Ware [Thu, 10 Sep 2015 20:50:58 +0000 (15:50 -0500)] 
Issue #25022: Add NEWS, fix docs to not mention the old example.

10 years agoCloses #25022: Merge with 3.5
Zachary Ware [Thu, 10 Sep 2015 20:03:02 +0000 (15:03 -0500)] 
Closes #25022: Merge with 3.5

10 years agoIssue #25022: Merge with 3.4
Zachary Ware [Thu, 10 Sep 2015 20:02:14 +0000 (15:02 -0500)] 
Issue #25022: Merge with 3.4

10 years agoIssue #25022: Remove PC/example_nt/
Zachary Ware [Thu, 10 Sep 2015 19:37:42 +0000 (14:37 -0500)] 
Issue #25022: Remove PC/example_nt/

It was very much outdated, and the topic is better covered elsewhere.

10 years agoAdd the original author of profile.py back to the docs, at his request. (Merge)
Guido van Rossum [Thu, 10 Sep 2015 19:12:23 +0000 (12:12 -0700)] 
Add the original author of profile.py back to the docs, at his request. (Merge)

10 years agoAdd the original author of profile.py back to the docs, at his request.
Guido van Rossum [Thu, 10 Sep 2015 19:12:01 +0000 (12:12 -0700)] 
Add the original author of profile.py back to the docs, at his request.

10 years agoFix typos and improve markup in typing.rst.
Berker Peksag [Thu, 10 Sep 2015 18:56:11 +0000 (21:56 +0300)] 
Fix typos and improve markup in typing.rst.

10 years agoFix typos and improve markup in typing.rst.
Berker Peksag [Thu, 10 Sep 2015 18:55:50 +0000 (21:55 +0300)] 
Fix typos and improve markup in typing.rst.

10 years agoUse print function in mock docs.
Berker Peksag [Thu, 10 Sep 2015 18:42:18 +0000 (21:42 +0300)] 
Use print function in mock docs.

10 years agoUse print function in mock docs.
Berker Peksag [Thu, 10 Sep 2015 18:41:52 +0000 (21:41 +0300)] 
Use print function in mock docs.

10 years agoUse print function in mock docs.
Berker Peksag [Thu, 10 Sep 2015 18:41:15 +0000 (21:41 +0300)] 
Use print function in mock docs.

10 years agoRestore doc updates to typing.rst by Ivan Levkivskyi and Daniel Andrade Groppe.
Guido van Rossum [Thu, 10 Sep 2015 17:54:10 +0000 (10:54 -0700)] 
Restore doc updates to typing.rst by Ivan Levkivskyi and Daniel Andrade Groppe.

10 years agoRestore doc updates to typing.rst by Ivan Levkivskyi and Daniel Andrade Groppe.
Guido van Rossum [Thu, 10 Sep 2015 17:52:11 +0000 (10:52 -0700)] 
Restore doc updates to typing.rst by Ivan Levkivskyi and Daniel Andrade Groppe.

10 years agopytime: oops, fix typos on Windows
Victor Stinner [Thu, 10 Sep 2015 14:00:06 +0000 (16:00 +0200)] 
pytime: oops, fix typos on Windows

10 years agopytime: add _PyTime_check_mul_overflow() macro to avoid undefined behaviour
Victor Stinner [Thu, 10 Sep 2015 13:55:07 +0000 (15:55 +0200)] 
pytime: add _PyTime_check_mul_overflow() macro to avoid undefined behaviour

Overflow test in test_FromSecondsObject() fails on FreeBSD 10.0 buildbot which
uses clang. clang implements more aggressive optimization which gives
different result than GCC on undefined behaviours.

Check if a multiplication will overflow, instead of checking if a
multiplicatin had overflowed, to avoid undefined behaviour.

Add also debug information if the test on overflow fails.

10 years agoNew try to fix test_time.test_AsSecondsDouble() on x86 buildbots.
Victor Stinner [Thu, 10 Sep 2015 11:25:17 +0000 (13:25 +0200)] 
New try to fix test_time.test_AsSecondsDouble() on x86 buildbots.

Use volatile keyword in _PyTime_AsSecondsDouble()