1. fbb9152 Issue #17838: merge with 3.3 by Georg Brandl · 11 years ago
  2. 0d4931e prevent IDLE from trying to close when sys.stdin is reassigned (#17838) by Benjamin Peterson · 11 years ago
  3. 43473e3 Diagnostics collected, test disabled for now. by Vinay Sajip · 11 years ago
  4. caf9eb8 Re-enabled test with more diagnostics. by Vinay Sajip · 11 years ago
  5. fc6f4cd merge 3.3 by Benjamin Peterson · 11 years ago
  6. aa6f688 only close non-None files by Benjamin Peterson · 11 years ago
  7. 2e8457d remove unused import by Benjamin Peterson · 11 years ago
  8. 2943cdb simplify #17947 test with weakrefs by Benjamin Peterson · 11 years ago
  9. 6832c81 #17927: Keep frame from referencing cell-ified arguments. by Guido van Rossum · 11 years ago
  10. 79ec9f0 #17809: merge with 3.3. by Ezio Melotti · 11 years ago
  11. ce82d57 #17809: fix a test failure in test_expanduser when $HOME has a trailing /. Patch by Kubilay Kocak. by Ezio Melotti · 11 years ago
  12. b3c5d85 Issue #16601: Restarting iteration over tarfile no more continues from where by Serhiy Storchaka · 11 years ago
  13. 263fab9 Issue #16601: Restarting iteration over tarfile no more continues from where by Serhiy Storchaka · 11 years ago
  14. 04e70d1 Issue #17807: Generators can now be finalized even when they are part of a reference cycle. by Antoine Pitrou · 11 years ago
  15. d62a514 #17877: merge with 3.3. by Ezio Melotti · 11 years ago
  16. 6bcc0f1 #17877: skip test if the Olson's TZ database is missing. by Ezio Melotti · 11 years ago
  17. 0fbdf26 #16523: merge with 3.3. by Ezio Melotti · 11 years ago
  18. c41917f Correction for 4f82b6cfee46. by Richard Oudkerk · 11 years ago
  19. ad34ef8 Fix os.__all__ to is passes test___all__ by Richard Oudkerk · 11 years ago
  20. 577abe1 Skip failing test pending investigation. by Vinay Sajip · 11 years ago
  21. 37c7465 Issue #11816: Add missing test helper by Nick Coghlan · 11 years ago
  22. 8cecc8c Issue #7330: Implement width and precision (ex: "%5.3s") for the format string by Victor Stinner · 11 years ago
  23. 5f454a0 Issue #1545463: Global variables caught in reference cycles are now garbage-collected at shutdown. by Antoine Pitrou · 11 years ago
  24. d624517 Issue #11816: switch test_peepholer to bytecode_helper by Nick Coghlan · 11 years ago
  25. b39fd0c Issue #11816: multiple improvements to the dis module by Nick Coghlan · 11 years ago
  26. 9d35133 Issue #5845: avoid an exception at startup on OS X if no .editrc file exists. by Mark Dickinson · 11 years ago
  27. f3a0da2 Merge by Richard Oudkerk · 11 years ago
  28. def51ca Issue #17805: Add AsyncResult alias for ApplyResult by Richard Oudkerk · 11 years ago
  29. 8575783 Issue #13813: Embed stringification of remote traceback in local by Richard Oudkerk · 11 years ago
  30. 53683f6 #13495: merge with 3.3. by Roger Serwy · 11 years ago
  31. 9bc7b79 #13495: Avoid loading the color delegator twice in IDLE. by Roger Serwy · 11 years ago
  32. 7a3dae0 Issue #15528: Add weakref.finalize to support finalization using by Richard Oudkerk · 11 years ago
  33. 8408cea Issue #17094: Clear stale thread states after fork(). by Antoine Pitrou · 11 years ago
  34. 39b17c5 Backout 2e446e87ac5b; it breaks the unix buildbots. by Richard Oudkerk · 11 years ago
  35. f359302 Issue #15528: Add weakref.finalize to support finalization using by Richard Oudkerk · 11 years ago
  36. 2faf9b0 #17798: merge with 3.3. by Roger Serwy · 11 years ago
  37. 5b1ab24 #17798: Allow IDLE to edit new files when specified on command line. by Roger Serwy · 11 years ago
  38. dea2ec4 Fix a test to not use an assertion for something that could be by Brett Cannon · 11 years ago
  39. 8772b18 Change a test assertion to a conditional so the test will pass on Windows. by Brett Cannon · 11 years ago
  40. 9c1334e #17115: Remove what appears to be a useless chunk of code which broke by Brett Cannon · 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. 4e59af7 #7855: merge with 3.3. by Ezio Melotti · 11 years ago
  44. 28faf03 #7855: Add tests for ctypes/winreg for issues found in IronPython. Initial patch by Dino Viehland. by Ezio Melotti · 11 years ago
  45. 59115aa Issue #16316: mimetypes now recognizes the .xz and .txz (.tar.xz) extensions. by Serhiy Storchaka · 11 years ago
  46. 95ea11f add trailing newline to file by Brett Cannon · 11 years ago
  47. 1426853 Move test_imp over to unittest.main() by Brett Cannon · 11 years ago
  48. 130e481 Guard more tests in test_imp requiring imp.load_dynamic() to exist. by Brett Cannon · 11 years ago
  49. 2a9c653 #15902: merge w/ 3.3 by Brett Cannon · 11 years ago
  50. 9d0f772 Issue #15902: Fix imp.load_module() to accept None as a file when by Brett Cannon · 11 years ago
  51. 4072875 merge by Raymond Hettinger · 11 years ago
  52. b98dcc1 Issue #15535: Fix pickling of named tuples. by Raymond Hettinger · 11 years ago
  53. 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
  54. f6ca26f #17802: merge with 3.3. by Ezio Melotti · 11 years ago
  55. 8e596a7 #17802: Fix an UnboundLocalError in html.parser. Initial tests by Thomas Barlow. by Ezio Melotti · 11 years ago
  56. 1698bab #14679: add an __all__ (that contains only HTMLParser) to html.parser. by Ezio Melotti · 11 years ago
  57. ed52f6c #11078: test___all__ now checks for duplicates in __all__. Initial patch by R. David Murray. by Ezio Melotti · 11 years ago
  58. 4c09c2c Issue #17712: Fix test_gdb failures on Ubuntu 13.04. by Antoine Pitrou · 11 years ago
  59. 81641d6 Issue #17712: Fix test_gdb failures on Ubuntu 13.04. by Antoine Pitrou · 11 years ago
  60. 3b0431d check local class namespace before reaching for cells (closes #17853) by Benjamin Peterson · 11 years ago
  61. d9fec15 refactor traceback.py to reduce code duplication (closes #17646) by Benjamin Peterson · 11 years ago
  62. 5c08931 merge 3.3 by Benjamin Peterson · 11 years ago
  63. 7d11004 raise an ImportError (rather than fatal) when __import__ is not found in __builtins__ (closes #17867) by Benjamin Peterson · 11 years ago
  64. e1d30f2 merge for issue #17358 by Brett Cannon · 11 years ago
  65. 5a4c233 Issue #17358: imp.load_source() and load_compiled() should now return by Brett Cannon · 11 years ago
  66. 337f978 Added base64 module tests for non-binary files. by Serhiy Storchaka · 11 years ago
  67. abac0a7 Added base64 module tests for non-binary files. by Serhiy Storchaka · 11 years ago
  68. 1cda453 Issue #17842. Added base64 module tests with bytearray arguments. by Serhiy Storchaka · 11 years ago
  69. 017523c Issue #17842. Added base64 module tests with bytearray arguments. by Serhiy Storchaka · 11 years ago
  70. 9f14681 Issue #17804: New function ``struct.iter_unpack`` allows for streaming struct unpacking. by Antoine Pitrou · 11 years ago
  71. 3da6707 merge heads by Giampaolo Rodola' · 11 years ago
  72. 11a9bd6 ftplib: update connect() docstring by mentioning 'timeout' argument by Giampaolo Rodola' · 11 years ago
  73. f0f7cea 17830: preserve line endings of original file when updating keywords. by R David Murray · 11 years ago
  74. 5238092 Issue #17272: Making the urllib.request's Request.full_url a descriptor. Fixes by Senthil Kumaran · 11 years ago
  75. 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
  76. 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
  77. 51460cc Issue #17244: Windows doesn't let you set permissions on directories. by Brett Cannon · 11 years ago
  78. 06d3abb clean the environment from pre-existing PYTHONWARNINGS for test_warnings by Łukasz Langa · 11 years ago
  79. 6ae4667 clean the environment from pre-existing PYTHONWARNINGS for test_warnings by Łukasz Langa · 11 years ago
  80. 20ea96f backported rev 79713 from 3.4, test_recursion_limit skipped for -O0 by Łukasz Langa · 11 years ago
  81. f3d8fb1 fix character index in ExtendedInterpolation's exception message by Łukasz Langa · 11 years ago
  82. fa60818 fix character index in ExtendedInterpolation's exception message by Łukasz Langa · 11 years ago
  83. a8a5c58 (3.3->default) Ensure that plistlib doesn't corrupt deeply nested datastructures by Ronald Oussoren · 11 years ago
  84. 326edfd Ensure that plistlib doesn't corrupt deeply nested datastructures by Ronald Oussoren · 11 years ago
  85. b00b596 Issue #11714: Use 'with' statements to assure a Semaphore releases a by Serhiy Storchaka · 12 years ago
  86. 81a5855 Issue #11714: Use 'with' statements to assure a Semaphore releases a by Serhiy Storchaka · 12 years ago
  87. fcd9f22 Issue #16624: `subprocess.check_output` now accepts an `input` argument, by Serhiy Storchaka · 12 years ago
  88. 40589f4 Closes #17795: Reverted backwards-incompatible change in SysLogHandler with Unix domain sockets. by Vinay Sajip · 12 years ago
  89. e917052 Issue #17795: Reverted backwards-incompatible change in SysLogHandler with Unix domain sockets. by Vinay Sajip · 12 years ago
  90. 3927d80 Merge #17065: Use process-unique key for winreg test. by R David Murray · 12 years ago
  91. 4140fb5 #17065: Use process-unique key for winreg test. by R David Murray · 12 years ago
  92. 38bae2d Merge removal of duplicated tests from 3.3. by Ezio Melotti · 12 years ago
  93. 65f7a9e Remove duplicated tests. by Ezio Melotti · 12 years ago
  94. f3bc946 Merge 3.3 by Alexandre Vassalotti · 12 years ago
  95. 1f7492c Isuse #17720: Fix APPENDS handling in the Python implementation of Unpickler by Alexandre Vassalotti · 12 years ago
  96. a85017f Issue #16694: Add a pure Python implementation of the operator module. by Antoine Pitrou · 12 years ago
  97. c9f5ca2 Remove superfluous try/except by Eli Bendersky · 12 years ago
  98. bf05df2 Make license notices more consistent and remove old changelog. by Eli Bendersky · 12 years ago
  99. 87e984c #9607: restore keywords.kwlist after testing it. by R David Murray · 12 years ago
  100. 32a23c3 #9607: Add tests for the keyword module. by R David Murray · 12 years ago