- 31 Agu, 2016 6 kayıt (commit)
-
-
Vinay Sajip yazdı
-
Ethan Furman yazdı
-
Terry Jan Reedy yazdı
-
R David Murray yazdı
-
R David Murray yazdı
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 yazdı
-
- 30 Agu, 2016 16 kayıt (commit)
-
-
Terry Jan Reedy yazdı
-
Terry Jan Reedy yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Zachary Ware yazdı
-
Zachary Ware yazdı
-
Zachary Ware yazdı
-
Zachary Ware yazdı
-
Zachary Ware yazdı
-
Zachary Ware yazdı
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 yazdı
-
Zachary Ware yazdı
-
- 29 Agu, 2016 10 kayıt (commit)
-
-
Mark Dickinson yazdı
-
Mark Dickinson yazdı
Issue #27870: A left shift of zero by a large integer no longer attempts to allocate large amounts of memory.
-
doko@ubuntu.com yazdı
-
Mark Dickinson yazdı
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 yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
numbers. Patch by Stefan Behnel.
-
Mark Dickinson yazdı
-
Serhiy Storchaka yazdı
creates not a cursor. Patch by Xiang Zhang.
-
Serhiy Storchaka yazdı
creates not a cursor. Patch by Xiang Zhang.
-
- 27 Agu, 2016 8 kayıt (commit)
-
-
Berker Peksag yazdı
-
Brett Cannon yazdı
-
Martin Panter yazdı
Patch by Xiang Zhang.
-
Martin Panter yazdı
-
Martin Panter yazdı
-
Martin Panter yazdı
In Subversion r86731, the path was changed from $(BINLIBDEST)/config to $(LIBDEST)/config-$(LDVERSION).
-
Martin Panter yazdı
Also adjust the test condition, because enable-meta-key was only added in 6.1, not 6.0.
-
Martin Panter yazdı
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.
-