1. 54b3db8 Minor unittest.mock.patch doc / docstring improvement by Michael Foord · 12 years ago
  2. a9e6fb2 Unsplit unittest.mock documentation by Michael Foord · 12 years ago
  3. ad95c2d time.time() now uses clock_gettime(CLOCK_REALTIME) if available by Victor Stinner · 12 years ago
  4. 74eb6c0 Document the fact that mach_timebase_info() cannot fail by Victor Stinner · 12 years ago
  5. 650365b Issue #11826: Fix memory leak in atexitmodule. by Stefan Krah · 12 years ago
  6. dc5a4e1 merge with 3.2 by Georg Brandl · 12 years ago
  7. d864407 Closes #14411: remove outdated comment in rlcompleter docstring. by Georg Brandl · 12 years ago
  8. c0fdf6c Closes #14421: use with statement to properly close socket in bandwidth test. by Georg Brandl · 12 years ago
  9. 1641bb7 Fix typo by Éric Araujo · 12 years ago
  10. ede001a Fix doc typo noticed by Amaury Forgeot d'Arc by Eli Bendersky · 12 years ago
  11. 8486076 Fix time.steady(strict=True): don't use CLOCK_REALTIME by Victor Stinner · 12 years ago
  12. 3c1e481 Issue #14383: Add _PyDict_GetItemId() and _PyDict_SetItemId() functions by Victor Stinner · 12 years ago
  13. 70b2e1e Issue #14368: _PyTime_gettimeofday() cannot fail by Victor Stinner · 12 years ago
  14. a5cf6c4 Update missed idlelib/NEWS.txt by Andrew Svetlov · 12 years ago
  15. d543f2b IDLE can be launched as python -m ildelib by Andrew Svetlov · 12 years ago
  16. 753445a Issue #989712: update the code to process tkinter messages in IDLE by Andrew Svetlov · 12 years ago
  17. 0df5429 grammar by Benjamin Peterson · 12 years ago
  18. 3a4875e Issue #6488: Explain the XPath support of xml.etree.ElementTree, with code by Eli Bendersky · 12 years ago
  19. 70ea34d Issue #14410: merge with 3.2 by Sandro Tosi · 12 years ago
  20. 99e7d07 Issue #14410: fix typo in argparse doc; patch by Tshepang Lekhonkhobe by Sandro Tosi · 12 years ago
  21. 4a1ad91 #14413: tweak word order in deprecation section by R David Murray · 12 years ago
  22. 38a12af Updated handler documentation. by Vinay Sajip · 12 years ago
  23. 8ece80f Minor documentation tweak. by Vinay Sajip · 12 years ago
  24. 16ecb9d Issue #3367: Merge fix from 3.2. by Stefan Krah · 12 years ago
  25. 0f6ce8d Issue #3367: NULL-terminate argv[] copies to prevent an invalid access by Stefan Krah · 12 years ago
  26. c067d66 merge 3.2 by Benjamin Peterson · 12 years ago
  27. 533281d merge heads by Benjamin Peterson · 12 years ago
  28. a8755c5 kill this terribly outdated comment by Benjamin Peterson · 12 years ago
  29. 0340ea7 unittest.mock: removed another bit of Python 2 only code by Michael Foord · 12 years ago
  30. 944e02d Adding unittest.mock documentation by Michael Foord · 12 years ago
  31. 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
  32. 87b3caf merge with 3.2 by Georg Brandl · 12 years ago
  33. d34fc8b Add missing files for new doc theme. by Georg Brandl · 12 years ago
  34. 09d7126 merge heads by Georg Brandl · 12 years ago
  35. fb5d0a7 unittest.mock: remove another piece of Python 2 specific code by Michael Foord · 12 years ago
  36. 288b9bf merge with 3.2 by Georg Brandl · 12 years ago
  37. ab71214 Switch to new "lighter" doc design. by Georg Brandl · 12 years ago
  38. 1ab27c6 Remove more Python 2 code from unittest.mock (obsolete function attributes) by Michael Foord · 12 years ago
  39. 0dccf65 Minor changes to the unittest.mock.mock_open helper by Michael Foord · 12 years ago
  40. 9925473 Addition of docstrings to unittest.mock helpers by Michael Foord · 12 years ago
  41. a74561a unittest.mock: set file_spec on first use by Michael Foord · 12 years ago
  42. 50a8c0e Support subclassing unittest.mock._patch and fix various obscure bugs around patcher spec arguments by Michael Foord · 12 years ago
  43. a3eabb6 Merge by Michael Foord · 12 years ago
  44. 313f85f unittest.mock.MagicMock objects are now unorderable by default by Michael Foord · 12 years ago
  45. fe17b2b Raise MemoryError instead of InvalidOperation/MallocError for compatibility by Stefan Krah · 12 years ago
  46. 1d56179 Remove extra spaces in doc example. by Andrew Svetlov · 12 years ago
  47. cd49d53 Issue #14200 — now displayhook for IDLE works in non-subprocess mode as well as subprecess. by Andrew Svetlov · 12 years ago
  48. 1a7742e merge with 3.2 by Georg Brandl · 12 years ago
  49. 11ee31a Closes #14401: fix typos in curses howto. by Georg Brandl · 12 years ago
  50. 9384c7d Issue #13902: Fix a random test_threading failure on FreeBSD 6 buildbots (due by Charles-François Natali · 12 years ago
  51. 8e6fe64 Issue #13902: Fix a random test_threading failure on FreeBSD 6 buildbots (due by Charles-François Natali · 12 years ago
  52. 60ee049 Issue #14349: Fix the doc of the MAKE_FUNCTION opcode in Doc/library/dis.rst to by Eli Bendersky · 12 years ago
  53. ecc92db merge 3.2 by Martin v. Löwis · 12 years ago
  54. 2dee394 Issue #14400: Fix typo. by Martin v. Löwis · 12 years ago
  55. 55bce63 Issue #14154: Reimplement the bigmem test memory watchdog as a subprocess. by Charles-François Natali · 12 years ago
  56. 226ed7e Fix indentation. by Georg Brandl · 12 years ago
  57. 60187b5 Issue #7652: Enable linking of _decimal.so against an installed libmpdec. by Stefan Krah · 12 years ago
  58. 0175af8 Merge. by Stefan Krah · 12 years ago
  59. c64150b Fix formatting after removing tabs. by Stefan Krah · 12 years ago
  60. cd9e1d0 Whitespace. by Stefan Krah · 12 years ago
  61. 080e1cc Null merge for backported fix. by Vinay Sajip · 12 years ago
  62. ee64b28 Closes #14314: backported fix. by Vinay Sajip · 12 years ago
  63. c7ea19f attempt to fix asyncore buildbot failure by Giampaolo Rodola' · 12 years ago
  64. a3481e7 attempt to fix asyncore buildbot failure by Giampaolo Rodola' · 12 years ago
  65. b6405ef Use the same exception hierarchy as decimal.py. FloatOperation now also by Stefan Krah · 12 years ago
  66. 4b0215f Merge with 3.2 by Kristján Valur Jónsson · 12 years ago
  67. c5d47d5 Fix typo when "PyObject*" was changed to "identifier" by Kristján Valur Jónsson · 12 years ago
  68. 4164ac1 merge by Giampaolo Rodola' · 12 years ago
  69. 466a54f fix failing asyncore test as per http://bugs.python.org/issue10340#msg156586 by Giampaolo Rodola' · 12 years ago
  70. 396e8fc Issue #13782: streamline argument type-checking in ET.Element by Eli Bendersky · 12 years ago
  71. 42243c4 #14380: Make actual default match docs, fix __init__ order. by R David Murray · 12 years ago
  72. 8680bcc #14380: Have MIMEText defaults to utf-8 when passed non-ASCII unicode by R David Murray · 12 years ago
  73. 192195a Merge with 3.2 (Issue #14387) by Kristján Valur Jónsson · 12 years ago
  74. b81e538 Issue #14387 : undefine 'small' so that it doesn't clash with Windows headers. by Kristján Valur Jónsson · 12 years ago
  75. 2ac82f8 Fix indentation. by Georg Brandl · 12 years ago
  76. e8b416e Issue #14382: Ensure new unittest.test.testmock is installed. by Ned Deily · 12 years ago
  77. eee50b0 merge 3.2 by Benjamin Peterson · 12 years ago
  78. f4ce114 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
  79. 4a65b0a issue 10340 - forgot to update Misc/NEWS by Giampaolo Rodola' · 12 years ago
  80. 3539ef3 merge 79422b3684f1 in 3.3 branch (issue 10340) by Giampaolo Rodola' · 12 years ago
  81. 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
  82. cc58031 merge 3.2 by Benjamin Peterson · 12 years ago
  83. 9faf5ee this should technicaly be identifier by Benjamin Peterson · 12 years ago
  84. d0acb41 Issue #14387: Do not include accu.h from Python.h. by Antoine Pitrou · 12 years ago
  85. 0197ff9 Issue #14387: Do not include accu.h from Python.h. by Antoine Pitrou · 12 years ago
  86. b304764 merge 3.2 by Benjamin Peterson · 12 years ago
  87. ab79c71 check for NULL by Benjamin Peterson · 12 years ago
  88. 98ba753 merge 3.2 (#14378) by Benjamin Peterson · 12 years ago
  89. a4e4e35 check by equality for __future__ not identity (closes #14378) by Benjamin Peterson · 12 years ago
  90. 96ad261 Fix typo. by Georg Brandl · 12 years ago
  91. 59af08f Micro-optimize PyObject_GetAttrString() by Victor Stinner · 12 years ago
  92. 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
  93. a966c6f Issue #3035: Unused functions from tkinter are marked as pending peprecated. by Andrew Svetlov · 12 years ago
  94. 04fb08f Merge. by Stefan Krah · 12 years ago
  95. 7cc5521 Whitespace. by Stefan Krah · 12 years ago
  96. 1da08e7 Merge #12757: Make doctest skipping in -OO mode work with unittest/regrtest -v by R David Murray · 12 years ago
  97. e112153 #12757: Make doctest skipping in -OO mode work with unittest/regrtest -v by R David Murray · 12 years ago
  98. 520e850 long() -> int() by Benjamin Peterson · 12 years ago
  99. b7f1da5 make _PyNumber_ConvertIntegralToInt static, since it's only used in abstract.c by Benjamin Peterson · 12 years ago
  100. d614e70 rewrite this function, which was still accounting for classic classes by Benjamin Peterson · 12 years ago