summaryrefslogtreecommitdiff
path: root/M2Crypto/BIO.py
Commit message (Expand)AuthorAgeFilesLines
* Replace util.py3{bytes,str} with six.ensure_{binary,text}Matěj Cepl2018-03-191-4/+4
* Make BIO Py3 compliantMatěj Cepl2018-02-071-52/+58
* Class local exception should inherit from ValueError.Matěj Cepl2017-10-301-1/+1
* Add exception sending for bio_new_file and bio_free.Matěj Cepl2017-10-301-1/+6
* Fix type comments of dynamic arguments.Matěj Cepl2017-09-271-0/+1
* Change JavaDoc parameters to the Sphinx convention.Matěj Cepl2017-09-201-5/+5
* Implemented BIO_s_pyfd()Jim Carroll2017-09-191-2/+7
* Added test coverageJim Carroll2017-09-151-0/+12
* M2Crypto.BIO: Fixing BIO for python3Matěj Cepl2017-09-141-2/+2
* BIO.read should always return bytesMatěj Cepl2017-03-161-1/+1
* Don’t use BIO_new_fd.Matěj Cepl2016-12-151-1/+1
* There is no such thing as io.BinaryIOMatěj Cepl2016-12-151-1/+1
* M2Crypto/BIO.py: Add PEP-484 type hints in comments.Matěj Cepl2016-06-141-1/+1
* M2Crypto/BIO.py: Add PEP-484 type hints in comments.Matěj Cepl2016-06-141-10/+71
* Replace util.py3k with six.PY3Matěj Cepl2016-05-121-5/+7
* Fix broken imports (and PEP8ization).Matěj Cepl2016-03-201-2/+2
* Use the new absolute import syntax to fix Python 3. [PEP 328]Craig Rodrigues2016-03-201-2/+4
* Make BIO.BIO class into a context manager.Matěj Cepl2015-11-251-0/+7
* Reformat and cleanup M2Crypto/BIO.pyMatěj Cepl2015-11-251-12/+15
* Strip trailinig spaces and expand tabs.Matěj Cepl2015-11-191-29/+29
* Fix syntax for raising exceptions for Python 3. [PEP 3109] [PEP 0352]Craig Rodrigues2015-11-141-7/+7
* Bug 9558, fix leak in SSL.Connection.makefile (or actually in BIO.IOBuffer).Heikki Toivonen2007-06-211-1/+1
* Bug 9520, SSL.Connection.ssl SSL struct was leaked if connect() was never cal...Heikki Toivonen2007-06-151-0/+2
* Bug 3690, added sha224, sha256, sha384 and sha512, patch by Larry Bugbee.Heikki Toivonen2006-03-251-2/+2
* Removed RCS_id, RCS_ID and _RCS_id from Python files. UnneededHeikki Toivonen2006-03-201-2/+0
* Bug 5381, SSLBio and related additions to help do SSL withHeikki Toivonen2006-03-141-3/+56
* Bug 3805, do not access global objects from __del__ methodsHeikki Toivonen2005-08-231-10/+18
* Fix $ mess (diff always shows changes).Heikki Toivonen2005-06-091-1/+1
* Backout, bio_do_ssl_handshake is actually called by code outside this module.Heikki Toivonen2005-05-051-0/+1
* Remove unused imports, found by PyLint.Heikki Toivonen2005-05-031-1/+0
* *** empty log message ***Ng Pheng Siong2004-03-211-7/+7
* *** empty log message ***Ng Pheng Siong2004-03-211-3/+13
* *** empty log message ***Ng Pheng Siong2003-06-221-7/+7
* Prepare for import into CVS.Ng Pheng Siong2002-12-231-2/+2
* Changes to BIO and IOBuffer to make m2urllib work.Ng Pheng Siong2001-06-031-21/+42
* Unit-tested and refactored.Ng Pheng Siong2000-11-081-73/+78
* Added a write_close() method.Ng Pheng Siong2000-08-231-9/+38
* Patched class IOBuffer back in.Ng Pheng Siong2000-04-171-9/+62
* Removed unused incoherent junk.Ng Pheng Siong2000-04-011-79/+28
* Fixed a bug in BIO.File affecting only Linux:Ng Pheng Siong2000-01-311-120/+119
* Initial revisionNg Pheng Siong1999-09-121-0/+159