- 30 Eki, 2016 3 kayıt (commit)
-
-
Serhiy Storchaka yazdı
object.__format__ now contains the name of actual type.
-
Serhiy Storchaka yazdı
Patch by Xiang Zhang.
-
Serhiy Storchaka yazdı
-
- 29 Eki, 2016 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
- 28 Eki, 2016 1 kayıt (commit)
-
-
Yury Selivanov yazdı
-
- 27 Eki, 2016 2 kayıt (commit)
-
-
Serhiy Storchaka yazdı
PyUnicode_AsDecodedObject(), PyUnicode_AsDecodedUnicode() and PyUnicode_AsEncodedUnicode().
-
INADA Naoki yazdı
-
- 25 Eki, 2016 3 kayıt (commit)
-
-
Serhiy Storchaka yazdı
subclasses of accelerated OrderedDict.
-
Serhiy Storchaka yazdı
Patch by Xiang Zhang.
-
Serhiy Storchaka yazdı
-
- 21 Eki, 2016 2 kayıt (commit)
-
-
Serhiy Storchaka yazdı
attributes.
-
Serhiy Storchaka yazdı
new exception with setting current exception as __cause__. _PyErr_FormatFromCause(exception, format, args...) is equivalent to Python raise exception(format % args) from sys.exc_info()[1]
-
- 16 Eki, 2016 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
Patch from Xiang Zhang.
-
- 13 Eki, 2016 1 kayıt (commit)
-
-
Christian Heimes yazdı
-
- 12 Eki, 2016 2 kayıt (commit)
-
-
Victor Stinner yazdı
It's not exactly the same than encodings.normalize_encoding(): the C function also converts to lowercase.
-
Benjamin Peterson yazdı
-
- 11 Eki, 2016 1 kayıt (commit)
-
-
doko@ubuntu.com yazdı
-
- 09 Eki, 2016 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
- 08 Eki, 2016 4 kayıt (commit)
-
-
Serhiy Storchaka yazdı
Patch by Xiang Zhang.
-
Serhiy Storchaka yazdı
type now is deprecated. Patch by Oren Milman.
-
Serhiy Storchaka yazdı
Patch by Oren Milman.
-
Serhiy Storchaka yazdı
implicit initialization of the type instead of a fail.
-
- 07 Eki, 2016 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
Original patch by Niklas Koep.
-
- 06 Eki, 2016 1 kayıt (commit)
-
-
INADA Naoki yazdı
Do perturb shift after first conflict.
-
- 04 Eki, 2016 2 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
Benjamin Peterson yazdı
-
- 02 Eki, 2016 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
message when pass a non-mapping as a var-keyword argument.
-
- 30 Eyl, 2016 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
- 27 Eyl, 2016 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
invalid keyword args.
-
- 26 Eyl, 2016 3 kayıt (commit)
-
-
Serhiy Storchaka yazdı
Patch by Xiang Zhang.
-
Serhiy Storchaka yazdı
since there is no dummy_struct any more. Patch by Xiang Zhang.
-
Serhiy Storchaka yazdı
Patch by Xiang Zhang.
-
- 24 Eyl, 2016 1 kayıt (commit)
-
-
Mark Dickinson yazdı
-
- 23 Eyl, 2016 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
- 21 Eyl, 2016 4 kayıt (commit)
-
-
Serhiy Storchaka yazdı
instance.
-
Victor Stinner yazdı
Issue #28233: Fix a memory leak if the format string contains a non-ASCII character, destroy the unicode writer.
-
Christian Heimes yazdı
-
Benjamin Peterson yazdı
-
- 19 Eyl, 2016 2 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
(Patch by Xiang Zhang)
-