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
*
Follow up to #9778: fix regressions on 64-bit Windows builds
Antoine Pitrou
2010-10-23
1
-1/+1
*
Implement #8521. Added named argument handling to winreg's CreateKeyEx,
Brian Curtin
2010-09-27
1
-33/+43
*
Properly downcast from size_t/Py_ssize_t in a few places.
Brian Curtin
2010-08-17
1
-4/+6
*
Fix compilation warning on Windows
Amaury Forgeot d'Arc
2010-08-16
1
-2/+2
*
Fix a compile warning missed during porting (wchar_t/char) and move a
Brian Curtin
2010-06-08
1
-4/+4
*
Fix #2810 - handle the case where some registry calls return
Brian Curtin
2010-05-26
1
-28/+91
*
Recorded merge of revisions 81029 via svnmerge from
Antoine Pitrou
2010-05-09
1
-1025/+1025
*
Port #7347 to py3k.
Brian Curtin
2010-04-21
1
-12/+107
*
Issue #1717: rename tp_compare to tp_reserved. I'll change the
Mark Dickinson
2009-02-02
1
-1/+1
*
Issue #1717, stage 2: remove uses of tp_compare in Modules and most
Mark Dickinson
2009-02-01
1
-2/+2
*
Issue #4910, patch 3/3: rename nb_long to nb_reserved
Mark Dickinson
2009-01-17
1
-1/+1
*
Issue 4910, patch 2 of (probably) 3: pave the way for renaming of
Mark Dickinson
2009-01-15
1
-1/+1
*
fixes deferred/release blocker issue #3797: Fixed the dbm, marshal, mmap,
Gregory P. Smith
2008-09-06
1
-1/+1
*
Merged revisions 65654 via svnmerge from
Martin v. Löwis
2008-08-13
1
-2/+2
*
#3247 Get rid of Py_FindMethod; use tp_members instead.
Amaury Forgeot d'Arc
2008-07-02
1
-36/+28
*
Remove nb_reserved (nb_coerce), nb_hex, and nb_oct from PyNumberMethods
Benjamin Peterson
2008-06-11
1
-3/+0
*
Implement PEP 3121: new module initialization and finalization API.
Martin v. Löwis
2008-06-11
1
-5/+19
*
Renamed PyBytes to PyByteArray
Christian Heimes
2008-05-26
1
-1/+1
*
#2879: rename _winreg to winreg.
Georg Brandl
2008-05-25
1
-0/+1645
*
Finish converting the winreg extension to _winreg.
Fred Drake
2000-06-29
1
-1474/+0
*
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