1. 4cfc0b5 #16518: merge with 3.3. by Ezio Melotti · 12 years ago
  2. c228e96 #16518: use "bytes-like object" throughout the docs. by Ezio Melotti · 12 years ago
  3. 4e59af7 #7855: merge with 3.3. by Ezio Melotti · 12 years ago
  4. 28faf03 #7855: Add tests for ctypes/winreg for issues found in IronPython. Initial patch by Dino Viehland. by Ezio Melotti · 12 years ago
  5. a8bc7fd Null merge (already committed in changeset a3ba5fe9bfd3) by Serhiy Storchaka · 12 years ago
  6. 59115aa Issue #16316: mimetypes now recognizes the .xz and .txz (.tar.xz) extensions. by Serhiy Storchaka · 12 years ago
  7. 95ea11f add trailing newline to file by Brett Cannon · 12 years ago
  8. 1426853 Move test_imp over to unittest.main() by Brett Cannon · 12 years ago
  9. 130e481 Guard more tests in test_imp requiring imp.load_dynamic() to exist. by Brett Cannon · 12 years ago
  10. 2a9c653 #15902: merge w/ 3.3 by Brett Cannon · 12 years ago
  11. 9d0f772 Issue #15902: Fix imp.load_module() to accept None as a file when by Brett Cannon · 12 years ago
  12. 4072875 merge by Raymond Hettinger · 12 years ago
  13. b98dcc1 Issue #15535: Fix pickling of named tuples. by Raymond Hettinger · 12 years ago
  14. 865eaa1 Closes #17892: Fix the name of _PyObject_CallMethodObjIdArgs by Alexandre Vassalotti · 12 years ago
  15. 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 · 12 years ago
  16. f6ca26f #17802: merge with 3.3. by Ezio Melotti · 12 years ago
  17. 8e596a7 #17802: Fix an UnboundLocalError in html.parser. Initial tests by Thomas Barlow. by Ezio Melotti · 12 years ago
  18. 8a42d60 Merge. by Charles-Francois Natali · 12 years ago
  19. 8dff4bd Move NEWS entry to the right section. by Ezio Melotti · 12 years ago
  20. f18a82d Issue #17529: Fix os.sendfile() documentation regarding the type of file by Charles-Francois Natali · 12 years ago
  21. a771a1b Issue #17529: Fix os.sendfile() documentation regarding the type of file by Charles-Francois Natali · 12 years ago
  22. 1698bab #14679: add an __all__ (that contains only HTMLParser) to html.parser. by Ezio Melotti · 12 years ago
  23. ed52f6c #11078: test___all__ now checks for duplicates in __all__. Initial patch by R. David Murray. by Ezio Melotti · 12 years ago
  24. 4c09c2c Issue #17712: Fix test_gdb failures on Ubuntu 13.04. by Antoine Pitrou · 12 years ago
  25. 81641d6 Issue #17712: Fix test_gdb failures on Ubuntu 13.04. by Antoine Pitrou · 12 years ago
  26. e1419e8 #16518: merge with 3.3. by Ezio Melotti · 12 years ago
  27. aa54e2f #16518: add "bytes-like object" to the glossary. by Ezio Melotti · 12 years ago
  28. 3b0431d check local class namespace before reaching for cells (closes #17853) by Benjamin Peterson · 12 years ago
  29. f256f5f #17881: merge with 3.3. by Ezio Melotti · 12 years ago
  30. ab6ab15 #17881: clarify documentation of plistlib. by Ezio Melotti · 12 years ago
  31. 60342fe merge (no news entry needed for this fix to an earlier 3.4 blunder by Gregory P. Smith · 12 years ago
  32. 2a6486c merge by Gregory P. Smith · 12 years ago
  33. 5d6620d fix the news entry, the description in 3.3 should be different by Gregory P. Smith · 12 years ago
  34. fde108b news entry by Gregory P. Smith · 12 years ago
  35. cf86d94 news entry by Gregory P. Smith · 12 years ago
  36. 9012f14 null merge by Gregory P. Smith · 12 years ago
  37. 671905d null merge by Gregory P. Smith · 12 years ago
  38. 910bfb7 This local change was lost during the fixing of issue17192 to update by Gregory P. Smith · 12 years ago
  39. d8fe1f7 * Fix remaining bits of issue 17192 for 3.4 - these changes by Gregory P. Smith · 12 years ago
  40. 5dc268e * Fix remaining bits of issue 17192 for 3.3 - these changes by Gregory P. Smith · 12 years ago
  41. 6897267 * Fix PART of issue 17192 for 3.4 - reapply the issue11729 patch by Gregory P. Smith · 12 years ago
  42. e9d0633 * Fix PART of issue 17192 for 3.3 - reapply the issue11729 patch by Gregory P. Smith · 12 years ago
  43. 9330597 * Fix issue 17192 for 3.2 - reapply the issue11729 patch that was undone by Gregory P. Smith · 12 years ago
  44. d9fec15 refactor traceback.py to reduce code duplication (closes #17646) by Benjamin Peterson · 12 years ago
  45. 0bb83f8 merge 3.3 (#17863) by Benjamin Peterson · 12 years ago
  46. fe1b22a ignore errors when trying to fetch sys.stdin.encoding (closes #17863) by Benjamin Peterson · 12 years ago
  47. 5c08931 merge 3.3 by Benjamin Peterson · 12 years ago
  48. 7d11004 raise an ImportError (rather than fatal) when __import__ is not found in __builtins__ (closes #17867) by Benjamin Peterson · 12 years ago
  49. 91c2f37 Null merge, DataHandler exists in 3.4. by R David Murray · 12 years ago
  50. 775ccdf #7152: Remove incorrectly added reference to DataHandler. by R David Murray · 12 years ago
  51. e1d30f2 merge for issue #17358 by Brett Cannon · 12 years ago
  52. 5a4c233 Issue #17358: imp.load_source() and load_compiled() should now return by Brett Cannon · 12 years ago
  53. d4c1b36 Merge: Reflow paragraphs. by R David Murray · 12 years ago
  54. 9330a94 Reflow paragraphs. by R David Murray · 12 years ago
  55. 876f08e Merge #7152: Clarify that ProxyHandler is added only if proxy settings are detected. by R David Murray · 12 years ago
  56. 5aea37a #7152: Clarify that ProxyHandler is added only if proxy settings are detected. by R David Murray · 12 years ago
  57. 337f978 Added base64 module tests for non-binary files. by Serhiy Storchaka · 12 years ago
  58. abac0a7 Added base64 module tests for non-binary files. by Serhiy Storchaka · 12 years ago
  59. 1cda453 Issue #17842. Added base64 module tests with bytearray arguments. by Serhiy Storchaka · 12 years ago
  60. 017523c Issue #17842. Added base64 module tests with bytearray arguments. by Serhiy Storchaka · 12 years ago
  61. 5f99fa7 Issue #17857: Prevent build failures with pre-3.5.0 versions of sqlite3, by Serhiy Storchaka · 12 years ago
  62. d160b12 Issue #17857: Prevent build failures with pre-3.5.0 versions of sqlite3, by Serhiy Storchaka · 12 years ago
  63. 1f6ee73 merge for issue #17357 by Brett Cannon · 12 years ago
  64. 4067aa2 Issue #17357: Use more stern wording for importlib.invalidate_caches(). by Brett Cannon · 12 years ago
  65. 9f14681 Issue #17804: New function ``struct.iter_unpack`` allows for streaming struct unpacking. by Antoine Pitrou · 12 years ago
  66. 3da6707 merge heads by Giampaolo Rodola' · 12 years ago
  67. 11a9bd6 ftplib: update connect() docstring by mentioning 'timeout' argument by Giampaolo Rodola' · 12 years ago
  68. f0f7cea 17830: preserve line endings of original file when updating keywords. by R David Murray · 12 years ago
  69. 5238092 Issue #17272: Making the urllib.request's Request.full_url a descriptor. Fixes by Senthil Kumaran · 12 years ago
  70. 34373b2 Issue #17835: Fix test_io when the default OS pipe buffer size is larger than one million bytes. by Antoine Pitrou · 12 years ago
  71. e1a1674 Issue #17835: Fix test_io when the default OS pipe buffer size is larger than one million bytes. by Antoine Pitrou · 12 years ago
  72. 51460cc Issue #17244: Windows doesn't let you set permissions on directories. by Brett Cannon · 12 years ago
  73. 208ac5c Issue #17832: fix a compilation warning about a function prototype. by Antoine Pitrou · 12 years ago
  74. 45f3d2f Revert c9674421d78e, leaving an additional comment by Eli Bendersky · 12 years ago
  75. 06d3abb clean the environment from pre-existing PYTHONWARNINGS for test_warnings by Łukasz Langa · 12 years ago
  76. 6ae4667 clean the environment from pre-existing PYTHONWARNINGS for test_warnings by Łukasz Langa · 12 years ago
  77. 1ca17c2 null merge by Łukasz Langa · 12 years ago
  78. 20ea96f backported rev 79713 from 3.4, test_recursion_limit skipped for -O0 by Łukasz Langa · 12 years ago
  79. f3d8fb1 fix character index in ExtendedInterpolation's exception message by Łukasz Langa · 12 years ago
  80. fa60818 fix character index in ExtendedInterpolation's exception message by Łukasz Langa · 12 years ago
  81. a8a5c58 (3.3->default) Ensure that plistlib doesn't corrupt deeply nested datastructures by Ronald Oussoren · 12 years ago
  82. 326edfd Ensure that plistlib doesn't corrupt deeply nested datastructures by Ronald Oussoren · 12 years ago
  83. cbe19e5 #17729: merge with 3.3. by Ezio Melotti · 12 years ago
  84. d638381 #17729: remove the Advocacy HOWTO from the index. by Ezio Melotti · 12 years ago
  85. 99b3caf #17729: merge with 3.3. by Ezio Melotti · 12 years ago
  86. 8bdcaf7 #17729: remove the outdated Advocacy HOWTO, as suggested by the author. by Ezio Melotti · 12 years ago
  87. b00b596 Issue #11714: Use 'with' statements to assure a Semaphore releases a by Serhiy Storchaka · 12 years ago
  88. 81a5855 Issue #11714: Use 'with' statements to assure a Semaphore releases a by Serhiy Storchaka · 12 years ago
  89. fcd9f22 Issue #16624: `subprocess.check_output` now accepts an `input` argument, by Serhiy Storchaka · 12 years ago
  90. 1859fe8 Simplify the code of get_attrib_from_keywords somewhat. by Eli Bendersky · 12 years ago
  91. ed8b86d Issue #17736: fix misleading comment in _elementtree.c Patch by Jonas Wagner by Eli Bendersky · 12 years ago
  92. d4cb4b7 Issue #17736: fix misleading comment in _elementtree.c Patch by Jonas Wagner by Eli Bendersky · 12 years ago
  93. 40589f4 Closes #17795: Reverted backwards-incompatible change in SysLogHandler with Unix domain sockets. by Vinay Sajip · 12 years ago
  94. e917052 Issue #17795: Reverted backwards-incompatible change in SysLogHandler with Unix domain sockets. by Vinay Sajip · 12 years ago
  95. ca3f294 #15575: Clarify tutorial description of when modules are executed. by R David Murray · 12 years ago
  96. 25187e6 #15575: Clarify tutorial description of when modules are executed. by R David Murray · 12 years ago
  97. 7503b4f Issue #17670: merge from 3.3 by Ned Deily · 12 years ago
  98. bebe91a Issue #17670: Provide an example of expandtabs() usage. by Ned Deily · 12 years ago
  99. 3927d80 Merge #17065: Use process-unique key for winreg test. by R David Murray · 12 years ago
  100. 4140fb5 #17065: Use process-unique key for winreg test. by R David Murray · 12 years ago