1. 559b5f1 Minor cleanup in sysconfig. by Éric Araujo · 13 years ago
  2. dac9ace test that object has a __dir__() implementation by Benjamin Peterson · 13 years ago
  3. 81b21d7 test values and types of (True/False).(imag/real) by Benjamin Peterson · 13 years ago
  4. 2e2baa9 Issue #12049: test_ssl now checks also that RAND_bytes() raises an error if by Victor Stinner · 13 years ago
  5. c13ef66 Issue #8407: Fix the signal handler of the signal module: if it is called by Victor Stinner · 13 years ago
  6. b45c708 excellent place for assertRaises by Benjamin Peterson · 13 years ago
  7. be62103 Issue #8533: regrtest replaces also sys.stdout on Windows by Victor Stinner · 13 years ago
  8. 62666e1 (Merge 3.2) Issue #12057: Add tests for the HZ encoding by Victor Stinner · 13 years ago
  9. 8ed8416 (Merge 3.1) Issue #12057: Add tests for the HZ encoding by Victor Stinner · 13 years ago
  10. 8fdfc20 Issue #12057: Add tests for the HZ encoding by Victor Stinner · 13 years ago
  11. 17dc819 (Merge 3.2) Issue #12070: Fix the Makefile parser of the sysconfig module to by Victor Stinner · 13 years ago
  12. 1273b7c Issue #12070: Fix the Makefile parser of the sysconfig module to handle by Victor Stinner · 13 years ago
  13. eb734f7 (Merge 3.2) Issue #12100: Don't reset incremental encoders of CJK codecs at by Victor Stinner · 13 years ago
  14. d48ba0b (Merge 3.1) Issue #12100: Don't reset incremental encoders of CJK codecs at by Victor Stinner · 13 years ago
  15. 6bcbef7 Issue #12100: Don't reset incremental encoders of CJK codecs at each call to by Victor Stinner · 13 years ago
  16. 82b00c1 move specialized dir implementations into __dir__ methods (closes #12166) by Benjamin Peterson · 13 years ago
  17. 99c8b16 Issue #12049: Add RAND_bytes() and RAND_pseudo_bytes() functions to the ssl by Victor Stinner · 13 years ago
  18. b7b1930 Updated test_rollover delay to just over a second. by Vinay Sajip · 13 years ago
  19. e36f375 Issue #12105: test_posix skips test_oscloexec() on Linux < 2.6.23 by Victor Stinner · 13 years ago
  20. fea0f4d Issue #12158: Move linux_version() from test_socket to test.support by Victor Stinner · 13 years ago
  21. a910072 Merge heads. by Ezio Melotti · 13 years ago
  22. 64af7c0 #12074: merge with 3.2. by Ezio Melotti · 13 years ago
  23. 3ef1229 Issue #12151: Test now ignores datagram socket errors after server is closed. by Vinay Sajip · 13 years ago
  24. 84f75c6 #12074: remove the /0 when there are no failures. by Ezio Melotti · 13 years ago
  25. bfcdcf9 merge heads by Benjamin Peterson · 13 years ago
  26. 200fe3d merge heads by Benjamin Peterson · 13 years ago
  27. 5cc10b0 merge 3.2 by Benjamin Peterson · 13 years ago
  28. f5fcd33 merge 3.1 by Benjamin Peterson · 13 years ago
  29. 08c719e (Merge 3.2) Issue #12074: regrtest displays also the current number of failures by Victor Stinner · 13 years ago
  30. a2a895c Issue #12074: regrtest displays also the current number of failures by Victor Stinner · 13 years ago
  31. 7963a35 correctly lookup __dir__ by Benjamin Peterson · 13 years ago
  32. acd902b Issue #12151: Correction to diagnostic code. by Vinay Sajip · 13 years ago
  33. ba980db Issue #12151: Added diagnostics to help diagnose intermittent socket errors. by Vinay Sajip · 13 years ago
  34. d688170 Merge 3.2 by Victor Stinner · 13 years ago
  35. b43dd4b Merge 3.1 by Victor Stinner · 13 years ago
  36. 2cca057 test_codecs now removes the temporay file (created by the test) by Victor Stinner · 13 years ago
  37. cc6491a Issue #12105: test_posix, add the value of O_CLOEXEC in the error message by Victor Stinner · 13 years ago
  38. 949c890 Issue #12151: test_logging writes debug messages to stderr, not stdout by Victor Stinner · 13 years ago
  39. 3c8d12d Issue #10801: Remove a debug print() from test_zipfile by Victor Stinner · 13 years ago
  40. 1e045b1 Issue #12105: Add O_CLOEXEC to the os module. by Charles-François Natali · 13 years ago
  41. f738d33 Issue #12138: fix use of transient_internet() in test_urllibnet by Antoine Pitrou · 13 years ago
  42. a98d26a Issue #12138: fix use of transient_internet() in test_urllibnet by Antoine Pitrou · 13 years ago
  43. 3c18f25 regrtest: enable faulthandler in main() instead of if __name__ == '__main__': by Victor Stinner · 13 years ago
  44. b455e58 Issue #12079: Decimal(0).fma(Decimal('inf'), 'not a number') should give a TypeError, not a Decimal.InvalidOperation by Mark Dickinson · 13 years ago
  45. 39e3528 Issue #12136: Added change to handle non-availability of the ssl module. by Vinay Sajip · 13 years ago
  46. 9ba8761 Added SSL test for HTTPHandler. by Vinay Sajip · 13 years ago
  47. 32565b6 Added SSL capability to TestHTTPServer. by Vinay Sajip · 13 years ago
  48. 6071359 Issue #1746656: make if_nameindex(), if_indextoname() and if_nametoindex() by Charles-François Natali · 13 years ago
  49. ba8ef7a (Merge 3.2) test_pydoc: skip PydocServerTest if thread support is disabled by Victor Stinner · 13 years ago
  50. 62a68f2 test_pydoc: skip PydocServerTest if thread support is disabled by Victor Stinner · 13 years ago
  51. 21809a6 (Merge 3.2) Issue #12124: zipimport doesn't keep a reference to by Victor Stinner · 13 years ago
  52. 4445ec8 (Merge 3.1) Issue #12124: zipimport doesn't keep a reference to by Victor Stinner · 13 years ago
  53. 4925cde Issue #12124: zipimport doesn't keep a reference to zlib.decompress() anymore by Victor Stinner · 13 years ago
  54. 975077a Refactor a few tests to use the new requires_zlib decorator. by Ezio Melotti · 13 years ago
  55. cad648c Skip tests that require zlib in the packaging tests. Also add a requires_zlib decorator to test.support. by Ezio Melotti · 13 years ago
  56. 1231a4e initial import of the packaging package in the standard library by Tarek Ziade · 13 years ago
  57. 566f8a6 os.sendfile() test: fix "AttributeError: 'NoneType' object has no attribute 'Thread'" when running tests with --without-threads option. by Giampaolo Rodola' · 13 years ago
  58. 0d38f2e Skip test_smtpnet when ssl is not available by Antoine Pitrou · 13 years ago
  59. 7a616f2 Issue #12065: connect_ex() on an SSL socket now returns the original errno by Antoine Pitrou · 13 years ago
  60. b4410db Issue #12065: connect_ex() on an SSL socket now returns the original errno by Antoine Pitrou · 13 years ago
  61. cc9ca22 Also protect ehlo() and quit() with the transient_internet() context manager by Antoine Pitrou · 13 years ago
  62. e065020 Issue #8809: The SMTP_SSL constructor and SMTP.starttls() now support by Antoine Pitrou · 13 years ago
  63. ae8856f Ooops, add the missing file of the backport of commit 33543b4e0e5d from Python by Victor Stinner · 13 years ago
  64. ff1d2f4 Backport commit 33543b4e0e5d from Python 3.2: #10801: In zipfile, support by Victor Stinner · 13 years ago
  65. 5f3b1c4 (Merge 3.2) Issue #12096: Fix a race condition in by Victor Stinner · 13 years ago
  66. 3349bca Issue #12096: Fix a race condition in test_threading.test_waitfor(). Patch by Victor Stinner · 13 years ago
  67. bd3d5cf Skip some tests in the absence of multiprocessing. by Vinay Sajip · 13 years ago
  68. ce7c978 Skip some more tests in the absence of threading. by Vinay Sajip · 13 years ago
  69. 362ce37 (Merge 3.2) Issue #11614: Fix test_linecache, cjkencodings_test.py doesn't by Victor Stinner · 13 years ago
  70. e5720b9 (Merge 3.1) Issue #11614: Fix test_linecache, cjkencodings_test.py doesn't by Victor Stinner · 13 years ago
  71. e98f177 Issue #11614: Fix test_linecache, cjkencodings_test.py doesn't exist anymore by Victor Stinner · 13 years ago
  72. 651e1a2 (Merge 3.2) Issue #12057: Convert CJK encoding testcase BLOB into multiple text by Victor Stinner · 13 years ago
  73. b67cf16 (Merge 3.1) Issue #12057: Convert CJK encoding testcase BLOB into multiple text by Victor Stinner · 13 years ago
  74. 033a543 Issue #12057: Convert CJK encoding testcase BLOB into multiple text files by Victor Stinner · 13 years ago
  75. 118ed71 (Merge 3.2) Issue #11614: import __hello__ prints "Hello World!". Patch written by Victor Stinner · 13 years ago
  76. 9cd6626 (Merge 3.1) Issue #11614: import __hello__ prints "Hello World!". Patch written by Victor Stinner · 13 years ago
  77. c77b931 Issue #11614: import __hello__ prints "Hello World!". Patch written by Andreas by Victor Stinner · 13 years ago
  78. d0e11ec Issue #10756: atexit normalizes the exception before displaying it. Patch by by Victor Stinner · 13 years ago
  79. f4542eb (merge from 3.2) Issue #9516: avoid errors in sysconfig when MACOSX_DEPLOYMENT_TARGET is set in shell. by Ronald Oussoren · 13 years ago
  80. 222e89a Issue #9516: avoid errors in sysconfig when MACOSX_DEPLOYMENT_TARGET is set in shell. by Ronald Oussoren · 13 years ago
  81. 5ed2e77 Issue #1746656: Add if_nameindex, if_nametoindex, if_indextoname by Gregory P. Smith · 13 years ago
  82. beb552c Merge: Fix copy-paste mistake in new zlib test. by Nadeem Vawda · 13 years ago
  83. 760155c Merge: Fix copy-paste mistake in new zlib test. by Nadeem Vawda · 13 years ago
  84. 1161a9c Fix copy-paste mistake in new zlib test. by Nadeem Vawda · 13 years ago
  85. 11ddc99 merge heads by Gregory P. Smith · 13 years ago
  86. ec075e6 merge heads by Gregory P. Smith · 13 years ago
  87. 873cab2 merge heads. by Gregory P. Smith · 13 years ago
  88. ccb33bf Merge: #8650: Make zlib.[de]compressobj().[de]compress() 64-bit clean. by Nadeem Vawda · 13 years ago
  89. 565d659 Merge: #8650: Make zlib.[de]compressobj().[de]compress() 64-bit clean. by Nadeem Vawda · 13 years ago
  90. 0c3d96a Issue #8650: Make zlib.[de]compressobj().[de]compress() 64-bit clean. by Nadeem Vawda · 13 years ago
  91. 79aa5bf Fixes Issue #12059: Properly handle missing hash functions even when by Gregory P. Smith · 13 years ago
  92. 12c9d02 Fixes Issue #12059: Properly handle missing hash functions even when by Gregory P. Smith · 13 years ago
  93. 905cca0 Merge fix for memory leaks in zlib.compress() and .decompress(). by Nadeem Vawda · 13 years ago
  94. 154bdf9 Fix memory leaks in zlib.compress() and .decompress(). by Nadeem Vawda · 13 years ago
  95. 1b8a417 Issue #8650: Backport 64-bit safety fixes for compress() and decompress(). by Nadeem Vawda · 13 years ago
  96. 9c405c4 Merge: #12050: zlib.decompressobj().decompress() now clears the unconsumed_tail by Nadeem Vawda · 13 years ago
  97. 5eef502 Merge: #12050: zlib.decompressobj().decompress() now clears the unconsumed_tail by Nadeem Vawda · 13 years ago
  98. 7619e88 Issue #12050: zlib.decompressobj().decompress() now clears the unconsumed_tail by Nadeem Vawda · 13 years ago
  99. 63db5b6 Merge with 3.2 and also remove captured_output from __all__ (see #7960). by Ezio Melotti · 13 years ago
  100. 07352b0 Update __all__ and docstring. by Ezio Melotti · 13 years ago