1. 4abda5d Issue #18408: Fix _pysqlite_fetch_one_row(), in debug mode, don't call by Victor Stinner · 11 years ago
  2. ace47d7 Issue #18408: PyEval_EvalFrameEx() and PyEval_CallObjectWithKeywords() now fail by Victor Stinner · 11 years ago
  3. e9af4cf Issue #18488: _pysqlite_final_callback() should not clear the exception set by by Victor Stinner · 11 years ago
  4. f97dfd7 Issue #18408: Fix dict_repr(), don't call PyObject_Repr() with an exception set by Victor Stinner · 11 years ago
  5. 4755bea Issue #18408: Fix array_tolist(), handle PyList_SetItem() failure by Victor Stinner · 11 years ago
  6. 0b142e2 Issue #18408: Fix array_index(), handle getarrayitem() failure by Victor Stinner · 11 years ago
  7. 08a80b1 longobject.c: add an assertion to ensure that MEDIUM_VALUE() is only called on by Victor Stinner · 11 years ago
  8. 8aed6f1 Issue #18408: Rewrite NEGATE() macro in longobject.c to handle PyLong_FromLong() failure by Victor Stinner · 11 years ago
  9. 5967bf4 Issue #18408: Fix PyType_Ready(), handle _PyDict_SetItemId() failure by Victor Stinner · 11 years ago
  10. e901d1f Issue #18408: Fix Py_ReprEnter(), handle PyList_Append() failure by Victor Stinner · 11 years ago
  11. 095d99f Issue #18408: Fix listpop(), handle list_ass_slice() failure by Victor Stinner · 11 years ago
  12. 479054b Issue #18408: Fix PyErr_SetImportError(), handle PyDict_SetItemString() failure by Victor Stinner · 11 years ago
  13. 8e54b1c Issue #18408: Fix _PyImport_LoadDynamicModule(), handle PyUnicode_FromFormat() failure by Victor Stinner · 11 years ago
  14. 0fae8f9 Issue #18408: Fix ast_for_atom(), PyErr_Fetch(&type, &value, &tback) can set value to NULL by Victor Stinner · 11 years ago
  15. 764a46d Issue #18408: Fix heapq.heappop(), handle PyList_SetSlice() failure by Victor Stinner · 11 years ago
  16. 2ff51b8 Issue #18408: Fix time.tzset(), detect exception when calling PyInit_timezone() by Victor Stinner · 11 years ago
  17. 9a146ee Issue #18408: Fix structseq_reduce(), handle PyDict_SetItemString() failure by Victor Stinner · 11 years ago
  18. e555314 Issue #18266: test_largefile now works with unittest test discovery and by Serhiy Storchaka · 11 years ago
  19. c406a12 Issue #18266: test_largefile now works with unittest test discovery and by Serhiy Storchaka · 11 years ago
  20. cb478b7 Issue #17767: test_locale now works with unittest test discovery. by Serhiy Storchaka · 11 years ago
  21. 880254e Issue #17767: test_locale now works with unittest test discovery. by Serhiy Storchaka · 11 years ago
  22. 26f9199 Close #18469: Replace PyDict_GetItemString() with _PyDict_GetItemId() in structseq.c by Victor Stinner · 11 years ago
  23. b8f602a Issue #18408: Mention changes in Misc/NEWS by Victor Stinner · 11 years ago
  24. 43d8195 Issue #18408: Handle PyArena_AddPyObject() failure in ast.c by Victor Stinner · 11 years ago
  25. d594f24 Issue #18408: Fix locale.localeconv(), handle PyDict_SetItemString() failure by Victor Stinner · 11 years ago
  26. 74a7fa6 Issue #18408: Fix PyErr_NormalizeException(), handle PyObject_IsSubclass() failure by Victor Stinner · 11 years ago
  27. bdf630c Issue #18408: Fix Python-ast.c: handle init_types() failure (ex: MemoryError) by Victor Stinner · 11 years ago
  28. 6684bdf Issue #18408: Fix typo in build_node_tree() of the parser module by Victor Stinner · 11 years ago
  29. 3997cfd Cleanup type_call() to ease debug by Victor Stinner · 11 years ago
  30. 1e53bba Issue #18408: handle PySys_GetObject() failure, raise a RuntimeError by Victor Stinner · 11 years ago
  31. 1b63493 Issue #18408: Py_ReprLeave() now saves/restores the current exception, by Victor Stinner · 11 years ago
  32. ac2a4fe Issue #18408: dict_new() now fails on new_keys_object() error by Victor Stinner · 11 years ago
  33. a9f61a5 Cleanup dictobject.c by Victor Stinner · 11 years ago
  34. fdcbab9 Issue #18408: Fix PyDict_GetItemString(), suppress PyUnicode_FromString() error by Victor Stinner · 11 years ago
  35. 32fd6ea Issue #18408: Fix list.extend(), handle list_resize() failure by Victor Stinner · 11 years ago
  36. d1f9942 Issue #18408: Fix cjkcodecs decoders, add a new MBERR_EXCEPTION constant to by Victor Stinner · 11 years ago
  37. 85c761d Issue #18408: Fix fileio_read() on _PyBytes_Resize() failure by Victor Stinner · 11 years ago
  38. 8361617 Issue #18448: Fix a typo in Tools/demo/eiffel.py. by Serhiy Storchaka · 11 years ago
  39. 6a98fe9 Issue #18448: Fix a typo in Tools/demo/eiffel.py. by Serhiy Storchaka · 11 years ago
  40. c9b3f6f Issue #18457: Fixed saving of formulas and complex numbers in Tools/demo/ss1.py. by Serhiy Storchaka · 11 years ago
  41. ec7ddd9 Issue #18457: Fixed saving of formulas and complex numbers in Tools/demo/ss1.py. by Serhiy Storchaka · 11 years ago
  42. 743e3d5 Merge: Closes #18475: add unittest.main() to test_email/test_inversions. by R David Murray · 11 years ago
  43. b5c9dfd Closes #18475: add unittest.main() to test_email/test_inversions. by R David Murray · 11 years ago
  44. a84a7cb Issue #17778: Fix test discovery for test_multiprocessing. (Patch by by Richard Oudkerk · 11 years ago
  45. d15642e Issue #17778: Fix test discovery for test_multiprocessing. (Patch by by Richard Oudkerk · 11 years ago
  46. e6f2175 Also remove a (broken) leaker test for the code removed in issue #18393. by Ronald Oussoren · 11 years ago
  47. cb2226c merge 3.3 by Benjamin Peterson · 11 years ago
  48. 265fba4 move declaration to top of block by Benjamin Peterson · 11 years ago
  49. fd9c020 merge 3.3 (closes #18470) by Benjamin Peterson · 11 years ago
  50. 2dbfd88 check the return value of new_string() (closes #18470) by Benjamin Peterson · 11 years ago
  51. eaaedcd Closes #18471: Fix typo in heapq documentation (reported by François Pinard). by Ned Deily · 11 years ago
  52. 676d7aa Issue #18471: Fix typo in heapq documentation (reported by François Pinard). by Ned Deily · 11 years ago
  53. 78e2c98 Issue #18408: Fix show_warning(), clear also the exception raised by by Victor Stinner · 11 years ago
  54. f243ee4 Issue #18408: add more assertions on PyErr_Occurred() in ceval.c to detect bugs by Victor Stinner · 11 years ago
  55. ceceaa0 Issue #18408: Fix _Py_DisplaySourceLine() by Victor Stinner · 11 years ago
  56. 7eab0d0 Issue #18408: Fix PyEval_EvalFrameEx() for MemoryError by Victor Stinner · 11 years ago
  57. 224a599 - Issue #18440: Clarify that `hash()` can truncate the value returned from an by Barry Warsaw · 11 years ago
  58. a4ced86 Issue #18408: random_seed() now raises a MemoryError on memory allocation by Victor Stinner · 11 years ago
  59. 775b2dd test_io: check_interrupted_write() now cancels the alarm if ZeroDivisionError by Victor Stinner · 11 years ago
  60. 53510cd Issue #18408: type_new() and PyType_FromSpecWithBases() now raise MemoryError by Victor Stinner · 11 years ago
  61. e699e5a Issue #18408: Don't check unicode consistency in _PyUnicode_HAS_UTF8_MEMORY() by Victor Stinner · 11 years ago
  62. 4883003 Closes #18464: fix typo in test name. by R David Murray · 11 years ago
  63. 3de5869 Issue #18408: PyObject_Call() now fails with an assertion error in debug mode by Victor Stinner · 11 years ago
  64. 33283ba Issue #18408: Fix CJK decoders, raise MemoryError on memory allocation failure by Victor Stinner · 11 years ago
  65. 54b2d2e Issue #18408: Fix pyexpat.ParserCreate() by Victor Stinner · 11 years ago
  66. 4958f71 - Issue #18440: Clarify that `hash()` can truncate the value returned from an by Barry Warsaw · 11 years ago
  67. 0fedb37 Issue #18393: Remove use of deprecated API on OSX by Ronald Oussoren · 11 years ago
  68. 7f93b36 Merge: Closes #18464: fix typo in test name. by R David Murray · 11 years ago
  69. 9ba6962 Issue #18344: Fix potential ref-leaks in _bufferedreader_read_all(). by Richard Oudkerk · 11 years ago
  70. 9ad51ec Issue #18344: Fix potential ref-leaks in _bufferedreader_read_all(). by Richard Oudkerk · 11 years ago
  71. 24c05bc Close issue 17482: don't overwrite __wrapped__ by Nick Coghlan · 11 years ago
  72. 6180a2f Issue #18449: Make Tools/demo/ss1.py work again on Python 3. Patch by by Serhiy Storchaka · 11 years ago
  73. 2670b9a Issue #18449: Make Tools/demo/ss1.py work again on Python 3. Patch by by Serhiy Storchaka · 11 years ago
  74. d57b268 Closes #18452: fix several "occurrence" typos (reported by Févry Thibault). by Ned Deily · 11 years ago
  75. 0995c47 Issue #18452: fix several "occurrence" typos (reported by Févry Thibault). by Ned Deily · 11 years ago
  76. 20f5e37 Issue #9893: remove an outdated mention of the Vim-related files. by Brett Cannon · 11 years ago
  77. 468bcaf merge by Raymond Hettinger · 11 years ago
  78. 889b92d Issue #18432: Fix unintended API change in the sched module by Raymond Hettinger · 11 years ago
  79. 90dea4c Tweak the deque struct by moving the least used fields (maxlen and weakref) to the end. by Raymond Hettinger · 11 years ago
  80. 840533b Use a do-while loop in the inner loop for rotate (m is always greater than zero). by Raymond Hettinger · 11 years ago
  81. 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
  82. ae13ff1 Merge with 3.3 by Terry Jan Reedy · 11 years ago
  83. e6a1786 Issue #18365: convert buildbot errors to skips. by Terry Jan Reedy · 11 years ago
  84. 371f746 Merge with 3.3 by Terry Jan Reedy · 11 years ago
  85. 4f133e2 Issue #18279: Add tests for idlelib/RstripExtension.py. Original patch by by Terry Jan Reedy · 11 years ago
  86. 1424e7d Merge: #18437: fix comment typo. by R David Murray · 11 years ago
  87. 037f658 #18437: fix comment typo. by R David Murray · 11 years ago
  88. 4064b24 Merge with 3.3 by Terry Jan Reedy · 11 years ago
  89. 04ff038 Issue #18365: normalize whitespace by Terry Jan Reedy · 11 years ago
  90. 0c92553 Merge with 3.3 by Terry Jan Reedy · 11 years ago
  91. 21784da Issue #18365: Add mock Text class and test thereof versus tk.Text. by Terry Jan Reedy · 11 years ago
  92. d0a03ad #18389: Clarify that relpath does not access the file system. by R David Murray · 11 years ago
  93. ce10fab #18389: Clarify that relpath does not access the file system. by R David Murray · 11 years ago
  94. 11b38f1 Closes #18433: Merged documentation update from 3.3. by Vinay Sajip · 11 years ago
  95. 577d4ff Issue #18433: Clarified venv documentation. by Vinay Sajip · 11 years ago
  96. c1a9d30 Merged changes. by Vinay Sajip · 11 years ago
  97. ad6bb03 Issue #18434: Updated example script to tidy up resources. by Vinay Sajip · 11 years ago
  98. 8c7dde3 Merged upstream changes. by Vinay Sajip · 11 years ago
  99. 4969d46 Merged upstream changes. by Vinay Sajip · 11 years ago
  100. ad644e0 Closes #18435: Merged fix from 3.3. by Vinay Sajip · 11 years ago