- 06 Sep, 2016 6 commits
-
-
Christian Heimes authored
-
Christian Heimes authored
-
Christian Heimes authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
- 05 Sep, 2016 11 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.
-
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
-
Benjamin Peterson authored
-
Zachary Ware authored
-
Zachary Ware authored
-
Terry Jan Reedy authored
Also, don't run it if 'gui' is not requested. Patch by Xiang Zhang.
-
- 04 Sep, 2016 1 commit
-
-
Terry Jan Reedy authored
(Omitted for 2.7 from previous patch.)
-
- 03 Sep, 2016 1 commit
-
-
Mark Dickinson authored
Issue #27934: Use float.__repr__ instead of plain repr when JSON-encoding an instance of a float subclass. Thanks Eddie James.
-
- 01 Sep, 2016 2 commits
-
-
Steve Dower authored
Issue #27888: Prevent Windows installer from displaying console windows and failing when pip cannot be installed/uninstalled.
-
Terry Jan Reedy authored
-
- 31 Aug, 2016 2 commits
-
-
Raymond Hettinger authored
-
Terry Jan Reedy authored
-
- 30 Aug, 2016 1 commit
-
-
Terry Jan Reedy authored
-
- 29 Aug, 2016 2 commits
-
-
Mark Dickinson authored
Issue #27870: A left shift of zero by a large integer no longer attempts to allocate large amounts of memory.
-
Serhiy Storchaka authored
creates not a cursor. Patch by Xiang Zhang.
-
- 27 Aug, 2016 1 commit
-
-
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
-
Terry Jan Reedy authored
-
- 25 Aug, 2016 1 commit
-
-
Terry Jan Reedy authored
Do not print charrefs outside of the text proper (like '—»»»» ').
-
- 24 Aug, 2016 2 commits
-
-
Zachary Ware authored
-
R David Murray authored
Windows symlink support was introduced in python3, so we need to skip those tests differently on python2. Patch by Xiang Zhang.
-
- 23 Aug, 2016 1 commit
-
-
R David Murray authored
Patch by Robin Roth, backport by Xiang Zhang.
-
- 21 Aug, 2016 4 commits
-
-
Mark Dickinson authored
Issue #25604: Fix bug in integer true division that could have resulted in off-by-one-ulp results in unusual cases.
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
-
- 20 Aug, 2016 1 commit
-
-
Martin Panter authored
-
- 18 Aug, 2016 1 commit
-
-
Martin Panter authored
-
- 19 Aug, 2016 1 commit
-
-
Victor Stinner authored
Issue #27128. Fix a reference leak if creating the tuple to pass positional parameters fails.
-