1. 9ffb148 Fixes Issue #17200: telnetlib's read_until and expect timeout was broken by the by Gregory P. Smith · 11 years ago
  2. 278543d Issue #18270: Prevent possible IDLE AttributeError on OS X when no initial by Ned Deily · 11 years ago
  3. b06231a Issue #19572: Replace a return that shouldn't have been removed from test_os. by Zachary Ware · 11 years ago
  4. 227c01a Issue #19928: Fix test on Windows by Zachary Ware · 11 years ago
  5. 1f70221 Issue #19572: More silently skipped tests explicitly skipped. by Zachary Ware · 11 years ago
  6. 284164b Skip test for #19878 on Windows. by Nadeem Vawda · 11 years ago
  7. 89c19fd #19943: fix typo noticed by Jakub Wilk. by Ezio Melotti · 11 years ago
  8. 73188fb Issue #19407: add Python Packaging User Guide notes by Nick Coghlan · 11 years ago
  9. 95d7219 Issue #19928: Implemented a test for repr() of cell objects. by Serhiy Storchaka · 11 years ago
  10. 7057f3f Issue #19481: print() of unicode, str or bytearray subclass instance in IDLE by Serhiy Storchaka · 11 years ago
  11. 7821ff3 Issue #19932: Fix typo in import.h, missing whitespaces in function prototypes. by Victor Stinner · 11 years ago
  12. 5493d5e Issue #19099: The struct module now supports Unicode format strings. by Serhiy Storchaka · 11 years ago
  13. 337c50b Closes #19878: Fix segfault in bz2 module. by Nadeem Vawda · 11 years ago
  14. 7c57385 Issue #16373: Prevent infinite recursion for ABC Set class comparisons. by Serhiy Storchaka · 11 years ago
  15. d919da9 Added minor clarification in logging HOWTO. by Vinay Sajip · 11 years ago
  16. 197e71b Issue #18840: Introduce the json module in the tutorial, and deemphasize the pickle module. by Antoine Pitrou · 11 years ago
  17. 222b284 Issue #7105: weak dict iterators are fragile because of unpredictable GC runs by Kristján Valur Jónsson · 11 years ago
  18. c289fa7 Fudge - http.client doesn't exist in 2.7. Use Queue.Empty instead. by Tim Peters · 11 years ago
  19. 0ee9baa Issue #19138: doctest's IGNORE_EXCEPTION_DETAIL now allows no detail at all. by Tim Peters · 11 years ago
  20. 7b2ac60 Issue #19814: Clarify argparse's docs w.r.t prefix matching by Eli Bendersky · 11 years ago
  21. 7546220 Fixed JSON tests on wide build when ran from *.pyc files (issue #11489). by Serhiy Storchaka · 11 years ago
  22. df9460f Issue #6477: Revert fbb97f6eb3b3 as it broke test_xpickle. by Alexandre Vassalotti · 11 years ago
  23. c6df622 Merge heads. by Alexandre Vassalotti · 11 years ago
  24. a293428 Issue #6477: Added pickling support for singletons and their types. by Alexandre Vassalotti · 11 years ago
  25. e9cb5e9 Issue #19789: Clarified documentation for logging.disable. by Vinay Sajip · 11 years ago
  26. 34ca066 Fix typo in Misc/NEWS. by Alexandre Vassalotti · 11 years ago
  27. 1d3a173 Issue #16231: Allow false values other than None to be used as persistent IDs. by Alexandre Vassalotti · 11 years ago
  28. 72a01b2 Issue #19595: Re-enable a long-disabled test in test_winsound by Zachary Ware · 11 years ago
  29. 26d936a Issue #19795: Improved markup of True/False constants. by Serhiy Storchaka · 11 years ago
  30. 71142c4 Fix indentation from previous commit by Eli Bendersky · 11 years ago
  31. f933e08 Issue #19815: Fix segfault when parsing empty namespace declaration. by Eli Bendersky · 11 years ago
  32. cf6a3e2 Skip test_find_mac on Windows (issue #19804). by Serhiy Storchaka · 11 years ago
  33. 2a57009 Merge heads by Zachary Ware · 11 years ago
  34. c0aa245 Issue #19588: Fixed tests in test_random that were silently skipped most by Zachary Ware · 11 years ago
  35. 6d9d30d Issue #11508: Fixed uuid.getnode() and uuid.uuid1() on environment with by Serhiy Storchaka · 11 years ago
  36. dafda9b Issue #11489: JSON decoder now accepts lone surrogates. by Serhiy Storchaka · 11 years ago
  37. 60e361f Fix misuse of the bigmemtest decorator by Antoine Pitrou · 11 years ago
  38. c02c6df Issue #19638: Skip large digit string tests on 32-bit platforms. by Mark Dickinson · 11 years ago
  39. c2f8c81 Issue #19638: Raise ValueError instead of crashing when converting billion character strings to float. by Mark Dickinson · 11 years ago
  40. 9f91d35 Issue #19794: Improved markup for True/False constants. by Serhiy Storchaka · 11 years ago
  41. 1313368 Issue #19691: remove outdated mention about RuntimeError by Antoine Pitrou · 11 years ago
  42. d061efa Fix suspicious markup and sort ignorelist. by Georg Brandl · 11 years ago
  43. d899caa Fix test_fcntl to run properly on systems that do not support the flags by Gregory P. Smith · 11 years ago
  44. 9cfd466 fix docstring. extra \. by Gregory P. Smith · 11 years ago
  45. d82634d Fix test.test_support.bind_port() to not cause an error when Python was by Gregory P. Smith · 11 years ago
  46. 2612679 #19620: Fix typo in docstring (noticed by Christopher Welborn). by Ezio Melotti · 11 years ago
  47. ef15361 Document that @property can incorporate a docstring from the getter method. Improve readabilty with additional whitespace. by Raymond Hettinger · 11 years ago
  48. 7610ec2 Fixed merging error in changeset 3912934e99ba (issue #19733). by Serhiy Storchaka · 11 years ago
  49. 40dcf7f Doc/Makefile: also do "make suspicious" during daily autobuild by Georg Brandl · 11 years ago
  50. f532e7f Add 2.7.7 uuids. by Martin v. Löwis · 11 years ago
  51. 358da5b Issue #19308: fix the gdb plugin on gdbs linked with Python 3 by Antoine Pitrou · 11 years ago
  52. 9ec0722 Issue #19733: Temporary disable test_image on MacOSX. by Serhiy Storchaka · 11 years ago
  53. 62cd124 Print Tk patchlevel in Tk and Ttk tests in verbose mode (issue19654). by Serhiy Storchaka · 11 years ago
  54. 6d24a6e Issue #19599: Use a separate pool for test_terminate(). by Richard Oudkerk · 11 years ago
  55. 5397c97 Issue #19633: Fixed writing not compressed 16- and 32-bit wave files on by Serhiy Storchaka · 11 years ago
  56. 78ecaba Print Tk patchlevel in test_tcl in verbose mode (issue19654). by Serhiy Storchaka · 11 years ago
  57. eccf9c2 #19449: Handle non-string keys when generating 'fieldnames' error. by R David Murray · 11 years ago
  58. bab2415 - Update config.{guess,sub} for new ports. by doko@ubuntu.com · 11 years ago
  59. 000b4c5 Issue #19603: Use specific asserts in test_decr. by Serhiy Storchaka · 11 years ago
  60. ca035a8 Fix buildbot failure by Antoine Pitrou · 11 years ago
  61. 4645bb6 Fix indentation in doc example. by Ezio Melotti · 11 years ago
  62. 65162a7 Issue #19599: Increase sleep period. by Richard Oudkerk · 11 years ago
  63. 3f8376e Fix handling of SystemExit and exit code. Patch by Brodie Rao. by Richard Oudkerk · 11 years ago
  64. a69712c Issue 16998: Clarify that += on a shared value is not atomic. by Richard Oudkerk · 11 years ago
  65. f7a5247 Issue #19508: warn that ssl doesn't validate certificates by default by Antoine Pitrou · 11 years ago
  66. be1d3c1 Issue #19606: Use specific asserts in cookielib tests. by Serhiy Storchaka · 11 years ago
  67. ca626b1 Issue #19607: Use specific asserts in weakref tests. by Serhiy Storchaka · 11 years ago
  68. 1438b98 Issue #19605: Use specific asserts in datetime tests by Serhiy Storchaka · 11 years ago
  69. 3dbbef9 Fix merge error in issue #19602. by Serhiy Storchaka · 11 years ago
  70. ae75c83 Merge heads by Serhiy Storchaka · 11 years ago
  71. e3c6136 #19238: fix typo in documentation. by Ezio Melotti · 11 years ago
  72. 843ef75 Issue #19604: Use specific asserts in array tests. by Serhiy Storchaka · 11 years ago
  73. 3f2aade Issue #19602: Use specific asserts in tkinter tests. by Serhiy Storchaka · 11 years ago
  74. 3c1198d Issue #19601: Use specific asserts in sqlite3 tests. by Serhiy Storchaka · 11 years ago
  75. 25a23ef Issue #19600: Use specific asserts in distutils tests. by Serhiy Storchaka · 11 years ago
  76. 9788e86 Issue #19594: Use specific asserts in unittest tests. by Serhiy Storchaka · 11 years ago
  77. 52bbeac Issue #19591: Use specific asserts in ctype tests. by Serhiy Storchaka · 11 years ago
  78. 1153757 Issue #19590: Use specific asserts in email tests. by Serhiy Storchaka · 11 years ago
  79. 91bf058 Issue #12853: Correct NameError in distutils upload command. by Jason R. Coombs · 11 years ago
  80. 6afafc7 Issue #19504: Used American spelling for 'customize'. by Vinay Sajip · 11 years ago
  81. 47fe468 Issue #19523: Closed FileHandler leak which occurred when delay was set. by Vinay Sajip · 11 years ago
  82. 0a89b15 Issue #19592: Use specific asserts in lib2to3 tests. by Serhiy Storchaka · 11 years ago
  83. 01bdeec a post-2.7.6 world by Benjamin Peterson · 11 years ago
  84. 086840a merge 2.7.6 release branch by Benjamin Peterson · 11 years ago
  85. b70ea07 Added tag v2.7.6 for changeset 3a1db0d2747e by Benjamin Peterson · 11 years ago
  86. 2785195 2.7.6 final by Benjamin Peterson · 11 years ago
  87. c47d723 Issue #1575020: Fixed support of 24-bit wave files on big-endian platforms. by Serhiy Storchaka · 11 years ago
  88. f87854e Fix Tkinter tests on Tk 8.5 with patchlevel < 8.5.11 (issue #19085). by Serhiy Storchaka · 11 years ago
  89. b814745 #19480: HTMLParser now accepts all valid start-tag names as defined by the HTML5 standard. by Ezio Melotti · 11 years ago
  90. a691219 backport #18985: Improve fcntl documentation. by R David Murray · 11 years ago
  91. 27cadd7 Revert wrong change in previous commit (issue #19085). by Serhiy Storchaka · 11 years ago
  92. 0db03be Merge heads by Serhiy Storchaka · 11 years ago
  93. 0a4b07b Fix test_insertwidth Tkinter tests on Tk 8.5 with patchlevel >= 8.5.12 (issue #19085). by Serhiy Storchaka · 11 years ago
  94. 3de2104 merge 2.7.6 release branch by Benjamin Peterson · 11 years ago
  95. 1185273 Issue #15663: Revert OS X installer built-in Tcl/Tk support for 2.7.6. by Ned Deily · 11 years ago
  96. 52c48fd Issue #15663: Revert OS X installer built-in Tcl/Tk support for 2.7.6. by Ned Deily · 11 years ago
  97. c0e6047 Issue #19397: test_pydoc now works with -S (help not added to builtins). by Terry Jan Reedy · 11 years ago
  98. e765a20 merge 2.7.6 release branch by Benjamin Peterson · 11 years ago
  99. 3ecd17e Issue #19085: Fix running test_ttk_textonly on displayless host. by Serhiy Storchaka · 11 years ago
  100. c4051a8 Issue #19085: Fix Tkinter tests on Tk 8.5 with patchlevel < 8.5.12. by Serhiy Storchaka · 11 years ago