1. 8575783 Issue #13813: Embed stringification of remote traceback in local by Richard Oudkerk · 11 years ago
  2. 53683f6 #13495: merge with 3.3. by Roger Serwy · 11 years ago
  3. 9bc7b79 #13495: Avoid loading the color delegator twice in IDLE. by Roger Serwy · 11 years ago
  4. 77371a5 merge by Raymond Hettinger · 11 years ago
  5. 44571da Issue 17862: Improve the signature of itertools grouper() recipe. by Raymond Hettinger · 11 years ago
  6. 7a3dae0 Issue #15528: Add weakref.finalize to support finalization using by Richard Oudkerk · 11 years ago
  7. 8408cea Issue #17094: Clear stale thread states after fork(). by Antoine Pitrou · 11 years ago
  8. 39b17c5 Backout 2e446e87ac5b; it breaks the unix buildbots. by Richard Oudkerk · 11 years ago
  9. f359302 Issue #15528: Add weakref.finalize to support finalization using by Richard Oudkerk · 11 years ago
  10. 2faf9b0 #17798: merge with 3.3. by Roger Serwy · 11 years ago
  11. 5b1ab24 #17798: Allow IDLE to edit new files when specified on command line. by Roger Serwy · 11 years ago
  12. 4adb566 Fix crash caused by 8c1385205a35 (thanks Arfrever for reporting). by Antoine Pitrou · 11 years ago
  13. fd417cc Fix crash caused by 8c1385205a35 (thanks Arfrever for reporting). by Antoine Pitrou · 11 years ago
  14. 0470cc9 merge w/ 3.3 by Brett Cannon · 11 years ago
  15. dea2ec4 Fix a test to not use an assertion for something that could be by Brett Cannon · 11 years ago
  16. 8772b18 Change a test assertion to a conditional so the test will pass on Windows. by Brett Cannon · 11 years ago
  17. 13853a6 #17115: I hate you MS for not supporting C99. by Brett Cannon · 11 years ago
  18. 4f9b434 merge by Brett Cannon · 11 years ago
  19. 9c1334e #17115: Remove what appears to be a useless chunk of code which broke by Brett Cannon · 11 years ago
  20. 52c5f85 Issue #14173: Avoid crashing when reading a signal handler during interpreter shutdown. by Antoine Pitrou · 11 years ago
  21. c8c952c Issue #14173: Avoid crashing when reading a signal handler during interpreter shutdown. by Antoine Pitrou · 11 years ago
  22. 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
  23. 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
  24. 609a56f Elaborate on bytes-like objects. by Antoine Pitrou · 11 years ago
  25. 5de183a Elaborate on bytes-like objects. by Antoine Pitrou · 11 years ago
  26. 1a6cb30 Issue #5845: Enable tab-completion in the interactive interpreter by default, thanks to a new sys.__interactivehook__. by Antoine Pitrou · 11 years ago
  27. 4c14b5d #17115,17116: Have modules initialize the __package__ and __loader__ by Brett Cannon · 11 years ago
  28. 4cfc0b5 #16518: merge with 3.3. by Ezio Melotti · 11 years ago
  29. c228e96 #16518: use "bytes-like object" throughout the docs. by Ezio Melotti · 11 years ago
  30. 4e59af7 #7855: merge with 3.3. by Ezio Melotti · 11 years ago
  31. 28faf03 #7855: Add tests for ctypes/winreg for issues found in IronPython. Initial patch by Dino Viehland. by Ezio Melotti · 11 years ago
  32. a8bc7fd Null merge (already committed in changeset a3ba5fe9bfd3) by Serhiy Storchaka · 11 years ago
  33. 59115aa Issue #16316: mimetypes now recognizes the .xz and .txz (.tar.xz) extensions. by Serhiy Storchaka · 11 years ago
  34. 95ea11f add trailing newline to file by Brett Cannon · 11 years ago
  35. 1426853 Move test_imp over to unittest.main() by Brett Cannon · 11 years ago
  36. 130e481 Guard more tests in test_imp requiring imp.load_dynamic() to exist. by Brett Cannon · 11 years ago
  37. 2a9c653 #15902: merge w/ 3.3 by Brett Cannon · 11 years ago
  38. 9d0f772 Issue #15902: Fix imp.load_module() to accept None as a file when by Brett Cannon · 11 years ago
  39. 4072875 merge by Raymond Hettinger · 11 years ago
  40. b98dcc1 Issue #15535: Fix pickling of named tuples. by Raymond Hettinger · 11 years ago
  41. 865eaa1 Closes #17892: Fix the name of _PyObject_CallMethodObjIdArgs by Alexandre Vassalotti · 11 years ago
  42. 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
  43. f6ca26f #17802: merge with 3.3. by Ezio Melotti · 11 years ago
  44. 8e596a7 #17802: Fix an UnboundLocalError in html.parser. Initial tests by Thomas Barlow. by Ezio Melotti · 11 years ago
  45. 8a42d60 Merge. by Charles-Francois Natali · 11 years ago
  46. 8dff4bd Move NEWS entry to the right section. by Ezio Melotti · 11 years ago
  47. f18a82d Issue #17529: Fix os.sendfile() documentation regarding the type of file by Charles-Francois Natali · 11 years ago
  48. a771a1b Issue #17529: Fix os.sendfile() documentation regarding the type of file by Charles-Francois Natali · 11 years ago
  49. 1698bab #14679: add an __all__ (that contains only HTMLParser) to html.parser. by Ezio Melotti · 11 years ago
  50. ed52f6c #11078: test___all__ now checks for duplicates in __all__. Initial patch by R. David Murray. by Ezio Melotti · 11 years ago
  51. 4c09c2c Issue #17712: Fix test_gdb failures on Ubuntu 13.04. by Antoine Pitrou · 11 years ago
  52. 81641d6 Issue #17712: Fix test_gdb failures on Ubuntu 13.04. by Antoine Pitrou · 11 years ago
  53. e1419e8 #16518: merge with 3.3. by Ezio Melotti · 11 years ago
  54. aa54e2f #16518: add "bytes-like object" to the glossary. by Ezio Melotti · 11 years ago
  55. 3b0431d check local class namespace before reaching for cells (closes #17853) by Benjamin Peterson · 11 years ago
  56. f256f5f #17881: merge with 3.3. by Ezio Melotti · 11 years ago
  57. ab6ab15 #17881: clarify documentation of plistlib. by Ezio Melotti · 11 years ago
  58. 60342fe merge (no news entry needed for this fix to an earlier 3.4 blunder by Gregory P. Smith · 11 years ago
  59. 2a6486c merge by Gregory P. Smith · 11 years ago
  60. 5d6620d fix the news entry, the description in 3.3 should be different by Gregory P. Smith · 11 years ago
  61. fde108b news entry by Gregory P. Smith · 11 years ago
  62. cf86d94 news entry by Gregory P. Smith · 11 years ago
  63. 9012f14 null merge by Gregory P. Smith · 11 years ago
  64. 671905d null merge by Gregory P. Smith · 11 years ago
  65. 910bfb7 This local change was lost during the fixing of issue17192 to update by Gregory P. Smith · 11 years ago
  66. d8fe1f7 * Fix remaining bits of issue 17192 for 3.4 - these changes by Gregory P. Smith · 11 years ago
  67. 5dc268e * Fix remaining bits of issue 17192 for 3.3 - these changes by Gregory P. Smith · 11 years ago
  68. 6897267 * Fix PART of issue 17192 for 3.4 - reapply the issue11729 patch by Gregory P. Smith · 11 years ago
  69. e9d0633 * Fix PART of issue 17192 for 3.3 - reapply the issue11729 patch by Gregory P. Smith · 11 years ago
  70. 9330597 * Fix issue 17192 for 3.2 - reapply the issue11729 patch that was undone by Gregory P. Smith · 11 years ago
  71. d9fec15 refactor traceback.py to reduce code duplication (closes #17646) by Benjamin Peterson · 11 years ago
  72. 0bb83f8 merge 3.3 (#17863) by Benjamin Peterson · 11 years ago
  73. fe1b22a ignore errors when trying to fetch sys.stdin.encoding (closes #17863) by Benjamin Peterson · 11 years ago
  74. 5c08931 merge 3.3 by Benjamin Peterson · 11 years ago
  75. 7d11004 raise an ImportError (rather than fatal) when __import__ is not found in __builtins__ (closes #17867) by Benjamin Peterson · 11 years ago
  76. 91c2f37 Null merge, DataHandler exists in 3.4. by R David Murray · 11 years ago
  77. 775ccdf #7152: Remove incorrectly added reference to DataHandler. by R David Murray · 11 years ago
  78. e1d30f2 merge for issue #17358 by Brett Cannon · 11 years ago
  79. 5a4c233 Issue #17358: imp.load_source() and load_compiled() should now return by Brett Cannon · 11 years ago
  80. d4c1b36 Merge: Reflow paragraphs. by R David Murray · 11 years ago
  81. 9330a94 Reflow paragraphs. by R David Murray · 11 years ago
  82. 876f08e Merge #7152: Clarify that ProxyHandler is added only if proxy settings are detected. by R David Murray · 11 years ago
  83. 5aea37a #7152: Clarify that ProxyHandler is added only if proxy settings are detected. by R David Murray · 11 years ago
  84. 337f978 Added base64 module tests for non-binary files. by Serhiy Storchaka · 11 years ago
  85. abac0a7 Added base64 module tests for non-binary files. by Serhiy Storchaka · 11 years ago
  86. 1cda453 Issue #17842. Added base64 module tests with bytearray arguments. by Serhiy Storchaka · 11 years ago
  87. 017523c Issue #17842. Added base64 module tests with bytearray arguments. by Serhiy Storchaka · 11 years ago
  88. 5f99fa7 Issue #17857: Prevent build failures with pre-3.5.0 versions of sqlite3, by Serhiy Storchaka · 11 years ago
  89. d160b12 Issue #17857: Prevent build failures with pre-3.5.0 versions of sqlite3, by Serhiy Storchaka · 11 years ago
  90. 1f6ee73 merge for issue #17357 by Brett Cannon · 11 years ago
  91. 4067aa2 Issue #17357: Use more stern wording for importlib.invalidate_caches(). by Brett Cannon · 11 years ago
  92. 9f14681 Issue #17804: New function ``struct.iter_unpack`` allows for streaming struct unpacking. by Antoine Pitrou · 11 years ago
  93. 3da6707 merge heads by Giampaolo Rodola' · 11 years ago
  94. 11a9bd6 ftplib: update connect() docstring by mentioning 'timeout' argument by Giampaolo Rodola' · 11 years ago
  95. f0f7cea 17830: preserve line endings of original file when updating keywords. by R David Murray · 11 years ago
  96. 5238092 Issue #17272: Making the urllib.request's Request.full_url a descriptor. Fixes by Senthil Kumaran · 11 years ago
  97. 34373b2 Issue #17835: Fix test_io when the default OS pipe buffer size is larger than one million bytes. by Antoine Pitrou · 11 years ago
  98. e1a1674 Issue #17835: Fix test_io when the default OS pipe buffer size is larger than one million bytes. by Antoine Pitrou · 11 years ago
  99. 51460cc Issue #17244: Windows doesn't let you set permissions on directories. by Brett Cannon · 11 years ago
  100. 208ac5c Issue #17832: fix a compilation warning about a function prototype. by Antoine Pitrou · 11 years ago