1. c1a9d30 Merged changes. by Vinay Sajip · 11 years ago
  2. ad6bb03 Issue #18434: Updated example script to tidy up resources. by Vinay Sajip · 11 years ago
  3. 8c7dde3 Merged upstream changes. by Vinay Sajip · 11 years ago
  4. 4969d46 Merged upstream changes. by Vinay Sajip · 11 years ago
  5. ad644e0 Closes #18435: Merged fix from 3.3. by Vinay Sajip · 11 years ago
  6. c07aa9e Issue #18435: Replaced simple attribute container class Context with types.SimpleNamespace. by Vinay Sajip · 11 years ago
  7. a03a7c7 Merge heads. by R David Murray · 11 years ago
  8. 8863bfe Merge heads. by R David Murray · 11 years ago
  9. 1f9d24a Merge: #18431: Decode encoded words in atoms in new email parser. by R David Murray · 11 years ago
  10. 923512f #18431: Decode encoded words in atoms in new email parser. by R David Murray · 11 years ago
  11. 62926ee Closes #18434: Merged documentation update from 3.3. by Vinay Sajip · 11 years ago
  12. 3c557f2 Issue #18434: Updated example script in venv docs to use setuptools rather than Distribute. by Vinay Sajip · 11 years ago
  13. ae95b4f Issue #17845: Clarify the message setup.py prints upon successfully by Brett Cannon · 11 years ago
  14. a79e4fb Issue #18342: Use the repr of a module name for ``from ... import by Brett Cannon · 11 years ago
  15. f0cb692 Issue #18415: Normalize what type of quotes are used with string by Brett Cannon · 11 years ago
  16. d917dcb Issue #18408: Fix constructors of _elementtree.c by Victor Stinner · 11 years ago
  17. 81aac73 Issue #18408: Fix create_extra() of _elementtree.c, raise MemoryError on memory by Victor Stinner · 11 years ago
  18. df4572c Issue #18408: parser module: fix error handling in node2tuple() by Victor Stinner · 11 years ago
  19. 3bd6abd Issue #18408: Fix parser.sequence2st() and parser.tuple2st(): raise MemoryError by Victor Stinner · 11 years ago
  20. 4202456 Issue #18408: _pickle.c: Add missing PyErr_NoMemory() on memory allocation failures by Victor Stinner · 11 years ago
  21. 8ca72e2 Issue #18408: _PyMemoTable_ResizeTable() now restores the old table if by Victor Stinner · 11 years ago
  22. a41f085 Issue #18408: pmerge() help of mro_implementation() now raises MemoryError on by Victor Stinner · 11 years ago
  23. fb3a630 Issue #18408: errors.c: in debug mode, calling PyErr_BadInternalCall() now by Victor Stinner · 11 years ago
  24. 365b693 Issue #18408: ceval.c: in debug mode, convert the PyErr_Occurred() check on by Victor Stinner · 11 years ago
  25. c31df04 Issue #18408: Oh, I was wrong: Pickler_New() must call Py_DECREF() to destroy by Victor Stinner · 11 years ago
  26. cc35159 Issue #18408: normalizestring() now raises MemoryError on memory allocation failure by Victor Stinner · 11 years ago
  27. 9035ad9 Issue #18408: In debug mode, PyCFunction_Call() now checks if an exception was by Victor Stinner · 11 years ago
  28. 526daab Issue #18408: parsetok() must not write into stderr on memory allocation error by Victor Stinner · 11 years ago
  29. 71c8b7e Issue #18408: Different fixes in _elementtree.c to handle correctly MemoryError by Victor Stinner · 11 years ago
  30. 4d46343 Cleanup _elementtree.c by Victor Stinner · 11 years ago
  31. 5f0af23 Issue #18408: _elementtree.c now handles create_extra() failure by Victor Stinner · 11 years ago
  32. 68c8ea2 Issue #18408: Fix _Pickler_New() and _Unpickler_New(): initialize all by Victor Stinner · 11 years ago
  33. 3bf5f53 Issue #18408: parsetok() must not write into stderr on memory allocation error by Victor Stinner · 11 years ago
  34. 6b64a68 Issue #18408: Fix compiler_import() to handle PyUnicode_Substring() failure properly by Victor Stinner · 11 years ago
  35. 9a4fb66 Issue #18408: ste_new() initialize all attributes before handling error by Victor Stinner · 11 years ago
  36. 2e8474d Issue #18408: slot_tp_str() must not fallback on slot_tp_repr() on error by Victor Stinner · 11 years ago
  37. 54e4ca7 typeobject.c: remove trailing spaces by Victor Stinner · 11 years ago
  38. 63194a7 Merge: #18044: Fix parsing of encoded words of the form =?utf8?q?=XX...?= by R David Murray · 11 years ago
  39. 65171b2 #18044: Fix parsing of encoded words of the form =?utf8?q?=XX...?= by R David Murray · 11 years ago
  40. f9e6672 Issue #17872: Fix a segfault in marshal.load() when input stream returns by Serhiy Storchaka · 11 years ago
  41. 3641a74 Issue #17872: Fix a segfault in marshal.load() when input stream returns by Serhiy Storchaka · 11 years ago
  42. 4fcf1b2 Issue #18085: Add missed const modifier for some entries in refcounts.dat. by Serhiy Storchaka · 11 years ago
  43. 244d625 Issue #18085: Add missed const modifier for some entries in refcounts.dat. by Serhiy Storchaka · 11 years ago
  44. 50ae3f6 Issue #18101: Tcl.split() now process strings nested in a tuple as it by Serhiy Storchaka · 11 years ago
  45. 275d5fd Issue #18101: Tcl.split() now process strings nested in a tuple as it by Serhiy Storchaka · 11 years ago
  46. e3ed4ed Issue #18338: `python --version` now prints version string to stdout, and by Serhiy Storchaka · 11 years ago
  47. e173d01 Merge #17987: properly document support.captured_xxx. by R David Murray · 11 years ago
  48. 5a33f81 #17987: properly document support.captured_xxx. by R David Murray · 11 years ago
  49. a155d40 Fix reference leaks introduced by the patch for issue #5308. by Serhiy Storchaka · 11 years ago
  50. dfde215 Fix reference leaks introduced by the patch for issue #5308. by Serhiy Storchaka · 11 years ago
  51. 4918560 Issue #18336. Fix a link to StreamReader's read() method. by Serhiy Storchaka · 11 years ago
  52. cca40ff Issue #18336. Fix a link to StreamReader's read() method. by Serhiy Storchaka · 11 years ago
  53. 6cee994 Issue #18426: improve exception message. Courtesy of Amaury by Christian Heimes · 11 years ago
  54. 7ce57d6 Issue #18426: improve exception message. Courtesy of Amaury by Christian Heimes · 11 years ago
  55. 5ec4464 Issue #18426: Fix NULL pointer dereference in C extension import when by Christian Heimes · 11 years ago
  56. 848ee09 Issue #18426: Fix NULL pointer dereference in C extension import when by Christian Heimes · 11 years ago
  57. 16dbbae #18116: getpass no longer always falls back to stdin. by R David Murray · 11 years ago
  58. acb362e Merge: #18424: PEP8ify the tense of the sum docstring. by R David Murray · 11 years ago
  59. 87ead11 #18424: PEP8ify the tense of the sum docstring. by R David Murray · 11 years ago
  60. 609142e Merge: #18399: fix comment typo. by R David Murray · 11 years ago
  61. 296b73c #18399: fix comment typo. by R David Murray · 11 years ago
  62. aaa8ed8 Issue #18408: Fix call_exc_trace(): if the traceback is NULL, use None when by Victor Stinner · 11 years ago
  63. 19361a2 Issue #18308: don't take the scope ID into account when comparing IPv6 by Charles-François Natali · 11 years ago
  64. 37114bb Issue #18308: don't take the scope ID into account when comparing IPv6 by Charles-François Natali · 11 years ago
  65. 273c292 use $(LN) makefile variable instead of ln by Christian Heimes · 11 years ago
  66. ae6275d use $(LN) makefile variable instead of ln by Christian Heimes · 11 years ago
  67. d9c116c Add a spacing saving heuristic to deque's extend methods by Raymond Hettinger · 11 years ago
  68. bbf8ce5 Issue #18408: Fix select.select() to handle PyList_New() failure (MemoryError) by Victor Stinner · 11 years ago
  69. c426636 Issue #18408: Fix _PyMem_DebugRealloc() by Victor Stinner · 11 years ago
  70. 9e6b4d7 Issue #18408: _PyUnicodeWriter_Finish() now clears its buffer attribute in all by Victor Stinner · 11 years ago
  71. 7979926 Issue #18408: Fix usage of _PyBytes_Resize() by Victor Stinner · 11 years ago
  72. e0af3a8 Issue #18408: Fix PyCode_Optimize(): raise a MemoryError on memory allocation by Victor Stinner · 11 years ago
  73. bf2e2f9 Issue #18408: Fix zlib.compressobj() to handle PyThread_allocate_lock() failure by Victor Stinner · 11 years ago
  74. 3f15cf0 Issue #18408: Fix ConvParam() of the ctypes module to handle paramfunc failure by Victor Stinner · 11 years ago
  75. 78094ac Avoid spurious non-fatal install errors for OS X frameworks: by Ned Deily · 11 years ago
  76. 15a0bd3 Issue #18408: Fix _PyUnicodeWriter_Finish(): clear writer->buffer, by Victor Stinner · 11 years ago
  77. 064bbdc fix indentation by Victor Stinner · 11 years ago
  78. 0ff0f54 Issue #18408: Fix call_function() of ceval.c to handle PyTuple_New() failure by Victor Stinner · 11 years ago
  79. 9812af8 Issue #18408: Fix PyType_Ready() and type.__bases__ setter to handle by Victor Stinner · 11 years ago
  80. 3a8b79d Issue #18408: Fix marshal reader for Unicode strings: handle by Victor Stinner · 11 years ago
  81. b27cd3e Issue #18408: Fix list.pop() to handle list_resize() failure (MemoryError). by Victor Stinner · 11 years ago
  82. c9b7f51 Issue #18408: Fix PyDict_New() to handle correctly new_keys_object() failure by Victor Stinner · 11 years ago
  83. 5d1866c Issue #18408: PyObject_GC_NewVar() now raises SystemError exception if nitems by Victor Stinner · 11 years ago
  84. c1eb26c gcmodule.c: strip trailing spaces by Victor Stinner · 11 years ago
  85. d95bb3f #18403: merge with 3.3. by Ezio Melotti · 11 years ago
  86. 93dd693 #18403: fix an off-by-one typo noticed by Xue Fuqiao. by Ezio Melotti · 11 years ago
  87. bf5af5d Merge str.center tests from 3.3. by Ezio Melotti · 11 years ago
  88. f84e01d Add a couple of tests for str.center with non-ASCII chars. by Ezio Melotti · 11 years ago
  89. 49fc8ec Issue #18203: Add _PyMem_RawStrdup() and _PyMem_Strdup() by Victor Stinner · 11 years ago
  90. 6f8eeee Issue #18203: Fix _Py_DecodeUTF8_surrogateescape(), use PyMem_RawMalloc() as _Py_char2wchar() by Victor Stinner · 11 years ago
  91. fa535f5 Issue #18227: pyexpat now uses a static XML_Memory_Handling_Suite. cElementTree uses the same approach since at least Python 2.6 by Christian Heimes · 11 years ago
  92. 0e2d3cf Issue #18203: Replace malloc() with PyMem_Malloc() in _PySequence_BytesToCharpArray() by Victor Stinner · 11 years ago
  93. c6632e7 Issue #18203: Replace malloc() with PyMem_Malloc() to allocate arena objects by Victor Stinner · 11 years ago
  94. 80aa565 Issue #18203: Replace malloc() with PyMem_RawMalloc() to allocate thread locks by Victor Stinner · 11 years ago
  95. b7f1f65 Issue #18227: "Free" function of bz2, lzma and zlib modules has no return value (void) by Victor Stinner · 11 years ago
  96. 11ebff2 Issue #18203: Replace malloc() with PyMem_Malloc() in _ssl for the password by Victor Stinner · 11 years ago
  97. 5064a52 Issue #18227: Use PyMem_RawAlloc() in bz2, lzma and zlib modules by Victor Stinner · 11 years ago
  98. 65bf9cf Issue #18203: Fix decode_ascii_surrogateescape(), use PyMem_RawMalloc() as _Py_char2wchar() by Victor Stinner · 11 years ago
  99. 6ce0dbf Fix a compiler warning in posix_sendfile() on FreeBSD: by Victor Stinner · 11 years ago
  100. b640491 Issue #18203: Replace malloc() with PyMem_Malloc() in Python modules by Victor Stinner · 11 years ago