Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | | | Adding code to handle it properly. | ||||
* | 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 |
| | | | | | | | | | | | | The attached patch enables shared extension modules to build cleanly under Cygwin without moving the static initialization of certain function pointers (i.e., ones exported from the Python DLL core) to a module initialization function. Additionally, this patch fixes the modules that have been changed in the past to accommodate Cygwin. | ||||
* | 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 |
core generator for random.py. |