- 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 3 commits
-
-
Benjamin Peterson authored
-
R David Murray authored
-
Raymond Hettinger authored
-
- 10 Aug, 2016 2 commits
-
-
Terry Jan Reedy authored
instead of overriding methods with mocks in original class and module. This makes the 2.7 test_textview nearly identical to the 3.5/.6 test.
-
Martin Panter authored
-
- 09 Aug, 2016 3 commits
-
-
Zachary Ware authored
-
Zachary Ware authored
Initial patch by Jelle Zijlstra.
-
Vinay Sajip authored
-
- 05 Aug, 2016 1 commit
-
-
Vinay Sajip authored
-
- 28 Jul, 2016 1 commit
-
-
Martin Panter authored
-