summaryrefslogtreecommitdiffstats
path: root/PC/winreg.c
Commit message (Expand)AuthorAgeFilesLines
* Issue #1717: rename tp_compare to tp_reserved. I'll change theMark Dickinson2009-02-021-1/+1
* Issue #1717, stage 2: remove uses of tp_compare in Modules and mostMark Dickinson2009-02-011-2/+2
* Issue #4910, patch 3/3: rename nb_long to nb_reservedMark Dickinson2009-01-171-1/+1
* Issue 4910, patch 2 of (probably) 3: pave the way for renaming ofMark Dickinson2009-01-151-1/+1
* fixes deferred/release blocker issue #3797: Fixed the dbm, marshal, mmap,Gregory P. Smith2008-09-061-1/+1
* Merged revisions 65654 via svnmerge fromMartin v. Löwis2008-08-131-2/+2
* #3247 Get rid of Py_FindMethod; use tp_members instead.Amaury Forgeot d'Arc2008-07-021-36/+28
* Remove nb_reserved (nb_coerce), nb_hex, and nb_oct from PyNumberMethodsBenjamin Peterson2008-06-111-3/+0
* Implement PEP 3121: new module initialization and finalization API.Martin v. Löwis2008-06-111-5/+19
* Renamed PyBytes to PyByteArrayChristian Heimes2008-05-261-1/+1
* #2879: rename _winreg to winreg.Georg Brandl2008-05-251-0/+1645
* Finish converting the winreg extension to _winreg.Fred Drake2000-06-291-1474/+0
* 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