1. 9855249 - Fix typos in the multiprocessing module. by doko@ubuntu.com · 11 years ago
  2. 96645cc - Issue #17754: Make ctypes.util.find_library() independent of the locale. by doko@ubuntu.com · 11 years ago
  3. 7423903 Issue #17606: Fixed support of encoded byte strings in the XMLGenerator by Serhiy Storchaka · 11 years ago
  4. 988aba3 onto 2.7.6 by Benjamin Peterson · 11 years ago
  5. 6b09dbc Added tag v2.7.5 for changeset ab05e7dd2788 by Benjamin Peterson · 11 years ago
  6. b6492dd update topics by Benjamin Peterson · 11 years ago
  7. 0864944 bump version to 2.7.5 by Benjamin Peterson · 11 years ago
  8. 5a27168 prevent IDLE from trying to close when sys.stdin is reassigned (#17838) by Benjamin Peterson · 11 years ago
  9. 6e165b4 backout 214d8909513d for regressions (#1159051) by Benjamin Peterson · 11 years ago
  10. c875966 -Wformat is needed by gcc 4.8 (closes #17547) by Benjamin Peterson · 11 years ago
  11. 5302ba8 #17949: fix merge glitch in itemgetter signature. Patch by Martijn Pieters. by Ezio Melotti · 11 years ago
  12. 67f84a7 #14878: add cross-reference to the yield statement. by Andrew Kuchling · 11 years ago
  13. ce34ba6 Issue #16601: Restarting iteration over tarfile no more continues from where by Serhiy Storchaka · 11 years ago
  14. 673770c Issue 16584: in filecomp._cmp, catch IOError as well as os.error. by Terry Jan Reedy · 11 years ago
  15. db03e6b Issue #17656: Skip test_extract_unicode_filenames if the FS encoding by Serhiy Storchaka · 11 years ago
  16. 5f4ba6b #16523: improve attrgetter/itemgetter/methodcaller documentation. by Ezio Melotti · 11 years ago
  17. 4ccdc96 Fix NEWS order by Antoine Pitrou · 11 years ago
  18. 1e18102 Issue #17928: Fix test_structmembers on 64-bit big-endian machines. by Antoine Pitrou · 11 years ago
  19. 38f1afe Issue #17926: Fix dbm.__contains__ on 64-bit big-endian machines. by Antoine Pitrou · 11 years ago
  20. 5939120 #17714: document that the base64 codec adds a trailing newline. by Ezio Melotti · 11 years ago
  21. 794e557 #17833: add debug output to investigate buildbot failure. by Ezio Melotti · 11 years ago
  22. a74e5c8 Issue 17920: Fix-up terminology in the set documentation by Raymond Hettinger · 11 years ago
  23. 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
  24. 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
  25. 880359c Issue #12181: select module: Fix struct kevent definition on OpenBSD 64-bit by Charles-Francois Natali · 11 years ago
  26. a9b90a7 Issue #17805: Add AsyncResult alias for ApplyResult by Richard Oudkerk · 11 years ago
  27. b1d6f85 Issue17883: Update to assertIn to see why test fails on one buildbot. by Terry Jan Reedy · 11 years ago
  28. 277c27c Issue 17862: Improve the signature of itertools grouper() recipe. by Raymond Hettinger · 11 years ago
  29. 6a4f394 #17883: Fix buildbot testing of Tkinter on Windows. Patch by Zachary Ware. by Ezio Melotti · 11 years ago
  30. d8931c3 Issue #14173: Avoid crashing when reading a signal handler during interpreter shutdown. by Antoine Pitrou · 11 years ago
  31. a09657e Elaborate on bytes-like objects. by Antoine Pitrou · 11 years ago
  32. 5cea09d #7855: Add tests for ctypes/winreg for issues found in IronPython. Initial patch by Dino Viehland. by Ezio Melotti · 11 years ago
  33. 6aca765 Issue #16316: mimetypes now recognizes the .xz and .txz (.tar.xz) extensions. by Serhiy Storchaka · 11 years ago
  34. 0801d73 Issue #15535: Fix regression in pickling of named tuples. by Raymond Hettinger · 11 years ago
  35. a1fb671 # 1722 - Add a note on urllib helper functions like splittype, splithost etc. by Senthil Kumaran · 11 years ago
  36. 71c1cff #16518: fix links in glossary entry. by Ezio Melotti · 11 years ago
  37. b996e04 Issue #17712: Fix test_gdb failures on Ubuntu 13.04. by Antoine Pitrou · 11 years ago
  38. 1c0d8a7 #16518: add "bytes-like object" to the glossary. by Ezio Melotti · 11 years ago
  39. 4832f34 move the NEWS entry to the right section and mention ctypes. by Gregory P. Smith · 11 years ago
  40. b0cabc2 NEWS entry by Gregory P. Smith · 11 years ago
  41. 06544ea This local change was lost during the fixing of issue17192 to update by Gregory P. Smith · 11 years ago
  42. 183dc46 #17866: mention that in Python 3, assertItemsEqual is named assertCountEqual. by Ezio Melotti · 11 years ago
  43. fc45ce8 #7152: Remove incorrectly added reference to DataHandler. by R David Murray · 11 years ago
  44. c1ea5ec Add missing NEWS entry for issue #17843. by Nadeem Vawda · 11 years ago
  45. 8c6521b Issue #17843: Remove bz2 test data that triggers antivirus warnings. by Nadeem Vawda · 11 years ago
  46. 6596041 Reflow paragraph. by R David Murray · 11 years ago
  47. 806c1c9 #7152: Clarify that ProxyHandler is added only if proxy settings are detected. by R David Murray · 11 years ago
  48. 8118df7 Issue #17842. Added base64 module tests with bytearray arguments. by Serhiy Storchaka · 11 years ago
  49. 8493a04 Issue #17857: Prevent build failures with pre-3.5.0 versions of sqlite3, by Serhiy Storchaka · 11 years ago
  50. 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
  51. 7b0baf0 Ensure that plistlib doesn't corrupt deeply nested datastructures by Ronald Oussoren · 11 years ago
  52. 9d2d64f #17729: remove the Advocacy HOWTO from the index. by Ezio Melotti · 11 years ago
  53. d04c5d6 #17729: remove the outdated Advocacy HOWTO, as suggested by the author. by Ezio Melotti · 11 years ago
  54. d194b30 Issue #11714: Use 'with' statements to assure a Semaphore releases a by Serhiy Storchaka · 11 years ago
  55. 4dc385b Issue #17795: Reverted backwards-incompatible change in SysLogHandler with Unix domain sockets. by Vinay Sajip · 11 years ago
  56. 240a2fd #15575: Clarify tutorial description of when modules are executed. by R David Murray · 11 years ago
  57. 0729500 Issue #17670: Provide an example of expandtabs() usage. by Ned Deily · 11 years ago
  58. 5cbff51 #17065: Use process-unique key for winreg test. by R David Murray · 11 years ago
  59. 69f051c Issue #17801: fix shebang line of gprof2html.py by Ned Deily · 11 years ago
  60. e5af944 #17409: Document RLIM_INFINITY and use it to clarify the setrlimit docs. by R David Murray · 11 years ago
  61. 7bdd93c Issue #17555: Fix ForkAwareThreadLock so that size of after fork by Richard Oudkerk · 11 years ago
  62. 90f8b23 #14735: Update IDLE docs to omit "Control-z on Windows". by Roger Serwy · 11 years ago
  63. c973057 #17740: fix links to the socket function. Initial patch by Zachary Ware. by Ezio Melotti · 11 years ago
  64. f12f391 Issue #17739: fix the description of SSLSocket.getpeercert(binary_form=True) for server sockets. by Antoine Pitrou · 11 years ago
  65. be92971 Issue #17710: Fix cPickle raising a SystemError on bogus input. by Antoine Pitrou · 11 years ago
  66. 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
  67. 1b33206 #13510: clarify that f.readlines() is note necessary to iterate over a file. Patch by Dan Riti. by Ezio Melotti · 11 years ago
  68. 12ec99d Issue #17728: Specify default precision for float.format for presentation types e, f, and g. by Eric V. Smith · 11 years ago
  69. 6077339 #17341: Include name in re error message about invalid group name. by R David Murray · 11 years ago
  70. ff99e41 Issue #17221: Resort Misc/NEWS. by Serhiy Storchaka · 11 years ago
  71. 95aa172 Fix example ignoring ".svn" directories in compileall. by Georg Brandl · 11 years ago
  72. 34f5dd0 The Integral class does not contain implementations for the bit-shifting operations. (See #3056.) by Georg Brandl · 11 years ago
  73. e7fb700 The im_class of unbound class methods is actually not the same as im_self. by Georg Brandl · 11 years ago
  74. d4c45a9 Clarify that the function *definition* creates the function and the binding in the module globals. by Georg Brandl · 11 years ago
  75. 10bb21e Fix refcount leak in the reference counting example section (!). by Georg Brandl · 11 years ago
  76. ba58cbe Closes #13638: document PyErr_SetFromErrnoWithFilenameObject, by Georg Brandl · 11 years ago
  77. 2124dcd bind('') does not do the same as bind('localhost') by Georg Brandl · 11 years ago
  78. 827372e Closes #17661: fix references to repr() going to module repr. by Georg Brandl · 11 years ago
  79. dc18cb9 Closes #17726: small clarification in design FAQ. by Georg Brandl · 11 years ago
  80. 30a88fa Update using/mac documentation which was still on 2.5. by Georg Brandl · 11 years ago
  81. 7a48a8b Clarify point in name mangling doc. by Georg Brandl · 11 years ago
  82. 3a2b371 Reflow paragraph. by R David Murray · 11 years ago
  83. 2fc97e6 #2118: clarify smtplib exception documentation. by R David Murray · 11 years ago
  84. 616f2fe Issue #17016: Get rid of possible pointer wraparounds and integer overflows by Serhiy Storchaka · 11 years ago
  85. c2a4f6b #17686: fix broken link in Doc/using/unix.rst. Patch by Dan Riti. by Ezio Melotti · 11 years ago
  86. 5247730 null merge by Andrew Svetlov · 11 years ago
  87. 75f1fc2 Revert changes for #13355 by request from Raymond Hettinger by Andrew Svetlov · 11 years ago
  88. 66da7c5 - Issue #17536: Add to webbrowser's browser list: xdg-open, gvfs-open, by doko@ubuntu.com · 11 years ago
  89. f794b14 Issue #16447: Fix potential segfault when setting __name__ on a class. by Mark Dickinson · 11 years ago
  90. 6fa83f9 Issue #17656: Fix extraction of zip files with unicode member paths. by Serhiy Storchaka · 11 years ago
  91. b6cdae3 Issue #13355: Raise ValueError on random.triangular call with invalid params. by Andrew Svetlov · 11 years ago
  92. 0ba584c #6696: add documentation for the Profile objects, and improve profile/cProfile docs. Patch by Tom Pinckney. by Ezio Melotti · 11 years ago
  93. 53dc4f0 #17585: Fixed IDLE regression. Now closes when using exit() or quit(). by Roger Serwy · 11 years ago
  94. 77d8dbc - Issue #17086: Search the include and library directories provided by the by doko@ubuntu.com · 11 years ago
  95. 3218f65 #17635: fix wrong function name in multiprocessing docs. by Ezio Melotti · 11 years ago
  96. 5ef41ab - Issue #17682: Add the _io module to Modules/Setup.dist (commented out). by doko@ubuntu.com · 11 years ago
  97. 789299f #17657: Show full Tk version in IDLE's about dialog. Patch by Todd Rovito. by Roger Serwy · 11 years ago
  98. 371432b Close #17666: Fix reading gzip files with an extra field. by Serhiy Storchaka · 11 years ago
  99. 6cb4343 - Issue #13150, #17512: sysconfig no longer parses the Makefile and config.h by doko@ubuntu.com · 11 years ago
  100. 7e360b3 Issue #17662: fix socketmodule compilation with Setup.dist. by Kristjan Valur Jonsson · 11 years ago