summaryrefslogtreecommitdiff
path: root/SWIG/_rand.i
Commit message (Expand)AuthorAgeFilesLines
* Don't use __WINDOWS__ or _MSC_VER, but _WIN32Matěj Cepl2018-02-221-2/+2
* Add explicit declarations to 0 for int variables to make GCC happy.Matěj Cepl2018-02-081-2/+2
* Fixing PyBytesMatěj Cepl2017-10-301-9/+1
* Class local exception should inherit from ValueError.Matěj Cepl2017-10-301-2/+2
* Added exception to C functions rand_pseudo_bytes and rand_bytes.Matěj Cepl2017-10-301-9/+21
* Rearrange Rand module to be more presentable.Matěj Cepl2017-10-051-4/+0
* rand_file_name doesn't take any arguments.Matěj Cepl2017-09-201-1/+1
* Switch OpenSSL DEPRECATEDIN_1_1_0 function into Python warnings.Matěj Cepl2017-09-201-0/+4
* Suppress swig warning 454 about variable may leak memory.Jim Carroll2017-09-151-0/+1
* Use the defined macro Py_RETURN_NONE instead of DIY.Matěj Cepl2016-12-151-8/+4
* Work with bytes() and str() on py3k and py2k alternatively.Matěj Cepl2016-05-201-1/+10
* add rand_file_name and rand_statusKonstantinos Koukopoulos2016-05-171-2/+20
* Support OpenSSL 1.0. Thanks to Miloslav Trmac for figuring out how to fix tes...Heikki Toivonen2010-02-131-2/+4
* Bug 7521, 64-bit corretness fixes, original patch by Miloslav Trmac.Heikki Toivonen2007-05-081-2/+2
* Add test_rand, and make sure Rand.rand_(pseudo)_bytes raiseHeikki Toivonen2006-06-051-2/+4
* Bug 5365, fix swig warnings (%name to %rename).Heikki Toivonen2006-03-081-5/+10
* Bug 5317, remove blocks that were guarded with PYTHON_API_VERSIONHeikki Toivonen2006-03-071-18/+2
* Changing exception that is raised when PyTuple_New() fails.Heikki Toivonen2006-03-041-1/+1
* Make Id keyword expand in Subversion.Heikki Toivonen2005-06-031-1/+1
* Bug 2835, fix some memory leaks. Reviewed by Robin Dunn.Heikki Toivonen2005-05-141-0/+3
* Add functions rand_poll, rand_screen and rand_win32_event.Ng Pheng Siong2004-04-061-14/+26
* *** empty log message ***Ng Pheng Siong2003-06-221-0/+114