- 08 Feb, 2014 2 commits
-
-
Nick Coghlan authored
Passing Counter objects to the Counter constructor is special cased, going through iter() firsts ensures they are handled the same way as any other iterable. (Committing on Steven's behalf as I don't believe his SSH key is registered yet)
-
Guido van Rossum authored
-
- 07 Feb, 2014 21 commits
-
-
Victor Stinner authored
* Remove selectors.BaseSelector.resolution attribute * Remove asyncio.BaseEventLoop._granularity attribute
-
R David Murray authored
-
R David Murray authored
This fixes a regression relative to python2.
-
R David Murray authored
-
R David Murray authored
I'm checking this in without a test because not much of this code is tested and I don't have time to work up the necessary extensions to the existing test framework. The patch itself was tested by the person who reported the bug.
-
R David Murray authored
I'm checking this in without a test because not much of this code is tested and I don't have time to work up the necessary extensions to the existing test framework. The patch itself was tested by the person who reported the bug.
-
R David Murray authored
-
R David Murray authored
-
R David Murray authored
So passing unicode to set_payload works again (but still doesn't do what you want when the message is serialized).
-
R David Murray authored
-
Victor Stinner authored
-
Victor Stinner authored
-
R David Murray authored
-
R David Murray authored
In 3.5 I will fix this right by adding a message_factory attribute to the policy.
-
Nick Coghlan authored
-
Nick Coghlan authored
-
Nick Coghlan authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Yury Selivanov authored
-
Ethan Furman authored
Close issue20534: test_enum now tests all supported pickle protocols (2 - HIGHEST_PROTOCOL, inclusive).
-
- 06 Feb, 2014 17 commits
-
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Zachary Ware authored
doesn't have __objclass__.
-
Serhiy Storchaka authored
Patch by Berker Peksag.
-
Serhiy Storchaka authored
Patch by Berker Peksag.
-
Serhiy Storchaka authored
and %x (introduced in issue #19995).
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Yury Selivanov authored
-
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
-