1. 8d6834a Issue18130: Test class idlelib.configSectionNameDialog.GetCfgSectionNameDialog. by Terry Jan Reedy · 11 years ago
  2. 964c25f Fix #17967 - Fix related to regression on Windows. by Senthil Kumaran · 11 years ago
  3. 7351b66 Fix thishost helper funtion in urllib. Returns the ipaddress of localhost when by Senthil Kumaran · 11 years ago
  4. 243cb80 Fix #17967: For ftp urls CWD to target instead of hopping to each directory by Senthil Kumaran · 11 years ago
  5. a085f00 Fix #16450 test_missing_localfile testcase fails on misconfigured hostname. by Senthil Kumaran · 11 years ago
  6. 95787fd Issue #18094: test_uuid no more reports skipped tests as passed. by Serhiy Storchaka · 11 years ago
  7. b02a1b8 Issue #15392: Use test.test_support, as used test.support in 3.x. by Terry Jan Reedy · 11 years ago
  8. b8fd9ca Issue #15392: Create a unittest framework for IDLE, 2.7 version. by Terry Jan Reedy · 11 years ago
  9. 8e60f6e Issue #18098: The deprecated OS X Build Applet.app fails to build on by Ned Deily · 11 years ago
  10. 2c4810e #17403: urllib.parse.robotparser normalizes the urls before adding to ruleline. by Senthil Kumaran · 11 years ago
  11. 1ab29e7 Issue #18080: When building a C extension module on OS X, if the compiler by Ned Deily · 11 years ago
  12. 3fcf2d3 Issue #18085: Fix PyObject_CallMethodObjArgs()'s entry in refcounts.dat. by Serhiy Storchaka · 11 years ago
  13. 7393c69 Issue #18015: Fix unpickling of 2.7.3 and 2.7.4 namedtuples. by Raymond Hettinger · 11 years ago
  14. 16c52a3 Issue #17269: Workaround for a platform bug in getaddrinfo on OSX by Ronald Oussoren · 11 years ago
  15. 668b005 Issue #18031: %-formatting isn't dead yet and might pull through. by Raymond Hettinger · 11 years ago
  16. 674f4fa Issue #17532: Always include Options menu for IDLE on OS X. by Ned Deily · 11 years ago
  17. 1cf48b4 implement missing inequality on WeakSet by Benjamin Peterson · 11 years ago
  18. 54f7092 Issue #17844: Refactor a documentation of Python specific encodings. by Serhiy Storchaka · 11 years ago
  19. cb1a028 Issue #17979: Fixed the re module in build with --disable-unicode. by Serhiy Storchaka · 11 years ago
  20. e6f2e6c #17973: fix technical inaccuracy in faq entry (it now passes doctest). by R David Murray · 11 years ago
  21. 02c0ed0 #14146: Highlight source line while debugging on Windows. by Roger Serwy · 11 years ago
  22. d7cb506 Issue #18026: fix ctypes doc typo by Ned Deily · 11 years ago
  23. ed983ab #17973: Add FAQ entry for ([],)[0] += [1] both extending and raising. by R David Murray · 11 years ago
  24. b91ef00 add missing NULL check (closes #18019) by Benjamin Peterson · 11 years ago
  25. f41ffed Issue #11995: test_pydoc doesn't import all sys.path modules anymore. by Antoine Pitrou · 11 years ago
  26. bb6b51c Issue #17981: Closed socket on error in SysLogHandler. by Vinay Sajip · 11 years ago
  27. 6166709 Issue #17990: Only modify include and library search paths when cross-compiling. by Ned Deily · 11 years ago
  28. 9855249 - Fix typos in the multiprocessing module. by doko@ubuntu.com · 11 years ago
  29. 96645cc - Issue #17754: Make ctypes.util.find_library() independent of the locale. by doko@ubuntu.com · 11 years ago
  30. 7423903 Issue #17606: Fixed support of encoded byte strings in the XMLGenerator by Serhiy Storchaka · 11 years ago
  31. 988aba3 onto 2.7.6 by Benjamin Peterson · 11 years ago
  32. 6b09dbc Added tag v2.7.5 for changeset ab05e7dd2788 by Benjamin Peterson · 11 years ago
  33. b6492dd update topics by Benjamin Peterson · 11 years ago
  34. 0864944 bump version to 2.7.5 by Benjamin Peterson · 11 years ago
  35. 5a27168 prevent IDLE from trying to close when sys.stdin is reassigned (#17838) by Benjamin Peterson · 11 years ago
  36. 6e165b4 backout 214d8909513d for regressions (#1159051) by Benjamin Peterson · 11 years ago
  37. c875966 -Wformat is needed by gcc 4.8 (closes #17547) by Benjamin Peterson · 11 years ago
  38. 5302ba8 #17949: fix merge glitch in itemgetter signature. Patch by Martijn Pieters. by Ezio Melotti · 11 years ago
  39. 67f84a7 #14878: add cross-reference to the yield statement. by Andrew Kuchling · 11 years ago
  40. ce34ba6 Issue #16601: Restarting iteration over tarfile no more continues from where by Serhiy Storchaka · 11 years ago
  41. 673770c Issue 16584: in filecomp._cmp, catch IOError as well as os.error. by Terry Jan Reedy · 11 years ago
  42. db03e6b Issue #17656: Skip test_extract_unicode_filenames if the FS encoding by Serhiy Storchaka · 11 years ago
  43. 5f4ba6b #16523: improve attrgetter/itemgetter/methodcaller documentation. by Ezio Melotti · 11 years ago
  44. 4ccdc96 Fix NEWS order by Antoine Pitrou · 11 years ago
  45. 1e18102 Issue #17928: Fix test_structmembers on 64-bit big-endian machines. by Antoine Pitrou · 11 years ago
  46. 38f1afe Issue #17926: Fix dbm.__contains__ on 64-bit big-endian machines. by Antoine Pitrou · 11 years ago
  47. 5939120 #17714: document that the base64 codec adds a trailing newline. by Ezio Melotti · 11 years ago
  48. 794e557 #17833: add debug output to investigate buildbot failure. by Ezio Melotti · 11 years ago
  49. a74e5c8 Issue 17920: Fix-up terminology in the set documentation by Raymond Hettinger · 11 years ago
  50. f16ff7b Issue #17918: When using SSLSocket.accept(), if the SSL handshake failed on the new socket, the socket would linger indefinitely. by Antoine Pitrou · 11 years ago
  51. 31bc8be Issue #17289: The readline module now plays nicer with external modules or applications changing the rl_completer_word_break_characters global variable. by Antoine Pitrou · 11 years ago
  52. 880359c Issue #12181: select module: Fix struct kevent definition on OpenBSD 64-bit by Charles-Francois Natali · 11 years ago
  53. a9b90a7 Issue #17805: Add AsyncResult alias for ApplyResult by Richard Oudkerk · 11 years ago
  54. b1d6f85 Issue17883: Update to assertIn to see why test fails on one buildbot. by Terry Jan Reedy · 11 years ago
  55. 277c27c Issue 17862: Improve the signature of itertools grouper() recipe. by Raymond Hettinger · 11 years ago
  56. 6a4f394 #17883: Fix buildbot testing of Tkinter on Windows. Patch by Zachary Ware. by Ezio Melotti · 11 years ago
  57. d8931c3 Issue #14173: Avoid crashing when reading a signal handler during interpreter shutdown. by Antoine Pitrou · 11 years ago
  58. a09657e Elaborate on bytes-like objects. by Antoine Pitrou · 11 years ago
  59. 5cea09d #7855: Add tests for ctypes/winreg for issues found in IronPython. Initial patch by Dino Viehland. by Ezio Melotti · 11 years ago
  60. 6aca765 Issue #16316: mimetypes now recognizes the .xz and .txz (.tar.xz) extensions. by Serhiy Storchaka · 11 years ago
  61. 0801d73 Issue #15535: Fix regression in pickling of named tuples. by Raymond Hettinger · 11 years ago
  62. a1fb671 # 1722 - Add a note on urllib helper functions like splittype, splithost etc. by Senthil Kumaran · 11 years ago
  63. 71c1cff #16518: fix links in glossary entry. by Ezio Melotti · 11 years ago
  64. b996e04 Issue #17712: Fix test_gdb failures on Ubuntu 13.04. by Antoine Pitrou · 11 years ago
  65. 1c0d8a7 #16518: add "bytes-like object" to the glossary. by Ezio Melotti · 11 years ago
  66. 4832f34 move the NEWS entry to the right section and mention ctypes. by Gregory P. Smith · 11 years ago
  67. b0cabc2 NEWS entry by Gregory P. Smith · 11 years ago
  68. 06544ea This local change was lost during the fixing of issue17192 to update by Gregory P. Smith · 11 years ago
  69. 183dc46 #17866: mention that in Python 3, assertItemsEqual is named assertCountEqual. by Ezio Melotti · 11 years ago
  70. fc45ce8 #7152: Remove incorrectly added reference to DataHandler. by R David Murray · 11 years ago
  71. c1ea5ec Add missing NEWS entry for issue #17843. by Nadeem Vawda · 11 years ago
  72. 8c6521b Issue #17843: Remove bz2 test data that triggers antivirus warnings. by Nadeem Vawda · 11 years ago
  73. 6596041 Reflow paragraph. by R David Murray · 11 years ago
  74. 806c1c9 #7152: Clarify that ProxyHandler is added only if proxy settings are detected. by R David Murray · 11 years ago
  75. 8118df7 Issue #17842. Added base64 module tests with bytearray arguments. by Serhiy Storchaka · 11 years ago
  76. 8493a04 Issue #17857: Prevent build failures with pre-3.5.0 versions of sqlite3, by Serhiy Storchaka · 11 years ago
  77. 68915d7 Issue #17835: Fix test_io when the default OS pipe buffer size is larger than one million bytes. by Antoine Pitrou · 11 years ago
  78. 7b0baf0 Ensure that plistlib doesn't corrupt deeply nested datastructures by Ronald Oussoren · 11 years ago
  79. 9d2d64f #17729: remove the Advocacy HOWTO from the index. by Ezio Melotti · 11 years ago
  80. d04c5d6 #17729: remove the outdated Advocacy HOWTO, as suggested by the author. by Ezio Melotti · 11 years ago
  81. d194b30 Issue #11714: Use 'with' statements to assure a Semaphore releases a by Serhiy Storchaka · 11 years ago
  82. 4dc385b Issue #17795: Reverted backwards-incompatible change in SysLogHandler with Unix domain sockets. by Vinay Sajip · 11 years ago
  83. 240a2fd #15575: Clarify tutorial description of when modules are executed. by R David Murray · 11 years ago
  84. 0729500 Issue #17670: Provide an example of expandtabs() usage. by Ned Deily · 11 years ago
  85. 5cbff51 #17065: Use process-unique key for winreg test. by R David Murray · 11 years ago
  86. 69f051c Issue #17801: fix shebang line of gprof2html.py by Ned Deily · 11 years ago
  87. e5af944 #17409: Document RLIM_INFINITY and use it to clarify the setrlimit docs. by R David Murray · 11 years ago
  88. 7bdd93c Issue #17555: Fix ForkAwareThreadLock so that size of after fork by Richard Oudkerk · 11 years ago
  89. 90f8b23 #14735: Update IDLE docs to omit "Control-z on Windows". by Roger Serwy · 11 years ago
  90. c973057 #17740: fix links to the socket function. Initial patch by Zachary Ware. by Ezio Melotti · 11 years ago
  91. f12f391 Issue #17739: fix the description of SSLSocket.getpeercert(binary_form=True) for server sockets. by Antoine Pitrou · 11 years ago
  92. be92971 Issue #17710: Fix cPickle raising a SystemError on bogus input. by Antoine Pitrou · 11 years ago
  93. 108d1b4 Issue #17703: Fix a regression where an illegal use of Py_DECREF() after interpreter finalization can cause a crash. by Antoine Pitrou · 11 years ago
  94. 1b33206 #13510: clarify that f.readlines() is note necessary to iterate over a file. Patch by Dan Riti. by Ezio Melotti · 11 years ago
  95. 12ec99d Issue #17728: Specify default precision for float.format for presentation types e, f, and g. by Eric V. Smith · 11 years ago
  96. 6077339 #17341: Include name in re error message about invalid group name. by R David Murray · 11 years ago
  97. ff99e41 Issue #17221: Resort Misc/NEWS. by Serhiy Storchaka · 11 years ago
  98. 95aa172 Fix example ignoring ".svn" directories in compileall. by Georg Brandl · 11 years ago
  99. 34f5dd0 The Integral class does not contain implementations for the bit-shifting operations. (See #3056.) by Georg Brandl · 11 years ago
  100. e7fb700 The im_class of unbound class methods is actually not the same as im_self. by Georg Brandl · 11 years ago