Raymond Hettinger
|
bb562a9a56
|
Add error information to a failing test to help diagnose a buildbot failure.
|
2015-08-16 17:08:48 -07:00 |
Raymond Hettinger
|
1cadf769b3
|
Improve comment
|
2015-08-15 14:47:27 -07:00 |
Raymond Hettinger
|
a166ce561c
|
Add more tests for pickling itertools.cycle
|
2015-08-15 14:45:49 -07:00 |
Raymond Hettinger
|
79c878d5f2
|
Fix crash in itertools.cycle.__setstate__() caused by lack of type checking.
Will backport after the 3.6 release is done.
|
2015-08-15 13:51:59 -07:00 |
Yury Selivanov
|
14f7b8bfb2
|
Merge 3.5 (issue #24867)
|
2015-08-14 15:35:14 -04:00 |
Yury Selivanov
|
bb78adeece
|
Merge 3.4 (Issue #24867)
|
2015-08-14 15:32:37 -04:00 |
Yury Selivanov
|
233983380d
|
Issue #24867: Fix Task.get_stack() for 'async def' coroutines
|
2015-08-14 15:30:59 -04:00 |
Brett Cannon
|
d868376288
|
Merge from 3.5 for issue #24492
|
2015-08-14 11:09:56 -07:00 |
Brett Cannon
|
7c97a05618
|
Merge from 3.5.0 for issue #24492
|
2015-08-14 11:06:43 -07:00 |
Robert Collins
|
6908265812
|
Issue #21159: Improve message in configparser.InterpolationMissingOptionError.
Patch from Łukasz Langa.
|
2015-08-14 20:16:14 +12:00 |
Robert Collins
|
f7a92673ab
|
Issue #21159: Improve message in configparser.InterpolationMissingOptionError.
Patch from Łukasz Langa.
|
2015-08-14 11:47:41 +12:00 |
Robert Collins
|
ac37ba0742
|
Issue #21159: Improve message in configparser.InterpolationMissingOptionError.
Patch from Łukasz Langa.
|
2015-08-14 11:11:35 +12:00 |
Brett Cannon
|
3008bc0f4a
|
Issue #24492: make sure that ``from ... import ...` raises an
ImportError if __name__ is not defined on a package.
Thanks to Armin Rigo for the bug report and diagnosing the cause.
|
2015-08-11 18:01:31 -07:00 |
Robert Collins
|
df395991f6
|
Issue #9232: Support trailing commas in function declarations.
For example, "def f(*, a = 3,): pass" is now legal.
Patch from Mark Dickinson.
|
2015-08-12 08:00:06 +12:00 |
Yury Selivanov
|
31978d9ff4
|
Merge 3.5 (issues #24835, #24763)
|
2015-08-09 18:22:11 -04:00 |
Yury Selivanov
|
131426ebe3
|
Merge 3.4 (issues #24835, #24763)
|
2015-08-09 18:21:58 -04:00 |
Yury Selivanov
|
9632ea2f26
|
Issue #24763: Fix asyncio test on Windows (fix reverted change)
See also issue #24835
|
2015-08-09 18:21:25 -04:00 |
Robert Collins
|
dfa95c9a8f
|
Issue #20059: urllib.parse raises ValueError on all invalid ports.
Patch by Martin Panter.
|
2015-08-10 09:53:30 +12:00 |
Raymond Hettinger
|
455b5092a1
|
Add more tests of hash effectiveness.
|
2015-08-09 00:35:00 -07:00 |
Zachary Ware
|
7c4a6f8bd0
|
Merge 3.5
|
2015-08-08 22:05:05 -05:00 |
Zachary Ware
|
83ee5a315f
|
Merge 3.4
|
2015-08-08 22:03:43 -05:00 |
Zachary Ware
|
9a47ed8839
|
regrtest: the 'bad' and 'environment_changed' sets of tests don't intersect anymore
|
2015-08-08 22:03:27 -05:00 |
Stefan Krah
|
5f35725fb8
|
Merge #15944.
|
2015-08-08 13:38:59 +02:00 |
Stefan Krah
|
0c51595a78
|
Issue #15944: memoryview: Allow arbitrary formats when casting to bytes.
Original patch by Martin Panter.
|
2015-08-08 13:38:10 +02:00 |
Eric Snow
|
5060bc51ca
|
Merge from 3.5 (issue #24667).
|
2015-08-07 17:47:35 -06:00 |
Eric Snow
|
8c7f9558eb
|
Issue #24667: Resize odict in all cases that the underlying dict resizes.
|
2015-08-07 17:45:12 -06:00 |
Robert Collins
|
8e9f9852be
|
Issue #4395: Better testing and documentation of binary operators.
Patch by Martin Panter.
|
2015-08-07 10:34:23 +12:00 |
Robert Collins
|
00cf3c394a
|
Issue #4395: Better testing and documentation of binary operators.
Patch by Martin Panter.
|
2015-08-07 10:32:15 +12:00 |
Robert Collins
|
d84b29f805
|
Issue #4395: Better testing and documentation of binary operators.
Patch by Martin Panter.
|
2015-08-07 10:22:54 +12:00 |
Yury Selivanov
|
1720e1fc0b
|
Merge 3.5 (issue #23812)
|
2015-08-06 14:04:30 -04:00 |
Yury Selivanov
|
e03f42717c
|
Merge 3.4 (issue #23812)
|
2015-08-06 14:04:12 -04:00 |
Yury Selivanov
|
159fbdd805
|
Issue #23812: Fix getter-cancellation with many pending getters code path
|
2015-08-06 14:03:38 -04:00 |
Yury Selivanov
|
6f8bcec616
|
Merge 3.5 (issue #24791; more tests in test_parser)
|
2015-08-05 18:00:11 -04:00 |
Yury Selivanov
|
50a2614786
|
Issue #24791: More tests in test_parser
|
2015-08-05 17:59:45 -04:00 |
Yury Selivanov
|
dca249b17c
|
Merge 3.5 (issue #24791)
|
2015-08-05 17:55:12 -04:00 |
Yury Selivanov
|
14acf5f41d
|
Issue #24791: Fix grammar regression for call syntax: 'g(*a or b)'.
|
2015-08-05 17:54:10 -04:00 |
Yury Selivanov
|
c28f3ae7ff
|
Merge 3.5 (asyncio)
|
2015-08-05 14:47:47 -04:00 |
Yury Selivanov
|
6d0c4c38d1
|
asyncio.test_pep492: Add a test for asyncio.iscoroutinefunction
|
2015-08-05 14:47:33 -04:00 |
Yury Selivanov
|
b3c019ca63
|
Issue #23812: Fix asyncio.Queue.get() to avoid loosing items on cancellation.
Patch by Gustavo J. A. M. Carneiro.
|
2015-08-05 13:58:43 -04:00 |
Yury Selivanov
|
22506d24ee
|
Issue #23812: Fix asyncio.Queue.get() to avoid loosing items on cancellation.
Patch by Gustavo J. A. M. Carneiro.
|
2015-08-05 13:55:54 -04:00 |
Yury Selivanov
|
3fc0f2d288
|
Issue #23812: Fix asyncio.Queue.get() to avoid loosing items on cancellation.
Patch by Gustavo J. A. M. Carneiro.
|
2015-08-05 13:52:33 -04:00 |
Guido van Rossum
|
a9d77fad34
|
Issue #23973: Update typing.py from GitHub repo. (Merge from 3.5.)
|
2015-08-05 12:13:11 +02:00 |
Guido van Rossum
|
d70fe639c1
|
Issue #23973: Update typing.py from GitHub repo.
|
2015-08-05 12:11:06 +02:00 |
Zachary Ware
|
36948d7875
|
Issue #24791: Add tests for things that regressed with PEP 448
|
2015-08-04 22:49:55 -05:00 |
Zachary Ware
|
6e435e2d11
|
Closes #24751: Merge with 3.5
|
2015-08-04 21:59:09 -05:00 |
Zachary Ware
|
40648838b2
|
Issue #24751: Merge with 3.4
|
2015-08-04 21:58:00 -05:00 |
Zachary Ware
|
920a335e97
|
Issue #24751: When running regrtest with '-w', don't fail if re-run succeeds.
|
2015-08-04 21:54:54 -05:00 |
Yury Selivanov
|
4451cbed22
|
Merge 3.5
|
2015-08-04 15:57:05 -04:00 |
Yury Selivanov
|
78c89eb0ac
|
Merge 3.4
|
2015-08-04 15:56:53 -04:00 |
Yury Selivanov
|
2a8911c0b7
|
asyncio: Sync with upstream (compat module)
|
2015-08-04 15:56:33 -04:00 |