summaryrefslogtreecommitdiffstats
path: root/PC/_winreg.c
Commit message (Expand)AuthorAgeFilesLines
* 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