1. c2f8c81 Issue #19638: Raise ValueError instead of crashing when converting billion character strings to float. by Mark Dickinson · 11 years ago
  2. 9f91d35 Issue #19794: Improved markup for True/False constants. by Serhiy Storchaka · 11 years ago
  3. 1313368 Issue #19691: remove outdated mention about RuntimeError by Antoine Pitrou · 11 years ago
  4. d061efa Fix suspicious markup and sort ignorelist. by Georg Brandl · 11 years ago
  5. d899caa Fix test_fcntl to run properly on systems that do not support the flags by Gregory P. Smith · 11 years ago
  6. 9cfd466 fix docstring. extra \. by Gregory P. Smith · 11 years ago
  7. d82634d Fix test.test_support.bind_port() to not cause an error when Python was by Gregory P. Smith · 11 years ago
  8. 2612679 #19620: Fix typo in docstring (noticed by Christopher Welborn). by Ezio Melotti · 11 years ago
  9. ef15361 Document that @property can incorporate a docstring from the getter method. Improve readabilty with additional whitespace. by Raymond Hettinger · 11 years ago
  10. 7610ec2 Fixed merging error in changeset 3912934e99ba (issue #19733). by Serhiy Storchaka · 11 years ago
  11. 40dcf7f Doc/Makefile: also do "make suspicious" during daily autobuild by Georg Brandl · 11 years ago
  12. f532e7f Add 2.7.7 uuids. by Martin v. Löwis · 11 years ago
  13. 358da5b Issue #19308: fix the gdb plugin on gdbs linked with Python 3 by Antoine Pitrou · 11 years ago
  14. 9ec0722 Issue #19733: Temporary disable test_image on MacOSX. by Serhiy Storchaka · 11 years ago
  15. 62cd124 Print Tk patchlevel in Tk and Ttk tests in verbose mode (issue19654). by Serhiy Storchaka · 11 years ago
  16. 6d24a6e Issue #19599: Use a separate pool for test_terminate(). by Richard Oudkerk · 11 years ago
  17. 5397c97 Issue #19633: Fixed writing not compressed 16- and 32-bit wave files on by Serhiy Storchaka · 11 years ago
  18. 78ecaba Print Tk patchlevel in test_tcl in verbose mode (issue19654). by Serhiy Storchaka · 11 years ago
  19. eccf9c2 #19449: Handle non-string keys when generating 'fieldnames' error. by R David Murray · 11 years ago
  20. bab2415 - Update config.{guess,sub} for new ports. by doko@ubuntu.com · 11 years ago
  21. 000b4c5 Issue #19603: Use specific asserts in test_decr. by Serhiy Storchaka · 11 years ago
  22. ca035a8 Fix buildbot failure by Antoine Pitrou · 11 years ago
  23. 4645bb6 Fix indentation in doc example. by Ezio Melotti · 11 years ago
  24. 65162a7 Issue #19599: Increase sleep period. by Richard Oudkerk · 11 years ago
  25. 3f8376e Fix handling of SystemExit and exit code. Patch by Brodie Rao. by Richard Oudkerk · 11 years ago
  26. a69712c Issue 16998: Clarify that += on a shared value is not atomic. by Richard Oudkerk · 11 years ago
  27. f7a5247 Issue #19508: warn that ssl doesn't validate certificates by default by Antoine Pitrou · 11 years ago
  28. be1d3c1 Issue #19606: Use specific asserts in cookielib tests. by Serhiy Storchaka · 11 years ago
  29. ca626b1 Issue #19607: Use specific asserts in weakref tests. by Serhiy Storchaka · 11 years ago
  30. 1438b98 Issue #19605: Use specific asserts in datetime tests by Serhiy Storchaka · 11 years ago
  31. 3dbbef9 Fix merge error in issue #19602. by Serhiy Storchaka · 11 years ago
  32. ae75c83 Merge heads by Serhiy Storchaka · 11 years ago
  33. e3c6136 #19238: fix typo in documentation. by Ezio Melotti · 11 years ago
  34. 843ef75 Issue #19604: Use specific asserts in array tests. by Serhiy Storchaka · 11 years ago
  35. 3f2aade Issue #19602: Use specific asserts in tkinter tests. by Serhiy Storchaka · 11 years ago
  36. 3c1198d Issue #19601: Use specific asserts in sqlite3 tests. by Serhiy Storchaka · 11 years ago
  37. 25a23ef Issue #19600: Use specific asserts in distutils tests. by Serhiy Storchaka · 11 years ago
  38. 9788e86 Issue #19594: Use specific asserts in unittest tests. by Serhiy Storchaka · 11 years ago
  39. 52bbeac Issue #19591: Use specific asserts in ctype tests. by Serhiy Storchaka · 11 years ago
  40. 1153757 Issue #19590: Use specific asserts in email tests. by Serhiy Storchaka · 11 years ago
  41. 91bf058 Issue #12853: Correct NameError in distutils upload command. by Jason R. Coombs · 11 years ago
  42. 6afafc7 Issue #19504: Used American spelling for 'customize'. by Vinay Sajip · 11 years ago
  43. 47fe468 Issue #19523: Closed FileHandler leak which occurred when delay was set. by Vinay Sajip · 11 years ago
  44. 0a89b15 Issue #19592: Use specific asserts in lib2to3 tests. by Serhiy Storchaka · 11 years ago
  45. 01bdeec a post-2.7.6 world by Benjamin Peterson · 11 years ago
  46. 086840a merge 2.7.6 release branch by Benjamin Peterson · 11 years ago
  47. b70ea07 Added tag v2.7.6 for changeset 3a1db0d2747e by Benjamin Peterson · 11 years ago
  48. 2785195 2.7.6 final by Benjamin Peterson · 11 years ago
  49. c47d723 Issue #1575020: Fixed support of 24-bit wave files on big-endian platforms. by Serhiy Storchaka · 11 years ago
  50. f87854e Fix Tkinter tests on Tk 8.5 with patchlevel < 8.5.11 (issue #19085). by Serhiy Storchaka · 11 years ago
  51. b814745 #19480: HTMLParser now accepts all valid start-tag names as defined by the HTML5 standard. by Ezio Melotti · 11 years ago
  52. a691219 backport #18985: Improve fcntl documentation. by R David Murray · 11 years ago
  53. 27cadd7 Revert wrong change in previous commit (issue #19085). by Serhiy Storchaka · 11 years ago
  54. 0db03be Merge heads by Serhiy Storchaka · 11 years ago
  55. 0a4b07b Fix test_insertwidth Tkinter tests on Tk 8.5 with patchlevel >= 8.5.12 (issue #19085). by Serhiy Storchaka · 11 years ago
  56. 3de2104 merge 2.7.6 release branch by Benjamin Peterson · 11 years ago
  57. 1185273 Issue #15663: Revert OS X installer built-in Tcl/Tk support for 2.7.6. by Ned Deily · 11 years ago
  58. 52c48fd Issue #15663: Revert OS X installer built-in Tcl/Tk support for 2.7.6. by Ned Deily · 11 years ago
  59. c0e6047 Issue #19397: test_pydoc now works with -S (help not added to builtins). by Terry Jan Reedy · 11 years ago
  60. e765a20 merge 2.7.6 release branch by Benjamin Peterson · 11 years ago
  61. 3ecd17e Issue #19085: Fix running test_ttk_textonly on displayless host. by Serhiy Storchaka · 11 years ago
  62. c4051a8 Issue #19085: Fix Tkinter tests on Tk 8.5 with patchlevel < 8.5.12. by Serhiy Storchaka · 11 years ago
  63. 768e847 Remove merge artifact from Misc/NEWS by Nick Coghlan · 11 years ago
  64. 6a98749 Close #17827: Document codecs.encode & codecs.decode by Nick Coghlan · 11 years ago
  65. 57d35c6 Issue #17883: Tweak test_tcl testLoadWithUNC to skip the test in the by Zachary Ware · 11 years ago
  66. a1ea893 Issue #XXXXX: Fix test_idle so that idlelib test cases are actually run by Terry Jan Reedy · 11 years ago
  67. 14b38f5 Issue #17883: Backport test.test_support._is_gui_available() by Zachary Ware · 11 years ago
  68. 00365f1 Issue #15392: Install idlelib/idle_test. by Ned Deily · 11 years ago
  69. e0afd8e Issue #19391: Clean up PCbuild/readme.txt by Zachary Ware · 11 years ago
  70. d412b49 Fix test_os (issue #18702). by Serhiy Storchaka · 11 years ago
  71. 32e23e7 Issue #18702: All skipped tests now reported as skipped. by Serhiy Storchaka · 11 years ago
  72. 68f518c Issue #19085: Fixed pixels rounding for last Tk patchlevels. by Serhiy Storchaka · 11 years ago
  73. 31b9c84 Issue #6157: Fixed Tkinter.Text.debug(). Original patch by Guilherme Polo. by Serhiy Storchaka · 11 years ago
  74. 8630f16 Issue #6160: The bbox() method of Tkinter.Spinbox now returns a tuple of by Serhiy Storchaka · 11 years ago
  75. 6bf15d1 Issue #19085: Fixed some Tkinter tests on Windows. by Serhiy Storchaka · 11 years ago
  76. 0af7d1e Merge by Jason R. Coombs · 11 years ago
  77. 42fa9ec Update NEWS by Jason R. Coombs · 11 years ago
  78. 4a21726 Issue #19085: Fix Tkinter tests with Tcl/Tk 8.4. by Serhiy Storchaka · 11 years ago
  79. 3c07135 Issue #19286: [distutils] Only match files in build_py.find_data_files. by Jason R. Coombs · 11 years ago
  80. 83aafda Issue #19286: Adding test demonstrating the failure when a directory is found in the package_data globs. by Jason R. Coombs · 11 years ago
  81. 090b6b1 Issue #10734: Fix and re-enable test_ttk test_heading_callback. by Serhiy Storchaka · 11 years ago
  82. dd80816 Issue #19085: Added basic tests for all tkinter widget options. by Serhiy Storchaka · 11 years ago
  83. a40f5b5 merge 2.7.6 release branch by Benjamin Peterson · 11 years ago
  84. 9fa6a8b fix xmlcharrefreplace tests on wide build when tests are loaded from .py[co] files. by Benjamin Peterson · 11 years ago
  85. 1fdc702 Issue #19457: Fixed xmlcharrefreplace tests on wide build when tests are by Serhiy Storchaka · 11 years ago
  86. 41e9b40 Issue #19455: Corrected inaccuracies in documentation and corrected some incorrect cross-references. by Vinay Sajip · 11 years ago
  87. ae7894c merge 2.7.6 release branch by Benjamin Peterson · 11 years ago
  88. 1ef959a use the collapsed path in the run_cgi method (closes #19435) by Benjamin Peterson · 11 years ago
  89. 285e2e8 merge 2.7.6 branch by Benjamin Peterson · 11 years ago
  90. db78e43 fix language by Christian Heimes · 11 years ago
  91. 3e44e3f merge 2.7.6 release branch by Benjamin Peterson · 11 years ago
  92. 88b2220 Issue #18747: document issue with OpenSSL's CPRNG state and fork by Christian Heimes · 11 years ago
  93. 448eb31 Issue #19227 / Issue #18747: Remove pthread_atfork() handler to remove OpenSSL re-seeding by Christian Heimes · 11 years ago
  94. 41a7d5e Issue #19227 / Issue #18747: Remove pthread_atfork() handler to remove OpenSSL re-seeding by Christian Heimes · 11 years ago
  95. 5dba9f6 merge 2.7.6 release branch by Benjamin Peterson · 11 years ago
  96. e18b82d backport #19426 by Benjamin Peterson · 11 years ago
  97. 95b6f25 2.6.9 final by Barry Warsaw · 11 years ago
  98. 428f82d Added tag v2.6.9 for changeset fcb3ec2842f9 by Barry Warsaw · 11 years ago
  99. 8493c0c version bump by Barry Warsaw · 11 years ago
  100. c26efbb updating topics by Barry Warsaw · 11 years ago