- 13 Eki, 2015 4 kayıt (commit)
-
-
Victor Stinner yazdı
This API avoids a final call to _PyBytes_Resize() for output smaller than 512 bytes. Small optimization: disable overallocation in binascii.rledecode_hqx() for the last write.
-
Zachary Ware yazdı
-
Zachary Ware yazdı
-
Zachary Ware yazdı
Patch by Serhiy Storchaka.
-
- 12 Eki, 2015 21 kayıt (commit)
-
-
Victor Stinner yazdı
-
Victor Stinner yazdı
Issue #25274: sys.setrecursionlimit() now raises a RecursionError if the new recursion limit is too low depending at the current recursion depth. Modify also the "lower-water mark" formula to make it monotonic. This mark is used to decide when the overflowed flag of the thread state is reset.
-
Victor Stinner yazdı
-
Victor Stinner yazdı
condition in test_eintr.
-
Victor Stinner yazdı
the new _PyBytesWriter API.
-
Victor Stinner yazdı
Ignore pickle.partial symbol which comes from functools.partial.
-
Victor Stinner yazdı
-
Victor Stinner yazdı
Modify _PyBytesWriter_Finish() and _PyUnicodeWriter_Finish() to return the empty bytes/Unicode string if the string is empty.
-
Victor Stinner yazdı
Don't require _PyBytesWriter pointer to be a "char *". Same change for _PyBytesWriter_WriteBytes() parameter. For example, binascii uses "unsigned char*".
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Terry Jan Reedy yazdı
-
Terry Jan Reedy yazdı
-
Terry Jan Reedy yazdı
the other buttons and the new IDLE Dark theme.
-
Steve Dower yazdı
-
Steve Dower yazdı
-
Steve Dower yazdı
-
Steve Dower yazdı
Otherwise, stray registry entries would cause issues. Also fixes an accelerator collision and improves UAC icons when upgrading.
-
- 11 Eki, 2015 15 kayıt (commit)
-
-
Steve Dower yazdı
-
Steve Dower yazdı
-
Steve Dower yazdı
-
Steve Dower yazdı
-
Steve Dower yazdı
-
Steve Dower yazdı
-
Raymond Hettinger yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
already supports reduce protocol 4 (issue #20289).
-
Serhiy Storchaka yazdı
already supports reduce protocol 4 (issue #20289).
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Victor Stinner yazdı
base64.b64encode() uses it to avoid a memory copy.
-
Victor Stinner yazdı
-