index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
PC
/
_winreg.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added __enter__ and __exit__ functions to HKEY object
Christian Heimes
2008-01-08
1
-0/+57
*
PEP 3123: Provide forward compatibility with Python 3.0, while keeping
Martin v. Löwis
2007-07-21
1
-2/+1
*
Include <windows.h> after python.h, so that WINNT is properly set before wind...
Kristján Valur Jónsson
2007-05-26
1
-1/+1
*
Merge change 54909 from release25-maint: Fix several minor issues discovered...
Kristján Valur Jónsson
2007-04-25
1
-1/+1
*
Patch #1448199: Release GIL around ConnectRegistry.
Martin v. Löwis
2006-07-24
1
-0/+2
*
PyEnumKey(): Stop including the trailing NUL byte
Tim Peters
2006-02-19
1
-5/+4
*
PyEnumKey(): Remove unused local.
Tim Peters
2006-02-19
1
-1/+0
*
Add sizeof() instead of hardcoding variable length
Georg Brandl
2006-02-18
1
-1/+1
*
Patch #977553: speed up RegEnumKey call
Georg Brandl
2006-02-18
1
-19/+12
*
Check return result from Py_InitModule*(). This API can fail.
Neal Norwitz
2006-01-19
1
-0/+2
*
const poisoning, spreading to fix new const warnings
Tim Peters
2005-12-24
1
-2/+2
*
Remove all uses of alloca() from this module. The alloca() return value
Guido van Rossum
2003-11-30
1
-16/+48
*
Correct docstring for SetValueEx()
Mark Hammond
2003-01-15
1
-1/+1
*
Fix an error message in the _winreg module. The error message referred
Thomas Heller
2002-12-20
1
-1/+1
*
Call me anal, but there was a particular phrase that was speading to
Guido van Rossum
2002-08-19
1
-1/+1
*
Land Patch [ 566100 ] Rationalize DL_IMPORT and DL_EXPORT.
Mark Hammond
2002-07-19
1
-1/+1
*
Patch #568124: Add doc string macros.
Martin v. Löwis
2002-06-13
1
-42/+41
*
Use symbolic METH_VARARGS instead of 1 for ml_flags
Neal Norwitz
2002-03-31
1
-19/+19
*
Allow any object supporting the buffer protocol to be written as a binary obj...
Mark Hammond
2000-07-28
1
-7/+11
*
Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either
Thomas Wouters
2000-07-16
1
-1/+1
*
[*** Not tested as I don't have Windows running right now! ***]
Fred Drake
2000-06-30
1
-2/+19
*
This patch addresses two main issues: (1) There exist some non-fatal
Fred Drake
2000-06-29
1
-1/+1
*
Update the module name to _winreg, pending checkin of Paul Prescod's
Fred Drake
2000-06-29
1
-3/+3
*
Cleanup a few docstrings.
Mark Hammond
2000-06-09
1
-15/+17
*
Vladimir Marangozov's long-awaited malloc restructuring.
Guido van Rossum
2000-05-03
1
-5/+7
*
Mark Hammond: new winreg module; updated dllbase file.
Guido van Rossum
2000-03-28
1
-0/+1470