summaryrefslogtreecommitdiff
path: root/src/winrand.c
Commit message (Expand)AuthorAgeFilesLines
* Py3k cleanup: Module initializationDwayne Litzenberger2013-07-141-11/+25
* Py3k cleanup: Always use tp_getattroDwayne Litzenberger2013-07-141-15/+9
* Py3k cleanup: PyMODINIT_FUNCDwayne Litzenberger2013-07-141-2/+1
* Py3k cleanup: PyVarObject_HEAD_INITDwayne Litzenberger2013-07-141-5/+0
* Py3k cleanup: PyType_ReadyDwayne Litzenberger2013-07-141-2/+2
* Py3k cleanup: staticforward and Py_TYPEDwayne Litzenberger2013-07-141-5/+0
* Py3k cleanup: Define PyInt_FromLong for Python 3.x and use itDwayne Litzenberger2013-07-141-2/+1
* Add pycrypto_common.h and clean up a bunch of miscellaneous includes & typedefsDwayne Litzenberger2013-04-211-2/+1
* Changes to allow pycrpyto to work on Python 3.x as well as 2.1 through 2.7Thorsten Behrens2010-12-281-12/+99
* winrand.c: Replace the legal noticeDwayne C. Litzenberger2009-08-021-5/+16
* Fix compiler warnings (MinGW/Win32)Dwayne C. Litzenberger2008-09-151-4/+3
* setup.py: Resurrect the winrandom module (Win32)Dwayne C. Litzenberger2008-09-151-1/+10
* [project @ moraes-20030201084644-3bb09e6dfb7e5bc5]moraes2003-02-011-34/+302
* [project @ moraes-20030131142514-2d6b88f9580ae6ee]moraes2003-01-311-7/+19
* [project @ moraes-20021023115220-7b961936f27ecd5b]moraes2002-10-231-0/+86