1. 202ae9d Remove redundant distutils metadata by Jean-Paul Calderone · 14 years ago
  2. 9820bba Update the distutils license field by Jean-Paul Calderone · 14 years ago
  3. e04fecc Get rid of the old copyright file, drop in a new one with the APL2. by Jean-Paul Calderone · 14 years ago
  4. f6a4a7c Merge send-memoryview by Jean-Paul Calderone · 15 years ago
  5. 691e6c9 Give the same treatment to the Connection.sendall method, allowing memoryview to be passed to it. by Jean-Paul Calderone · 15 years ago
  6. 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
  7. 77fa260 Exercise the correct function in this test case by Jean-Paul Calderone · 15 years ago
  8. 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
  9. 8e1716f Merge 0.11 release branch by Jean-Paul Calderone · 15 years ago
  10. b3bd773 Merge fixes for building on 3.x on Windows by Jean-Paul Calderone · 15 years ago
  11. 31ba576 Declare storage for them, too. by Jean-Paul Calderone · 15 years ago
  12. f6d0328 Declare these new names extern, because that is what they are. by Jean-Paul Calderone · 15 years ago
  13. e56627a 2.x compat! by Jean-Paul Calderone · 15 years ago
  14. db33e63 A wild stab at something cross-platform by Jean-Paul Calderone · 15 years ago
  15. ed9b788 remove debug prints by Jean-Paul Calderone · 15 years ago
  16. 5bcb303 Apply to the others by Jean-Paul Calderone · 15 years ago
  17. 040112f and this permutation by Jean-Paul Calderone · 15 years ago
  18. 566c9dd try this again by Jean-Paul Calderone · 15 years ago
  19. 8a7b236 renable tests, try different export names by Jean-Paul Calderone · 15 years ago
  20. e9a86b0 diagnostic by Jean-Paul Calderone · 15 years ago
  21. cd50520 Skip another load_verify test by Jean-Paul Calderone · 15 years ago
  22. 4e72dee Skip another crasher by Jean-Paul Calderone · 15 years ago
  23. 757f890 skip add_extra_chain_cert test on 3.x/win32 by Jean-Paul Calderone · 15 years ago
  24. 5c0f1f6 Change one more crypto_X509_New by Jean-Paul Calderone · 15 years ago
  25. 714f2d5 proper casts by Jean-Paul Calderone · 15 years ago
  26. 1e9312e Apply that strategy to the two other functions by Jean-Paul Calderone · 15 years ago
  27. d1ce64c cast cast cast by Jean-Paul Calderone · 15 years ago
  28. ff077d6 Screw MSVC, try this instead by Jean-Paul Calderone · 15 years ago
  29. c7562c3 diagnostic by Jean-Paul Calderone · 15 years ago
  30. be6b927 diagnostic by Jean-Paul Calderone · 15 years ago
  31. 305626a Try dynamically loading crypto_X509Name_New on Windows by Jean-Paul Calderone · 15 years ago
  32. 9389606 Try just putting this on the prototype by Jean-Paul Calderone · 15 years ago
  33. 99a8622 Try to make the linkage on the prototype match the linkage on the implementation by Jean-Paul Calderone · 15 years ago
  34. 182d0ff Try exporting one of the functions used in another module by Jean-Paul Calderone · 15 years ago
  35. 8f57ca9 HEAD_INIT with NULL to satisfy particularly nit-picky C compilers (I guess) by Jean-Paul Calderone · 15 years ago
  36. bcb1bab Regenerate documentation for final 0.11 release by Jean-Paul Calderone · 15 years ago
  37. 7cb3f6d Note the release in the ChangeLog by Jean-Paul Calderone · 15 years ago
  38. a819f06 Bump version for final 0.11 release by Jean-Paul Calderone · 15 years ago
  39. e1716ea Updated documentation by Jean-Paul Calderone · 15 years ago
  40. 0dae203 Bump version by Jean-Paul Calderone · 15 years ago
  41. 8ab52f4 Try getting the real RTLD_ flag values by Jean-Paul Calderone · 15 years ago
  42. 4d77c48 Fix sign/verify tests on 3.x by Jean-Paul Calderone · 15 years ago
  43. ba443a8 Fix the sign/verify tests on 3.x by Jean-Paul Calderone · 15 years ago
  44. bb5e550 Fix the sign/verify tests to pass digest names as text by Jean-Paul Calderone · 15 years ago
  45. 76a2749 Remove consequences of stdio buffering insanity by Jean-Paul Calderone · 15 years ago
  46. 9538f14 Change the other digest names in this too-long test to str (aka unicode (aka text)) by Jean-Paul Calderone · 15 years ago
  47. d08feb0 The digest name is text. by Jean-Paul Calderone · 15 years ago
  48. 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
  49. fdf61bc Find the header files in the right place by Jean-Paul Calderone · 15 years ago
  50. ec155e5 Add newly generated doc pages by Jean-Paul Calderone · 15 years ago
  51. 47136d9 Add versionadded info by Jean-Paul Calderone · 15 years ago
  52. be1e9d8 Let's try an alpha first by Jean-Paul Calderone · 15 years ago
  53. b444b70 Bump version number by Jean-Paul Calderone · 15 years ago
  54. d16a364 Python 3.x support by Jean-Paul Calderone · 15 years ago
  55. 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
  56. 22cb312 Convert rand functions to accept bytes instead of bytes or text by Jean-Paul Calderone · 15 years ago
  57. 815f995 Test fixes to improve reliability, particularly on OS X by Jean-Paul Calderone · 15 years ago
  58. f874203 Convert the verify location tests to do the handshake properly by Jean-Paul Calderone · 15 years ago
  59. 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
  60. f19fade Ensure the handshake really completes before returning from _loopback by Jean-Paul Calderone · 15 years ago
  61. 05d43e8 Try triggering the error by shutting down the sending underlying TCP socket by Jean-Paul Calderone · 15 years ago
  62. 7b61487 Skip test_connect_ex on OS X by Jean-Paul Calderone · 15 years ago
  63. 08339a4 Remove this entirely, it was for debugging purposes by Jean-Paul Calderone · 15 years ago
  64. 32958d3 Write text to files instead of bytes by Jean-Paul Calderone · 15 years ago
  65. 02ea268 Only delete orig if it was defined by Jean-Paul Calderone · 15 years ago
  66. 769845a Replace file with open for 3.x by Jean-Paul Calderone · 15 years ago
  67. b859778 Try to support Windows here - ie, do not do any of the dl flags stuff by Jean-Paul Calderone · 15 years ago
  68. 2db1de5 Some fields of X509Extension are bytes, not text by Jean-Paul Calderone · 15 years ago
  69. 4e6aed6 Make timestamps bytes by Jean-Paul Calderone · 15 years ago
  70. f404785 Avoid bytes literal by Jean-Paul Calderone · 15 years ago
  71. 9e4c135 merge trunk by Jean-Paul Calderone · 15 years ago
  72. 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
  73. b6e0fd9 Hard-code loopback address because of Windows by Jean-Paul Calderone · 15 years ago
  74. d28ca27 Allow -1 as well as 0 from egd in the error case by Jean-Paul Calderone · 15 years ago
  75. 8322d78 Allow EWOULDBLOCK from connect_ex as well by Jean-Paul Calderone · 15 years ago
  76. 99280e6 Tweak the size of the message used in test_long so it can pass on Windows by Jean-Paul Calderone · 15 years ago
  77. 6241c70 Tweak the write sizer by Jean-Paul Calderone · 15 years ago
  78. f3b1994 more debug infgo by Jean-Paul Calderone · 15 years ago
  79. b4764d0 some debug info by Jean-Paul Calderone · 15 years ago
  80. 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
  81. 9b0744c merge trunk by Jean-Paul Calderone · 15 years ago
  82. 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
  83. 84fd374 note what changed by Jean-Paul Calderone · 15 years ago
  84. 541eaf2 Notes on further tests to write by Jean-Paul Calderone · 15 years ago
  85. 6ace478 Sort of add a load_tmp_dh test; also a Context.set_cipher_list test by Jean-Paul Calderone · 15 years ago
  86. 0294e3d Add tests for get_verify_mode by Jean-Paul Calderone · 15 years ago
  87. a8fb0c8 Some more test method docstrings by Jean-Paul Calderone · 15 years ago
  88. 7526d17 Fix pyflakes by Jean-Paul Calderone · 15 years ago
  89. 54a2bc0 Rename test method by Jean-Paul Calderone · 15 years ago
  90. 94f9abd Correct docstring error pointed out by zooko by Jean-Paul Calderone · 15 years ago
  91. 93dba22 more docstrings by Jean-Paul Calderone · 15 years ago
  92. aa6c069 A lot of docstrings for test methods by Jean-Paul Calderone · 15 years ago
  93. 16cf03d Fix the scert.sign(skey, ...) bug; should have been scert.sign(ikey, ...) by Jean-Paul Calderone · 15 years ago
  94. 37306a6 The hash should always be positive. by Jean-Paul Calderone · 15 years ago
  95. ea305c5 Update test to pass right types to sign and verify by Jean-Paul Calderone · 15 years ago
  96. 7b643a9 Update bytes/str stuff in crypt_verify and crypto_sign by Jean-Paul Calderone · 15 years ago
  97. 281b62b Let set_reason accept bytes or None by Jean-Paul Calderone · 15 years ago
  98. b1f7f5f Convert some more bytes to text and vice versa by Jean-Paul Calderone · 15 years ago
  99. a986883 Convert some bytes to text and vice versa by Jean-Paul Calderone · 15 years ago
  100. a441fdc Convert a couple more things which should be byte strings into byte strings by Jean-Paul Calderone · 15 years ago