summaryrefslogtreecommitdiff
path: root/PC/_winreg.c
Commit message (Expand)AuthorAgeFilesLines
* [2.7] bpo-34234: Use _PyAnyInt_Check() and _PyAnyInt_CheckExact(). (GH-8479)Serhiy Storchaka2018-07-311-3/+2
* Issue #26778: Fixed "a/an/and" typos in code comment and documentation.Serhiy Storchaka2016-04-171-1/+1
* Issue #21151: Fixed a segfault in the _winreg module.Zachary Ware2014-07-031-1/+3
* Issue21349 Passing a memoryview to _winreg.SetValueEx now correctly raises a ...Tim Golden2014-04-261-4/+6
* Closes #20908: Memory leak in Reg2Py()Jesus Cea2014-03-131-1/+4
* Fix #16759. Convert DWORD registry values using unsigned long.Brian Curtin2012-12-271-2/+2
* Fix #14420. Check for PyLong as well as PyInt when converting in Py2Reg.Brian Curtin2012-12-271-5/+6
* Move a variable declration outside of a loop to match what wasBrian Curtin2010-06-081-4/+4
* Fix #2810 - handle the case where some registry calls returnBrian Curtin2010-05-251-33/+103
* Untabify C files. Will watch buildbots.Antoine Pitrou2010-05-091-1072/+1072
* Implement #7347. Add CreateKeyEx, DeleteKeyEx, and update _winreg tests.Brian Curtin2010-04-021-12/+107
* #6201: Fix test_winreg on Windows:Amaury Forgeot d'Arc2009-06-091-34/+28
* Issue #5341: Fix a variety of spelling errors.Mark Dickinson2009-02-211-3/+3
* #4807: Remove a wrong usage of wsprintf in the winreg moduleAmaury Forgeot d'Arc2009-01-131-10/+6
* This reverts r63675 based on the discussion in this thread:Gregory P. Smith2008-06-091-20/+20
* Renamed PyString to PyBytesChristian Heimes2008-05-261-20/+20
* Typographical fix: 32bit -> 32-bit, 64bit -> 64-bitAndrew M. Kuchling2008-04-081-4/+4
* From issue 1753245 - better _winreg support for x64.Mark Hammond2008-04-061-0/+133
* Try to fix a bunch of compiler warnings on Win64.Neal Norwitz2008-03-251-1/+1
* Added __enter__ and __exit__ functions to HKEY objectChristian Heimes2008-01-081-0/+57
* PEP 3123: Provide forward compatibility with Python 3.0, while keepingMartin v. Löwis2007-07-211-2/+1
* Include <windows.h> after python.h, so that WINNT is properly set before wind...Kristján Valur Jónsson2007-05-261-1/+1
* Merge change 54909 from release25-maint: Fix several minor issues discovered...Kristján Valur Jónsson2007-04-251-1/+1
* Patch #1448199: Release GIL around ConnectRegistry.Martin v. Löwis2006-07-241-0/+2
* PyEnumKey(): Stop including the trailing NUL byteTim Peters2006-02-191-5/+4
* PyEnumKey(): Remove unused local.Tim Peters2006-02-191-1/+0
* Add sizeof() instead of hardcoding variable lengthGeorg Brandl2006-02-181-1/+1
* Patch #977553: speed up RegEnumKey callGeorg Brandl2006-02-181-19/+12
* Check return result from Py_InitModule*(). This API can fail.Neal Norwitz2006-01-191-0/+2
* const poisoning, spreading to fix new const warningsTim Peters2005-12-241-2/+2
* Remove all uses of alloca() from this module. The alloca() return valueGuido van Rossum2003-11-301-16/+48
* Correct docstring for SetValueEx()Mark Hammond2003-01-151-1/+1
* Fix an error message in the _winreg module. The error message referredThomas Heller2002-12-201-1/+1
* Call me anal, but there was a particular phrase that was speading toGuido van Rossum2002-08-191-1/+1
* Land Patch [ 566100 ] Rationalize DL_IMPORT and DL_EXPORT.Mark Hammond2002-07-191-1/+1
* Patch #568124: Add doc string macros.Martin v. Löwis2002-06-131-42/+41
* Use symbolic METH_VARARGS instead of 1 for ml_flagsNeal Norwitz2002-03-311-19/+19
* Allow any object supporting the buffer protocol to be written as a binary obj...Mark Hammond2000-07-281-7/+11
* Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in eitherThomas Wouters2000-07-161-1/+1
* [*** Not tested as I don't have Windows running right now! ***]Fred Drake2000-06-301-2/+19
* This patch addresses two main issues: (1) There exist some non-fatalFred Drake2000-06-291-1/+1
* Update the module name to _winreg, pending checkin of Paul Prescod'sFred Drake2000-06-291-3/+3
* Cleanup a few docstrings.Mark Hammond2000-06-091-15/+17
* Vladimir Marangozov's long-awaited malloc restructuring.Guido van Rossum2000-05-031-5/+7
* Mark Hammond: new winreg module; updated dllbase file.Guido van Rossum2000-03-281-0/+1470