- 06 Sep, 2016 3 commits
-
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Senthil Kumaran authored
Initial patch contributed by Jaysinh shukla.
-
- 05 Sep, 2016 15 commits
-
-
Benjamin Peterson authored
It is unused. It also forces a 16-byte alignment, which creates problems because Python's allocator only uses 8-byte alignment.
-
Christian Heimes authored
-
Zachary Ware authored
Apparently the test succeeds on XP.
-
Benjamin Peterson authored
-
Zachary Ware authored
This test should always raise RuntimeError.
-
Christian Heimes authored
-
Zachary Ware authored
The tests no longer attempt to figure out if a soundcard or particular system sounds are available. Instead, it just tries everything and accepts RuntimeError as a flavor of success.
-
Benjamin Peterson authored
-
Raymond Hettinger authored
-
Zachary Ware authored
-
Benjamin Peterson authored
Patch from Armin Rigo.
-
Benjamin Peterson authored
-
Benjamin Peterson authored
Patch from Armin Rigo.
-
Steve Dower authored
-
Terry Jan Reedy authored
Also, don't run it if 'gui' is not requested. Patch by Xiang Zhang.
-
- 04 Sep, 2016 2 commits
-
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
- 03 Sep, 2016 2 commits
-
-
Vinay Sajip authored
-
Raymond Hettinger authored
-
- 02 Sep, 2016 8 commits
-
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
- 01 Sep, 2016 2 commits
-
-
Serhiy Storchaka authored
Based on patch by Xiang Zhang.
-
Terry Jan Reedy authored
-
- 31 Aug, 2016 6 commits
-
-
Raymond Hettinger authored
-
Guido van Rossum authored
Upstream https://github.com/python/asyncio/pull/408 by Ron Frederick.
-
Guido van Rossum authored
Upstream https://github.com/python/asyncio/pull/374 by Ron Frederick.
-
Guido van Rossum authored
-
Raymond Hettinger authored
-
R David Murray authored
Perhaps the BytesParser 'text' argument should really be bytes, but it hasn't been, it has been text, so for backward compatibility and for consistency with the regular Parser class, I'm keeping it as 'text'.
-
- 30 Aug, 2016 2 commits
-
-
Terry Jan Reedy authored
-
Raymond Hettinger authored
-