1. 997d05d merge by Georg Brandl · 12 years ago
  2. 3eab6b3 Issue #17606: Fixed support of encoded byte strings in the XMLGenerator by Serhiy Storchaka · 12 years ago
  3. 88f4dd6 bump to 3.3.2 by Georg Brandl · 12 years ago
  4. 521ed52 Closes issue #17732: ignore install-directory specific options in by Georg Brandl · 12 years ago
  5. b3bd624 Back out patch for #1159051, which caused backwards compatibility problems. by Georg Brandl · 12 years ago
  6. 64949fa merge with 3.2 by Georg Brandl · 12 years ago
  7. c502df4 Issue #17915: Fix interoperability of xml.sax with file objects returned by by Georg Brandl · 12 years ago
  8. 93b061b Issue #1159051: Back out a fix for handling corrupted gzip files that by Georg Brandl · 12 years ago
  9. 831ae84 merge heads by Georg Brandl · 12 years ago
  10. 0d4931e prevent IDLE from trying to close when sys.stdin is reassigned (#17838) by Benjamin Peterson · 12 years ago
  11. aa6f688 only close non-None files by Benjamin Peterson · 12 years ago
  12. ce82d57 #17809: fix a test failure in test_expanduser when $HOME has a trailing /. Patch by Kubilay Kocak. by Ezio Melotti · 12 years ago
  13. 263fab9 Issue #16601: Restarting iteration over tarfile no more continues from where by Serhiy Storchaka · 12 years ago
  14. 6bcc0f1 #17877: skip test if the Olson's TZ database is missing. by Ezio Melotti · 12 years ago
  15. def51ca Issue #17805: Add AsyncResult alias for ApplyResult by Richard Oudkerk · 12 years ago
  16. 9bc7b79 #13495: Avoid loading the color delegator twice in IDLE. by Roger Serwy · 12 years ago
  17. 5b1ab24 #17798: Allow IDLE to edit new files when specified on command line. by Roger Serwy · 12 years ago
  18. dea2ec4 Fix a test to not use an assertion for something that could be by Brett Cannon · 12 years ago
  19. 28faf03 #7855: Add tests for ctypes/winreg for issues found in IronPython. Initial patch by Dino Viehland. by Ezio Melotti · 12 years ago
  20. 59115aa Issue #16316: mimetypes now recognizes the .xz and .txz (.tar.xz) extensions. by Serhiy Storchaka · 12 years ago
  21. 9d0f772 Issue #15902: Fix imp.load_module() to accept None as a file when by Brett Cannon · 12 years ago
  22. b98dcc1 Issue #15535: Fix pickling of named tuples. by Raymond Hettinger · 12 years ago
  23. 8e596a7 #17802: Fix an UnboundLocalError in html.parser. Initial tests by Thomas Barlow. by Ezio Melotti · 12 years ago
  24. 81641d6 Issue #17712: Fix test_gdb failures on Ubuntu 13.04. by Antoine Pitrou · 12 years ago
  25. 7d11004 raise an ImportError (rather than fatal) when __import__ is not found in __builtins__ (closes #17867) by Benjamin Peterson · 12 years ago
  26. 5a4c233 Issue #17358: imp.load_source() and load_compiled() should now return by Brett Cannon · 12 years ago
  27. abac0a7 Added base64 module tests for non-binary files. by Serhiy Storchaka · 12 years ago
  28. 017523c Issue #17842. Added base64 module tests with bytearray arguments. by Serhiy Storchaka · 12 years ago
  29. ba2f8be Issue #17843: Remove bz2 test data that triggers antivirus warnings. by Georg Brandl · 12 years ago
  30. ce654f4 Issue #15535: Fix pickling of named tuples. by Georg Brandl · 12 years ago
  31. 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
  32. 6ae4667 clean the environment from pre-existing PYTHONWARNINGS for test_warnings by Łukasz Langa · 12 years ago
  33. 20ea96f backported rev 79713 from 3.4, test_recursion_limit skipped for -O0 by Łukasz Langa · 12 years ago
  34. fa60818 fix character index in ExtendedInterpolation's exception message by Łukasz Langa · 12 years ago
  35. 326edfd Ensure that plistlib doesn't corrupt deeply nested datastructures by Ronald Oussoren · 12 years ago
  36. 81a5855 Issue #11714: Use 'with' statements to assure a Semaphore releases a by Serhiy Storchaka · 12 years ago
  37. e917052 Issue #17795: Reverted backwards-incompatible change in SysLogHandler with Unix domain sockets. by Vinay Sajip · 12 years ago
  38. 4140fb5 #17065: Use process-unique key for winreg test. by R David Murray · 12 years ago
  39. 65f7a9e Remove duplicated tests. by Ezio Melotti · 12 years ago
  40. 1f7492c Isuse #17720: Fix APPENDS handling in the Python implementation of Unpickler by Alexandre Vassalotti · 12 years ago
  41. 3583761 #17413: make sure settrace funcs get passed exception instances for 'value'. by R David Murray · 12 years ago
  42. ab5ba79 #17790: test_set now works with unittest test discovery. Patch by Zachary Ware. by Ezio Melotti · 12 years ago
  43. 3e4a98b #17789: test_random now works with unittest test discovery. Patch by Zachary Ware. by Ezio Melotti · 12 years ago
  44. aaa5d1c #17779: test_osx_env now works with unittest test discovery. Patch by Zachary Ware. by Ezio Melotti · 12 years ago
  45. 409c313 Issue #17555: Fix ForkAwareThreadLock so that size of after fork by Richard Oudkerk · 12 years ago
  46. b38897f Fix issue #17707: multiprocessing.Queue's get() method does not block for short timeouts. by Giampaolo Rodola' · 12 years ago
  47. 643ea53 #14735: Update IDLE docs to omit "Control-z on Windows". by Roger Serwy · 12 years ago
  48. d13c008 #17766: test_iterlen now works with unittest test discovery. Patch by Zachary Ware. by Ezio Melotti · 12 years ago
  49. 20c08c8 Remove unused import. by Barry Warsaw · 12 years ago
  50. 618738b - Issue #17012: shutil.which() no longer fallbacks to the PATH environment by Barry Warsaw · 12 years ago
  51. 3034efd Issue #17710: Fix pickle raising a SystemError on bogus input. by Antoine Pitrou · 12 years ago
  52. f1465f0 Close #17731: Clean up properly in test_import by Nick Coghlan · 12 years ago
  53. 26dfaac9 #17341: Include name in re error message about invalid group name. by R David Murray · 12 years ago
  54. 839e5ea Issue #17702: use assertRaises() for the unit test by Victor Stinner · 12 years ago
  55. 6d10139 Close #17702: os.environ now raises KeyError with the original environment by Victor Stinner · 12 years ago
  56. c4e0d98 Close issue #16163: handle submodules in pkgutil.iter_importers by Nick Coghlan · 12 years ago
  57. 8157459 Merge heads. by Alexandre Vassalotti · 12 years ago
  58. 8db89ca Issue #16550: Update the opcode descriptions of pickletools to use unsigned by Alexandre Vassalotti · 12 years ago
  59. 1d472b7 Closes #14462: allow any valid Python identifier in sre group names, as documented. by Georg Brandl · 12 years ago
  60. 6eea818 Fix pickling test in test_memoryio. by Alexandre Vassalotti · 12 years ago
  61. 9a7a811 Issue #16804: Fix 'python -S -m site' failure. by Meador Inge · 12 years ago
  62. 14ee3cf #2118: clarify smtplib exception documentation. by R David Murray · 12 years ago
  63. f756f94 #17571: remove broken links in datetime.py docstring. by Ezio Melotti · 12 years ago
  64. c973448 Issue #17715: Add missing NULL Check to PyNumber_Long. by Mark Dickinson · 12 years ago
  65. b4fd468 Revert changes for #13355 by request from Raymond Hettinger by Andrew Svetlov · 12 years ago
  66. 64aafeb Issue #16447: Fix potential segfault when setting __name__ on a class. by Mark Dickinson · 12 years ago
  67. eff6444 Fix whitespaces by Andrew Svetlov · 12 years ago
  68. a2dfc35 Issue #13355: Raise ValueError on random.triangular call with invalid params. by Andrew Svetlov · 12 years ago
  69. 7b2c8bb Issue #16658: add missing return to HTTPConnection.send(). by Andrew Svetlov · 12 years ago
  70. c2ecac4 #17692: test_sqlite now works with unittest test discovery. Patch by Zachary Ware. by Ezio Melotti · 12 years ago
  71. 1eafd10 #17585: Fixed IDLE regression. Now closes when using exit() or quit(). by Roger Serwy · 12 years ago
  72. 3836d70 #17690: test_time now works with unittest test discovery. Patch by Zachary Ware. by Ezio Melotti · 12 years ago
  73. 5e2f593 #14971: Use class method name, not function.__name__, during unittest discovery. by R David Murray · 12 years ago
  74. f49581c normalize whitespace by Senthil Kumaran · 12 years ago
  75. 277e9090 #5609 - test_urllib coverage for url2pathname and pathname2url. Patch by Senthil Kumaran · 12 years ago
  76. cd514cf #12820: add tests for the xml.dom.minicompat module. Patch by John Chandler and Phil Connell. by Ezio Melotti · 12 years ago
  77. d9fbf36 #17678: Fix DeprecationWarning in the http/cookiejar.py by changing the usage by Senthil Kumaran · 12 years ago
  78. d281c73 #17648 - convert test_urllib2.py doctests to unittests by Senthil Kumaran · 12 years ago
  79. 0803a39 #17657: Show full Tk version in IDLE's about dialog. Patch by Todd Rovito. by Roger Serwy · 12 years ago
  80. a6df938 Close #17666: Fix reading gzip files with an extra field. by Serhiy Storchaka · 12 years ago
  81. 7e69f00 Close #17666: Fix reading gzip files with an extra field. by Serhiy Storchaka · 12 years ago
  82. 7733be8 #17613: Prevent traceback when removing syntax colorizer in IDLE. by Roger Serwy · 12 years ago
  83. 6b2918a #1207589: Backwards-compatibility patch for right-click menu in IDLE. by Roger Serwy · 12 years ago
  84. 8b2cd75 Process DEFAULT values in mock side_effect that returns iterator. by Andrew Svetlov · 12 years ago
  85. 0ef392c #16887: IDLE now accepts Cancel in tabify/untabify dialog box. by Roger Serwy · 12 years ago
  86. 278d03b Revert a premature patch for issue #14010 (changeset aaaf36026511). by Serhiy Storchaka · 12 years ago
  87. e8f706e Issue #14010: Fix a crash when iterating or deleting deeply nested filters by Serhiy Storchaka · 12 years ago
  88. cca5548 merge with 3.3.1 release clone by Georg Brandl · 12 years ago
  89. 2fd4abe merge with 3.2 branch by Georg Brandl · 12 years ago
  90. 9aa23c5 Bump to 3.3.1. by Georg Brandl · 12 years ago v3.3.1
  91. 8bc7e31 Bump to 3.2.4. by Georg Brandl · 12 years ago v3.2.4
  92. 4a2ab12 Issue #17483: 3.3 Branch - Remove unreachable code in urllib.request by Senthil Kumaran · 12 years ago
  93. 38546ee close search and replace dialog after it is used (closes #17625) by Benjamin Peterson · 12 years ago
  94. 7684fa8 close search and replace dialog after it is used (closes #17625) by Benjamin Peterson · 12 years ago
  95. cf658c2 close search and replace dialog after it is used (closes #17625) by Benjamin Peterson · 12 years ago
  96. 0f38908 #17572: Avoid chained exceptions while passing bad directives to time.strptime(). Initial patch by Claudiu Popa. by Ezio Melotti · 12 years ago
  97. d8a4696 Use repr when printing unknown url type in urlopen. by R David Murray · 12 years ago
  98. 6b7a5ae #14254: IDLE now handles readline correctly across shell restarts. by Roger Serwy · 12 years ago
  99. 0d28a61 #17614: IDLE no longer raises exception when quickly closing a file. by Roger Serwy · 12 years ago
  100. d7c9d9c #17614: IDLE no longer raises exception when quickly closing a file. by Roger Serwy · 12 years ago