1. fd07415 Issue #2377: Make importlib the implementation of __import__(). by Brett Cannon · 12 years ago
  2. 0682a0c Minor docstring / docs corrections for unittest.mock by Michael Foord · 12 years ago
  3. 656319e Make unittest.mock.create_autospec resilient against AttributeError on original object by Michael Foord · 12 years ago
  4. c287062 unittest.mock.PropertyMock return value and attributes are now standard MagicMocks by Michael Foord · 12 years ago
  5. bbb6680 Have importlib take advantage of ImportError's new 'name' and 'path' attributes. by Brett Cannon · 12 years ago
  6. 79ec55e Issue #1559549: Add 'name' and 'path' attributes to ImportError. by Brett Cannon · 12 years ago
  7. f50b38a Merge #14399: zipfile now correctly handles comments added to empty zipfiles. by R David Murray · 12 years ago
  8. 80a133b code improvement. 'as cm' not required when not used. Review comment by Georg Brandl by Senthil Kumaran · 12 years ago
  9. ea16980 #14508: make gprof2html script runnable under python3 by R David Murray · 12 years ago
  10. 690598a merge to default - Issue 10484 - Incorporate improvements to CGI module - Suggested by Glenn Linderman. Refactor code and tests by Senthil Kumaran · 12 years ago
  11. d70846b 3.2 - Issue 10484 - Incorporate improvements to CGI module - Suggested by Glenn Linderman. Refactor code and tests by Senthil Kumaran · 12 years ago
  12. 08bd4aa use assertWarns instead of check_warnings - Issue14341 by Senthil Kumaran · 12 years ago
  13. a51497a Merge 3.2.3 release clone. by Georg Brandl · 12 years ago
  14. 9fe92d1 Make the trace module ignore modules whose names start with "<" and by Brett Cannon · 12 years ago
  15. d05853d merge - fix the incorrect changes made for PATH_INFO value - Issue10484 by Senthil Kumaran · 12 years ago
  16. dbb369d 3.2- fix the incorrect changes made for PATH_INFO value - Issue10484 by Senthil Kumaran · 12 years ago
  17. 4403601 Bump to 3.2.3 final. by Georg Brandl · 12 years ago
  18. 75d9aca Rename test_ file that is really a support file to remove test_ prefix. by R David Murray · 12 years ago
  19. 78fc25c #14533: if a test has no test_main, use loadTestsFromModule. by R David Murray · 12 years ago
  20. b019ee7 #12537: in mailbox avoid depending on knowledge of email package internals by R David Murray · 12 years ago
  21. c988e24 Remove redundancy in listing of all mailbox classes in test_mailbox. by R David Murray · 12 years ago
  22. c0aa9ee Fix the patch for issue #7978: select() raises select.error before 3.3, not OSError. by Antoine Pitrou · 12 years ago
  23. 0ec2c07 Fix flakiness in test_socketserver by Antoine Pitrou · 12 years ago
  24. f18d6f3 Fix flakiness in test_socketserver by Antoine Pitrou · 12 years ago
  25. c9e8e3c Issue #7978: socketserver now restarts the select() call when EINTR is returned. by Antoine Pitrou · 12 years ago
  26. b0a9c66 Issue #7978: socketserver now restarts the select() call when EINTR is returned. by Antoine Pitrou · 12 years ago
  27. f998810 Merge: Make test_mailbox runnable via python -m unittest. by R David Murray · 12 years ago
  28. 317c8d2 Make test_mailbox runnable via python -m unittest. by R David Murray · 12 years ago
  29. df97cbe Issue #14522: Avoid duplicating socket handles in multiprocessing.connection. by Antoine Pitrou · 12 years ago
  30. 52a11f1 Issue #14310: Catch testing errors when trying to create unsupported socket by Kristján Valur Jónsson · 12 years ago
  31. 10f383a Issue #14310: inter-process socket duplication for windows by Kristján Valur Jónsson · 12 years ago
  32. d62cd56 Issue #14500: Fix importlib.test.import_.test_packages to clean up by Brett Cannon · 12 years ago
  33. 83c02ee merge by Brett Cannon · 12 years ago
  34. b2e5818 Set a time threshold in test_asyncore.capture_server so that tests don't by Kristján Valur Jónsson · 12 years ago
  35. 3861a32 Merge #14492: fix some bugs in Tools/scripts/pdeps.py. by R David Murray · 12 years ago
  36. d3af634 #14492: fix some bugs in Tools/scripts/pdeps.py. by R David Murray · 12 years ago
  37. 0218428 Clarify that the purpose of computing all the miscellaneous collection types is to register them with the appropriate ABCs. by Raymond Hettinger · 12 years ago
  38. dfe980b Issue #8515: Set __file__ when run file in IDLE. by Andrew Svetlov · 12 years ago
  39. 0130ad1 Merge. by Stefan Krah · 12 years ago
  40. 73d2da4 Merge from 3.2 by Andrew Svetlov · 12 years ago
  41. 1024541 Issue #14496: Fix wrong name in idlelib/tabbedpages.py. Patch by Popa Claudiu. by Andrew Svetlov · 12 years ago
  42. ff3eca0 Allow printing a leading '-' and the maximum number of exponent digits by Stefan Krah · 12 years ago
  43. 0774e9b Raise InvalidOperation if exponents of zeros are clamped during exact by Stefan Krah · 12 years ago
  44. 20bbf54 Issue #3033: Add displayof parameter to tkinter font. Patch by Guilherme Polo. by Andrew Svetlov · 12 years ago
  45. b5ebf271 Merge: test_tools fix: don't import analyze_dxp if no _thread module by R David Murray · 12 years ago
  46. ca60b36 test_tools fix: don't import analyze_dxp if no _thread module by R David Murray · 12 years ago
  47. ce98062 Merge #14490, #14491: add 'sundry'-style import tests for Tools/scripts. by R David Murray · 12 years ago
  48. 54ac832 #14490, #14491: add 'sundry'-style import tests for Tools/scripts. by R David Murray · 12 years ago
  49. 8ac95ee Fix test_site from modifying sysconfig._CONFIG_VARS. by Brett Cannon · 12 years ago
  50. d4dc6dc merge with 3.2 by Georg Brandl · 12 years ago
  51. b604630 Closes #14495: fix typo. by Georg Brandl · 12 years ago
  52. da80b1e - Issue #14493: Use gvfs-open/xdg-open in Lib/webbrowser.py. by Matthias Klose · 12 years ago
  53. ebf37a2 Fixes and enhancements to _elementtree: by Eli Bendersky · 12 years ago
  54. 5c73e8e Issue #14482: Raise a ValueError, not a NameError, when trying to create by Antoine Pitrou · 12 years ago
  55. 6d20cba Issue #14482: Raise a ValueError, not a NameError, when trying to create by Antoine Pitrou · 12 years ago
  56. 31668b8 Issue #14288: Serialization support for builtin iterators. by Kristján Valur Jónsson · 13 years ago
  57. 39f0037 Issue #802310: Generate always unique tkinter font names if not directly passed by Andrew Svetlov · 13 years ago
  58. 5af3e1a reformat code to follow PEP8 by Andrew Svetlov · 13 years ago
  59. 5ceef13 merge by Brett Cannon · 13 years ago
  60. 927d874 If a module injects something into sys.modules as a side-effect of by Brett Cannon · 13 years ago
  61. 30d7947 Expose clock_settime() as time.clock_settime() by Victor Stinner · 13 years ago
  62. cbb290a merge 3.2 by Benjamin Peterson · 13 years ago
  63. 6215444 remove uneeded line by Benjamin Peterson · 13 years ago
  64. 9d28010 Testing the implicit initialization of the thread local context on first by Stefan Krah · 13 years ago
  65. dba1b40 merge 3.2 by Benjamin Peterson · 13 years ago
  66. e900096 prevent writing to stderr from messing up the exception state (closes #14474) by Benjamin Peterson · 13 years ago
  67. 38548ad Whitespace. by Stefan Krah · 13 years ago
  68. 5100171 Clear the context flags if a context is initialized from the DefaultContext. by Stefan Krah · 13 years ago
  69. 93bba8f Issue #14151: Raise a ValueError, not a NameError, when trying to create by Antoine Pitrou · 13 years ago
  70. 709176f Issue #14151: Raise a ValueError, not a NameError, when trying to create by Antoine Pitrou · 13 years ago
  71. 0261d75 Removing the test of Element that causes ref-leak in GC (issue #14464). by Eli Bendersky · 13 years ago
  72. 50af011 Bump to 3.3.0a2. by Georg Brandl · 13 years ago
  73. 3f4a1b3 Update pydoc topics. by Georg Brandl · 13 years ago
  74. 8315f96 Issue #13872: socket.detach() now marks the socket closed (as mirrored in the socket repr()). by Antoine Pitrou · 13 years ago
  75. 70deb3d Issue #13872: socket.detach() now marks the socket closed (as mirrored in the socket repr()). by Antoine Pitrou · 13 years ago
  76. 8b34b53 Issue #14406: Fix a race condition when using `concurrent.futures.wait(return_when=ALL_COMPLETED)`. by Antoine Pitrou · 13 years ago
  77. f70401e Issue #14406: Fix a race condition when using `concurrent.futures.wait(return_when=ALL_COMPLETED)`. by Antoine Pitrou · 13 years ago
  78. 8613b0d Merge #14434: make tutorial link in 'help' banner version-specific by R David Murray · 13 years ago
  79. de0f629 #14434: make tutorial link in 'help' banner version-specific by R David Murray · 13 years ago
  80. 69c2ffa issue #3035: update PendingDeprecationWarning to DeprectionWarning, point deprecation in tkinter doc by Andrew Svetlov · 13 years ago
  81. 78a0f20 Merge from 3.2 by Andrew Svetlov · 13 years ago
  82. f3c2976 update NEWS as Terry Reedy proposed by Andrew Svetlov · 13 years ago
  83. a5e8220 Fix the tests of GC collection in ET.Element according to Benjamin's recommendations by Eli Bendersky · 13 years ago
  84. c689785 Fix-up a comment by Raymond Hettinger · 13 years ago
  85. 7f7a5a7 Fix-up comments and add a sentinel variable for clarity. by Raymond Hettinger · 13 years ago
  86. 41eb79a No need to create and destroy links when updating a fixed-sized circular queue. by Raymond Hettinger · 13 years ago
  87. 1ff50df Minor cleanup: add whitespace, add comments, bring function attribute updates together. by Raymond Hettinger · 13 years ago
  88. 0192ba3 Issue #14065: Added cyclic GC support to ET.Element by Eli Bendersky · 13 years ago
  89. b4f6da8 Closes #14436: merged fix from 3.2. by Vinay Sajip · 13 years ago
  90. 6f5e54e Closes #14436: Convert msg + args to string before pickling. by Vinay Sajip · 13 years ago
  91. d3cebd7 Merge with 3.2 by Andrew Svetlov · 13 years ago
  92. 8640743 Issue #14442: Add missing errno import in test_smtplib. by Ross Lagerwall · 13 years ago
  93. 67ac079 Issue #14409: IDLE doesn't not execute commands from shell with default keybinding for <Return>. by Andrew Svetlov · 13 years ago
  94. aa8ec7e Fix unittest.mock.patch docstring by Michael Foord · 13 years ago
  95. 54b3db8 Minor unittest.mock.patch doc / docstring improvement by Michael Foord · 13 years ago
  96. dc5a4e1 merge with 3.2 by Georg Brandl · 13 years ago
  97. d864407 Closes #14411: remove outdated comment in rlcompleter docstring. by Georg Brandl · 13 years ago
  98. 1641bb7 Fix typo by Éric Araujo · 13 years ago
  99. a5cf6c4 Update missed idlelib/NEWS.txt by Andrew Svetlov · 13 years ago
  100. d543f2b IDLE can be launched as python -m ildelib by Andrew Svetlov · 13 years ago