summaryrefslogtreecommitdiffstats
path: root/PC/_winreg.c
Commit message (Expand)AuthorAgeFilesLines
* Make Modules/_bsddb.c and PC/_winreg.c compile again by renamingThomas Heller2007-09-241-1/+1
* Remove more cruft leftover from nb_coerce. Rename nb_coerce toNeil Schemenauer2007-09-211-1/+1
* Patch #1076: Use wide API for registry functions.Martin v. Löwis2007-09-031-169/+111
* Remove checking redundantly for checks of PyInt and PyLong.Neal Norwitz2007-08-311-1/+1
* Patch 1030, Adapt _winreg.c to the new buffer API.Neal Norwitz2007-08-261-7/+12
* Remove support for __members__ and __methods__. There still might beNeal Norwitz2007-08-111-3/+6
* Kill remaining tp_print definitions.Guido van Rossum2007-08-071-12/+1
* Merged revisions 56483-56491 via svnmerge fromMartin v. Löwis2007-07-221-1/+1
* Merged revisions 56467-56482 via svnmerge fromMartin v. Löwis2007-07-211-2/+1
* SF patch# 1755229 by Amaury Forgeot d'Arc: fix _winreg module and tests.Guido van Rossum2007-07-171-23/+20
* Merged revisions 55962-56019 via svnmerge fromGuido van Rossum2007-06-181-5/+6
* Merged revisions 55631-55794 via svnmerge fromGuido van Rossum2007-06-061-1/+1
* Merged revisions 53952-54987 via svnmerge fromGuido van Rossum2007-04-271-1/+1
* - patch #1600346 submitted by Tomer FilibaJack Diederich2006-11-281-3/+3
* Get rid of most of the rest of coerce (slot is still there for now).Neal Norwitz2006-08-211-1/+0
* Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-111-0/+2
* Get rid of remnants of integer divisionNeal Norwitz2006-03-241-1/+0
* 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