- 06 Feb, 2014 13 commits
-
-
Ethan Furman authored
-
Brett Cannon authored
-
Brett Cannon authored
import and not *an* implementation.
-
Brett Cannon authored
where the symlink resolves to is added to sys.path, not the directory containing the symlink itself. Thanks to Sanko Resic for an initial attempt at the patch.
-
Ronald Oussoren authored
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 authored
-
Serhiy Storchaka authored
-
Yury Selivanov authored
-
Yury Selivanov authored
-
Ned Deily authored
-
Ned Deily authored
-
Ned Deily authored
-
Ned Deily authored
-
- 05 Feb, 2014 11 commits
-
-
Yury Selivanov authored
-
R David Murray authored
-
R David Murray authored
-
Serhiy Storchaka authored
containing non-encodable characters. Added tests for TarFile.list(). Based on patch by Vajrasky Kok.
-
Serhiy Storchaka authored
containing non-encodable characters. Added tests for TarFile.list(). Based on patch by Vajrasky Kok.
-
Eric V. Smith authored
TestNamedTuple.test_pickle was only testing through protocol 2. Changed to have it automatically test through the most recent version.
-
Nick Coghlan authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Ned Deily authored
-
- 04 Feb, 2014 14 commits
-
-
Christian Heimes authored
CID 1167595
-
Christian Heimes authored
CID 1167595
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Victor Stinner authored
-
Vinay Sajip authored
-
Vinay Sajip authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Nick Coghlan authored
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 authored
- 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 authored
-
Martin v. Löwis authored
-
Victor Stinner authored
Do nothing if the pipe is already closed. _loop_writing() may call _force_close() when it gets ConnectionResetError.
-
- 03 Feb, 2014 2 commits
-
-
Victor Stinner authored
Tulip (changeset d7ac90c0463a)
-
Victor Stinner authored
-