- 06 Şub, 2014 9 kayıt (commit)
-
-
Ronald Oussoren yazdı
Values in the range of an unsigned long long, but outside of the range of a signed long long were serialized as a negative value. Due to a bug in PyObjC my test scripts indicated that the previous behavior matched Apple's plist code, instead the handle large unsigned values correctly. The change to plistlib.py is from a patch by Serhiy.
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Yury Selivanov yazdı
-
Yury Selivanov yazdı
-
Ned Deily yazdı
-
Ned Deily yazdı
-
Ned Deily yazdı
-
Ned Deily yazdı
-
- 05 Şub, 2014 11 kayıt (commit)
-
-
Yury Selivanov yazdı
-
R David Murray yazdı
-
R David Murray yazdı
-
Serhiy Storchaka yazdı
containing non-encodable characters. Added tests for TarFile.list(). Based on patch by Vajrasky Kok.
-
Serhiy Storchaka yazdı
containing non-encodable characters. Added tests for TarFile.list(). Based on patch by Vajrasky Kok.
-
Eric V. Smith yazdı
TestNamedTuple.test_pickle was only testing through protocol 2. Changed to have it automatically test through the most recent version.
-
Nick Coghlan yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Ned Deily yazdı
-
- 04 Şub, 2014 14 kayıt (commit)
-
-
Christian Heimes yazdı
CID 1167595
-
Christian Heimes yazdı
CID 1167595
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Victor Stinner yazdı
-
Vinay Sajip yazdı
-
Vinay Sajip yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Nick Coghlan yazdı
ensurepip now sets PIP_CONFIG_FILE to os.devnull before import pip from the wheel file. This also ensures venv ignores the default settings when bootstrapping pip.
-
Nick Coghlan yazdı
- io.TextIOWrapper (and hence the open() builtin) now use the internal codec marking system added for issue #19619 - also tweaked the C code to only look up the encoding once, rather than multiple times - the existing output type checks remain in place to deal with unmarked third party codecs.
-
Victor Stinner yazdı
-
Martin v. Löwis yazdı
-
Victor Stinner yazdı
Do nothing if the pipe is already closed. _loop_writing() may call _force_close() when it gets ConnectionResetError.
-
- 03 Şub, 2014 6 kayıt (commit)
-
-
Victor Stinner yazdı
Tulip (changeset d7ac90c0463a)
-
Victor Stinner yazdı
-
Victor Stinner yazdı
Process.subprocess read-only property
-
Ned Deily yazdı
-
Ned Deily yazdı
-
Serhiy Storchaka yazdı
The '**' operator is available only since 8.5 and in any case such large integers are not supported on Tcl <8.5.
-