- 05 Sep, 2016 9 commits
-
-
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 6 commits
-
-
Terry Jan Reedy authored
-
Raymond Hettinger authored
-
Zachary Ware authored
-
Zachary Ware authored
-
Zachary Ware authored
test_tools is pretty much useless unless somebody copies the scripts it tests into the proper location, but we might as well install it anyway to make sure it skips properly. test_warnings just didn't get included when it was turned into a package in 94966dfd3bd3.
-
Zachary Ware authored
-
- 29 Aug, 2016 1 commit
-
-
Serhiy Storchaka authored
creates not a cursor. Patch by Xiang Zhang.
-
- 27 Aug, 2016 2 commits
-
-
Martin Panter authored
In Subversion r86731, the path was changed from $(BINLIBDEST)/config to $(LIBDEST)/config-$(LDVERSION).
-
Martin Panter authored
Also adjust the test condition, because enable-meta-key was only added in 6.1, not 6.0.
-
- 26 Aug, 2016 2 commits
-
-
Berker Peksag authored
Statements should not be reset after a commit. Backported from https://github.com/ghaering/pysqlite/commit/029050896b1e6058573abeef5a8970384c0c7faa
-
Raymond Hettinger authored
-