1. 3de5869 Issue #18408: PyObject_Call() now fails with an assertion error in debug mode by Victor Stinner · 11 years ago
  2. 33283ba Issue #18408: Fix CJK decoders, raise MemoryError on memory allocation failure by Victor Stinner · 11 years ago
  3. 54b2d2e Issue #18408: Fix pyexpat.ParserCreate() by Victor Stinner · 11 years ago
  4. 4958f71 - Issue #18440: Clarify that `hash()` can truncate the value returned from an by Barry Warsaw · 11 years ago
  5. 224a599 - Issue #18440: Clarify that `hash()` can truncate the value returned from an by Barry Warsaw · 11 years ago
  6. 0fedb37 Issue #18393: Remove use of deprecated API on OSX by Ronald Oussoren · 11 years ago
  7. 7f93b36 Merge: Closes #18464: fix typo in test name. by R David Murray · 11 years ago
  8. 4883003 Closes #18464: fix typo in test name. by R David Murray · 11 years ago
  9. 9ba6962 Issue #18344: Fix potential ref-leaks in _bufferedreader_read_all(). by Richard Oudkerk · 11 years ago
  10. 9ad51ec Issue #18344: Fix potential ref-leaks in _bufferedreader_read_all(). by Richard Oudkerk · 11 years ago
  11. 24c05bc Close issue 17482: don't overwrite __wrapped__ by Nick Coghlan · 11 years ago
  12. 6180a2f Issue #18449: Make Tools/demo/ss1.py work again on Python 3. Patch by by Serhiy Storchaka · 11 years ago
  13. 2670b9a Issue #18449: Make Tools/demo/ss1.py work again on Python 3. Patch by by Serhiy Storchaka · 11 years ago
  14. d57b268 Closes #18452: fix several "occurrence" typos (reported by Févry Thibault). by Ned Deily · 11 years ago
  15. 0995c47 Issue #18452: fix several "occurrence" typos (reported by Févry Thibault). by Ned Deily · 11 years ago
  16. 20f5e37 Issue #9893: remove an outdated mention of the Vim-related files. by Brett Cannon · 11 years ago
  17. 468bcaf merge by Raymond Hettinger · 11 years ago
  18. 889b92d Issue #18432: Fix unintended API change in the sched module by Raymond Hettinger · 11 years ago
  19. 90dea4c Tweak the deque struct by moving the least used fields (maxlen and weakref) to the end. by Raymond Hettinger · 11 years ago
  20. 840533b Use a do-while loop in the inner loop for rotate (m is always greater than zero). by Raymond Hettinger · 11 years ago
  21. 3959af9 Move the freeblock() call outside the main loop to speed-up and simplify the block re-use logic. by Raymond Hettinger · 11 years ago
  22. ae13ff1 Merge with 3.3 by Terry Jan Reedy · 11 years ago
  23. e6a1786 Issue #18365: convert buildbot errors to skips. by Terry Jan Reedy · 11 years ago
  24. 371f746 Merge with 3.3 by Terry Jan Reedy · 11 years ago
  25. 4f133e2 Issue #18279: Add tests for idlelib/RstripExtension.py. Original patch by by Terry Jan Reedy · 11 years ago
  26. 1424e7d Merge: #18437: fix comment typo. by R David Murray · 11 years ago
  27. 037f658 #18437: fix comment typo. by R David Murray · 11 years ago
  28. 4064b24 Merge with 3.3 by Terry Jan Reedy · 11 years ago
  29. 04ff038 Issue #18365: normalize whitespace by Terry Jan Reedy · 11 years ago
  30. 0c92553 Merge with 3.3 by Terry Jan Reedy · 11 years ago
  31. 21784da Issue #18365: Add mock Text class and test thereof versus tk.Text. by Terry Jan Reedy · 11 years ago
  32. d0a03ad #18389: Clarify that relpath does not access the file system. by R David Murray · 11 years ago
  33. ce10fab #18389: Clarify that relpath does not access the file system. by R David Murray · 11 years ago
  34. 11b38f1 Closes #18433: Merged documentation update from 3.3. by Vinay Sajip · 11 years ago
  35. 577d4ff Issue #18433: Clarified venv documentation. by Vinay Sajip · 11 years ago
  36. c1a9d30 Merged changes. by Vinay Sajip · 11 years ago
  37. ad6bb03 Issue #18434: Updated example script to tidy up resources. by Vinay Sajip · 11 years ago
  38. 8c7dde3 Merged upstream changes. by Vinay Sajip · 11 years ago
  39. 4969d46 Merged upstream changes. by Vinay Sajip · 11 years ago
  40. ad644e0 Closes #18435: Merged fix from 3.3. by Vinay Sajip · 11 years ago
  41. c07aa9e Issue #18435: Replaced simple attribute container class Context with types.SimpleNamespace. by Vinay Sajip · 11 years ago
  42. a03a7c7 Merge heads. by R David Murray · 11 years ago
  43. 8863bfe Merge heads. by R David Murray · 11 years ago
  44. 1f9d24a Merge: #18431: Decode encoded words in atoms in new email parser. by R David Murray · 11 years ago
  45. 923512f #18431: Decode encoded words in atoms in new email parser. by R David Murray · 11 years ago
  46. 62926ee Closes #18434: Merged documentation update from 3.3. by Vinay Sajip · 11 years ago
  47. 3c557f2 Issue #18434: Updated example script in venv docs to use setuptools rather than Distribute. by Vinay Sajip · 11 years ago
  48. ae95b4f Issue #17845: Clarify the message setup.py prints upon successfully by Brett Cannon · 11 years ago
  49. a79e4fb Issue #18342: Use the repr of a module name for ``from ... import by Brett Cannon · 11 years ago
  50. f0cb692 Issue #18415: Normalize what type of quotes are used with string by Brett Cannon · 11 years ago
  51. d917dcb Issue #18408: Fix constructors of _elementtree.c by Victor Stinner · 11 years ago
  52. 81aac73 Issue #18408: Fix create_extra() of _elementtree.c, raise MemoryError on memory by Victor Stinner · 11 years ago
  53. df4572c Issue #18408: parser module: fix error handling in node2tuple() by Victor Stinner · 11 years ago
  54. 3bd6abd Issue #18408: Fix parser.sequence2st() and parser.tuple2st(): raise MemoryError by Victor Stinner · 11 years ago
  55. 4202456 Issue #18408: _pickle.c: Add missing PyErr_NoMemory() on memory allocation failures by Victor Stinner · 11 years ago
  56. 8ca72e2 Issue #18408: _PyMemoTable_ResizeTable() now restores the old table if by Victor Stinner · 11 years ago
  57. a41f085 Issue #18408: pmerge() help of mro_implementation() now raises MemoryError on by Victor Stinner · 11 years ago
  58. fb3a630 Issue #18408: errors.c: in debug mode, calling PyErr_BadInternalCall() now by Victor Stinner · 11 years ago
  59. 365b693 Issue #18408: ceval.c: in debug mode, convert the PyErr_Occurred() check on by Victor Stinner · 11 years ago
  60. c31df04 Issue #18408: Oh, I was wrong: Pickler_New() must call Py_DECREF() to destroy by Victor Stinner · 11 years ago
  61. cc35159 Issue #18408: normalizestring() now raises MemoryError on memory allocation failure by Victor Stinner · 11 years ago
  62. 9035ad9 Issue #18408: In debug mode, PyCFunction_Call() now checks if an exception was by Victor Stinner · 11 years ago
  63. 526daab Issue #18408: parsetok() must not write into stderr on memory allocation error by Victor Stinner · 11 years ago
  64. 71c8b7e Issue #18408: Different fixes in _elementtree.c to handle correctly MemoryError by Victor Stinner · 11 years ago
  65. 4d46343 Cleanup _elementtree.c by Victor Stinner · 11 years ago
  66. 5f0af23 Issue #18408: _elementtree.c now handles create_extra() failure by Victor Stinner · 11 years ago
  67. 68c8ea2 Issue #18408: Fix _Pickler_New() and _Unpickler_New(): initialize all by Victor Stinner · 11 years ago
  68. 3bf5f53 Issue #18408: parsetok() must not write into stderr on memory allocation error by Victor Stinner · 11 years ago
  69. 6b64a68 Issue #18408: Fix compiler_import() to handle PyUnicode_Substring() failure properly by Victor Stinner · 11 years ago
  70. 9a4fb66 Issue #18408: ste_new() initialize all attributes before handling error by Victor Stinner · 11 years ago
  71. 2e8474d Issue #18408: slot_tp_str() must not fallback on slot_tp_repr() on error by Victor Stinner · 11 years ago
  72. 54e4ca7 typeobject.c: remove trailing spaces by Victor Stinner · 11 years ago
  73. 63194a7 Merge: #18044: Fix parsing of encoded words of the form =?utf8?q?=XX...?= by R David Murray · 11 years ago
  74. 65171b2 #18044: Fix parsing of encoded words of the form =?utf8?q?=XX...?= by R David Murray · 11 years ago
  75. f9e6672 Issue #17872: Fix a segfault in marshal.load() when input stream returns by Serhiy Storchaka · 11 years ago
  76. 3641a74 Issue #17872: Fix a segfault in marshal.load() when input stream returns by Serhiy Storchaka · 11 years ago
  77. 4fcf1b2 Issue #18085: Add missed const modifier for some entries in refcounts.dat. by Serhiy Storchaka · 11 years ago
  78. 244d625 Issue #18085: Add missed const modifier for some entries in refcounts.dat. by Serhiy Storchaka · 11 years ago
  79. 50ae3f6 Issue #18101: Tcl.split() now process strings nested in a tuple as it by Serhiy Storchaka · 11 years ago
  80. 275d5fd Issue #18101: Tcl.split() now process strings nested in a tuple as it by Serhiy Storchaka · 11 years ago
  81. e3ed4ed Issue #18338: `python --version` now prints version string to stdout, and by Serhiy Storchaka · 11 years ago
  82. e173d01 Merge #17987: properly document support.captured_xxx. by R David Murray · 11 years ago
  83. 5a33f81 #17987: properly document support.captured_xxx. by R David Murray · 11 years ago
  84. a155d40 Fix reference leaks introduced by the patch for issue #5308. by Serhiy Storchaka · 11 years ago
  85. dfde215 Fix reference leaks introduced by the patch for issue #5308. by Serhiy Storchaka · 11 years ago
  86. 4918560 Issue #18336. Fix a link to StreamReader's read() method. by Serhiy Storchaka · 11 years ago
  87. cca40ff Issue #18336. Fix a link to StreamReader's read() method. by Serhiy Storchaka · 11 years ago
  88. 6cee994 Issue #18426: improve exception message. Courtesy of Amaury by Christian Heimes · 11 years ago
  89. 7ce57d6 Issue #18426: improve exception message. Courtesy of Amaury by Christian Heimes · 11 years ago
  90. 5ec4464 Issue #18426: Fix NULL pointer dereference in C extension import when by Christian Heimes · 11 years ago
  91. 848ee09 Issue #18426: Fix NULL pointer dereference in C extension import when by Christian Heimes · 11 years ago
  92. 16dbbae #18116: getpass no longer always falls back to stdin. by R David Murray · 11 years ago
  93. acb362e Merge: #18424: PEP8ify the tense of the sum docstring. by R David Murray · 11 years ago
  94. 87ead11 #18424: PEP8ify the tense of the sum docstring. by R David Murray · 11 years ago
  95. 609142e Merge: #18399: fix comment typo. by R David Murray · 11 years ago
  96. 296b73c #18399: fix comment typo. by R David Murray · 11 years ago
  97. aaa8ed8 Issue #18408: Fix call_exc_trace(): if the traceback is NULL, use None when by Victor Stinner · 11 years ago
  98. 19361a2 Issue #18308: don't take the scope ID into account when comparing IPv6 by Charles-François Natali · 11 years ago
  99. 37114bb Issue #18308: don't take the scope ID into account when comparing IPv6 by Charles-François Natali · 11 years ago
  100. 273c292 use $(LN) makefile variable instead of ln by Christian Heimes · 11 years ago