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