- 05 Sep, 2016 4 commits
-
-
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 2 commits
-
-
Victor Stinner authored
Issue #27128. Fix a reference leak if creating the tuple to pass positional parameters fails.
-
Victor Stinner authored
Issue #27128. Fix a reference leak if creating the tuple to pass positional parameters fails.
-
- 17 Aug, 2016 1 commit
-
-
Benjamin Peterson authored
rearrange methodcaller_new so that the main error case does not cause uninitialized memory usage (closes #27783)
-
- 16 Aug, 2016 3 commits
-
-
Terry Jan Reedy authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
- 15 Aug, 2016 2 commits
- 14 Aug, 2016 4 commits
-
-
Donald Stufft authored
-
Benjamin Peterson authored
Reported by Thomas E. Hybel
-
Benjamin Peterson authored
-
Benjamin Peterson authored
Reported by Thomas E. Hybel
-
- 13 Aug, 2016 2 commits
-
-
Benjamin Peterson authored
-
R David Murray authored
-