Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merged revisions 56467-56482 via svnmerge from | Martin v. Löwis | 2007-07-21 | 1 | -4/+3 |
* | Merged revisions 53451-53537 via svnmerge from | Thomas Wouters | 2007-02-01 | 1 | -1/+1 |
* | Check return result from Py_InitModule*(). This API can fail. | Neal Norwitz | 2006-01-19 | 1 | -0/+2 |
* | Disallow keyword arguments for type constructors that don't use them. | Georg Brandl | 2005-08-26 | 1 | -0/+3 |
* | SF bug #812202: randint is always even | Raymond Hettinger | 2003-10-05 | 1 | -0/+44 |
* | PyType_GenericAlloc is inherited from object. | Raymond Hettinger | 2003-05-23 | 1 | -1/+1 |
* | PyObject_IsTrue() can return an error condition. | Raymond Hettinger | 2003-04-23 | 1 | -1/+4 |
* | Minor source formatting fixes. | Raymond Hettinger | 2003-04-16 | 1 | -2/+2 |
* | Patch #661760: Cygwin auto-import module patch | Jason Tishler | 2003-01-06 | 1 | -6/+3 |
* | Try to get compilation working for cygwin | Neal Norwitz | 2002-12-31 | 1 | -3/+6 |
* | SF patch 658251: Install a C implementation of the Mersenne Twister as the | Raymond Hettinger | 2002-12-29 | 1 | -0/+528 |