1. b318990 (Merge 3.3) Parser/asdl_c.py: use Py_CLEAR() by Victor Stinner · 11 years ago
  2. 1acc129 Parser/asdl_c.py: use Py_CLEAR() by Victor Stinner · 11 years ago
  3. ee4b59c (Merge 3.3) According to the PEP 7, C code must "use 4-space indents" by Victor Stinner · 11 years ago
  4. ce72e1c According to the PEP 7, C code must "use 4-space indents" by Victor Stinner · 11 years ago
  5. f6e7e36 Issue #18561: Skip name in ctypes' _build_callargs() if name is NULL. CID 486199 by Christian Heimes · 11 years ago
  6. 6ca8a05 Issue #18561: Skip name in ctypes' _build_callargs() if name is NULL. CID 486199 by Christian Heimes · 11 years ago
  7. 4ebf6d7 Issue #18560: Fix potential NULL pointer dereference in sum() by Christian Heimes · 11 years ago
  8. 704e2d3 Issue #18560: Fix potential NULL pointer dereference in sum() by Christian Heimes · 11 years ago
  9. f446d21 Issue #18559: Fix NULL pointer dereference error in _pickle module by Christian Heimes · 11 years ago
  10. 9ee5c37 Issue #18559: Fix NULL pointer dereference error in _pickle module by Christian Heimes · 11 years ago
  11. d4095d9 Issue #18519: the Python authorizer callback of sqlite3 must not raise Python exceptions by Victor Stinner · 11 years ago
  12. 8cda5e6 Coverity: model PyLong_From*() functions by Christian Heimes · 11 years ago
  13. ebf4204 Handle yet another potential failure in testcapi CID 1058280 by Christian Heimes · 11 years ago
  14. 66eda26 Handle yet another potential failure in testcapi CID 1058280 by Christian Heimes · 11 years ago
  15. 9bfcaa6 Check return value of PyLong_FromLong(X509_get_version()). It might be NULL if by Christian Heimes · 11 years ago
  16. 5962bef Check return value of PyLong_FromLong(X509_get_version()). It might be NULL if by Christian Heimes · 11 years ago
  17. dd6f389 remove surplus and wrong Py_DECREF() introduced in 33891989c9cf by Christian Heimes · 11 years ago
  18. ec2309b remove surplus and wrong Py_DECREF() introduced in 33891989c9cf by Christian Heimes · 11 years ago
  19. cb7ca52 Fix memory leaks and add checks for failing malloc() calls to testcapi module by Christian Heimes · 11 years ago
  20. 3205e74 Fix declaration-after-statement of d49f65ff4f3c by Christian Heimes · 11 years ago
  21. 7e13802 Fix memory leaks and add checks for failing malloc() calls to testcapi module by Christian Heimes · 11 years ago
  22. 5e3de55 Fix possible NULL pointer dereferences in testcapi module by Christian Heimes · 11 years ago
  23. ff369a5 Fix possible NULL pointer dereferences in testcapi module by Christian Heimes · 11 years ago
  24. ef86368 Fix possible NULL pointer dereference in PyCurses_Start_Color() CID 1058276 by Christian Heimes · 11 years ago
  25. a956e64 Fix possible NULL pointer dereference in PyCurses_Start_Color() CID 1058276 by Christian Heimes · 11 years ago
  26. 5d7c1b1 merge for issue #18556 by Brett Cannon · 11 years ago
  27. 845f784 Issue #18556: Check the return value for PyUnicode_AsWideChar() in by Brett Cannon · 11 years ago
  28. b41803e Close #18545: now only executes member_type if no _value_ is assigned in __new__. by Ethan Furman · 11 years ago
  29. 4d35e75 #17818: aifc.getparams now returns a namedtuple. by R David Murray · 11 years ago
  30. 840c310 Fix typo on MutableSequence docstring. by Guido van Rossum · 11 years ago
  31. bd2a757 Merge #15130: remove repeat of abstract paragraph from socket howto body. by R David Murray · 11 years ago
  32. b76b1b1 #15130: remove repeat of abstract paragraph from socket howto body. by R David Murray · 11 years ago
  33. 4d0f808 #18503: small cleanups in test_email. by R David Murray · 11 years ago
  34. 271ade8 #18503: small cleanups in test_email. by R David Murray · 11 years ago
  35. c985d08 Closes #18491: Added script-wrapper functionality to launcher source (but not to executable). by Vinay Sajip · 11 years ago
  36. 7c8cd25 Issue #18549: Eliminate dead code in socket_ntohl(). CID 982369 by Christian Heimes · 11 years ago
  37. 9228837 Issue #18549: Eliminate dead code in socket_ntohl(). CID 982369 by Christian Heimes · 11 years ago
  38. 99f969e #14853: merge with 3.3. by Ezio Melotti · 11 years ago
  39. b042daa #14853: remove test that was making too many assumptions about stdin. Patch by Elena Oat. by Ezio Melotti · 11 years ago
  40. 3e1e97a #16937: merge with 3.3. by Ezio Melotti · 11 years ago
  41. 61b0c67 #16937: document that stdin is always buffered, even when -u is used. Patch by Elena Oat. by Ezio Melotti · 11 years ago
  42. 6f08d30 Fix potential NULL pointer dereferencing in ast module CID 719690 by Christian Heimes · 11 years ago
  43. 72f562f Fix potential NULL pointer dereferencing in ast module CID 719690 by Christian Heimes · 11 years ago
  44. aca6170 Closes #18541: merged update from 3.3. by Vinay Sajip · 11 years ago
  45. a92fbe6 Issue #18541: simplified LoggerAdapter example. by Vinay Sajip · 11 years ago
  46. 26421ab merge 3.3 by Benjamin Peterson · 11 years ago
  47. 7d28b6b return NULL here by Benjamin Peterson · 11 years ago
  48. a3852ff Add in a comment that was removed in 240adc564539 (requested by Victor Stinner) by Brian Curtin · 11 years ago
  49. 52b9fdf Remove duplicate entry for sdigit. by Christian Heimes · 11 years ago
  50. b911cfd Add modeling file for Coverity Scan. by Christian Heimes · 11 years ago
  51. ba30883 Issue #18520: Fix initstdio(), handle PySys_SetObject() failure by Victor Stinner · 11 years ago
  52. 5b3b100 Issue #18520: Fix _PyDict_GetItemId(), suppress _PyUnicode_FromId() error by Victor Stinner · 11 years ago
  53. 34f96b8 Issue #18520: Fix PyFunction_NewWithQualName() error handling by Victor Stinner · 11 years ago
  54. 4d1f5d6 Reindent PyFunction_NewWithQualName() by Victor Stinner · 11 years ago
  55. 62ce62a Issue #18520: initsite() is a little bit more verbose when import site fails by Victor Stinner · 11 years ago
  56. 5804960 Issue #18520: Fix _PySys_Init(), handle PyDict_SetItemString() errors by Victor Stinner · 11 years ago
  57. f54a574 Issue #18520: PyErr_NoMemory() now fails with a fatal error if it is called by Victor Stinner · 11 years ago
  58. 1c8f059 Issue #18520: Add a new PyStructSequence_InitType2() function, same than by Victor Stinner · 11 years ago
  59. 2a54509 Merge by Brian Curtin · 11 years ago
  60. 06f6fbf Fix #18530. Remove extra stat call from posixpath.ismount by Brian Curtin · 11 years ago
  61. 9068e4d Issue #17944: test_zipfile now discoverable and uses subclassing to by Serhiy Storchaka · 11 years ago
  62. fa6bc29 Issue #17944: test_zipfile now discoverable and uses subclassing to by Serhiy Storchaka · 11 years ago
  63. 7b3902a Some compilers complain about 'control reaches end of non-void function' by Christian Heimes · 11 years ago
  64. 1eb0cb1 Some compilers complain about 'control reaches end of non-void function' by Christian Heimes · 11 years ago
  65. de0e63b Issue #15905: Fix theoretical buffer overflow in handling of sys.argv[0], by Christian Heimes · 11 years ago
  66. 60a6067 Issue #15905: Fix theoretical buffer overflow in handling of sys.argv[0], by Christian Heimes · 11 years ago
  67. 7fca717 merge by Christian Heimes · 11 years ago
  68. 37c916d merge by Christian Heimes · 11 years ago
  69. 826b754 Add sanity check to PyGrammar_LabelRepr() in order to catch invalid tokens when debugging by Christian Heimes · 11 years ago
  70. 53d2dc4 Add sanity check to PyGrammar_LabelRepr() in order to catch invalid tokens when debugging by Christian Heimes · 11 years ago
  71. 3a85732 Issue #18488: Fix _pysqlite_final_callback() by Victor Stinner · 11 years ago
  72. db53ad7 Merge with 3.3 by Terry Jan Reedy · 11 years ago
  73. 6e2711b Issue #18439: Make patchcheck work on Windows for ACKS, NEWS. by Terry Jan Reedy · 11 years ago
  74. e5378e2 Now all error paths of _freeze_importlib use 'goto error' and the error label cleans up all used resources. by Christian Heimes · 11 years ago
  75. 43d82df Now all error paths of _freeze_importlib use 'goto error' and the error label cleans up all used resources. by Christian Heimes · 11 years ago
  76. c3e10c2 merge 3.3 by Benjamin Peterson · 11 years ago
  77. 0f9b7d3 fix spacing by Benjamin Peterson · 11 years ago
  78. 33113a3 merge 3.3 by Benjamin Peterson · 11 years ago
  79. 04b01dc let's not return NULL from functions that should return ints by Benjamin Peterson · 11 years ago
  80. 7194588 Issue #18514: Fix unreachable Py_DECREF() call in PyCData_FromBaseObj() by Christian Heimes · 11 years ago
  81. 8c4c1f6 Issue #18514: Fix unreachable Py_DECREF() call in PyCData_FromBaseObj() by Christian Heimes · 11 years ago
  82. 992fe2a Fix reference and memory leaks in _freeze_importlib by Christian Heimes · 11 years ago
  83. 96f628f Fix reference and memory leaks in _freeze_importlib by Christian Heimes · 11 years ago
  84. d786ad5 Issue #18520: Fix initsigs(), handle PyOS_InitInterrupts() error by Victor Stinner · 11 years ago
  85. 41801f5 Issue #18519, #18408: Fix sqlite authorizer callback by Victor Stinner · 11 years ago
  86. b97cc49 Minor code simplification by eliminating an unnecessary temporary variable. by Raymond Hettinger · 11 years ago
  87. 02e8b53 Check return value of lseek() in _Py_DisplaySourceLine(). by Christian Heimes · 11 years ago
  88. 1f34729 Check return value of lseek() in _Py_DisplaySourceLine(). by Christian Heimes · 11 years ago
  89. 6895947 Propagate error when PyByteArray_Resize() fails in bytearray_translate() by Christian Heimes · 11 years ago
  90. c731bbe Propagate error when PyByteArray_Resize() fails in bytearray_translate() by Christian Heimes · 11 years ago
  91. 8ded80d merge by Christian Heimes · 11 years ago
  92. 8e09084 merge by Christian Heimes · 11 years ago
  93. d74f680 merge by Christian Heimes · 11 years ago
  94. 8282d74 Check return value of PyObject_AsFileDescriptor() in _Py_DisplaySourceLine() for error by Christian Heimes · 11 years ago
  95. 8c077bc Check return value of PyObject_AsFileDescriptor() in _Py_DisplaySourceLine() for error by Christian Heimes · 11 years ago
  96. 237e8f5 Issue #17532: merge from 3.3 by Ned Deily · 11 years ago
  97. 8e8b9ba Issue #17532: Prevent exception when changing key sets if Options menu is empty. by Ned Deily · 11 years ago
  98. 603bd2d Check return value of PyEval_GetGlobals() for NULL CID 486814 by Christian Heimes · 11 years ago
  99. a6404ad Check return value of PyEval_GetGlobals() for NULL CID 486814 by Christian Heimes · 11 years ago
  100. 5df8ff0 Check return value of flush_character_buffer() CID 486663 by Christian Heimes · 11 years ago