- 28 Dec, 2012 6 commits
-
-
Chris Jerdonek authored
This is the first step in refactoring regrtest to use argparse. The regrtest module's main() function still expects a getopt-style return value rather than an argparse.Namespace instance.
-
Chris Jerdonek authored
-
Chris Jerdonek authored
-
Chris Jerdonek authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
- 27 Dec, 2012 26 commits
-
-
Ezio Melotti authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
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 8 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
-