Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
7bdff2c8e5c648f42ee2b196e320288053dfd53b
/
PC
/
_winreg.c
5e4e31f
Fix various minor issues discovered with static analysis using Visual Studio 2005 Team System.
by Kristján Valur Jónsson
· 18 years ago
bda0dde
Patch #1448199: Release GIL around ConnectRegistry.
by Martin v. Löwis
· 18 years ago
313fcd4
PyEnumKey(): Stop including the trailing NUL byte
by Tim Peters
· 19 years ago
d9ab979
PyEnumKey(): Remove unused local.
by Tim Peters
· 19 years ago
b2699b2
Add sizeof() instead of hardcoding variable length
by Georg Brandl
· 19 years ago
9a928e7
Patch #977553: speed up RegEnumKey call
by Georg Brandl
· 19 years ago
1ac754f
Check return result from Py_InitModule*(). This API can fail.
by Neal Norwitz
· 19 years ago
c3d12ac
const poisoning, spreading to fix new const warnings in _winreg.c.
by Tim Peters
· 19 years ago
a6a38ad
Remove all uses of alloca() from this module. The alloca() return value
by Guido van Rossum
· 21 years ago
c9083b6
Correct docstring for SetValueEx()
by Mark Hammond
· 22 years ago
e1d18f5
Fix an error message in the _winreg module. The error message referred
by Thomas Heller
· 22 years ago
e3a8e7e
Call me anal, but there was a particular phrase that was speading to
by Guido van Rossum
· 22 years ago
8235ea1
Land Patch [ 566100 ] Rationalize DL_IMPORT and DL_EXPORT.
by Mark Hammond
· 22 years ago
14f8b4c
Patch #568124: Add doc string macros.
by Martin v. Löwis
· 22 years ago
031829d
Use symbolic METH_VARARGS instead of 1 for ml_flags
by Neal Norwitz
· 23 years ago
4e80bb5
Allow any object supporting the buffer protocol to be written as a binary object.
by Mark Hammond
· 24 years ago
7e47402
Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either
by Thomas Wouters
· 24 years ago
25e1726
[*** Not tested as I don't have Windows running right now! ***]
by Fred Drake
· 24 years ago
13634cf
This patch addresses two main issues: (1) There exist some non-fatal
by Fred Drake
· 24 years ago
270e19b
Update the module name to _winreg, pending checkin of Paul Prescod's
by Fred Drake
· 24 years ago
b422f95
Cleanup a few docstrings.
by Mark Hammond
· 24 years ago
b18618d
Vladimir Marangozov's long-awaited malloc restructuring.
by Guido van Rossum
· 25 years ago
9f3712c
Mark Hammond: new winreg module; updated dllbase file.
by Guido van Rossum
· 25 years ago