]> git.ipfire.org Git - thirdparty/Python/cpython.git/log
thirdparty/Python/cpython.git
10 years agoIssue #25122: test_eintr: don't redirect stdout to stderr
Victor Stinner [Tue, 15 Sep 2015 20:55:52 +0000 (22:55 +0200)] 
Issue #25122: test_eintr: don't redirect stdout to stderr

sys.stderr is sometimes a StringIO. The redirection was just a hack to see
eintr_tester.py output in red in the buildbot output.

10 years agoMerge 3.5 (asyncio doc)
Victor Stinner [Tue, 15 Sep 2015 20:43:05 +0000 (22:43 +0200)] 
Merge 3.5 (asyncio doc)

10 years agoIssue #25134: Update asyncio doc for SSL on Windows
Victor Stinner [Tue, 15 Sep 2015 20:41:52 +0000 (22:41 +0200)] 
Issue #25134: Update asyncio doc for SSL on Windows

ProactorEventLoop now supports SSL.

10 years agoIssue #25122: Fix test_eintr, kill child process on error
Victor Stinner [Tue, 15 Sep 2015 20:38:09 +0000 (22:38 +0200)] 
Issue #25122: Fix test_eintr, kill child process on error

Some test_eintr hangs on waiting for the child process completion if an error
occurred on the parent. Kill the child process on error (in the parent)
to avoid the hang.

10 years agowhatsnew/3.5: Add missing word "class"
Berker Peksag [Tue, 15 Sep 2015 17:06:48 +0000 (20:06 +0300)] 
whatsnew/3.5: Add missing word "class"

10 years agowhatsnew/3.5: Add missing word "class"
Berker Peksag [Tue, 15 Sep 2015 17:06:28 +0000 (20:06 +0300)] 
whatsnew/3.5: Add missing word "class"

10 years agoIssue #25127: Fix typo in concurrent.futures.rst
Berker Peksag [Tue, 15 Sep 2015 16:59:46 +0000 (19:59 +0300)] 
Issue #25127: Fix typo in concurrent.futures.rst

Reported by Jakub Wilk.

10 years agoIssue #25127: Fix typo in concurrent.futures.rst
Berker Peksag [Tue, 15 Sep 2015 16:59:26 +0000 (19:59 +0300)] 
Issue #25127: Fix typo in concurrent.futures.rst

Reported by Jakub Wilk.

10 years agoIssue #25127: Fix typo in concurrent.futures.rst
Berker Peksag [Tue, 15 Sep 2015 16:59:03 +0000 (19:59 +0300)] 
Issue #25127: Fix typo in concurrent.futures.rst

Reported by Jakub Wilk.

10 years agoIssue #25105: Update susp-ignored.csv to avoid false positives
Berker Peksag [Tue, 15 Sep 2015 16:43:26 +0000 (19:43 +0300)] 
Issue #25105: Update susp-ignored.csv to avoid false positives

10 years agoIssue #25105: Update susp-ignored.csv to avoid false positives
Berker Peksag [Tue, 15 Sep 2015 16:43:04 +0000 (19:43 +0300)] 
Issue #25105: Update susp-ignored.csv to avoid false positives

10 years agoIssue #25122: try to debug test_eintr hang on FreeBSD
Victor Stinner [Tue, 15 Sep 2015 10:15:59 +0000 (12:15 +0200)] 
Issue #25122: try to debug test_eintr hang on FreeBSD

* Add verbose mode to test_eintr
* Always enable verbose mode in test_eintr
* Use faulthandler.dump_traceback_later() with a timeout of 15 minutes in
  eintr_tester.py

10 years agoMerge 3.5 (os.waitpid)
Victor Stinner [Tue, 15 Sep 2015 08:24:27 +0000 (10:24 +0200)] 
Merge 3.5 (os.waitpid)

10 years agoIssue #25118: Fix a regression of Python 3.5.0 in os.waitpid() on Windows.
Victor Stinner [Tue, 15 Sep 2015 08:11:03 +0000 (10:11 +0200)] 
Issue #25118: Fix a regression of Python 3.5.0 in os.waitpid() on Windows.

Add an unit test on os.waitpid()

10 years agoMerge 3.5 (test_gdb)
Victor Stinner [Mon, 14 Sep 2015 22:23:20 +0000 (00:23 +0200)] 
Merge 3.5 (test_gdb)

10 years agoMerge 3.4 (test_gdb)
Victor Stinner [Mon, 14 Sep 2015 22:23:08 +0000 (00:23 +0200)] 
Merge 3.4 (test_gdb)

10 years agotest_gdb: fix regex to parse the GDB version
Victor Stinner [Mon, 14 Sep 2015 22:22:55 +0000 (00:22 +0200)] 
test_gdb: fix regex to parse the GDB version

Fix the regex to support the version 7.10: minor version with two digits

10 years agoTighten inner-loop for deque_inplace_repeat().
Raymond Hettinger [Mon, 14 Sep 2015 05:03:04 +0000 (01:03 -0400)] 
Tighten inner-loop for deque_inplace_repeat().

10 years agoAdd an exact type match fast path for deque_copy().
Raymond Hettinger [Sun, 13 Sep 2015 23:27:01 +0000 (19:27 -0400)] 
Add an exact type match fast path for deque_copy().

10 years agoMerge with 3.5
Steve Dower [Sun, 13 Sep 2015 21:41:24 +0000 (14:41 -0700)] 
Merge with 3.5

10 years agoCloses #25078: Document InstallAllUsers installer parameter default 0
Steve Dower [Sun, 13 Sep 2015 21:39:26 +0000 (14:39 -0700)] 
Closes #25078: Document InstallAllUsers installer parameter default 0

10 years agoFixed a typo in the -b option.
Serhiy Storchaka [Sun, 13 Sep 2015 18:09:36 +0000 (21:09 +0300)] 
Fixed a typo in the -b option.

10 years agoFixed a typo in the -b option.
Serhiy Storchaka [Sun, 13 Sep 2015 18:09:17 +0000 (21:09 +0300)] 
Fixed a typo in the -b option.

10 years agoUse :menuselection: in whatsnew/3.4.
Serhiy Storchaka [Sun, 13 Sep 2015 18:06:40 +0000 (21:06 +0300)] 
Use :menuselection: in whatsnew/3.4.

10 years agoUse :menuselection: in whatsnew/3.4.
Serhiy Storchaka [Sun, 13 Sep 2015 18:06:06 +0000 (21:06 +0300)] 
Use :menuselection: in whatsnew/3.4.

10 years agoUse :menuselection: in whatsnew/3.4.
Serhiy Storchaka [Sun, 13 Sep 2015 18:05:37 +0000 (21:05 +0300)] 
Use :menuselection: in whatsnew/3.4.

10 years agoMerge 3.5
Yury Selivanov [Sun, 13 Sep 2015 16:51:46 +0000 (12:51 -0400)] 
Merge 3.5

10 years agoMerge from 3.5.
Larry Hastings [Sun, 13 Sep 2015 15:57:16 +0000 (16:57 +0100)] 
Merge from 3.5.

10 years agowhatsnew/3.5: Fix typo
Yury Selivanov [Sun, 13 Sep 2015 15:52:07 +0000 (11:52 -0400)] 
whatsnew/3.5: Fix typo

10 years agowhatsnew/3.5: One more edit
Yury Selivanov [Sun, 13 Sep 2015 15:40:00 +0000 (11:40 -0400)] 
whatsnew/3.5: One more edit

10 years agowhatsnew/3.5: Edits
Yury Selivanov [Sun, 13 Sep 2015 15:21:25 +0000 (11:21 -0400)] 
whatsnew/3.5: Edits

Patch by me and Elvis Pranskevichus

10 years agoMerge release engineering work from Python 3.5.0.
Larry Hastings [Sun, 13 Sep 2015 14:43:21 +0000 (15:43 +0100)] 
Merge release engineering work from Python 3.5.0.

10 years agoPost-release updates for Python 3.5.0.
Larry Hastings [Sun, 13 Sep 2015 14:36:07 +0000 (15:36 +0100)] 
Post-release updates for Python 3.5.0.

10 years agoMerge 3.5
Yury Selivanov [Sun, 13 Sep 2015 12:31:07 +0000 (08:31 -0400)] 
Merge 3.5

10 years agowhatsnew/3.5: Fix typo (issue #25082)
Yury Selivanov [Sun, 13 Sep 2015 12:30:58 +0000 (08:30 -0400)] 
whatsnew/3.5: Fix typo (issue #25082)

10 years agoMerge 3.5
Yury Selivanov [Sun, 13 Sep 2015 12:29:30 +0000 (08:29 -0400)] 
Merge 3.5

10 years agowhatsnew/3.5: Reorder stuff (issue #25082).
Yury Selivanov [Sun, 13 Sep 2015 12:29:19 +0000 (08:29 -0400)] 
whatsnew/3.5: Reorder stuff (issue #25082).

10 years agoMerge 3.5
Serhiy Storchaka [Sun, 13 Sep 2015 09:08:19 +0000 (12:08 +0300)] 
Merge 3.5

10 years agowhatsnew/3.5: Fix formatting. More minor edits.
Serhiy Storchaka [Sun, 13 Sep 2015 09:07:54 +0000 (12:07 +0300)] 
whatsnew/3.5: Fix formatting. More minor edits.

10 years agoFix refcount.
Raymond Hettinger [Sun, 13 Sep 2015 06:41:18 +0000 (02:41 -0400)] 
Fix refcount.

10 years agoMerge 3.5
Yury Selivanov [Sun, 13 Sep 2015 05:58:09 +0000 (01:58 -0400)] 
Merge 3.5

10 years agowhatsnew/3.5: Delete prerelease warning note.
Yury Selivanov [Sun, 13 Sep 2015 05:57:57 +0000 (01:57 -0400)] 
whatsnew/3.5: Delete prerelease warning note.

(we'll make a couple more commits tomorrow before release)

10 years agoMerge 3.5
Yury Selivanov [Sun, 13 Sep 2015 05:40:46 +0000 (01:40 -0400)] 
Merge 3.5

10 years agowhatsnew/3.5: Fix formatting
Yury Selivanov [Sun, 13 Sep 2015 05:40:36 +0000 (01:40 -0400)] 
whatsnew/3.5: Fix formatting

10 years agoMerge 3.5
Yury Selivanov [Sun, 13 Sep 2015 05:39:16 +0000 (01:39 -0400)] 
Merge 3.5

10 years agowhatsnew/3.5: Tweak asyncio module section
Yury Selivanov [Sun, 13 Sep 2015 05:39:05 +0000 (01:39 -0400)] 
whatsnew/3.5: Tweak asyncio module section

10 years agoMerge 3.5
Yury Selivanov [Sun, 13 Sep 2015 05:10:29 +0000 (01:10 -0400)] 
Merge 3.5

10 years agowhatsnew/3.5: More examples
Yury Selivanov [Sun, 13 Sep 2015 05:10:19 +0000 (01:10 -0400)] 
whatsnew/3.5: More examples

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 agoAdded tag v3.5.0 for changeset 374f501f4567
Larry Hastings [Sat, 12 Sep 2015 16:36:53 +0000 (17:36 +0100)] 
Added tag v3.5.0 for changeset 374f501f4567

10 years agoFinal touch-ups for the What's New In Python 3.5 document. v3.5.0
Larry Hastings [Sat, 12 Sep 2015 16:36:44 +0000 (17:36 +0100)] 
Final touch-ups for the What's New In Python 3.5 document.

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 agoVersion bump for Python 3.5.0 final.
Larry Hastings [Sat, 12 Sep 2015 16:28:39 +0000 (17:28 +0100)] 
Version bump for Python 3.5.0 final.

10 years agoRegenerate pydoc topics, fix minor non-RST formatting in Misc/NEWS.
Larry Hastings [Sat, 12 Sep 2015 16:24:02 +0000 (17:24 +0100)] 
Regenerate pydoc topics, fix minor non-RST formatting in Misc/NEWS.

10 years agoBackported the What's New In 3.5 from 3.5.1 to 3.5.0 (final!).
Larry Hastings [Sat, 12 Sep 2015 16:12:36 +0000 (17:12 +0100)] 
Backported the What's New In 3.5 from 3.5.1 to 3.5.0 (final!).

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.