1. 9b5d4d8 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
  2. a7f7deb 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
  3. b1294fa Issue #12181: select module: Fix struct kevent definition on OpenBSD 64-bit by Charles-Francois Natali · 11 years ago
  4. 002a77d Issue #12181: select module: Fix struct kevent definition on OpenBSD 64-bit by Charles-Francois Natali · 11 years ago
  5. 5f454a0 Issue #1545463: Global variables caught in reference cycles are now garbage-collected at shutdown. by Antoine Pitrou · 11 years ago
  6. 1df37c6 #17833: merge with 3.3 by David Malcolm · 11 years ago
  7. d08b210 #17833: fix test_gdb failures seen on PPC64 Linux in test_threads (test.test_gdb.PyBtTests) by David Malcolm · 11 years ago
  8. 5c29bb3 Merge #14187: Add glossary entry for 'function annotations'. by R David Murray · 11 years ago
  9. 25cd091 #14187: Add glossary entry for 'function annotations'. by R David Murray · 11 years ago
  10. d624517 Issue #11816: switch test_peepholer to bytecode_helper by Nick Coghlan · 11 years ago
  11. b39fd0c Issue #11816: multiple improvements to the dis module by Nick Coghlan · 11 years ago
  12. 9d35133 Issue #5845: avoid an exception at startup on OS X if no .editrc file exists. by Mark Dickinson · 11 years ago
  13. 60bb107 Correct issue number for c4f92b597074 in Misc/NEWS from #13813 to #13831 by Richard Oudkerk · 11 years ago
  14. f3a0da2 Merge by Richard Oudkerk · 11 years ago
  15. def51ca Issue #17805: Add AsyncResult alias for ApplyResult by Richard Oudkerk · 11 years ago
  16. 8575783 Issue #13813: Embed stringification of remote traceback in local by Richard Oudkerk · 11 years ago
  17. 53683f6 #13495: merge with 3.3. by Roger Serwy · 11 years ago
  18. 9bc7b79 #13495: Avoid loading the color delegator twice in IDLE. by Roger Serwy · 11 years ago
  19. 77371a5 merge by Raymond Hettinger · 11 years ago
  20. 44571da Issue 17862: Improve the signature of itertools grouper() recipe. by Raymond Hettinger · 11 years ago
  21. 7a3dae0 Issue #15528: Add weakref.finalize to support finalization using by Richard Oudkerk · 11 years ago
  22. 8408cea Issue #17094: Clear stale thread states after fork(). by Antoine Pitrou · 11 years ago
  23. 39b17c5 Backout 2e446e87ac5b; it breaks the unix buildbots. by Richard Oudkerk · 11 years ago
  24. f359302 Issue #15528: Add weakref.finalize to support finalization using by Richard Oudkerk · 11 years ago
  25. 2faf9b0 #17798: merge with 3.3. by Roger Serwy · 11 years ago
  26. 5b1ab24 #17798: Allow IDLE to edit new files when specified on command line. by Roger Serwy · 11 years ago
  27. 4adb566 Fix crash caused by 8c1385205a35 (thanks Arfrever for reporting). by Antoine Pitrou · 11 years ago
  28. fd417cc Fix crash caused by 8c1385205a35 (thanks Arfrever for reporting). by Antoine Pitrou · 11 years ago
  29. 0470cc9 merge w/ 3.3 by Brett Cannon · 11 years ago
  30. dea2ec4 Fix a test to not use an assertion for something that could be by Brett Cannon · 11 years ago
  31. 8772b18 Change a test assertion to a conditional so the test will pass on Windows. by Brett Cannon · 11 years ago
  32. 13853a6 #17115: I hate you MS for not supporting C99. by Brett Cannon · 11 years ago
  33. 4f9b434 merge by Brett Cannon · 11 years ago
  34. 9c1334e #17115: Remove what appears to be a useless chunk of code which broke by Brett Cannon · 11 years ago
  35. 52c5f85 Issue #14173: Avoid crashing when reading a signal handler during interpreter shutdown. by Antoine Pitrou · 11 years ago
  36. c8c952c Issue #14173: Avoid crashing when reading a signal handler during interpreter shutdown. by Antoine Pitrou · 11 years ago
  37. df6931d Issue #17408: Avoid using an obsolete instance of the copyreg module when the interpreter is shutdown and then started again. by Antoine Pitrou · 11 years ago
  38. 957a23b Issue #17408: Avoid using an obsolete instance of the copyreg module when the interpreter is shutdown and then started again. by Antoine Pitrou · 11 years ago
  39. 609a56f Elaborate on bytes-like objects. by Antoine Pitrou · 11 years ago
  40. 5de183a Elaborate on bytes-like objects. by Antoine Pitrou · 11 years ago
  41. 1a6cb30 Issue #5845: Enable tab-completion in the interactive interpreter by default, thanks to a new sys.__interactivehook__. by Antoine Pitrou · 11 years ago
  42. 4c14b5d #17115,17116: Have modules initialize the __package__ and __loader__ by Brett Cannon · 11 years ago
  43. 4cfc0b5 #16518: merge with 3.3. by Ezio Melotti · 11 years ago
  44. c228e96 #16518: use "bytes-like object" throughout the docs. by Ezio Melotti · 11 years ago
  45. 4e59af7 #7855: merge with 3.3. by Ezio Melotti · 11 years ago
  46. 28faf03 #7855: Add tests for ctypes/winreg for issues found in IronPython. Initial patch by Dino Viehland. by Ezio Melotti · 11 years ago
  47. a8bc7fd Null merge (already committed in changeset a3ba5fe9bfd3) by Serhiy Storchaka · 11 years ago
  48. 59115aa Issue #16316: mimetypes now recognizes the .xz and .txz (.tar.xz) extensions. by Serhiy Storchaka · 11 years ago
  49. 95ea11f add trailing newline to file by Brett Cannon · 11 years ago
  50. 1426853 Move test_imp over to unittest.main() by Brett Cannon · 11 years ago
  51. 130e481 Guard more tests in test_imp requiring imp.load_dynamic() to exist. by Brett Cannon · 11 years ago
  52. 2a9c653 #15902: merge w/ 3.3 by Brett Cannon · 11 years ago
  53. 9d0f772 Issue #15902: Fix imp.load_module() to accept None as a file when by Brett Cannon · 11 years ago
  54. 4072875 merge by Raymond Hettinger · 11 years ago
  55. b98dcc1 Issue #15535: Fix pickling of named tuples. by Raymond Hettinger · 11 years ago
  56. 865eaa1 Closes #17892: Fix the name of _PyObject_CallMethodObjIdArgs by Alexandre Vassalotti · 11 years ago
  57. 242db72 Issue #13721: SSLSocket.getpeercert() and SSLSocket.do_handshake() now raise an OSError with ENOTCONN, instead of an AttributeError, when the SSLSocket is not connected. by Antoine Pitrou · 11 years ago
  58. f6ca26f #17802: merge with 3.3. by Ezio Melotti · 11 years ago
  59. 8e596a7 #17802: Fix an UnboundLocalError in html.parser. Initial tests by Thomas Barlow. by Ezio Melotti · 11 years ago
  60. 8a42d60 Merge. by Charles-Francois Natali · 11 years ago
  61. 8dff4bd Move NEWS entry to the right section. by Ezio Melotti · 11 years ago
  62. f18a82d Issue #17529: Fix os.sendfile() documentation regarding the type of file by Charles-Francois Natali · 11 years ago
  63. a771a1b Issue #17529: Fix os.sendfile() documentation regarding the type of file by Charles-Francois Natali · 11 years ago
  64. 1698bab #14679: add an __all__ (that contains only HTMLParser) to html.parser. by Ezio Melotti · 11 years ago
  65. ed52f6c #11078: test___all__ now checks for duplicates in __all__. Initial patch by R. David Murray. by Ezio Melotti · 11 years ago
  66. 4c09c2c Issue #17712: Fix test_gdb failures on Ubuntu 13.04. by Antoine Pitrou · 11 years ago
  67. 81641d6 Issue #17712: Fix test_gdb failures on Ubuntu 13.04. by Antoine Pitrou · 11 years ago
  68. e1419e8 #16518: merge with 3.3. by Ezio Melotti · 11 years ago
  69. aa54e2f #16518: add "bytes-like object" to the glossary. by Ezio Melotti · 11 years ago
  70. 3b0431d check local class namespace before reaching for cells (closes #17853) by Benjamin Peterson · 11 years ago
  71. f256f5f #17881: merge with 3.3. by Ezio Melotti · 11 years ago
  72. ab6ab15 #17881: clarify documentation of plistlib. by Ezio Melotti · 11 years ago
  73. 60342fe merge (no news entry needed for this fix to an earlier 3.4 blunder by Gregory P. Smith · 11 years ago
  74. 2a6486c merge by Gregory P. Smith · 11 years ago
  75. 5d6620d fix the news entry, the description in 3.3 should be different by Gregory P. Smith · 11 years ago
  76. fde108b news entry by Gregory P. Smith · 11 years ago
  77. cf86d94 news entry by Gregory P. Smith · 11 years ago
  78. 9012f14 null merge by Gregory P. Smith · 11 years ago
  79. 671905d null merge by Gregory P. Smith · 11 years ago
  80. 910bfb7 This local change was lost during the fixing of issue17192 to update by Gregory P. Smith · 11 years ago
  81. d8fe1f7 * Fix remaining bits of issue 17192 for 3.4 - these changes by Gregory P. Smith · 11 years ago
  82. 5dc268e * Fix remaining bits of issue 17192 for 3.3 - these changes by Gregory P. Smith · 11 years ago
  83. 6897267 * Fix PART of issue 17192 for 3.4 - reapply the issue11729 patch by Gregory P. Smith · 11 years ago
  84. e9d0633 * Fix PART of issue 17192 for 3.3 - reapply the issue11729 patch by Gregory P. Smith · 11 years ago
  85. 9330597 * Fix issue 17192 for 3.2 - reapply the issue11729 patch that was undone by Gregory P. Smith · 11 years ago
  86. d9fec15 refactor traceback.py to reduce code duplication (closes #17646) by Benjamin Peterson · 11 years ago
  87. 0bb83f8 merge 3.3 (#17863) by Benjamin Peterson · 11 years ago
  88. fe1b22a ignore errors when trying to fetch sys.stdin.encoding (closes #17863) by Benjamin Peterson · 11 years ago
  89. 5c08931 merge 3.3 by Benjamin Peterson · 11 years ago
  90. 7d11004 raise an ImportError (rather than fatal) when __import__ is not found in __builtins__ (closes #17867) by Benjamin Peterson · 11 years ago
  91. 91c2f37 Null merge, DataHandler exists in 3.4. by R David Murray · 11 years ago
  92. 775ccdf #7152: Remove incorrectly added reference to DataHandler. by R David Murray · 11 years ago
  93. e1d30f2 merge for issue #17358 by Brett Cannon · 11 years ago
  94. 5a4c233 Issue #17358: imp.load_source() and load_compiled() should now return by Brett Cannon · 11 years ago
  95. d4c1b36 Merge: Reflow paragraphs. by R David Murray · 11 years ago
  96. 9330a94 Reflow paragraphs. by R David Murray · 11 years ago
  97. 876f08e Merge #7152: Clarify that ProxyHandler is added only if proxy settings are detected. by R David Murray · 11 years ago
  98. 5aea37a #7152: Clarify that ProxyHandler is added only if proxy settings are detected. by R David Murray · 11 years ago
  99. 337f978 Added base64 module tests for non-binary files. by Serhiy Storchaka · 11 years ago
  100. abac0a7 Added base64 module tests for non-binary files. by Serhiy Storchaka · 11 years ago