1. 09d7e7e Use test.test_support instead of test.support. by Serhiy Storchaka · 11 years ago
  2. 73c0863 Issue #18518: timeit now rejects statements which can't be compiled outside by Serhiy Storchaka · 11 years ago
  3. 0013207 Issue #11578: Backported test for the timeit module. by Serhiy Storchaka · 11 years ago
  4. 5f1909a Merge heads by Serhiy Storchaka · 11 years ago
  5. 38a33ec Issue #7665: Fixed tests test_ntpath and test_urllib2 when ran in the by Serhiy Storchaka · 11 years ago
  6. bfd976f simply ignore headers with no name (#19996) by Benjamin Peterson · 11 years ago
  7. 812b975 Fix Issue23300 : httplib.HTTP classe's connect method should use _get_hostport by Senthil Kumaran · 11 years ago
  8. aa70758 prefer server alpn ordering over the client's by Benjamin Peterson · 11 years ago
  9. b10bfbe pep 466 backport of alpn (#20188) by Benjamin Peterson · 11 years ago
  10. e8c9e14 Issue #23181: More "codepoint" -> "code point". by Serhiy Storchaka · 11 years ago
  11. 07f9047 fix instances of consecutive articles (closes #23221) by Benjamin Peterson · 11 years ago
  12. 7c90667 Issue #21356: Make ssl.RAND_egd() optional to support LibreSSL. The by Victor Stinner · 11 years ago
  13. 7ba8cdc Issue #23168: skip sys.stdin.seek() test if stdin is not a TTY by Victor Stinner · 11 years ago
  14. 7b4b284 allow a SSLContext to be given to ftplib.FTP_TLS by Benjamin Peterson · 11 years ago
  15. 27c269a use getentropy when available (backport of 75ede5bec8db) (closes #23115) by Benjamin Peterson · 11 years ago
  16. a71cfc5 fix behavior of trailing slash redirection when a query string is involved (closes #23112) by Benjamin Peterson · 11 years ago
  17. 53ae614 allow more operations to work on detached streams (closes #23093) by Benjamin Peterson · 11 years ago
  18. 4e9dbfb explicitly close files (closes #23090) by Benjamin Peterson · 11 years ago
  19. 74a651b Issue #23071: Added missing names to codecs.__all__. Patch by Martin Panter. by Serhiy Storchaka · 11 years ago
  20. 3004b40 remove extra ssl imports (closes #23053) by Benjamin Peterson · 11 years ago
  21. 655720e Issue #22777: Test pickling with all protocols. by Serhiy Storchaka · 11 years ago
  22. c3741a0 Issue #23015: Improved testing of the uuid module. by Serhiy Storchaka · 11 years ago
  23. 7a6a973 pop the loop block even for infinite while loops (closes #23048) by Benjamin Peterson · 11 years ago
  24. e6b4243 Issue #23016: A warning no longer produces an AttributeError when sys.stderr by Serhiy Storchaka · 11 years ago
  25. 8e836fa merge 2.7.9 release branch by Benjamin Peterson · 11 years ago
  26. 4cf4991 restore test data README by Benjamin Peterson · 11 years ago
  27. 204a0ec merge 2.7.9 release branch by Benjamin Peterson · 11 years ago
  28. 227f6e0 remove HTTPSConnection's check_hostname parameter (#22959) by Benjamin Peterson · 11 years ago
  29. daa491b merge 2.7.9 release branch by Benjamin Peterson · 11 years ago
  30. 60766c4 allow ssl module to compile if openssl doesn't support SSL 3 (closes #22935) by Benjamin Peterson · 11 years ago
  31. af18b4c merge 2.7.9 release branch by Benjamin Peterson · 11 years ago
  32. 9e8f523 add a default limit for the amount of data xmlrpclib.gzip_decode will return (closes #16043) by Benjamin Peterson · 11 years ago
  33. dabfc56 smtplib: limit amount read from the network (closes #16042) by Benjamin Peterson · 11 years ago
  34. faad6bb in poplib, limit maximum line length that we read from the network (closes #16041) by Benjamin Peterson · 11 years ago
  35. 45aa771 Issue #14099: ZipFile.open() no longer reopen the underlying file. Objects by Serhiy Storchaka · 11 years ago
  36. 0f8f784 Removed duplicated words in in comments and docs. by Serhiy Storchaka · 11 years ago
  37. d862db0 Issue #21032. Fixed socket leak if HTTPConnection.getresponse() fails. by Serhiy Storchaka · 11 years ago
  38. d535517 merge 2.7.9 release branch by Benjamin Peterson · 11 years ago
  39. f8c8d2e backout fac649bf2d10 (#9179) for further consideration by Benjamin Peterson · 11 years ago
  40. c354285 Issue #21280: Fixed a bug in shutil.make_archive() when create an archive of by Serhiy Storchaka · 11 years ago
  41. 20994f1 Issue #22609: Constructors and update methods of mapping classes in the by Serhiy Storchaka · 11 years ago
  42. 2e26a62 use skipUnless by Benjamin Peterson · 11 years ago
  43. f7363ed use more ugly but hopefully more robust method by Benjamin Peterson · 11 years ago
  44. 69a64d3 handle errors without a reason attribute by Benjamin Peterson · 11 years ago
  45. f671de4 don't fail tests when www.python.org can't be validated by the system by Benjamin Peterson · 11 years ago
  46. 226fa56 debugging: print ca certs loaded into default ctx by Benjamin Peterson · 11 years ago
  47. dfdae02 Issue #16056: Rename test methods to avoid conflict. by Berker Peksag · 11 years ago
  48. 51f461f is OpenIndiana actually sunos? by Benjamin Peterson · 11 years ago
  49. 98b1b24 loosen solaris test by Benjamin Peterson · 11 years ago
  50. 0636a4b skip test_gdb on OpenIndiana by Benjamin Peterson · 11 years ago
  51. e3e7d40 pep 476: verify certificates by default (#22417) by Benjamin Peterson · 11 years ago
  52. b206473 give urllib.urlopen a context parameter (closes #22927) by Benjamin Peterson · 11 years ago
  53. 31aa69e allow hostname to be passed to SSLContext even if OpenSSL doesn't support SNI (closes #22921) by Benjamin Peterson · 11 years ago
  54. 88922db fix this test when sizeof(long) < sizeof(size_t) by Benjamin Peterson · 11 years ago
  55. b0609ec remove py3k warning guard by Benjamin Peterson · 11 years ago
  56. fcfb18e allow passing cert/ssl information to urllib2.urlopen and httplib.HTTPSConnection by Benjamin Peterson · 11 years ago
  57. b9a4501 Issue #21963: backout issue #1856 patch (avoid crashes and lockups when by Antoine Pitrou · 11 years ago
  58. f9b2aa2 Issue #22193: Fixed integer overflow error in sys.getsizeof(). by Serhiy Storchaka · 11 years ago
  59. f44b9c4 Define a __hash__ to quiet down a -3 warning by Donald Stufft · 11 years ago
  60. 8aaff54 Implement PEP 477 - Backport ensurepip (PEP 453) to 2.7 by Donald Stufft · 11 years ago
  61. e927757 Issue #12728: Different Unicode characters having the same uppercase but by Serhiy Storchaka · 11 years ago
  62. c4d2760 Silence the failure of test_pyclbr after adding a property in sre_parse by Serhiy Storchaka · 11 years ago
  63. 15ea870 Issues #814253, #9179: Group references and conditional group references now by Serhiy Storchaka · 11 years ago
  64. b4f3d80 Backported tests for issue #22406. by Serhiy Storchaka · 11 years ago
  65. 4535b11 Issue #17293: uuid.getnode() now determines MAC address on AIX using netstat. by Serhiy Storchaka · 11 years ago
  66. 6246f2a #22650: test suite: load Unicode test data files from www.pythontest.net by Georg Brandl · 11 years ago
  67. 9580510 use pythontest.net for url fragment test by Benjamin Peterson · 11 years ago
  68. 57b00ed Issue #19753: Fix test_gdb on SystemZ buildbot, ignore warnings by Victor Stinner · 11 years ago
  69. 06c1497 Issue #22773: fix failing test with old readline versions due to issue #19884. by Antoine Pitrou · 11 years ago
  70. 04439fd test that keyfile can be None by Benjamin Peterson · 11 years ago
  71. 186c5f0 Issue #22775: Fixed unpickling of Cookie.SimpleCookie with protocol 2. by Serhiy Storchaka · 11 years ago
  72. 009352a #22751: fix test___all__ warning about modified environment in the tests. Patch by Michael Cetrulo. by Ezio Melotti · 11 years ago
  73. 33db23f Issue #22770: Prevent some Tk segfaults on OS X when running gui tests. by Ned Deily · 11 years ago
  74. e9e54ae Issue #17381: Fixed ranges handling in case-insensitive regular expressions. by Serhiy Storchaka · 11 years ago
  75. d4c7290 Issue #22410: Module level functions in the re module now cache compiled by Serhiy Storchaka · 11 years ago
  76. 0daddbd Issue #20155: Fix non-buildbot test failure on Windows. Patch by Claudiu Popa, by Terry Jan Reedy · 11 years ago
  77. af26c15 #9351: set_defaults on subparser is no longer ignored if set on parent. by R David Murray · 11 years ago
  78. 20c049d Issue #21855: Fixed the decimal module in unicode disabled build. by Serhiy Storchaka · 11 years ago
  79. b29ab4a Merge. by Charles-François Natali · 11 years ago
  80. 977c424 Issue #22435: Fix a file descriptor leak when SocketServer bind fails. by Charles-François Natali · 11 years ago
  81. fbddffa Fixed the test of issue #13664 on platforms without unicode filenames support. by Serhiy Storchaka · 11 years ago
  82. c0dc65e Change deprecated Exception.message to Exception.args-[0] where the use of by Terry Jan Reedy · 11 years ago
  83. 54edfb3 Issue #13664: GzipFile now supports non-ascii Unicode filenames. by Serhiy Storchaka · 11 years ago
  84. d7f44e2 #11973: add test for previously fixed kevent signed/unsigned bug. by R David Murray · 11 years ago
  85. 80f0c82 Fixed and optimized a test of issue #22526. by Serhiy Storchaka · 11 years ago
  86. d0a5e9b Issue #22604: Fix assertion error in debug mode when dividing a complex number by (nan+0j). by Antoine Pitrou · 11 years ago
  87. f85a856 Issue #11694: Raise ConversionError in xdrlib as documented by Petri Lehtinen · 11 years ago
  88. 3d1f2d3 make _socket.socket weakrefable (closes #22569) by Benjamin Peterson · 11 years ago
  89. 77149a1 Issue #21951: Temporary skip crashing test_user_command on AIX. by Serhiy Storchaka · 11 years ago
  90. 2af8d2f Issue #22023: Fix %S, %R and %V formats of PyUnicode_FromFormat(). by Victor Stinner · 11 years ago
  91. af09c77 Issue #21591: add test for qualified exec in tuple form. by Robert Jordens · 11 years ago
  92. 0a649c7 Fix repr(_socket.socket) on Windows 64-bit: don't fail with OverflowError by Victor Stinner · 11 years ago
  93. 5a1427c Issue #19875: Fix random test_getsockaddrarg() failure. by Charles-François Natali · 11 years ago
  94. fe9ebe4 Issue #16133: The asynchat.async_chat.handle_read() method now ignores by Victor Stinner · 11 years ago
  95. 63a4747 Issue #19884: readline: Disable the meta modifier key if stdout is not a by Victor Stinner · 11 years ago
  96. 7cc3b0a Backout 308f3c1e36d3. This change (issue21044) does not need to be merged on by Serhiy Storchaka · 11 years ago
  97. 4e64d87 Issue #21976: Fix test_ssl to accept LibreSSL version strings. by Antoine Pitrou · 11 years ago
  98. e7829bd Issue 21044: tarfile.open() now handles fileobj with an integer 'name' by Serhiy Storchaka · 11 years ago
  99. fdfe9fc Add helpers for testing unicode disabled builds. by Serhiy Storchaka · 11 years ago
  100. c893762 Issue #21323: Fix CGIHTTPServer to again handle scripts in CGI subdirectories, by Ned Deily · 11 years ago