- 27 Dec, 2012 20 commits
-
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Brian Curtin authored
-
Brian Curtin authored
-
Brian Curtin authored
-
Brian Curtin authored
-
Brian Curtin authored
-
Brian Curtin authored
When converting REG_DWORD registry values into Python ints, the conversion needs to be made from an *unsigned* long to match the DWORD type.
-
Serhiy Storchaka authored
Patch by Roger Serwy.
-
Serhiy Storchaka authored
Patch by Roger Serwy.
-
Serhiy Storchaka authored
Patch by Roger Serwy.
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Brian Curtin authored
-
Brian Curtin authored
-
Brian Curtin authored
This fixes an OverflowError seen in winreg.SetValueEx when passed winreg.REG_DWORD values that should be supported by the underlying API.
-
Hynek Schlawack authored
Fixes handling of leading dots. Patch by Serhiy Storchaka.
-
Hynek Schlawack authored
Fixes handling of leading dots. Patch by Serhiy Storchaka.
-
Hynek Schlawack authored
Fixes handling of leading dots. Patch by Serhiy Storchaka.
-
- 26 Dec, 2012 19 commits
-
-
Benjamin Peterson authored
-
Andrew Svetlov authored
-
Andrew Svetlov authored
-
Andrew Svetlov authored
-
Andrew Svetlov authored
-
Andrew Svetlov authored
-
Jesus Cea authored
-
Jesus Cea authored
-
Jesus Cea authored
-
Kristján Valur Jónsson authored
Issue #14574: Ignore socket errors raised when flushing a connection on close.
-
Kristján Valur Jónsson authored
Issue #14574: Ignore socket errors raised when flushing a connection on close.
-
Brian Curtin authored
-
Brian Curtin authored
This issue is now fixed due to changes in Issue #11939, so I've refactored the tests to cover the hard link case. There are no code changes here.
-
Brian Curtin authored
-
Brian Curtin authored
By setting the st_dev attribute, we can then remove some Windows-specific code and move os.path.samefile/sameopenfile/samestat to Lib/genericpath.py so all platforms share the same implementation.
-
Senthil Kumaran authored
-
Senthil Kumaran authored
-
Senthil Kumaran authored
-
Gregory P. Smith authored
objects as the base by using PyNumber_AsSsize_t similar to round().
-
- 25 Dec, 2012 1 commit
-
-
Chris Jerdonek authored
-