| Commit message (Expand) | Author | Age | Files | Lines |
* | Merged revisions 62194,62197-62198,62204-62205,62214,62219-62221,62227,62229-... | Christian Heimes | 2008-04-09 | 1 | -4/+4 |
|
|
* | Merged revisions 62177-62178,62180-62193 via svnmerge from | Martin v. Löwis | 2008-04-07 | 1 | -0/+133 |
|
|
* | #2484: remove duplicate variable definition. | Georg Brandl | 2008-03-26 | 1 | -1/+0 |
|
|
* | Merged revisions 61834,61841-61842,61851-61853,61863-61864,61869-61870,61874,... | Christian Heimes | 2008-03-25 | 1 | -0/+1 |
|
|
* | Merged revisions 59843-59863 via svnmerge from | Christian Heimes | 2008-01-09 | 1 | -0/+57 |
|
|
* | #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT. | Christian Heimes | 2007-12-19 | 1 | -2/+2 |
|
|
* | Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases i... | Christian Heimes | 2007-12-02 | 1 | -5/+5 |
|
|
* | Make Modules/_bsddb.c and PC/_winreg.c compile again by renaming | Thomas Heller | 2007-09-24 | 1 | -1/+1 |
|
|
* | Remove more cruft leftover from nb_coerce. Rename nb_coerce to | Neil Schemenauer | 2007-09-21 | 1 | -1/+1 |
|
|
* | Patch #1076: Use wide API for registry functions. | Martin v. Löwis | 2007-09-03 | 1 | -169/+111 |
|
|
* | Remove checking redundantly for checks of PyInt and PyLong. | Neal Norwitz | 2007-08-31 | 1 | -1/+1 |
|
|
* | Patch 1030, Adapt _winreg.c to the new buffer API. | Neal Norwitz | 2007-08-26 | 1 | -7/+12 |
|
|
* | Remove support for __members__ and __methods__. There still might be | Neal Norwitz | 2007-08-11 | 1 | -3/+6 |
|
|
* | Kill remaining tp_print definitions. | Guido van Rossum | 2007-08-07 | 1 | -12/+1 |
|
|
* | Merged revisions 56483-56491 via svnmerge from | Martin v. Löwis | 2007-07-22 | 1 | -1/+1 |
|
|
* | Merged revisions 56467-56482 via svnmerge from | Martin v. Löwis | 2007-07-21 | 1 | -2/+1 |
|
|
* | SF patch# 1755229 by Amaury Forgeot d'Arc: fix _winreg module and tests. | Guido van Rossum | 2007-07-17 | 1 | -23/+20 |
|
|
* | Merged revisions 55962-56019 via svnmerge from | Guido van Rossum | 2007-06-18 | 1 | -5/+6 |
|
|
* | Merged revisions 55631-55794 via svnmerge from | Guido van Rossum | 2007-06-06 | 1 | -1/+1 |
|
|
* | Merged revisions 53952-54987 via svnmerge from | Guido van Rossum | 2007-04-27 | 1 | -1/+1 |
|
|
* | - patch #1600346 submitted by Tomer Filiba | Jack Diederich | 2006-11-28 | 1 | -3/+3 |
|
|
* | Get rid of most of the rest of coerce (slot is still there for now). | Neal Norwitz | 2006-08-21 | 1 | -1/+0 |
|
|
* | Merged revisions 46753-51188 via svnmerge from | Thomas Wouters | 2006-08-11 | 1 | -0/+2 |
|
|
* | Get rid of remnants of integer division | Neal Norwitz | 2006-03-24 | 1 | -1/+0 |
|
|
* | 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 |
|
|