- 06 Eyl, 2016 2 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Senthil Kumaran yazdı
Initial patch contributed by Jaysinh shukla.
-
- 05 Eyl, 2016 15 kayıt (commit)
-
-
Benjamin Peterson yazdı
It is unused. It also forces a 16-byte alignment, which creates problems because Python's allocator only uses 8-byte alignment.
-
Christian Heimes yazdı
-
Zachary Ware yazdı
Apparently the test succeeds on XP.
-
Benjamin Peterson yazdı
-
Zachary Ware yazdı
This test should always raise RuntimeError.
-
Christian Heimes yazdı
-
Zachary Ware yazdı
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 yazdı
-
Raymond Hettinger yazdı
-
Zachary Ware yazdı
-
Benjamin Peterson yazdı
Patch from Armin Rigo.
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
Patch from Armin Rigo.
-
Steve Dower yazdı
-
Terry Jan Reedy yazdı
Also, don't run it if 'gui' is not requested. Patch by Xiang Zhang.
-
- 04 Eyl, 2016 2 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
- 03 Eyl, 2016 2 kayıt (commit)
-
-
Vinay Sajip yazdı
-
Raymond Hettinger yazdı
-
- 02 Eyl, 2016 8 kayıt (commit)
-
-
Jason R. Coombs yazdı
-
Jason R. Coombs yazdı
-
Jason R. Coombs yazdı
-
Jason R. Coombs yazdı
-
Jason R. Coombs yazdı
-
Jason R. Coombs yazdı
-
Jason R. Coombs yazdı
-
Jason R. Coombs yazdı
-
- 01 Eyl, 2016 2 kayıt (commit)
-
-
Serhiy Storchaka yazdı
Based on patch by Xiang Zhang.
-
Terry Jan Reedy yazdı
-
- 31 Agu, 2016 6 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
Guido van Rossum yazdı
Upstream https://github.com/python/asyncio/pull/408 by Ron Frederick.
-
Guido van Rossum yazdı
Upstream https://github.com/python/asyncio/pull/374 by Ron Frederick.
-
Guido van Rossum yazdı
-
Raymond Hettinger yazdı
-
R David Murray yazdı
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 Agu, 2016 3 kayıt (commit)
-
-
Terry Jan Reedy yazdı
-
Raymond Hettinger yazdı
-
Zachary Ware yazdı
-