- 31 Aug, 2016 4 commits
-
-
Terry Jan Reedy authored
-
R David Murray 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'.
-
Terry Jan Reedy authored
-
- 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 1 commit
-
-
Brett Cannon authored
-