1. 01a3ee8 Backport 68b5f87566fb by Stefan Krah · 14 years ago
  2. 3facb8c running tests enables us to discover that they actually work by Benjamin Peterson · 14 years ago
  3. 23c2104 using test_support.transient_internet helper method in the urllib2net test. by Senthil Kumaran · 14 years ago
  4. 9a52830 Make “pydoc somebuiltin.somemethod” work (#8887) by Éric Araujo · 14 years ago
  5. d8e3901 Issue #12607: In subprocess, fix issue where if stdin, stdout or stderr is by Ross Lagerwall · 14 years ago
  6. 7d7702b merge from 3.2 - fix urlopen behavior on sites which do not send (or obsfuscates) Connection: Close header. by Senthil Kumaran · 14 years ago
  7. d88131a Issue #8746: Use tempfile module to get tempdir and randomize the by Ned Deily · 14 years ago
  8. 4cfae02 Issue #1813: Fix codec lookup and setting/getting locales under Turkish locales. by Antoine Pitrou · 14 years ago
  9. b42c53e Issue #10883: Fix socket leaks in urllib.request. by Nadeem Vawda · 14 years ago
  10. 578617a merge from 3.2 - Fix closes issue12581 - Increase the urllib.parse test coverage (cases applicable to 2.7). Patch by Petter Haggholm. by Senthil Kumaran · 14 years ago
  11. 7782024 verify the types of AST strings and identifiers (closes #12609 and #12610) by Benjamin Peterson · 14 years ago
  12. 9522595 #7484: no more <> around addresses in VRFY or EXPN by R David Murray · 14 years ago
  13. 9737648 Backport 2eb8789e30e7. by Alex Gaynor · 14 years ago
  14. 304f0f9 Issue #11603: Fix a crash when __str__ is rebound as __repr__. by Antoine Pitrou · 14 years ago
  15. c3349cd port 8d05f697acd4 (#11627) by Benjamin Peterson · 14 years ago
  16. b30ac94 Issue #12250: test_socketserver uses a timeout of 60 seconds instead of 20 by Victor Stinner · 14 years ago
  17. 0ab67ee Issue #12549: Correct test_platform to not fail when OS X returns 'x86_64' by Ned Deily · 14 years ago
  18. 1616645 Issue #12149: Update the method cache after a type's dictionnary gets by Antoine Pitrou · 14 years ago
  19. 4a4a0fe Skip network tests when getaddrinfo() returns EAI_AGAIN, meaning a temporary by Antoine Pitrou · 14 years ago
  20. 2960308 Avoid failing in test_robotparser when mueblesmoraleda.com is flaky and by Antoine Pitrou · 14 years ago
  21. a4d58d2 Avoid failing in test_urllibnet.test_bad_address when some overzealous by Antoine Pitrou · 14 years ago
  22. ba8b3a2 Close #12501: Adjust callable() warning: callable() is only not supported in by Victor Stinner · 14 years ago
  23. b78fed9 Issue #12493: skip test_communicate_eintr() if signal.SIGALRM is missing by Victor Stinner · 14 years ago
  24. e790131 Issue #12493: subprocess: communicate() handles EINTR by Victor Stinner · 14 years ago
  25. 4c41f84 test_io: make quiet the DeprecationWarning('classic int division') by Victor Stinner · 14 years ago
  26. 42dcc67 test_array: make quiet the DeprecationWarning by Victor Stinner · 14 years ago
  27. 49d495f Issue #12429: Skip interrupted write tests on FreeBSD <= 7 by Victor Stinner · 14 years ago
  28. 46268c4 Issue #8716: Avoid crashes caused by Aqua Tk on OSX when attempting to run by Ned Deily · 14 years ago
  29. 65c1535 Issue #12467: warnings: fix a race condition if a warning is emitted at by Victor Stinner · 14 years ago
  30. 7c20ad3 Issue #12352: In test_free_from_gc(), restore the GC thresholds even if the GC by Charles-François Natali · 14 years ago
  31. 414d0fa Issue #12352: Fix a deadlock in multiprocessing.Heap when a block is freed by by Charles-François Natali · 14 years ago
  32. 041d2e1 Issue #11870: Skip test_threading.test_2_join_in_forked_process() on platforms by Victor Stinner · 14 years ago
  33. bf7a266 Fixup repr for dict_proxy objects. by Raymond Hettinger · 14 years ago
  34. 43e1054 Issue #8746: Correct faulty configure checks so that os.chflags() and by Ned Deily · 14 years ago
  35. c98198d fix ws by Benjamin Peterson · 14 years ago
  36. 90ebedc add more ast tests (closes #11302) by Benjamin Peterson · 14 years ago
  37. f64a0cf Issue #12285: multiprocessing.Pool() raises a ValueError if the number of by Victor Stinner · 14 years ago
  38. f1138bb #11700: proxy object close methods can now be called multiple times by R David Murray · 14 years ago
  39. c74a6ba Issue #12133: AbstractHTTPHandler.do_open() of urllib.request closes the HTTP by Victor Stinner · 14 years ago
  40. 0eb4ac4 allow "fake" filenames in findsource (closes #9284) by Benjamin Peterson · 14 years ago
  41. b30d5c7 merge heads by Benjamin Peterson · 14 years ago
  42. 8b8162d merge 2.7.2 release branch with fix for #12009 by Benjamin Peterson · 14 years ago
  43. 43ee1a5 fix regression in netrc comment handling (closes #12009) by Benjamin Peterson · 14 years ago
  44. 873c583 #10694: zipfile now ignores garbage at the end of a zipfile. by R David Murray · 14 years ago
  45. a493ca3 Issue #12080: Fix a performance issue in Decimal._power_exact that caused some corner-case Decimal.__pow__ calls to take an unreasonably long time. by Mark Dickinson · 14 years ago
  46. e3826c7 Issue #12016: Add test_errorhandle() to TestBase_Mapping of by Victor Stinner · 14 years ago
  47. 45b0829 Fix named tuples to work with vars(). by Raymond Hettinger · 14 years ago
  48. e9b185f26 Issue #12085: Fix test_subprocess for my previous commit by Victor Stinner · 14 years ago
  49. 776e69b Close #12085: Fix an attribute error in subprocess.Popen destructor if the by Victor Stinner · 14 years ago
  50. d9f5292 Issue #12057: Add tests for ISO 2022 codecs by Victor Stinner · 14 years ago
  51. 482f908 Issue #9670: Increase the default stack size for secondary threads on by Ned Deily · 14 years ago
  52. 4fa68ab raise an ValueError in getvalue() on closed StringIO (closes #12161) by Benjamin Peterson · 14 years ago
  53. daf17e9 Issue #12175: RawIOBase.readall() now returns None if read() returns None. by Victor Stinner · 14 years ago
  54. 5100a40 Issue #12175: FileIO.readall() now raises a ValueError instead of an IOError if by Victor Stinner · 14 years ago
  55. 9e5cdcc Issue #12057: Add tests for the HZ encoding by Victor Stinner · 14 years ago
  56. 40b41e1 Issue #12100: Don't reset incremental encoders of CJK codecs at each call to by Victor Stinner · 14 years ago
  57. 8de87a6 correctly lookup __dir__ by Benjamin Peterson · 14 years ago
  58. 6c603c4 test_codecs now removes the temporay file (created by the test) by Victor Stinner · 14 years ago
  59. 2e7f39e Issue #12012: test_ssl uses test_support.import_module() by Victor Stinner · 14 years ago
  60. f58f1c3 Issue #12124: zipimport doesn't keep a reference to zlib.decompress() anymore by Victor Stinner · 14 years ago
  61. 2c5e28e Issue #12057: Fix .hgeol and test_multibytecodec_support for the conversion of by Victor Stinner · 14 years ago
  62. 4dd89ce Fix closes issue #12088 - fixes the tarfile.extractall issue when the by Senthil Kumaran · 14 years ago
  63. 72bb99d Issue #11614: Fix test_linecache, cjkencodings_test.py doesn't exist anymore by Victor Stinner · 14 years ago
  64. 73e3e76 Issue #12057: Convert CJK encoding testcase BLOB into multiple text files by Victor Stinner · 14 years ago
  65. a70286b Issue #9516: avoid errors in sysconfig when MACOSX_DEPLOYMENT_TARGET is set in shell. by Ronald Oussoren · 14 years ago
  66. fb1d60c Fixes Issue #12059: Properly handle missing hash functions even when by Gregory P. Smith · 14 years ago
  67. 0cc4fd9 Issue #12050: zlib.decompressobj().decompress() now clears the unconsumed_tail by Nadeem Vawda · 14 years ago
  68. 4dcb7be #7960: fix docstrings for captured_output and captured_stdout. by Ezio Melotti · 14 years ago
  69. e3992eb #5723: Improve json tests to be executed with and without accelerations. by Ezio Melotti · 14 years ago
  70. 720f8de Change import_fresh_module to work with packages. by Ezio Melotti · 14 years ago
  71. ee46a7b Issue #12062: In the `io` module, fix a flushing bug when doing a certain by Antoine Pitrou · 14 years ago
  72. 47d1d0d Issue #8498: In socket.accept(), allow to specify 0 as a backlog value in by Antoine Pitrou · 14 years ago
  73. b1241f9 (Merge 3.1) Issue #12012: ssl.PROTOCOL_SSLv2 becomes optional by Victor Stinner · 14 years ago
  74. b47553a Some more tests were incorrectly marked as C specific. by Ezio Melotti · 14 years ago
  75. 591c2df Issue 11164: Remove obsolete allnodes test from minidom test. by Martin v. Löwis · 14 years ago
  76. 5c5d7e2 #11910: Fix test_heapq to skip the C tests when _heapq is missing. by Ezio Melotti · 14 years ago
  77. 193c34b #11910: change import_fresh_module to return None when one of the "fresh" modules can not be imported. by Ezio Melotti · 14 years ago
  78. 01c9a16 import_fresh_module ought to be in __all__ by Benjamin Peterson · 14 years ago
  79. 1bd816e Fix cut and paste error. by Raymond Hettinger · 14 years ago
  80. 8dd0624 Some tests were incorrectly marked as C specific. by Raymond Hettinger · 14 years ago
  81. 21ce8f0 Issue #11927: SMTP_SSL now uses port 465 by default as documented. Patch by Kasun Herath. by Antoine Pitrou · 14 years ago
  82. 0639be6 #10169: Fix argument parsing in socket.sendto() to avoid error masking. by Ezio Melotti · 14 years ago
  83. 5ae6c42 Fix potential resource leak in test_mmap. by Nadeem Vawda · 14 years ago
  84. d0a8f16 Issue #11277: Fix tests - crash will not trigger if the file is closed and reopened. by Nadeem Vawda · 14 years ago
  85. 0d837ef Issue #11277: Add tests for mmap crash when using large sparse files on OS X. by Nadeem Vawda · 14 years ago
  86. 3b066a7 Issue #11277: Remove useless test from test_zlib. by Nadeem Vawda · 14 years ago
  87. 8b26c4b #11999: sync based on comparing mtimes, not mtime to system clock by R David Murray · 14 years ago
  88. 58d6b1b Backport fix for issue #10684 from 3.x by Ronald Oussoren · 14 years ago
  89. 28a8e96 Issue #11277: oops, fix checksum values of test_zlib on 32 bits by Victor Stinner · 14 years ago
  90. 7fd90c4 Issue #11277: test_zlib tests a buffer of 1 GB on 32 bits by Victor Stinner · 14 years ago
  91. fb5d3e7 Issue #11277: fix issue number in a test_zlib comment by Victor Stinner · 14 years ago
  92. e4163e2 Issue #10276: Fix test_zlib, m may be undefined in the finally block by Victor Stinner · 14 years ago
  93. f9fb434 Issue #10276: test_zlib checks that inputs of 2 GB are handled correctly by by Victor Stinner · 14 years ago
  94. 0a92d18 Issue #8651: PyArg_Parse*() functions raise an OverflowError if the file by Victor Stinner · 14 years ago
  95. e363ec1 (Merge 3.1) Issue #9756: When calling a method descriptor or a slot wrapper by Victor Stinner · 14 years ago
  96. f3eb7d3 skip the extractall test on platforms where os.symlink is not available. by Senthil Kumaran · 14 years ago
  97. 011525e Fix closes issue10761: tarfile.extractall failure when symlinked files are present. by Senthil Kumaran · 14 years ago
  98. bdfa2e6 Backport test from #11926. by Ezio Melotti · 14 years ago
  99. e3685f6 #6780: fix starts/endswith error message to mention that tuples are accepted too. by Ezio Melotti · 14 years ago
  100. 44e8168 startswith and endswith don't accept None as slice index. Patch by Torsten Becker. (closes #11828) by Jesus Cea · 14 years ago