1. ced1226 (3.3->default): #18480: Add missing PyType_Ready call to _elementtree extension by Ronald Oussoren · 11 years ago
  2. 138d080 #18480: Add missing PyType_Ready call to _elementtree extension by Ronald Oussoren · 11 years ago
  3. d85032e (Merge 3.3) Fix posix_chflags(): return_value was uninitialized when by Victor Stinner · 11 years ago
  4. 45e9039 Fix posix_chflags(): return_value was uninitialized when follow_symlinks=False by Victor Stinner · 11 years ago
  5. 9e09c26 Issue #18501, #18408: Fix expat handlers in pyexpat, don't call Python by Victor Stinner · 11 years ago
  6. 3fd8cbd Issue #18408: Fix _elementtree.c, don't call Python function from an expat by Victor Stinner · 11 years ago
  7. ca713c0 Fix a compiler warning on FreeBSD by Victor Stinner · 11 years ago
  8. 569f364 Issue #18408: Fix PyInit__curses_panel(), handle import_curses() failure by Victor Stinner · 11 years ago
  9. 4abda5d Issue #18408: Fix _pysqlite_fetch_one_row(), in debug mode, don't call by Victor Stinner · 11 years ago
  10. ace47d7 Issue #18408: PyEval_EvalFrameEx() and PyEval_CallObjectWithKeywords() now fail by Victor Stinner · 11 years ago
  11. e9af4cf Issue #18488: _pysqlite_final_callback() should not clear the exception set by by Victor Stinner · 11 years ago
  12. 4755bea Issue #18408: Fix array_tolist(), handle PyList_SetItem() failure by Victor Stinner · 11 years ago
  13. 0b142e2 Issue #18408: Fix array_index(), handle getarrayitem() failure by Victor Stinner · 11 years ago
  14. 764a46d Issue #18408: Fix heapq.heappop(), handle PyList_SetSlice() failure by Victor Stinner · 11 years ago
  15. 2ff51b8 Issue #18408: Fix time.tzset(), detect exception when calling PyInit_timezone() by Victor Stinner · 11 years ago
  16. d594f24 Issue #18408: Fix locale.localeconv(), handle PyDict_SetItemString() failure by Victor Stinner · 11 years ago
  17. 6684bdf Issue #18408: Fix typo in build_node_tree() of the parser module by Victor Stinner · 11 years ago
  18. 1e53bba Issue #18408: handle PySys_GetObject() failure, raise a RuntimeError by Victor Stinner · 11 years ago
  19. d1f9942 Issue #18408: Fix cjkcodecs decoders, add a new MBERR_EXCEPTION constant to by Victor Stinner · 11 years ago
  20. 85c761d Issue #18408: Fix fileio_read() on _PyBytes_Resize() failure by Victor Stinner · 11 years ago
  21. a4ced86 Issue #18408: random_seed() now raises a MemoryError on memory allocation by Victor Stinner · 11 years ago
  22. 33283ba Issue #18408: Fix CJK decoders, raise MemoryError on memory allocation failure by Victor Stinner · 11 years ago
  23. 54b2d2e Issue #18408: Fix pyexpat.ParserCreate() by Victor Stinner · 11 years ago
  24. 0fedb37 Issue #18393: Remove use of deprecated API on OSX by Ronald Oussoren · 11 years ago
  25. 9ba6962 Issue #18344: Fix potential ref-leaks in _bufferedreader_read_all(). by Richard Oudkerk · 11 years ago
  26. 9ad51ec Issue #18344: Fix potential ref-leaks in _bufferedreader_read_all(). by Richard Oudkerk · 11 years ago
  27. 90dea4c Tweak the deque struct by moving the least used fields (maxlen and weakref) to the end. by Raymond Hettinger · 11 years ago
  28. 840533b Use a do-while loop in the inner loop for rotate (m is always greater than zero). by Raymond Hettinger · 11 years ago
  29. 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
  30. d917dcb Issue #18408: Fix constructors of _elementtree.c by Victor Stinner · 11 years ago
  31. 81aac73 Issue #18408: Fix create_extra() of _elementtree.c, raise MemoryError on memory by Victor Stinner · 11 years ago
  32. df4572c Issue #18408: parser module: fix error handling in node2tuple() by Victor Stinner · 11 years ago
  33. 3bd6abd Issue #18408: Fix parser.sequence2st() and parser.tuple2st(): raise MemoryError by Victor Stinner · 11 years ago
  34. 4202456 Issue #18408: _pickle.c: Add missing PyErr_NoMemory() on memory allocation failures by Victor Stinner · 11 years ago
  35. 8ca72e2 Issue #18408: _PyMemoTable_ResizeTable() now restores the old table if by Victor Stinner · 11 years ago
  36. c31df04 Issue #18408: Oh, I was wrong: Pickler_New() must call Py_DECREF() to destroy by Victor Stinner · 11 years ago
  37. 71c8b7e Issue #18408: Different fixes in _elementtree.c to handle correctly MemoryError by Victor Stinner · 11 years ago
  38. 4d46343 Cleanup _elementtree.c by Victor Stinner · 11 years ago
  39. 5f0af23 Issue #18408: _elementtree.c now handles create_extra() failure by Victor Stinner · 11 years ago
  40. 68c8ea2 Issue #18408: Fix _Pickler_New() and _Unpickler_New(): initialize all by Victor Stinner · 11 years ago
  41. 50ae3f6 Issue #18101: Tcl.split() now process strings nested in a tuple as it by Serhiy Storchaka · 11 years ago
  42. 275d5fd Issue #18101: Tcl.split() now process strings nested in a tuple as it by Serhiy Storchaka · 11 years ago
  43. e3ed4ed Issue #18338: `python --version` now prints version string to stdout, and by Serhiy Storchaka · 11 years ago
  44. 609142e Merge: #18399: fix comment typo. by R David Murray · 11 years ago
  45. 296b73c #18399: fix comment typo. by R David Murray · 11 years ago
  46. d9c116c Add a spacing saving heuristic to deque's extend methods by Raymond Hettinger · 11 years ago
  47. bbf8ce5 Issue #18408: Fix select.select() to handle PyList_New() failure (MemoryError) by Victor Stinner · 11 years ago
  48. 7979926 Issue #18408: Fix usage of _PyBytes_Resize() by Victor Stinner · 11 years ago
  49. bf2e2f9 Issue #18408: Fix zlib.compressobj() to handle PyThread_allocate_lock() failure by Victor Stinner · 11 years ago
  50. 3f15cf0 Issue #18408: Fix ConvParam() of the ctypes module to handle paramfunc failure by Victor Stinner · 11 years ago
  51. 064bbdc fix indentation by Victor Stinner · 11 years ago
  52. 5d1866c Issue #18408: PyObject_GC_NewVar() now raises SystemError exception if nitems by Victor Stinner · 11 years ago
  53. c1eb26c gcmodule.c: strip trailing spaces by Victor Stinner · 11 years ago
  54. 49fc8ec Issue #18203: Add _PyMem_RawStrdup() and _PyMem_Strdup() by Victor Stinner · 11 years ago
  55. 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
  56. b7f1f65 Issue #18227: "Free" function of bz2, lzma and zlib modules has no return value (void) by Victor Stinner · 11 years ago
  57. 11ebff2 Issue #18203: Replace malloc() with PyMem_Malloc() in _ssl for the password by Victor Stinner · 11 years ago
  58. 5064a52 Issue #18227: Use PyMem_RawAlloc() in bz2, lzma and zlib modules by Victor Stinner · 11 years ago
  59. 6ce0dbf Fix a compiler warning in posix_sendfile() on FreeBSD: by Victor Stinner · 11 years ago
  60. b640491 Issue #18203: Replace malloc() with PyMem_Malloc() in Python modules by Victor Stinner · 11 years ago
  61. 1a7425f Issue #18203: Replace malloc() with PyMem_RawMalloc() at Python initialization by Victor Stinner · 11 years ago
  62. b385529 Fix #ifdef by Raymond Hettinger · 11 years ago
  63. 82df925 Use macros for marking and checking endpoints in the doubly-linked list of blocks. by Raymond Hettinger · 11 years ago
  64. ef9b47f merge by Raymond Hettinger · 11 years ago
  65. f3a67b7 Improve variable names in deque_count() by Raymond Hettinger · 11 years ago
  66. 0507bf5 Issue #3329: Implement the PEP 445 by Victor Stinner · 11 years ago
  67. df715ba Apply the PyObject_VAR_HEAD and Py_SIZE macros by Raymond Hettinger · 11 years ago
  68. 5bfa867 Refactor deque_traverse(). by Raymond Hettinger · 11 years ago
  69. 98054b4 Remove unnecessary branches from count() and reverse(). by Raymond Hettinger · 11 years ago
  70. de68e0c Speed-up deque indexing by changing the deque block length to a power of two. by Raymond Hettinger · 11 years ago
  71. 0857ab4 (Merge 3.3) Issue #18343: faulthandler.register() now keeps the previous signal by Victor Stinner · 11 years ago
  72. 8d37954 Issue #18343: faulthandler.register() now keeps the previous signal handler by Victor Stinner · 11 years ago
  73. 54882bf Singular form just like the other error message. by Christian Heimes · 11 years ago
  74. 8087879 Singular form just like the other error message. by Christian Heimes · 11 years ago
  75. bfafab1 Issue #18339: Negative ints keys in unpickler.memo dict no longer cause a by Christian Heimes · 11 years ago
  76. a24b4d2 Issue #18339: Negative ints keys in unpickler.memo dict no longer cause a by Christian Heimes · 11 years ago
  77. 7217242 Fix segfault in pyexpat.c caused by 84375 u can be NULL, use XDECREF by Christian Heimes · 11 years ago
  78. 82e6b94 Fix resource leak in pickle module by Christian Heimes · 11 years ago
  79. b91ffaa Fix NULL ptr dereferencing in local_timezone(). nameo can be NULL by Christian Heimes · 11 years ago
  80. b582155 Fix memory leak in pyexpat PyUnknownEncodingHandler by Christian Heimes · 11 years ago
  81. dd3a6a5 Fix os.confstr(): the result type of the C function is size_t, not int by Victor Stinner · 11 years ago
  82. 9303749 Fix time.mktime() and datetime.datetime.timestamp() on AIX by Victor Stinner · 11 years ago
  83. d7a034b (Merge 3.3) Fix time.strftime("%Y") on AIX: raise a ValueError for year > 9999 by Victor Stinner · 11 years ago
  84. 36b82d8 Fix time.strftime("%Y") on AIX: raise a ValueError for year > 9999 by Victor Stinner · 11 years ago
  85. 7e00151 _ssl.c: strip trailing spaces by Victor Stinner · 11 years ago
  86. 86073dc (Merge 3.3) Issue #18135: ssl.SSLSocket.write() now raises an OverflowError if by Victor Stinner · 11 years ago
  87. 6efa965 Issue #18135: ssl.SSLSocket.write() now raises an OverflowError if the input by Victor Stinner · 11 years ago
  88. 14b9b11 If MS_WIN64 is defined, MS_WINDOWS is also defined: #ifdef can be simplified. by Victor Stinner · 11 years ago
  89. 9a644b2 Issue #9566: recv(), recvfrom(), send(), sendall() and sendto() methods by Victor Stinner · 11 years ago
  90. 7176577 Issue #9566: _winapi.WriteFile() now truncates length to DWORD_MAX (4294967295) by Victor Stinner · 11 years ago
  91. bc8ccce Issue #9566: zlib: Explicit cast to unsigned int to fix a compiler warning on Windows x64 by Victor Stinner · 11 years ago
  92. 9a28297 Issue #9566: _io: Use Py_SAFE_DOWNCAST for fix a compiler warning on Windows x64 by Victor Stinner · 11 years ago
  93. b4f39ee merge by Raymond Hettinger · 11 years ago
  94. 20b0f87 Misc improvements to collections.deque() by Raymond Hettinger · 11 years ago
  95. 5b2f184 Issue #11016: Don't define macros and constants that are already set by pyport.h by Christian Heimes · 11 years ago
  96. 99d6135 Define S_IFMT and S_IFLNK in pyport.h so posixmodule.c can use named constants instead by Christian Heimes · 11 years ago
  97. 9975877 Check for correct macro, code uses S_ISDIR(). by Christian Heimes · 11 years ago
  98. 91e8b81 Check for correct macro, code uses S_ISDIR(). by Christian Heimes · 11 years ago
  99. 1ce46d9 Issue #11016: Detect integer conversion on conversion from Python int to C mode_t by Victor Stinner · 11 years ago
  100. 858c947 Fix a typo in S_ISDIR, S_ISCHR, S_ISBLK and S_ISREG. by Christian Heimes · 11 years ago