1. b2e5818 Set a time threshold in test_asyncore.capture_server so that tests don't by Kristján Valur Jónsson · 12 years ago
  2. 3861a32 Merge #14492: fix some bugs in Tools/scripts/pdeps.py. by R David Murray · 12 years ago
  3. d3af634 #14492: fix some bugs in Tools/scripts/pdeps.py. by R David Murray · 12 years ago
  4. 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
  5. dfe980b Issue #8515: Set __file__ when run file in IDLE. by Andrew Svetlov · 12 years ago
  6. 0130ad1 Merge. by Stefan Krah · 12 years ago
  7. 73d2da4 Merge from 3.2 by Andrew Svetlov · 12 years ago
  8. 1024541 Issue #14496: Fix wrong name in idlelib/tabbedpages.py. Patch by Popa Claudiu. by Andrew Svetlov · 12 years ago
  9. ff3eca0 Allow printing a leading '-' and the maximum number of exponent digits by Stefan Krah · 12 years ago
  10. 0774e9b Raise InvalidOperation if exponents of zeros are clamped during exact by Stefan Krah · 12 years ago
  11. 20bbf54 Issue #3033: Add displayof parameter to tkinter font. Patch by Guilherme Polo. by Andrew Svetlov · 12 years ago
  12. b5ebf271 Merge: test_tools fix: don't import analyze_dxp if no _thread module by R David Murray · 12 years ago
  13. ca60b36 test_tools fix: don't import analyze_dxp if no _thread module by R David Murray · 12 years ago
  14. ce98062 Merge #14490, #14491: add 'sundry'-style import tests for Tools/scripts. by R David Murray · 12 years ago
  15. 54ac832 #14490, #14491: add 'sundry'-style import tests for Tools/scripts. by R David Murray · 12 years ago
  16. d4dc6dc merge with 3.2 by Georg Brandl · 12 years ago
  17. b604630 Closes #14495: fix typo. by Georg Brandl · 12 years ago
  18. da80b1e - Issue #14493: Use gvfs-open/xdg-open in Lib/webbrowser.py. by Matthias Klose · 12 years ago
  19. ebf37a2 Fixes and enhancements to _elementtree: by Eli Bendersky · 12 years ago
  20. 5c73e8e Issue #14482: Raise a ValueError, not a NameError, when trying to create by Antoine Pitrou · 12 years ago
  21. 6d20cba Issue #14482: Raise a ValueError, not a NameError, when trying to create by Antoine Pitrou · 12 years ago
  22. 31668b8 Issue #14288: Serialization support for builtin iterators. by Kristján Valur Jónsson · 12 years ago
  23. 39f0037 Issue #802310: Generate always unique tkinter font names if not directly passed by Andrew Svetlov · 12 years ago
  24. 5af3e1a reformat code to follow PEP8 by Andrew Svetlov · 12 years ago
  25. 5ceef13 merge by Brett Cannon · 12 years ago
  26. 927d874 If a module injects something into sys.modules as a side-effect of by Brett Cannon · 12 years ago
  27. 30d7947 Expose clock_settime() as time.clock_settime() by Victor Stinner · 12 years ago
  28. cbb290a merge 3.2 by Benjamin Peterson · 12 years ago
  29. 6215444 remove uneeded line by Benjamin Peterson · 12 years ago
  30. 9d28010 Testing the implicit initialization of the thread local context on first by Stefan Krah · 12 years ago
  31. dba1b40 merge 3.2 by Benjamin Peterson · 12 years ago
  32. e900096 prevent writing to stderr from messing up the exception state (closes #14474) by Benjamin Peterson · 12 years ago
  33. 38548ad Whitespace. by Stefan Krah · 12 years ago
  34. 5100171 Clear the context flags if a context is initialized from the DefaultContext. by Stefan Krah · 12 years ago
  35. 93bba8f Issue #14151: Raise a ValueError, not a NameError, when trying to create by Antoine Pitrou · 12 years ago
  36. 709176f Issue #14151: Raise a ValueError, not a NameError, when trying to create by Antoine Pitrou · 12 years ago
  37. 0261d75 Removing the test of Element that causes ref-leak in GC (issue #14464). by Eli Bendersky · 12 years ago
  38. 50af011 Bump to 3.3.0a2. by Georg Brandl · 12 years ago
  39. 3f4a1b3 Update pydoc topics. by Georg Brandl · 12 years ago
  40. 8315f96 Issue #13872: socket.detach() now marks the socket closed (as mirrored in the socket repr()). by Antoine Pitrou · 12 years ago
  41. 70deb3d Issue #13872: socket.detach() now marks the socket closed (as mirrored in the socket repr()). by Antoine Pitrou · 12 years ago
  42. 8b34b53 Issue #14406: Fix a race condition when using `concurrent.futures.wait(return_when=ALL_COMPLETED)`. by Antoine Pitrou · 12 years ago
  43. f70401e Issue #14406: Fix a race condition when using `concurrent.futures.wait(return_when=ALL_COMPLETED)`. by Antoine Pitrou · 12 years ago
  44. 8613b0d Merge #14434: make tutorial link in 'help' banner version-specific by R David Murray · 12 years ago
  45. de0f629 #14434: make tutorial link in 'help' banner version-specific by R David Murray · 12 years ago
  46. 69c2ffa issue #3035: update PendingDeprecationWarning to DeprectionWarning, point deprecation in tkinter doc by Andrew Svetlov · 12 years ago
  47. 78a0f20 Merge from 3.2 by Andrew Svetlov · 12 years ago
  48. f3c2976 update NEWS as Terry Reedy proposed by Andrew Svetlov · 12 years ago
  49. a5e8220 Fix the tests of GC collection in ET.Element according to Benjamin's recommendations by Eli Bendersky · 12 years ago
  50. c689785 Fix-up a comment by Raymond Hettinger · 12 years ago
  51. 7f7a5a7 Fix-up comments and add a sentinel variable for clarity. by Raymond Hettinger · 12 years ago
  52. 41eb79a No need to create and destroy links when updating a fixed-sized circular queue. by Raymond Hettinger · 12 years ago
  53. 1ff50df Minor cleanup: add whitespace, add comments, bring function attribute updates together. by Raymond Hettinger · 12 years ago
  54. 0192ba3 Issue #14065: Added cyclic GC support to ET.Element by Eli Bendersky · 12 years ago
  55. b4f6da8 Closes #14436: merged fix from 3.2. by Vinay Sajip · 12 years ago
  56. 6f5e54e Closes #14436: Convert msg + args to string before pickling. by Vinay Sajip · 12 years ago
  57. d3cebd7 Merge with 3.2 by Andrew Svetlov · 12 years ago
  58. 8640743 Issue #14442: Add missing errno import in test_smtplib. by Ross Lagerwall · 12 years ago
  59. 67ac079 Issue #14409: IDLE doesn't not execute commands from shell with default keybinding for <Return>. by Andrew Svetlov · 12 years ago
  60. aa8ec7e Fix unittest.mock.patch docstring by Michael Foord · 12 years ago
  61. 54b3db8 Minor unittest.mock.patch doc / docstring improvement by Michael Foord · 12 years ago
  62. dc5a4e1 merge with 3.2 by Georg Brandl · 12 years ago
  63. d864407 Closes #14411: remove outdated comment in rlcompleter docstring. by Georg Brandl · 12 years ago
  64. 1641bb7 Fix typo by Éric Araujo · 12 years ago
  65. a5cf6c4 Update missed idlelib/NEWS.txt by Andrew Svetlov · 12 years ago
  66. d543f2b IDLE can be launched as python -m ildelib by Andrew Svetlov · 12 years ago
  67. 753445a Issue #989712: update the code to process tkinter messages in IDLE by Andrew Svetlov · 12 years ago
  68. 0340ea7 unittest.mock: removed another bit of Python 2 only code by Michael Foord · 12 years ago
  69. 944e02d Adding unittest.mock documentation by Michael Foord · 12 years ago
  70. e58a562 unittest.mock: a mock created by patch with a spec as the list argument will be callable if __call__ is in the spec by Michael Foord · 12 years ago
  71. fb5d0a7 unittest.mock: remove another piece of Python 2 specific code by Michael Foord · 12 years ago
  72. 1ab27c6 Remove more Python 2 code from unittest.mock (obsolete function attributes) by Michael Foord · 12 years ago
  73. 0dccf65 Minor changes to the unittest.mock.mock_open helper by Michael Foord · 12 years ago
  74. 9925473 Addition of docstrings to unittest.mock helpers by Michael Foord · 12 years ago
  75. a74561a unittest.mock: set file_spec on first use by Michael Foord · 12 years ago
  76. 50a8c0e Support subclassing unittest.mock._patch and fix various obscure bugs around patcher spec arguments by Michael Foord · 12 years ago
  77. a3eabb6 Merge by Michael Foord · 12 years ago
  78. 313f85f unittest.mock.MagicMock objects are now unorderable by default by Michael Foord · 12 years ago
  79. fe17b2b Raise MemoryError instead of InvalidOperation/MallocError for compatibility by Stefan Krah · 12 years ago
  80. cd49d53 Issue #14200 — now displayhook for IDLE works in non-subprocess mode as well as subprecess. by Andrew Svetlov · 12 years ago
  81. 9384c7d Issue #13902: Fix a random test_threading failure on FreeBSD 6 buildbots (due by Charles-François Natali · 12 years ago
  82. 8e6fe64 Issue #13902: Fix a random test_threading failure on FreeBSD 6 buildbots (due by Charles-François Natali · 12 years ago
  83. 55bce63 Issue #14154: Reimplement the bigmem test memory watchdog as a subprocess. by Charles-François Natali · 12 years ago
  84. ee64b28 Closes #14314: backported fix. by Vinay Sajip · 12 years ago
  85. c7ea19f attempt to fix asyncore buildbot failure by Giampaolo Rodola' · 12 years ago
  86. a3481e7 attempt to fix asyncore buildbot failure by Giampaolo Rodola' · 12 years ago
  87. b6405ef Use the same exception hierarchy as decimal.py. FloatOperation now also by Stefan Krah · 12 years ago
  88. 4164ac1 merge by Giampaolo Rodola' · 12 years ago
  89. 466a54f fix failing asyncore test as per http://bugs.python.org/issue10340#msg156586 by Giampaolo Rodola' · 12 years ago
  90. 396e8fc Issue #13782: streamline argument type-checking in ET.Element by Eli Bendersky · 12 years ago
  91. 42243c4 #14380: Make actual default match docs, fix __init__ order. by R David Murray · 12 years ago
  92. 8680bcc #14380: Have MIMEText defaults to utf-8 when passed non-ASCII unicode by R David Murray · 12 years ago
  93. 3539ef3 merge 79422b3684f1 in 3.3 branch (issue 10340) by Giampaolo Rodola' · 12 years ago
  94. 350c94b fix #10340: properly handle EINVAL on OSX and also avoid to call handle_connect() in case of a disconnetected socket which is not meant to connect. by Giampaolo Rodola' · 12 years ago
  95. 98ba753 merge 3.2 (#14378) by Benjamin Peterson · 12 years ago
  96. a4e4e35 check by equality for __future__ not identity (closes #14378) by Benjamin Peterson · 12 years ago
  97. d5d17eb Issue #14204: The ssl module now has support for the Next Protocol Negotiation extension, if available in the underlying OpenSSL library. by Antoine Pitrou · 12 years ago
  98. a966c6f Issue #3035: Unused functions from tkinter are marked as pending peprecated. by Andrew Svetlov · 12 years ago
  99. 1da08e7 Merge #12757: Make doctest skipping in -OO mode work with unittest/regrtest -v by R David Murray · 12 years ago
  100. e112153 #12757: Make doctest skipping in -OO mode work with unittest/regrtest -v by R David Murray · 12 years ago