Terry Jan Reedy
|
b74a707cbd
|
Merge with 3.5
|
2015-11-20 12:22:18 -05:00 |
|
Terry Jan Reedy
|
812b24842c
|
Merge with 3.4
|
2015-11-20 12:22:06 -05:00 |
|
Terry Jan Reedy
|
4379d15d4c
|
Make it slightly clearer that IDLE close message is referring to user program,
not to IDLE itself.
|
2015-11-20 12:21:48 -05:00 |
|
Serhiy Storchaka
|
9e788af7cc
|
Issue #25665: Test pickling with all protocols in test_typing.
|
2015-11-20 18:33:33 +02:00 |
|
Serhiy Storchaka
|
6d9e92396f
|
Issue #25665: Test pickling with all protocols in test_typing.
|
2015-11-20 18:33:02 +02:00 |
|
Victor Stinner
|
c50ec007ff
|
Merge 3.5 (issue #25670)
|
2015-11-20 08:50:17 +01:00 |
|
Victor Stinner
|
6fbd7741db
|
Issue #25670: Remove duplicate getattr() from ast.NodeTransformer
|
2015-11-20 08:49:58 +01:00 |
|
Martin Panter
|
5e02af4961
|
Issue #25583: Merge makedirs fix from 3.5
|
2015-11-20 02:37:29 +00:00 |
|
Martin Panter
|
97cabb9fa5
|
Issue #25583: Merge makedirs fix from 3.4 into 3.5
|
2015-11-20 02:35:46 +00:00 |
|
Guido van Rossum
|
13d9b86d46
|
Issue #25593: Change semantics of EventLoop.stop(). (Merge 3.5->3.6)
|
2015-11-19 13:34:24 -08:00 |
|
Guido van Rossum
|
82f9feaf10
|
Issue #25593: Change semantics of EventLoop.stop(). (Merge 3.4->3.5)
|
2015-11-19 13:33:34 -08:00 |
|
Guido van Rossum
|
41f69f4cc7
|
Issue #25593: Change semantics of EventLoop.stop().
|
2015-11-19 13:28:47 -08:00 |
|
Guido van Rossum
|
1b2bd70f98
|
Issue #25665: Make NamedTuple picklable. (Merge 3.5->3.6)
|
2015-11-19 08:16:52 -08:00 |
|
Guido van Rossum
|
557d1eb0f3
|
Issue #25665: Make NamedTuple picklable.
|
2015-11-19 08:16:31 -08:00 |
|
Guido van Rossum
|
ca0f0a6bad
|
Remove unused imports from test_typing.py. (Merge 3.5->3.6)
|
2015-11-18 21:19:18 -08:00 |
|
Guido van Rossum
|
05e3090e3a
|
Remove unused imports from test_typing.py.
|
2015-11-18 21:18:51 -08:00 |
|
Guido van Rossum
|
5497ac4758
|
Issue #25472: In B[<type>], insert B in front of __bases__, to make the __dict__ descriptor work. (Merge 3.5->3.6)
|
2015-11-18 21:13:42 -08:00 |
|
Guido van Rossum
|
bb7c57c6cd
|
Issue #25472: In B[<type>], insert B in front of __bases__, to make the __dict__ descriptor work.
|
2015-11-18 21:12:58 -08:00 |
|
Martin Panter
|
a82642f9db
|
Issue #25583: Avoid incorrect errors raised by os.makedirs(exist_ok=True)
|
2015-11-19 04:48:44 +00:00 |
|
Yury Selivanov
|
5c9f204300
|
Merge 3.5
|
2015-11-18 12:40:41 -05:00 |
|
Yury Selivanov
|
576fe71c12
|
asyncio: Error if awaiting in parallel on the same coroutine
See https://github.com/python/asyncio/pull/293 for details.
|
2015-11-18 12:40:26 -05:00 |
|
Yury Selivanov
|
b3dd6d70c7
|
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.
|
2015-11-18 12:39:45 -05:00 |
|
Yury Selivanov
|
4990289bbf
|
Merge 3.5
|
2015-11-17 12:20:26 -05:00 |
|
Yury Selivanov
|
5498f2b6bf
|
Merge 3.4
|
2015-11-17 12:20:02 -05:00 |
|
Yury Selivanov
|
5d7e3b6cd2
|
asyncio: Cleanup Future API
See https://github.com/python/asyncio/pull/292 for details.
|
2015-11-17 12:19:41 -05:00 |
|
Yury Selivanov
|
cfcc2bdcb2
|
Merge 3.5
|
2015-11-17 12:02:44 -05:00 |
|
Yury Selivanov
|
7f324ba735
|
Merge 3.4
|
2015-11-17 12:02:32 -05:00 |
|
Yury Selivanov
|
0013ccedd1
|
asyncio: Sync with github
|
2015-11-17 12:02:21 -05:00 |
|
Yury Selivanov
|
43b53091f0
|
Merge 3.5
|
2015-11-16 15:12:54 -05:00 |
|
Yury Selivanov
|
cfff959c07
|
Merge 3.4
|
2015-11-16 15:12:44 -05:00 |
|
Yury Selivanov
|
a4afc4876b
|
asyncio: Optimize Task._wakeup
See https://github.com/python/asyncio/pull/289 for details.
|
2015-11-16 15:12:10 -05:00 |
|
Yury Selivanov
|
efbee31b47
|
Merge 3.5
|
2015-11-16 12:43:46 -05:00 |
|
Yury Selivanov
|
1334f83de2
|
Merge 3.4
|
2015-11-16 12:43:35 -05:00 |
|
Yury Selivanov
|
5bb1afb332
|
asyncio: Add Transport.is_closing()
See https://github.com/python/asyncio/pull/291 for details.
|
2015-11-16 12:43:21 -05:00 |
|
Terry Jan Reedy
|
d8b10fd975
|
Merge with 3.5
|
2015-11-16 07:36:44 -05:00 |
|
Terry Jan Reedy
|
4bc534d589
|
Merge with 3.4
|
2015-11-16 07:36:33 -05:00 |
|
Terry Jan Reedy
|
4932ac244f
|
Issue #24750: whitespace
|
2015-11-16 07:36:22 -05:00 |
|
Terry Jan Reedy
|
a8a6419d4e
|
Merge with 3.5
|
2015-11-16 07:33:01 -05:00 |
|
Terry Jan Reedy
|
5922d739d4
|
Merge with 3.4
|
2015-11-16 07:32:46 -05:00 |
|
Terry Jan Reedy
|
d36d817a84
|
Issue #24750: Improve appearance of IDLE editor window status bar.
Patch by Mark Roseman.
|
2015-11-16 07:32:26 -05:00 |
|
Martin Panter
|
a28cdafe83
|
Issue #20220: Merge time zone workaround from 3.5
|
2015-11-16 09:43:05 +00:00 |
|
Martin Panter
|
42347100bf
|
Issue #20220: Merge time zone workaround from 3.4 into 3.5
|
2015-11-16 09:42:41 +00:00 |
|
Martin Panter
|
fca22327ca
|
Issue #20220: Revert time zone test debugging, revision 139c18943d9b
|
2015-11-16 09:22:19 +00:00 |
|
Serhiy Storchaka
|
51eca24748
|
Issue #9051: Added tests for pickling and copying the timezone objects.
|
2015-11-16 11:20:17 +02:00 |
|
Serhiy Storchaka
|
f242aebbd3
|
Issue #9051: Added tests for pickling and copying the timezone objects.
|
2015-11-16 11:19:31 +02:00 |
|
Serhiy Storchaka
|
e28209f251
|
Issue #9051: Added tests for pickling and copying the timezone objects.
|
2015-11-16 11:12:58 +02:00 |
|
Martin Panter
|
6e0889f0c7
|
Issue #20220: Add DST rules to work around glibc quirk
This was triggering intermittent failures in unrelated tests.
|
2015-11-16 07:21:38 +00:00 |
|
Gregory P. Smith
|
f31f9718ac
|
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.
|
2015-11-15 21:29:43 -08:00 |
|
Gregory P. Smith
|
d0a5b1c343
|
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.
|
2015-11-15 21:15:26 -08:00 |
|
Gregory P. Smith
|
97b0b1e8d4
|
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.
|
2015-11-15 18:31:34 -08:00 |
|