- 30 Aug, 2016 16 commits
-
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Zachary Ware authored
-
Zachary Ware authored
-
Zachary Ware 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
-
Zachary Ware authored
-
- 29 Aug, 2016 10 commits
-
-
Mark Dickinson authored
-
Mark Dickinson authored
Issue #27870: A left shift of zero by a large integer no longer attempts to allocate large amounts of memory.
-
doko@ubuntu.com authored
-
Mark Dickinson authored
Issue #25402: in int-to-decimal-string conversion, reduce intermediate storage requirements and relax restriction on converting large integers. Patch by Serhiy Storchaka.
-
Mark Dickinson authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
numbers. Patch by Stefan Behnel.
-
Mark Dickinson authored
-
Serhiy Storchaka authored
creates not a cursor. Patch by Xiang Zhang.
-
Serhiy Storchaka authored
creates not a cursor. Patch by Xiang Zhang.
-
- 27 Aug, 2016 9 commits
-
-
Berker Peksag authored
-
Brett Cannon authored
-
Martin Panter authored
Patch by Xiang Zhang.
-
Martin Panter authored
-
Martin Panter authored
-
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.
-
Martin Panter authored
The previous attempt to determine the file’s Content-Length gave a false positive for pipes on Windows. Also, drop the special case for sending zero-length iterable bodies.
-
Brett Cannon authored
deprecated.
-
- 26 Aug, 2016 5 commits
-
-
Brett Cannon authored
-
Brett Cannon authored
os.path. Thanks to Jelle Zijlstra for the initial patch against posixmodule.c.
-
Berker Peksag authored
-
Berker Peksag authored
Statements should not be reset after a commit. Backported from https://github.com/ghaering/pysqlite/commit/029050896b1e6058573abeef5a8970384c0c7faa
-
Raymond Hettinger authored
-