1. 9d3b93b Use the new Unicode API by Victor Stinner · 13 years ago
  2. be49244 winreg module avoids the deprecated Unicode API by Victor Stinner · 13 years ago
  3. d63a3b8 Implement PEP 393. by Martin v. Löwis · 13 years ago
  4. fbb1c61 Follow up to #9778: fix regressions on 64-bit Windows builds by Antoine Pitrou · 14 years ago
  5. 1771b54 Implement #8521. Added named argument handling to winreg's CreateKeyEx, by Brian Curtin · 14 years ago
  6. abb3351 Properly downcast from size_t/Py_ssize_t in a few places. by Brian Curtin · 14 years ago
  7. f2b69df Fix compilation warning on Windows by Amaury Forgeot d'Arc · 14 years ago
  8. 9b7e2d1 Fix a compile warning missed during porting (wchar_t/char) and move a by Brian Curtin · 14 years ago
  9. 6085321 Fix #2810 - handle the case where some registry calls return by Brian Curtin · 14 years ago
  10. f95a1b3 Recorded merge of revisions 81029 via svnmerge from by Antoine Pitrou · 14 years ago
  11. 3035c39 Port #7347 to py3k. by Brian Curtin · 14 years ago
  12. e94c679 Issue #1717: rename tp_compare to tp_reserved. I'll change the by Mark Dickinson · 15 years ago
  13. 211c625 Issue #1717, stage 2: remove uses of tp_compare in Modules and most Objects. by Mark Dickinson · 15 years ago
  14. 8055afd Issue #4910, patch 3/3: rename nb_long to nb_reserved by Mark Dickinson · 16 years ago
  15. cce2f21 Issue 4910, patch 2 of (probably) 3: pave the way for renaming of by Mark Dickinson · 16 years ago
  16. 0a608fd fixes deferred/release blocker issue #3797: Fixed the dbm, marshal, mmap, by Gregory P. Smith · 16 years ago
  17. 423be95 Merged revisions 65654 via svnmerge from by Martin v. Löwis · 16 years ago
  18. e43d33a #3247 Get rid of Py_FindMethod; use tp_members instead. by Amaury Forgeot d'Arc · 16 years ago
  19. 4f92ca4 Remove nb_reserved (nb_coerce), nb_hex, and nb_oct from PyNumberMethods by Benjamin Peterson · 16 years ago
  20. 1a21451 Implement PEP 3121: new module initialization and finalization API. by Martin v. Löwis · 16 years ago
  21. 9c4756e Renamed PyBytes to PyByteArray by Christian Heimes · 16 years ago
  22. 38feaf0 #2879: rename _winreg to winreg. by Georg Brandl · 16 years ago[Renamed (99%) from PC/_winreg.c]
  23. 5e69685 Merged revisions 62194,62197-62198,62204-62205,62214,62219-62221,62227,62229-62231,62233-62235,62237-62239 via svnmerge from by Christian Heimes · 16 years ago
  24. d218dc1 Merged revisions 62177-62178,62180-62193 via svnmerge from by Martin v. Löwis · 16 years ago
  25. 44471f3 #2484: remove duplicate variable definition. by Georg Brandl · 16 years ago
  26. cc47b05 Merged revisions 61834,61841-61842,61851-61853,61863-61864,61869-61870,61874,61889 via svnmerge from by Christian Heimes · 16 years ago
  27. 2380ac7 Merged revisions 59843-59863 via svnmerge from by Christian Heimes · 17 years ago
  28. 90aa764 #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT. by Christian Heimes · 17 years ago
  29. 217cfd1 Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases in intobject.h by Christian Heimes · 17 years ago
  30. 39763a1 Make Modules/_bsddb.c and PC/_winreg.c compile again by renaming by Thomas Heller · 17 years ago
  31. 16c7075 Remove more cruft leftover from nb_coerce. Rename nb_coerce to nb_reserved. by Neil Schemenauer · 17 years ago
  32. f82d9b5 Patch #1076: Use wide API for registry functions. by Martin v. Löwis · 17 years ago
  33. 1fe5f38 Remove checking redundantly for checks of PyInt and PyLong. by Neal Norwitz · 17 years ago
  34. 1385b89 Patch 1030, Adapt _winreg.c to the new buffer API. by Neal Norwitz · 17 years ago
  35. 8dfc4a9 Remove support for __members__ and __methods__. There still might be by Neal Norwitz · 17 years ago
  36. 346f1a8 Kill remaining tp_print definitions. by Guido van Rossum · 17 years ago
  37. 95c95ce Merged revisions 56483-56491 via svnmerge from by Martin v. Löwis · 17 years ago
  38. 9f2e346 Merged revisions 56467-56482 via svnmerge from by Martin v. Löwis · 17 years ago
  39. a8c360e SF patch# 1755229 by Amaury Forgeot d'Arc: fix _winreg module and tests. by Guido van Rossum · 17 years ago
  40. 7eaf822 Merged revisions 55962-56019 via svnmerge from by Guido van Rossum · 17 years ago
  41. e7ba495 Merged revisions 55631-55794 via svnmerge from by Guido van Rossum · 17 years ago
  42. d8faa36 Merged revisions 53952-54987 via svnmerge from by Guido van Rossum · 17 years ago
  43. 4dafcc4 - patch #1600346 submitted by Tomer Filiba by Jack Diederich · 18 years ago
  44. 4886cc3 Get rid of most of the rest of coerce (slot is still there for now). by Neal Norwitz · 18 years ago
  45. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 18 years ago
  46. bcc0db8 Get rid of remnants of integer division by Neal Norwitz · 18 years ago
  47. 313fcd4 PyEnumKey(): Stop including the trailing NUL byte by Tim Peters · 18 years ago
  48. d9ab979 PyEnumKey(): Remove unused local. by Tim Peters · 18 years ago
  49. b2699b2 Add sizeof() instead of hardcoding variable length by Georg Brandl · 18 years ago
  50. 9a928e7 Patch #977553: speed up RegEnumKey call by Georg Brandl · 18 years ago
  51. 1ac754f Check return result from Py_InitModule*(). This API can fail. by Neal Norwitz · 18 years ago
  52. c3d12ac const poisoning, spreading to fix new const warnings in _winreg.c. by Tim Peters · 19 years ago
  53. a6a38ad Remove all uses of alloca() from this module. The alloca() return value by Guido van Rossum · 21 years ago
  54. c9083b6 Correct docstring for SetValueEx() by Mark Hammond · 22 years ago
  55. e1d18f5 Fix an error message in the _winreg module. The error message referred by Thomas Heller · 22 years ago
  56. e3a8e7e Call me anal, but there was a particular phrase that was speading to by Guido van Rossum · 22 years ago
  57. 8235ea1 Land Patch [ 566100 ] Rationalize DL_IMPORT and DL_EXPORT. by Mark Hammond · 22 years ago
  58. 14f8b4c Patch #568124: Add doc string macros. by Martin v. Löwis · 22 years ago
  59. 031829d Use symbolic METH_VARARGS instead of 1 for ml_flags by Neal Norwitz · 22 years ago
  60. 4e80bb5 Allow any object supporting the buffer protocol to be written as a binary object. by Mark Hammond · 24 years ago
  61. 7e47402 Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either by Thomas Wouters · 24 years ago
  62. 25e1726 [*** Not tested as I don't have Windows running right now! ***] by Fred Drake · 24 years ago
  63. 13634cf This patch addresses two main issues: (1) There exist some non-fatal by Fred Drake · 24 years ago
  64. 270e19b Update the module name to _winreg, pending checkin of Paul Prescod's by Fred Drake · 24 years ago
  65. b422f95 Cleanup a few docstrings. by Mark Hammond · 24 years ago
  66. b18618d Vladimir Marangozov's long-awaited malloc restructuring. by Guido van Rossum · 24 years ago
  67. 9f3712c Mark Hammond: new winreg module; updated dllbase file. by Guido van Rossum · 24 years ago