1. ee44314 this is why tests are great by Benjamin Peterson · 11 years ago
  2. efa3cf8 add context parameter to xmlrpclib.ServerProxy (#22960) by Benjamin Peterson · 11 years ago
  3. af358ef 2.7.9rc1 by Benjamin Peterson · 11 years ago
  4. d58cec2 update pydoc-topics by Benjamin Peterson · 11 years ago
  5. 0cb0b30 disable tests that always fail on windows (#22943) by Benjamin Peterson · 11 years ago
  6. f7363ed use more ugly but hopefully more robust method by Benjamin Peterson · 11 years ago
  7. 69a64d3 handle errors without a reason attribute by Benjamin Peterson · 11 years ago
  8. f671de4 don't fail tests when www.python.org can't be validated by the system by Benjamin Peterson · 11 years ago
  9. 226fa56 debugging: print ca certs loaded into default ctx by Benjamin Peterson · 11 years ago
  10. dfdae02 Issue #16056: Rename test methods to avoid conflict. by Berker Peksag · 11 years ago
  11. 51f461f is OpenIndiana actually sunos? by Benjamin Peterson · 11 years ago
  12. 98b1b24 loosen solaris test by Benjamin Peterson · 11 years ago
  13. 0636a4b skip test_gdb on OpenIndiana by Benjamin Peterson · 11 years ago
  14. e3e7d40 pep 476: verify certificates by default (#22417) by Benjamin Peterson · 11 years ago
  15. b206473 give urllib.urlopen a context parameter (closes #22927) by Benjamin Peterson · 11 years ago
  16. 31aa69e allow hostname to be passed to SSLContext even if OpenSSL doesn't support SNI (closes #22921) by Benjamin Peterson · 11 years ago
  17. 88922db fix this test when sizeof(long) < sizeof(size_t) by Benjamin Peterson · 11 years ago
  18. b0609ec remove py3k warning guard by Benjamin Peterson · 11 years ago
  19. fcfb18e allow passing cert/ssl information to urllib2.urlopen and httplib.HTTPSConnection by Benjamin Peterson · 11 years ago
  20. 5f6b89b initialize _makefile_refs earlier so things don't blow up when close() is called in the constructor by Benjamin Peterson · 11 years ago
  21. 95b6164 Backport disabling of SSLv3 in ssl._create_stdlib_context() (issue #22638). by Antoine Pitrou · 11 years ago
  22. 138ec8c Issue #17293: socket.gethostbyname() can raise an exception of FreeBSD. by Serhiy Storchaka · 11 years ago
  23. b9a4501 Issue #21963: backout issue #1856 patch (avoid crashes and lockups when by Antoine Pitrou · 11 years ago
  24. f9b2aa2 Issue #22193: Fixed integer overflow error in sys.getsizeof(). by Serhiy Storchaka · 11 years ago
  25. f44b9c4 Define a __hash__ to quiet down a -3 warning by Donald Stufft · 11 years ago
  26. 3ecc8db Upgrade setuptools to 7.0 by Donald Stufft · 11 years ago
  27. 8aaff54 Implement PEP 477 - Backport ensurepip (PEP 453) to 2.7 by Donald Stufft · 11 years ago
  28. e927757 Issue #12728: Different Unicode characters having the same uppercase but by Serhiy Storchaka · 11 years ago
  29. fb136d1 Remove unused import by Raymond Hettinger · 11 years ago
  30. c4d2760 Silence the failure of test_pyclbr after adding a property in sre_parse by Serhiy Storchaka · 11 years ago
  31. 15ea870 Issues #814253, #9179: Group references and conditional group references now by Serhiy Storchaka · 11 years ago
  32. b4f3d80 Backported tests for issue #22406. by Serhiy Storchaka · 11 years ago
  33. 4535b11 Issue #17293: uuid.getnode() now determines MAC address on AIX using netstat. by Serhiy Storchaka · 11 years ago
  34. 7a02582 Issue #22769: Fixed ttk.Treeview.tag_has() when called without arguments. by Serhiy Storchaka · 11 years ago
  35. a6a8a4f merge heads by Georg Brandl · 11 years ago
  36. 6246f2a #22650: test suite: load Unicode test data files from www.pythontest.net by Georg Brandl · 11 years ago
  37. 31221a7 Issue #20160: broken ctypes calling convention on MSVC / 64-bit Windows (large structs). Patch by mattip by Steve Dower · 11 years ago
  38. 9580510 use pythontest.net for url fragment test by Benjamin Peterson · 11 years ago
  39. 57b00ed Issue #19753: Fix test_gdb on SystemZ buildbot, ignore warnings by Victor Stinner · 11 years ago
  40. 06c1497 Issue #22773: fix failing test with old readline versions due to issue #19884. by Antoine Pitrou · 11 years ago
  41. 04439fd test that keyfile can be None by Benjamin Peterson · 11 years ago
  42. 186c5f0 Issue #22775: Fixed unpickling of Cookie.SimpleCookie with protocol 2. by Serhiy Storchaka · 11 years ago
  43. 009352a #22751: fix test___all__ warning about modified environment in the tests. Patch by Michael Cetrulo. by Ezio Melotti · 11 years ago
  44. 21a2350 Issue #17896: Move Windows external lib sources from .. to externals. by Zachary Ware · 11 years ago
  45. 33db23f Issue #22770: Prevent some Tk segfaults on OS X when running gui tests. by Ned Deily · 11 years ago
  46. a79d6f4 Brought excluded code into the scope of a try block in SysLogHandler.emit(). by Vinay Sajip · 11 years ago
  47. e9e54ae Issue #17381: Fixed ranges handling in case-insensitive regular expressions. by Serhiy Storchaka · 11 years ago
  48. c04fcd4 Backported the optimization of compiling charsets in regular expressions by Serhiy Storchaka · 11 years ago
  49. e969b1b Fixed compile error in issue #22410. The _locale module is optional. by Serhiy Storchaka · 11 years ago
  50. d4c7290 Issue #22410: Module level functions in the re module now cache compiled by Serhiy Storchaka · 11 years ago
  51. 78be2f4 Issue #8876: distutils now falls back to copying files when hard linking doesn't work. by Antoine Pitrou · 11 years ago
  52. 7a16207 Issue #3068: Add Idle extension configuration dialog to Options menu. by Terry Jan Reedy · 11 years ago
  53. 0daddbd Issue #20155: Fix non-buildbot test failure on Windows. Patch by Claudiu Popa, by Terry Jan Reedy · 11 years ago
  54. af26c15 #9351: set_defaults on subparser is no longer ignored if set on parent. by R David Murray · 11 years ago
  55. 0746b00 Issue #22646: Accept list as well as tuple to support initialisation via dictConfig(). by Vinay Sajip · 11 years ago
  56. cf83476 Issue #22629: Revise idle_test.htest, mostly docstring. Start revision of by Terry Jan Reedy · 11 years ago
  57. 833dfad Issue #22628: Increase Treewidge line spacing so lines do not overlap. by Terry Jan Reedy · 11 years ago
  58. 0234fd1 Issue #16233: When the module browser is not invoked in an editor window with by Terry Jan Reedy · 11 years ago
  59. cca5b69 Issue #3068: Change 0/1 to False/True so that extension configure dialog can by Terry Jan Reedy · 11 years ago
  60. 26e8252 Issue #22632: replace dead link with version-specific doc link. by Terry Jan Reedy · 11 years ago
  61. 20c049d Issue #21855: Fixed the decimal module in unicode disabled build. by Serhiy Storchaka · 11 years ago
  62. b29ab4a Merge. by Charles-François Natali · 11 years ago
  63. 977c424 Issue #22435: Fix a file descriptor leak when SocketServer bind fails. by Charles-François Natali · 11 years ago
  64. fbddffa Fixed the test of issue #13664 on platforms without unicode filenames support. by Serhiy Storchaka · 11 years ago
  65. 08da46e Issue #22614: Don't try to update deleted text. Patch by Serhiy Storchaka. by Terry Jan Reedy · 11 years ago
  66. c0dc65e Change deprecated Exception.message to Exception.args-[0] where the use of by Terry Jan Reedy · 11 years ago
  67. 54edfb3 Issue #13664: GzipFile now supports non-ascii Unicode filenames. by Serhiy Storchaka · 11 years ago
  68. 55bf20a #13096: Fix segfault in CTypes POINTER handling of large values. by R David Murray · 11 years ago
  69. e73b8c6 Always handle non-handled events before destoying root widget in tests. by Serhiy Storchaka · 11 years ago
  70. d7f44e2 #11973: add test for previously fixed kevent signed/unsigned bug. by R David Murray · 11 years ago
  71. 80f0c82 Fixed and optimized a test of issue #22526. by Serhiy Storchaka · 11 years ago
  72. 987a02b Issue #14105: Change comment to reflect fix. Patch by Saimadhav Heblikar. by Terry Jan Reedy · 11 years ago
  73. d0a5e9b Issue #22604: Fix assertion error in debug mode when dividing a complex number by (nan+0j). by Antoine Pitrou · 11 years ago
  74. f85a856 Issue #11694: Raise ConversionError in xdrlib as documented by Petri Lehtinen · 11 years ago
  75. a68109a #0712: 2to3 has a new "asserts" fixer that replaces deprecated names of unittest methods. by R David Murray · 11 years ago
  76. 1375538 De-'colour'ize stdlib except for idlelib.configDialog. by Terry Jan Reedy · 11 years ago
  77. 23030db Issue 3068: Move idlelib.configDialog action button creation into a separate by Terry Jan Reedy · 11 years ago
  78. 163d7fb idlelib.configHandler: revise docstrings, add spaces, use False/True, add some by Terry Jan Reedy · 11 years ago
  79. 3d1f2d3 make _socket.socket weakrefable (closes #22569) by Benjamin Peterson · 11 years ago
  80. ae41086 PEP 8 spacing in idlelib.configDialog: mostly a = b in assignments, by Terry Jan Reedy · 11 years ago
  81. 04fa704 Issue #21580: Now Tkinter correctly handles binary "data" and "maskdata" by Serhiy Storchaka · 11 years ago
  82. 19b7a75 Issue #22068: Don't create self reference cycles in idlelib.ConfigDialog. by Terry Jan Reedy · 11 years ago
  83. 77149a1 Issue #21951: Temporary skip crashing test_user_command on AIX. by Serhiy Storchaka · 11 years ago
  84. 2af8d2f Issue #22023: Fix %S, %R and %V formats of PyUnicode_FromFormat(). by Victor Stinner · 11 years ago
  85. af09c77 Issue #21591: add test for qualified exec in tuple form. by Robert Jordens · 11 years ago
  86. c382807 Issue #19612: subprocess.communicate() now also ignores EINVAL when using at by Victor Stinner · 11 years ago
  87. 110796f Reduce unnecessary 2.7 versus 3.4+ differences in idlelib/configDialog.py. by Terry Jan Reedy · 11 years ago
  88. 0a649c7 Fix repr(_socket.socket) on Windows 64-bit: don't fail with OverflowError by Victor Stinner · 11 years ago
  89. 5a1427c Issue #19875: Fix random test_getsockaddrarg() failure. by Charles-François Natali · 11 years ago
  90. 1b5f58d Issue #21990: Cleanup unnecessary inner class definition in saxutils. by Raymond Hettinger · 11 years ago
  91. 2ce9ddd Issue #22061: Add deprecation warnings in empty obsolete methods. by Serhiy Storchaka · 11 years ago
  92. fe9ebe4 Issue #16133: The asynchat.async_chat.handle_read() method now ignores by Victor Stinner · 11 years ago
  93. 186f665 Issue #1730136: Fix comparison between a tk Font object and an object of a by Serhiy Storchaka · 11 years ago
  94. 63a4747 Issue #19884: readline: Disable the meta modifier key if stdout is not a by Victor Stinner · 11 years ago
  95. f2eb721 Issue #19493: Fix two uses of ctypes.test.requires (it's not a decorator) by Zachary Ware · 11 years ago
  96. 9cb68ca Issue #6167: Backported tests for Scrollbar.activate() and Scrollbar.set() by Serhiy Storchaka · 11 years ago
  97. fc1ae6c Fixed bugs in reprs of CookieJar and multiprocessing.dummy.Value. by Serhiy Storchaka · 11 years ago
  98. 7cc3b0a Backout 308f3c1e36d3. This change (issue21044) does not need to be merged on by Serhiy Storchaka · 11 years ago
  99. 4e64d87 Issue #21976: Fix test_ssl to accept LibreSSL version strings. by Antoine Pitrou · 11 years ago
  100. b606d45 Issue #21868: Prevent turtle crash due to invalid undo buffer size. by Raymond Hettinger · 11 years ago