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