- 04 Jan, 2013 3 commits
-
-
Ezio Melotti authored
-
Chris Jerdonek authored
-
Benjamin Peterson authored
-
- 03 Jan, 2013 2 commits
-
-
Victor Stinner authored
-
Giampaolo Rodola' authored
-
- 02 Jan, 2013 9 commits
-
-
Nadeem Vawda authored
Patch by Martin Packman.
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
Patch from Tom Tromey.
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Eli Bendersky authored
-
Serhiy Storchaka authored
-
Benjamin Peterson authored
-
- 01 Jan, 2013 6 commits
-
-
Serhiy Storchaka authored
-
Ned Deily authored
-
Richard Oudkerk authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
- 31 Dec, 2012 2 commits
-
-
Ned Deily authored
-
Giampaolo Rodola' authored
-
- 30 Dec, 2012 1 commit
-
-
Serhiy Storchaka authored
-
- 29 Dec, 2012 2 commits
-
-
Andrew Svetlov authored
-
Serhiy Storchaka authored
Issue #16485: Fix file descriptor not being closed if file header patching fails on closing of aifc file.
-
- 28 Dec, 2012 5 commits
-
-
Antoine Pitrou authored
-
Serhiy Storchaka authored
-
Raymond Hettinger authored
The code isn't exactly equivalent because a classmethod would only make sense inside a chain class, and it would need "cls" as a first argument, and it would need to return an instance of "chain" rather than a generator. The updated example drops the @classmethod decorator so that it can be used standalone: list(from_iterable(['abc', 'def'])) This should be communicate what from_iterable does.
-
Serhiy Storchaka authored
-
Chris Jerdonek authored
-
- 27 Dec, 2012 10 commits
-
-
Ezio Melotti authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Chris Jerdonek authored
This patch also provides a simple way to share tests going forward between test_int and test_long.
-
Brian Curtin authored
When converting REG_DWORD registry values into Python, the conversion needs to be made from an *unsigned* long (k instead of i) to match the DWORD type.
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Brian Curtin authored
This fixes a ValueError seen in winreg.SetValueEx when passed long winreg.REG_DWORD values that should be supported by the underlying API.
-
Hynek Schlawack authored
Mostly about symlinks and str/unicode behavior. Patch by Serhiy Storchaka.
-