- 202ae9d Remove redundant distutils metadata by Jean-Paul Calderone · 14 years ago
- 9820bba Update the distutils license field by Jean-Paul Calderone · 14 years ago
- e04fecc Get rid of the old copyright file, drop in a new one with the APL2. by Jean-Paul Calderone · 14 years ago
- f6a4a7c Merge send-memoryview by Jean-Paul Calderone · 15 years ago
- 691e6c9 Give the same treatment to the Connection.sendall method, allowing memoryview to be passed to it. by Jean-Paul Calderone · 15 years ago
- a5d6ea6 On Python versions with Py_buffer, accept Py_buffer objects to Connection.send as the data argument. by Jean-Paul Calderone · 15 years ago
- 77fa260 Exercise the correct function in this test case by Jean-Paul Calderone · 15 years ago
- 9cbbe26 Add some direct tests for Connection.send, including one that tries to pass in a memoryview, not previously supported. by Jean-Paul Calderone · 15 years ago
- 8e1716f Merge 0.11 release branch by Jean-Paul Calderone · 15 years ago
- b3bd773 Merge fixes for building on 3.x on Windows by Jean-Paul Calderone · 15 years ago
- 31ba576 Declare storage for them, too. by Jean-Paul Calderone · 15 years ago
- f6d0328 Declare these new names extern, because that is what they are. by Jean-Paul Calderone · 15 years ago
- e56627a 2.x compat! by Jean-Paul Calderone · 15 years ago
- db33e63 A wild stab at something cross-platform by Jean-Paul Calderone · 15 years ago
- ed9b788 remove debug prints by Jean-Paul Calderone · 15 years ago
- 5bcb303 Apply to the others by Jean-Paul Calderone · 15 years ago
- 040112f and this permutation by Jean-Paul Calderone · 15 years ago
- 566c9dd try this again by Jean-Paul Calderone · 15 years ago
- 8a7b236 renable tests, try different export names by Jean-Paul Calderone · 15 years ago
- e9a86b0 diagnostic by Jean-Paul Calderone · 15 years ago
- cd50520 Skip another load_verify test by Jean-Paul Calderone · 15 years ago
- 4e72dee Skip another crasher by Jean-Paul Calderone · 15 years ago
- 757f890 skip add_extra_chain_cert test on 3.x/win32 by Jean-Paul Calderone · 15 years ago
- 5c0f1f6 Change one more crypto_X509_New by Jean-Paul Calderone · 15 years ago
- 714f2d5 proper casts by Jean-Paul Calderone · 15 years ago
- 1e9312e Apply that strategy to the two other functions by Jean-Paul Calderone · 15 years ago
- d1ce64c cast cast cast by Jean-Paul Calderone · 15 years ago
- ff077d6 Screw MSVC, try this instead by Jean-Paul Calderone · 15 years ago
- c7562c3 diagnostic by Jean-Paul Calderone · 15 years ago
- be6b927 diagnostic by Jean-Paul Calderone · 15 years ago
- 305626a Try dynamically loading crypto_X509Name_New on Windows by Jean-Paul Calderone · 15 years ago
- 9389606 Try just putting this on the prototype by Jean-Paul Calderone · 15 years ago
- 99a8622 Try to make the linkage on the prototype match the linkage on the implementation by Jean-Paul Calderone · 15 years ago
- 182d0ff Try exporting one of the functions used in another module by Jean-Paul Calderone · 15 years ago
- 8f57ca9 HEAD_INIT with NULL to satisfy particularly nit-picky C compilers (I guess) by Jean-Paul Calderone · 15 years ago
- bcb1bab Regenerate documentation for final 0.11 release by Jean-Paul Calderone · 15 years ago
- 7cb3f6d Note the release in the ChangeLog by Jean-Paul Calderone · 15 years ago
- a819f06 Bump version for final 0.11 release by Jean-Paul Calderone · 15 years ago
- e1716ea Updated documentation by Jean-Paul Calderone · 15 years ago
- 0dae203 Bump version by Jean-Paul Calderone · 15 years ago
- 8ab52f4 Try getting the real RTLD_ flag values by Jean-Paul Calderone · 15 years ago
- 4d77c48 Fix sign/verify tests on 3.x by Jean-Paul Calderone · 15 years ago
- ba443a8 Fix the sign/verify tests on 3.x by Jean-Paul Calderone · 15 years ago
- bb5e550 Fix the sign/verify tests to pass digest names as text by Jean-Paul Calderone · 15 years ago
- 76a2749 Remove consequences of stdio buffering insanity by Jean-Paul Calderone · 15 years ago
- 9538f14 Change the other digest names in this too-long test to str (aka unicode (aka text)) by Jean-Paul Calderone · 15 years ago
- d08feb0 The digest name is text. by Jean-Paul Calderone · 15 years ago
- 08e72bc Try to get RTLD_NOW and RTLD_GLOBAL from a real definition - DLFCN or dl or ctypes by Jean-Paul Calderone · 15 years ago
- fdf61bc Find the header files in the right place by Jean-Paul Calderone · 15 years ago
- ec155e5 Add newly generated doc pages by Jean-Paul Calderone · 15 years ago
- 47136d9 Add versionadded info by Jean-Paul Calderone · 15 years ago
- be1e9d8 Let's try an alpha first by Jean-Paul Calderone · 15 years ago
- b444b70 Bump version number by Jean-Paul Calderone · 15 years ago
- d16a364 Python 3.x support by Jean-Paul Calderone · 15 years ago
- 5d441aa Make the digest name to the verify function text instead of bytes, matching up with digest names elsewhere. by Jean-Paul Calderone · 15 years ago
- 22cb312 Convert rand functions to accept bytes instead of bytes or text by Jean-Paul Calderone · 15 years ago
- 815f995 Test fixes to improve reliability, particularly on OS X by Jean-Paul Calderone · 15 years ago
- f874203 Convert the verify location tests to do the handshake properly by Jean-Paul Calderone · 15 years ago
- 06c7cc9 Switch to the loopback setup helper in test_socketConnect, incidentally converting the connections to blocking, which avoids the OS X recv error. by Jean-Paul Calderone · 15 years ago
- f19fade Ensure the handshake really completes before returning from _loopback by Jean-Paul Calderone · 15 years ago
- 05d43e8 Try triggering the error by shutting down the sending underlying TCP socket by Jean-Paul Calderone · 15 years ago
- 7b61487 Skip test_connect_ex on OS X by Jean-Paul Calderone · 15 years ago
- 08339a4 Remove this entirely, it was for debugging purposes by Jean-Paul Calderone · 15 years ago
- 32958d3 Write text to files instead of bytes by Jean-Paul Calderone · 15 years ago
- 02ea268 Only delete orig if it was defined by Jean-Paul Calderone · 15 years ago
- 769845a Replace file with open for 3.x by Jean-Paul Calderone · 15 years ago
- b859778 Try to support Windows here - ie, do not do any of the dl flags stuff by Jean-Paul Calderone · 15 years ago
- 2db1de5 Some fields of X509Extension are bytes, not text by Jean-Paul Calderone · 15 years ago
- 4e6aed6 Make timestamps bytes by Jean-Paul Calderone · 15 years ago
- f404785 Avoid bytes literal by Jean-Paul Calderone · 15 years ago
- 9e4c135 merge trunk by Jean-Paul Calderone · 15 years ago
- adce8ed Change the connect addresses used in some tests to make them work on Windows; weaken the egd() error assertion since the behavior appears to differ between Windows and Linux. by Jean-Paul Calderone · 15 years ago
- b6e0fd9 Hard-code loopback address because of Windows by Jean-Paul Calderone · 15 years ago
- d28ca27 Allow -1 as well as 0 from egd in the error case by Jean-Paul Calderone · 15 years ago
- 8322d78 Allow EWOULDBLOCK from connect_ex as well by Jean-Paul Calderone · 15 years ago
- 99280e6 Tweak the size of the message used in test_long so it can pass on Windows by Jean-Paul Calderone · 15 years ago
- 6241c70 Tweak the write sizer by Jean-Paul Calderone · 15 years ago
- f3b1994 more debug infgo by Jean-Paul Calderone · 15 years ago
- b4764d0 some debug info by Jean-Paul Calderone · 15 years ago
- 0ba68c9 Remove the forced verbosity setting; it adds extra output which confuses Buildbot on some versions of Python by Jean-Paul Calderone · 15 years ago
- 9b0744c merge trunk by Jean-Paul Calderone · 15 years ago
- e120500 Merge shore-up-tests, adding lots of new unit test coverage and fixing a few bugs as well by Jean-Paul Calderone · 15 years ago
- 84fd374 note what changed by Jean-Paul Calderone · 15 years ago
- 541eaf2 Notes on further tests to write by Jean-Paul Calderone · 15 years ago
- 6ace478 Sort of add a load_tmp_dh test; also a Context.set_cipher_list test by Jean-Paul Calderone · 15 years ago
- 0294e3d Add tests for get_verify_mode by Jean-Paul Calderone · 15 years ago
- a8fb0c8 Some more test method docstrings by Jean-Paul Calderone · 15 years ago
- 7526d17 Fix pyflakes by Jean-Paul Calderone · 15 years ago
- 54a2bc0 Rename test method by Jean-Paul Calderone · 15 years ago
- 94f9abd Correct docstring error pointed out by zooko by Jean-Paul Calderone · 15 years ago
- 93dba22 more docstrings by Jean-Paul Calderone · 15 years ago
- aa6c069 A lot of docstrings for test methods by Jean-Paul Calderone · 15 years ago
- 16cf03d Fix the scert.sign(skey, ...) bug; should have been scert.sign(ikey, ...) by Jean-Paul Calderone · 15 years ago
- 37306a6 The hash should always be positive. by Jean-Paul Calderone · 15 years ago
- ea305c5 Update test to pass right types to sign and verify by Jean-Paul Calderone · 15 years ago
- 7b643a9 Update bytes/str stuff in crypt_verify and crypto_sign by Jean-Paul Calderone · 15 years ago
- 281b62b Let set_reason accept bytes or None by Jean-Paul Calderone · 15 years ago
- b1f7f5f Convert some more bytes to text and vice versa by Jean-Paul Calderone · 15 years ago
- a986883 Convert some bytes to text and vice versa by Jean-Paul Calderone · 15 years ago
- a441fdc Convert a couple more things which should be byte strings into byte strings by Jean-Paul Calderone · 15 years ago