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
|
255230595f
|
Merge 3.5
|
2015-11-18 12:44:59 -05:00 |
|
Yury Selivanov
|
6efc7e726f
|
Merge 3.4
|
2015-11-18 12:44:49 -05:00 |
|
Yury Selivanov
|
01a65af4a1
|
asyncio.docs: Fix versionadded
|
2015-11-18 12:44:31 -05: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 |
|
Raymond Hettinger
|
66f6238fca
|
Add assertion to verify the pre-condition in the comments.
|
2015-11-17 20:58:43 -08:00 |
|
Martin Panter
|
b62226ccc4
|
Issue #23200: Merge zlib doc from 3.5
|
2015-11-18 02:46:16 +00:00 |
|
Martin Panter
|
1535311edc
|
Issue #23200: Merge zlib doc from 3.4 into 3.5
|
2015-11-18 02:45:51 +00:00 |
|
Martin Panter
|
38fe4dc400
|
Issue #23200: Document that max_length=0 is not supported
|
2015-11-18 00:59:17 +00:00 |
|
Martin Panter
|
acec450bfd
|
Issue #20468: Merge getpagesize doc from 3.5
|
2015-11-17 22:26:23 +00:00 |
|
Martin Panter
|
ce19839961
|
Issue #20468: Merge getpagesize doc from 3.4 into 3.5
|
2015-11-17 22:23:21 +00:00 |
|
Martin Panter
|
f8f66eb985
|
Issue #20468: Remove incorrect information about maxrss and page size
Extract of patch by Ronald Oussoren.
|
2015-11-17 22:13:47 +00: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 |
|
Raymond Hettinger
|
6019c8ced0
|
Issue #25629: Move set fill/used updates out of inner loop
|
2015-11-17 08:28:07 -08:00 |
|
Victor Stinner
|
9ba97df69c
|
Closes #25645: Fix a reference leak introduced by change bc5894a3a0e6 of the
issue #24164.
|
2015-11-17 12:15:07 +01:00 |
|
Martin Panter
|
27b735ab0f
|
Issue #25615: Merge glob doc from 3.5
|
2015-11-17 00:19:27 +00:00 |
|
Martin Panter
|
4eccf4b1ac
|
Issue #25615: Merge glob doc from 3.4 into 3.5
|
2015-11-17 00:19:10 +00:00 |
|
Martin Panter
|
9f3c094e68
|
Issue #25615: Document unsorted behaviour of glob; patch by Dave Jones
|
2015-11-16 23:46:22 +00: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
|
caf6452af2
|
Merge 3.5
|
2015-11-16 12:47:25 -05:00 |
|
Yury Selivanov
|
344904cf1f
|
asyncio.docs: Document Transport.is_closing (merge 3.4)
|
2015-11-16 12:47:15 -05:00 |
|
Yury Selivanov
|
1744d53930
|
asyncio.docs: Document Transport.is_closing
|
2015-11-16 12:46:41 -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 |
|
Serhiy Storchaka
|
0f53f2b1e5
|
Issue #25498: Fixed contributors name.
|
2015-11-16 18:46:05 +02:00 |
|
Serhiy Storchaka
|
a27a1e576e
|
Issue #25498: Fixed contributors name.
|
2015-11-16 18:45:39 +02:00 |
|
Serhiy Storchaka
|
da32d26ab9
|
Issue #25498: Fixed contributors name.
|
2015-11-16 18:45:23 +02: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 |
|