]> granicus.if.org Git - python/log
python
9 years agoIssue #25583: Merge makedirs fix from 3.5
Martin Panter [Fri, 20 Nov 2015 02:37:29 +0000 (02:37 +0000)]
Issue #25583: Merge makedirs fix from 3.5

9 years agoIssue #25583: Merge makedirs fix from 3.4 into 3.5
Martin Panter [Fri, 20 Nov 2015 02:35:46 +0000 (02:35 +0000)]
Issue #25583: Merge makedirs fix from 3.4 into 3.5

9 years agoIssue #25593: Change semantics of EventLoop.stop(). (Merge 3.5->3.6)
Guido van Rossum [Thu, 19 Nov 2015 21:34:24 +0000 (13:34 -0800)]
Issue #25593: Change semantics of EventLoop.stop(). (Merge 3.5->3.6)

9 years agoIssue #25593: Change semantics of EventLoop.stop(). (Merge 3.4->3.5)
Guido van Rossum [Thu, 19 Nov 2015 21:33:34 +0000 (13:33 -0800)]
Issue #25593: Change semantics of EventLoop.stop(). (Merge 3.4->3.5)

9 years agoIssue #25593: Change semantics of EventLoop.stop().
Guido van Rossum [Thu, 19 Nov 2015 21:28:47 +0000 (13:28 -0800)]
Issue #25593: Change semantics of EventLoop.stop().

9 years agoIssue #25665: Make NamedTuple picklable. (Merge 3.5->3.6)
Guido van Rossum [Thu, 19 Nov 2015 16:16:52 +0000 (08:16 -0800)]
Issue #25665: Make NamedTuple picklable. (Merge 3.5->3.6)

9 years agoIssue #25665: Make NamedTuple picklable.
Guido van Rossum [Thu, 19 Nov 2015 16:16:31 +0000 (08:16 -0800)]
Issue #25665: Make NamedTuple picklable.

9 years agoRemove unused imports from test_typing.py. (Merge 3.5->3.6)
Guido van Rossum [Thu, 19 Nov 2015 05:19:18 +0000 (21:19 -0800)]
Remove unused imports from test_typing.py. (Merge 3.5->3.6)

9 years agoRemove unused imports from test_typing.py.
Guido van Rossum [Thu, 19 Nov 2015 05:18:51 +0000 (21:18 -0800)]
Remove unused imports from test_typing.py.

9 years agoIssue #25472: In B[<type>], insert B in front of __bases__, to make the __dict__...
Guido van Rossum [Thu, 19 Nov 2015 05:13:42 +0000 (21:13 -0800)]
Issue #25472: In B[<type>], insert B in front of __bases__, to make the __dict__ descriptor work. (Merge 3.5->3.6)

9 years agoIssue #25472: In B[<type>], insert B in front of __bases__, to make the __dict__...
Guido van Rossum [Thu, 19 Nov 2015 05:12:58 +0000 (21:12 -0800)]
Issue #25472: In B[<type>], insert B in front of __bases__, to make the __dict__ descriptor work.

9 years agoIssue #25583: Avoid incorrect errors raised by os.makedirs(exist_ok=True)
Martin Panter [Thu, 19 Nov 2015 04:48:44 +0000 (04:48 +0000)]
Issue #25583: Avoid incorrect errors raised by os.makedirs(exist_ok=True)

9 years agoMerge 3.5
Yury Selivanov [Wed, 18 Nov 2015 17:44:59 +0000 (12:44 -0500)]
Merge 3.5

9 years agoMerge 3.4
Yury Selivanov [Wed, 18 Nov 2015 17:44:49 +0000 (12:44 -0500)]
Merge 3.4

9 years agoasyncio.docs: Fix versionadded
Yury Selivanov [Wed, 18 Nov 2015 17:44:31 +0000 (12:44 -0500)]
asyncio.docs: Fix versionadded

9 years agoMerge 3.5
Yury Selivanov [Wed, 18 Nov 2015 17:40:41 +0000 (12:40 -0500)]
Merge 3.5

9 years agoasyncio: Error if awaiting in parallel on the same coroutine
Yury Selivanov [Wed, 18 Nov 2015 17:40:26 +0000 (12:40 -0500)]
asyncio: Error if awaiting in parallel on the same coroutine

See https://github.com/python/asyncio/pull/293 for details.

9 years agoasyncio: Error if awaiting in parallel on the same coroutine
Yury Selivanov [Wed, 18 Nov 2015 17:39:45 +0000 (12:39 -0500)]
asyncio: Error if awaiting in parallel on the same coroutine

This change won't do anything in CPython 3.4

See https://github.com/python/asyncio/pull/293 for details.

9 years agoAdd assertion to verify the pre-condition in the comments.
Raymond Hettinger [Wed, 18 Nov 2015 04:58:43 +0000 (20:58 -0800)]
Add assertion to verify the pre-condition in the comments.

9 years agoIssue #23200: Merge zlib doc from 3.5
Martin Panter [Wed, 18 Nov 2015 02:46:16 +0000 (02:46 +0000)]
Issue #23200: Merge zlib doc from 3.5

9 years agoIssue #23200: Merge zlib doc from 3.4 into 3.5
Martin Panter [Wed, 18 Nov 2015 02:45:51 +0000 (02:45 +0000)]
Issue #23200: Merge zlib doc from 3.4 into 3.5

9 years agoIssue #23200: Document that max_length=0 is not supported
Martin Panter [Wed, 18 Nov 2015 00:59:17 +0000 (00:59 +0000)]
Issue #23200: Document that max_length=0 is not supported

9 years agoIssue #20468: Merge getpagesize doc from 3.5
Martin Panter [Tue, 17 Nov 2015 22:26:23 +0000 (22:26 +0000)]
Issue #20468: Merge getpagesize doc from 3.5

9 years agoIssue #20468: Merge getpagesize doc from 3.4 into 3.5
Martin Panter [Tue, 17 Nov 2015 22:23:21 +0000 (22:23 +0000)]
Issue #20468: Merge getpagesize doc from 3.4 into 3.5

9 years agoIssue #20468: Remove incorrect information about maxrss and page size
Martin Panter [Tue, 17 Nov 2015 22:13:47 +0000 (22:13 +0000)]
Issue #20468: Remove incorrect information about maxrss and page size

Extract of patch by Ronald Oussoren.

9 years agoMerge 3.5
Yury Selivanov [Tue, 17 Nov 2015 17:20:26 +0000 (12:20 -0500)]
Merge 3.5

9 years agoMerge 3.4
Yury Selivanov [Tue, 17 Nov 2015 17:20:02 +0000 (12:20 -0500)]
Merge 3.4

9 years agoasyncio: Cleanup Future API
Yury Selivanov [Tue, 17 Nov 2015 17:19:41 +0000 (12:19 -0500)]
asyncio: Cleanup Future API

See https://github.com/python/asyncio/pull/292 for details.

9 years agoMerge 3.5
Yury Selivanov [Tue, 17 Nov 2015 17:02:44 +0000 (12:02 -0500)]
Merge 3.5

9 years agoMerge 3.4
Yury Selivanov [Tue, 17 Nov 2015 17:02:32 +0000 (12:02 -0500)]
Merge 3.4

9 years agoasyncio: Sync with github
Yury Selivanov [Tue, 17 Nov 2015 17:02:21 +0000 (12:02 -0500)]
asyncio: Sync with github

9 years agoIssue #25629: Move set fill/used updates out of inner loop
Raymond Hettinger [Tue, 17 Nov 2015 16:28:07 +0000 (08:28 -0800)]
Issue #25629: Move set fill/used updates out of inner loop

9 years agoCloses #25645: Fix a reference leak introduced by change bc5894a3a0e6 of the
Victor Stinner [Tue, 17 Nov 2015 11:15:07 +0000 (12:15 +0100)]
Closes #25645: Fix a reference leak introduced by change bc5894a3a0e6 of the
issue #24164.

9 years agoIssue #25615: Merge glob doc from 3.5
Martin Panter [Tue, 17 Nov 2015 00:19:27 +0000 (00:19 +0000)]
Issue #25615: Merge glob doc from 3.5

9 years agoIssue #25615: Merge glob doc from 3.4 into 3.5
Martin Panter [Tue, 17 Nov 2015 00:19:10 +0000 (00:19 +0000)]
Issue #25615: Merge glob doc from 3.4 into 3.5

9 years agoIssue #25615: Document unsorted behaviour of glob; patch by Dave Jones
Martin Panter [Mon, 16 Nov 2015 23:46:22 +0000 (23:46 +0000)]
Issue #25615: Document unsorted behaviour of glob; patch by Dave Jones

9 years agoMerge 3.5
Yury Selivanov [Mon, 16 Nov 2015 20:12:54 +0000 (15:12 -0500)]
Merge 3.5

9 years agoMerge 3.4
Yury Selivanov [Mon, 16 Nov 2015 20:12:44 +0000 (15:12 -0500)]
Merge 3.4

9 years agoasyncio: Optimize Task._wakeup
Yury Selivanov [Mon, 16 Nov 2015 20:12:10 +0000 (15:12 -0500)]
asyncio: Optimize Task._wakeup

See https://github.com/python/asyncio/pull/289 for details.

9 years agoMerge 3.5
Yury Selivanov [Mon, 16 Nov 2015 17:47:25 +0000 (12:47 -0500)]
Merge 3.5

9 years agoasyncio.docs: Document Transport.is_closing (merge 3.4)
Yury Selivanov [Mon, 16 Nov 2015 17:47:15 +0000 (12:47 -0500)]
asyncio.docs: Document Transport.is_closing (merge 3.4)

9 years agoasyncio.docs: Document Transport.is_closing
Yury Selivanov [Mon, 16 Nov 2015 17:46:41 +0000 (12:46 -0500)]
asyncio.docs: Document Transport.is_closing

9 years agoMerge 3.5
Yury Selivanov [Mon, 16 Nov 2015 17:43:46 +0000 (12:43 -0500)]
Merge 3.5

9 years agoMerge 3.4
Yury Selivanov [Mon, 16 Nov 2015 17:43:35 +0000 (12:43 -0500)]
Merge 3.4

9 years agoasyncio: Add Transport.is_closing()
Yury Selivanov [Mon, 16 Nov 2015 17:43:21 +0000 (12:43 -0500)]
asyncio: Add Transport.is_closing()

See https://github.com/python/asyncio/pull/291 for details.

9 years agoIssue #25498: Fixed contributors name.
Serhiy Storchaka [Mon, 16 Nov 2015 16:46:05 +0000 (18:46 +0200)]
Issue #25498: Fixed contributors name.

9 years agoIssue #25498: Fixed contributors name.
Serhiy Storchaka [Mon, 16 Nov 2015 16:45:39 +0000 (18:45 +0200)]
Issue #25498: Fixed contributors name.

9 years agoIssue #25498: Fixed contributors name.
Serhiy Storchaka [Mon, 16 Nov 2015 16:45:23 +0000 (18:45 +0200)]
Issue #25498: Fixed contributors name.

9 years agoMerge with 3.5
Terry Jan Reedy [Mon, 16 Nov 2015 12:36:44 +0000 (07:36 -0500)]
Merge with 3.5

9 years agoMerge with 3.4
Terry Jan Reedy [Mon, 16 Nov 2015 12:36:33 +0000 (07:36 -0500)]
Merge with 3.4

9 years agoIssue #24750: whitespace
Terry Jan Reedy [Mon, 16 Nov 2015 12:36:22 +0000 (07:36 -0500)]
Issue #24750: whitespace

9 years agoMerge with 3.5
Terry Jan Reedy [Mon, 16 Nov 2015 12:33:01 +0000 (07:33 -0500)]
Merge with 3.5

9 years agoMerge with 3.4
Terry Jan Reedy [Mon, 16 Nov 2015 12:32:46 +0000 (07:32 -0500)]
Merge with 3.4

9 years agoIssue #24750: Improve appearance of IDLE editor window status bar.
Terry Jan Reedy [Mon, 16 Nov 2015 12:32:26 +0000 (07:32 -0500)]
Issue #24750: Improve appearance of IDLE editor window status bar.
Patch by Mark Roseman.

9 years agoIssue #20220: Merge time zone workaround from 3.5
Martin Panter [Mon, 16 Nov 2015 09:43:05 +0000 (09:43 +0000)]
Issue #20220: Merge time zone workaround from 3.5

9 years agoIssue #20220: Merge time zone workaround from 3.4 into 3.5
Martin Panter [Mon, 16 Nov 2015 09:42:41 +0000 (09:42 +0000)]
Issue #20220: Merge time zone workaround from 3.4 into 3.5

9 years agoIssue #20220: Revert time zone test debugging, revision 139c18943d9b
Martin Panter [Mon, 16 Nov 2015 09:22:19 +0000 (09:22 +0000)]
Issue #20220: Revert time zone test debugging, revision 139c18943d9b

9 years agoIssue #9051: Added tests for pickling and copying the timezone objects.
Serhiy Storchaka [Mon, 16 Nov 2015 09:20:17 +0000 (11:20 +0200)]
Issue #9051: Added tests for pickling and copying the timezone objects.

9 years agoIssue #9051: Added tests for pickling and copying the timezone objects.
Serhiy Storchaka [Mon, 16 Nov 2015 09:19:31 +0000 (11:19 +0200)]
Issue #9051: Added tests for pickling and copying the timezone objects.

9 years agoIssue #9051: Added tests for pickling and copying the timezone objects.
Serhiy Storchaka [Mon, 16 Nov 2015 09:12:58 +0000 (11:12 +0200)]
Issue #9051: Added tests for pickling and copying the timezone objects.

9 years agoIssue #20220: Add DST rules to work around glibc quirk
Martin Panter [Mon, 16 Nov 2015 07:21:38 +0000 (07:21 +0000)]
Issue #20220: Add DST rules to work around glibc quirk

This was triggering intermittent failures in unrelated tests.

9 years agomerge 3.5 (#25630)
Benjamin Peterson [Mon, 16 Nov 2015 05:57:50 +0000 (21:57 -0800)]
merge 3.5 (#25630)

9 years agomake the PyUnicode_FSConverter cleanup set the decrefed argument to NULL (closes...
Benjamin Peterson [Mon, 16 Nov 2015 05:57:39 +0000 (21:57 -0800)]
make the PyUnicode_FSConverter cleanup set the decrefed argument to NULL (closes #25630)

9 years agoFixes #23564: Fix a partially broken sanity check in the _posixsubprocess
Gregory P. Smith [Mon, 16 Nov 2015 05:29:43 +0000 (21:29 -0800)]
Fixes #23564: Fix a partially broken sanity check in the _posixsubprocess
internals regarding how fds_to_pass were passed to the child.  The bug
had no actual impact as subprocess.py already avoided it.

9 years agoFixes #23564: Fix a partially broken sanity check in the _posixsubprocess
Gregory P. Smith [Mon, 16 Nov 2015 05:15:26 +0000 (21:15 -0800)]
Fixes #23564: Fix a partially broken sanity check in the _posixsubprocess
internals regarding how fds_to_pass were passed to the child.  The bug
had no actual impact as subprocess.py already avoided it.

9 years agoFix issue #6973: When we know a subprocess.Popen process has died, do
Gregory P. Smith [Mon, 16 Nov 2015 02:31:34 +0000 (18:31 -0800)]
Fix issue #6973: When we know a subprocess.Popen process has died, do
not allow the send_signal(), terminate(), or kill() methods to do
anything as they could potentially signal a different process.

9 years agoFix issue #6973: When we know a subprocess.Popen process has died, do
Gregory P. Smith [Mon, 16 Nov 2015 02:26:11 +0000 (18:26 -0800)]
Fix issue #6973: When we know a subprocess.Popen process has died, do
not allow the send_signal(), terminate(), or kill() methods to do
anything as they could potentially signal a different process.

9 years agoFix issue #6973: When we know a subprocess.Popen process has died, do
Gregory P. Smith [Mon, 16 Nov 2015 02:19:10 +0000 (18:19 -0800)]
Fix issue #6973: When we know a subprocess.Popen process has died, do
not allow the send_signal(), terminate(), or kill() methods to do
anything as they could potentially signal a different process.

9 years agomerge 3.5 (#25578)
Benjamin Peterson [Sat, 14 Nov 2015 23:14:58 +0000 (15:14 -0800)]
merge 3.5 (#25578)

9 years agomerge 3.4 (#25578)
Benjamin Peterson [Sat, 14 Nov 2015 23:14:42 +0000 (15:14 -0800)]
merge 3.4 (#25578)

9 years agorm trailing ws
Benjamin Peterson [Sat, 14 Nov 2015 23:12:38 +0000 (15:12 -0800)]
rm trailing ws

9 years agofix possible memory lea k in _get_aia_uri (closes #25578)
Benjamin Peterson [Sat, 14 Nov 2015 23:12:18 +0000 (15:12 -0800)]
fix possible memory lea k in _get_aia_uri (closes #25578)

9 years agoIssue #24821: Refactor STRINGLIB(fastsearch_memchr_1char) and split it on
Serhiy Storchaka [Sat, 14 Nov 2015 13:42:17 +0000 (15:42 +0200)]
Issue #24821: Refactor STRINGLIB(fastsearch_memchr_1char) and split it on
STRINGLIB(find_char) and STRINGLIB(rfind_char) that can be used independedly
without special preconditions.

9 years agoIssue #25388: Fixed tokenizer crash when processing undecodable source code
Serhiy Storchaka [Sat, 14 Nov 2015 13:12:04 +0000 (15:12 +0200)]
Issue #25388: Fixed tokenizer crash when processing undecodable source code
with a null byte.

9 years agoIssue #25388: Fixed tokenizer crash when processing undecodable source code
Serhiy Storchaka [Sat, 14 Nov 2015 13:11:17 +0000 (15:11 +0200)]
Issue #25388: Fixed tokenizer crash when processing undecodable source code
with a null byte.

9 years agoIssue #25388: Fixed tokenizer crash when processing undecodable source code
Serhiy Storchaka [Sat, 14 Nov 2015 13:10:35 +0000 (15:10 +0200)]
Issue #25388: Fixed tokenizer crash when processing undecodable source code
with a null byte.

9 years agoIssue #23883: Add news listing modules with new exported APIs
Martin Panter [Sat, 14 Nov 2015 12:52:08 +0000 (12:52 +0000)]
Issue #23883: Add news listing modules with new exported APIs

9 years agoIssue #23883: Add missing APIs to __all__; patch by Jacek Kołodziej
Martin Panter [Sat, 14 Nov 2015 12:46:42 +0000 (12:46 +0000)]
Issue #23883: Add missing APIs to __all__; patch by Jacek Kołodziej

9 years agoIssue #23883: Add test.support.check__all__() and test gettext.__all__
Martin Panter [Sat, 14 Nov 2015 11:47:00 +0000 (11:47 +0000)]
Issue #23883: Add test.support.check__all__() and test gettext.__all__

Patches by Jacek Kołodziej.

9 years agoIssue #25168: Temporary timezone and cache debugging
Martin Panter [Sat, 14 Nov 2015 08:54:30 +0000 (08:54 +0000)]
Issue #25168: Temporary timezone and cache debugging

9 years agomerge 3.5 (#25569)
Benjamin Peterson [Sat, 14 Nov 2015 08:11:19 +0000 (00:11 -0800)]
merge 3.5 (#25569)

9 years agomerge 3.4 (#25569)
Benjamin Peterson [Sat, 14 Nov 2015 08:11:09 +0000 (00:11 -0800)]
merge 3.4 (#25569)

9 years agofix build with older openssl (#25569)
Benjamin Peterson [Sat, 14 Nov 2015 08:09:22 +0000 (00:09 -0800)]
fix build with older openssl (#25569)

9 years agoAdjust grammar and punctuation in whatsnew/3.6.rst
Martin Panter [Sat, 14 Nov 2015 01:29:17 +0000 (01:29 +0000)]
Adjust grammar and punctuation in whatsnew/3.6.rst

9 years agoMerge typo and grammar fixes from 3.5
Martin Panter [Sat, 14 Nov 2015 01:29:13 +0000 (01:29 +0000)]
Merge typo and grammar fixes from 3.5

9 years agoFix grammar in whatsnew/3.5.rst and elsewhere
Martin Panter [Sat, 14 Nov 2015 01:14:54 +0000 (01:14 +0000)]
Fix grammar in whatsnew/3.5.rst and elsewhere

Mainly missing grammatical articles (the, a).

9 years agoMerge typo and grammar fixes from 3.4 into 3.5
Martin Panter [Sat, 14 Nov 2015 01:14:25 +0000 (01:14 +0000)]
Merge typo and grammar fixes from 3.4 into 3.5

9 years agoFix a few grammar problems in the documentation and comments
Martin Panter [Sat, 14 Nov 2015 01:07:43 +0000 (01:07 +0000)]
Fix a few grammar problems in the documentation and comments

9 years agoCorrect Content-Type syntax in documentation
Martin Panter [Sat, 14 Nov 2015 00:58:32 +0000 (00:58 +0000)]
Correct Content-Type syntax in documentation

9 years agoIssue #25590: Complete attribute names even if they are not yet created
Martin Panter [Fri, 13 Nov 2015 23:54:02 +0000 (23:54 +0000)]
Issue #25590: Complete attribute names even if they are not yet created

9 years agoIssue #25590: Merge rlcompleter getattr change from 3.5
Martin Panter [Fri, 13 Nov 2015 23:48:17 +0000 (23:48 +0000)]
Issue #25590: Merge rlcompleter getattr change from 3.5

9 years agoIssue #25590: Merge rlcompleter change from 3.4 into 3.5
Martin Panter [Fri, 13 Nov 2015 23:10:39 +0000 (23:10 +0000)]
Issue #25590: Merge rlcompleter change from 3.4 into 3.5

9 years agoIssue #25590: Make rlcompleter only call getattr() once per attribute
Martin Panter [Fri, 13 Nov 2015 22:47:00 +0000 (22:47 +0000)]
Issue #25590: Make rlcompleter only call getattr() once per attribute

Previously it was called another time via hasattr(), and both calls were
made once for dir(f) and again for dir(f.__class__).  This includes a
backport of changing from a list to a set from revision 4dbb315fe667.

9 years agoIssue #25498: Add NEWS entry for 3.6
Martin Panter [Fri, 13 Nov 2015 22:17:08 +0000 (22:17 +0000)]
Issue #25498: Add NEWS entry for 3.6

9 years agoIssue #25498: Merge ctypes crash fix from 3.5
Martin Panter [Fri, 13 Nov 2015 22:14:53 +0000 (22:14 +0000)]
Issue #25498: Merge ctypes crash fix from 3.5

9 years agoIssue #25498: Update error message for 3.5
Martin Panter [Fri, 13 Nov 2015 22:12:58 +0000 (22:12 +0000)]
Issue #25498: Update error message for 3.5

9 years agoIssue #25498: Merge ctypes crash fix from 3.4 into 3.5
Martin Panter [Fri, 13 Nov 2015 22:12:12 +0000 (22:12 +0000)]
Issue #25498: Merge ctypes crash fix from 3.4 into 3.5

9 years agoIssue #25498: Fix GC crash due to ctypes objects wrapping a memoryview
Martin Panter [Fri, 13 Nov 2015 21:43:39 +0000 (21:43 +0000)]
Issue #25498: Fix GC crash due to ctypes objects wrapping a memoryview

This was a regression caused by revision 1da9630e9b7f.  Based on patch by
Eryksun.

9 years agoMerge 3.5
Yury Selivanov [Fri, 13 Nov 2015 17:29:14 +0000 (12:29 -0500)]
Merge 3.5

9 years agoMerge 3.4
Yury Selivanov [Fri, 13 Nov 2015 17:29:03 +0000 (12:29 -0500)]
Merge 3.4