1. fc6a90a Issue #22588: Fix typo in _testcapi.test_incref_decref_API() by Victor Stinner · 10 years ago
  2. 797bcb5 Issue #21639: Fix name of _testcapi test functions by Victor Stinner · 10 years ago
  3. 3c1b379 Issue #20320: select.select() and select.kqueue.control() now round the timeout by Victor Stinner · 10 years ago
  4. 2623c8c Issue #20530: Argument Clinic's signature format has been revised again. by Larry Hastings · 10 years ago
  5. 581ee36 Issue #20326: Argument Clinic now uses a simple, unique signature to by Larry Hastings · 10 years ago
  6. 5c66189 Issue #20189: Four additional builtin types (PyTypeObject, by Larry Hastings · 11 years ago
  7. 2a72791 Issue #20226: Major improvements to Argument Clinic. by Larry Hastings · 11 years ago
  8. 16c5191 Issue #20144: Argument Clinic now supports simple constants as parameter by Larry Hastings · 11 years ago
  9. 441adb8 Backout changeset 46393019b650 by Victor Stinner · 11 years ago
  10. cd0cb8c Close #19787: PyThread_set_key_value() now always set the value. In Python 3.3, by Victor Stinner · 11 years ago
  11. 2aeb070 (Merge 3.3) Issue #14432: Fix compilation when thread support is disabled by Victor Stinner · 11 years ago
  12. 258e4d3 Issue #14432: Fix compilation when thread support is disabled by Victor Stinner · 11 years ago
  13. 1310510 Issue #14432: Generator now clears the borrowed reference to the thread state by Victor Stinner · 11 years ago
  14. fdeb6ec Issue #14432: Remove the thread state field from the frame structure. Fix a by Victor Stinner · 11 years ago
  15. 44e2eaa Issue #19674: inspect.signature() now produces a correct signature by Larry Hastings · 11 years ago
  16. f866f97 Issue #19433: test_capi: check signness of some C types by Victor Stinner · 11 years ago
  17. 0107655 Issue #19433: test_capi: add tests on the size of some C types by Victor Stinner · 11 years ago
  18. 46e1ce2 Issue #18783: Removed existing mentions of Python long type in docstrings, by Serhiy Storchaka · 11 years ago
  19. 9594942 Issue #18783: Removed existing mentions of Python long type in docstrings, by Serhiy Storchaka · 11 years ago
  20. 865d12a Fix warning: ‘ptr2’ may be used uninitialized in this function by Christian Heimes · 11 years ago
  21. 4efdb41 Test Py_IncRef() and Py_DecRef() C functions by Christian Heimes · 11 years ago
  22. 796564c Issue #18112: PEP 442 implementation (safe object finalization). by Antoine Pitrou · 11 years ago
  23. ebf4204 Handle yet another potential failure in testcapi CID 1058280 by Christian Heimes · 11 years ago
  24. 66eda26 Handle yet another potential failure in testcapi CID 1058280 by Christian Heimes · 11 years ago
  25. dd6f389 remove surplus and wrong Py_DECREF() introduced in 33891989c9cf by Christian Heimes · 11 years ago
  26. ec2309b remove surplus and wrong Py_DECREF() introduced in 33891989c9cf by Christian Heimes · 11 years ago
  27. cb7ca52 Fix memory leaks and add checks for failing malloc() calls to testcapi module by Christian Heimes · 11 years ago
  28. 3205e74 Fix declaration-after-statement of d49f65ff4f3c by Christian Heimes · 11 years ago
  29. 7e13802 Fix memory leaks and add checks for failing malloc() calls to testcapi module by Christian Heimes · 11 years ago
  30. 5e3de55 Fix possible NULL pointer dereferences in testcapi module by Christian Heimes · 11 years ago
  31. ff369a5 Fix possible NULL pointer dereferences in testcapi module by Christian Heimes · 11 years ago
  32. 3f95bdc Add missing check of PyDict_SetItem()'s return value CID 486659 by Christian Heimes · 11 years ago
  33. 97cb67b Add missing check of PyDict_SetItem()'s return value CID 486659 by Christian Heimes · 11 years ago
  34. 0507bf5 Issue #3329: Implement the PEP 445 by Victor Stinner · 11 years ago
  35. 36f01ad Revert changeset 6661a8154eb3: Issue #3329: Add new APIs to customize memory allocators by Victor Stinner · 11 years ago
  36. 4d70562 Issue #3329: Add new APIs to customize memory allocators by Victor Stinner · 11 years ago
  37. da5eb5a don't expand the operand to Py_XINCREF/XDECREF/CLEAR/DECREF multiple times (closes #17206) by Benjamin Peterson · 11 years ago
  38. 03e667d Fix memory leak introduced in 15190138d3f3. by Ezio Melotti · 11 years ago
  39. e5c0533 Issue #17223: Add another test to check that _PyUnicode_Ready() rejects by Victor Stinner · 11 years ago
  40. e6996ed Issue #16145: Support legacy strings in the _csv module. by Stefan Krah · 12 years ago
  41. 6e1d2b6 Closes #16126: PyErr_Format format mismatch in _testcapimodule.c by Jesus Cea · 12 years ago
  42. 22701e8 Issue #15589: Ensure double-alignment for brute-force capi argument parser test by Larry Hastings · 12 years ago
  43. 8f904da Issue #14769: test_capi now has SkipitemTest, which cleverly checks by Larry Hastings · 12 years ago
  44. faf91e7 Issue #14705: Add 'p' format character to PyArg_ParseTuple* for bool support. by Larry Hastings · 12 years ago
  45. 6fe20b3 Issue #14127: Add st_{cma}time_ns fields to os.stat() result object. by Larry Hastings · 12 years ago
  46. aa2efcb Issue #14098: New functions PyErr_GetExcInfo and PyErr_SetExcInfo. by Martin v. Löwis · 12 years ago
  47. 83a9f48 Issue #14328: Add keyword-only parameters to PyArg_ParseTupleAndKeywords. by Larry Hastings · 12 years ago
  48. 5d272cc Close #14180: Factorize code to convert a number of seconds to time_t, timeval or timespec by Victor Stinner · 12 years ago
  49. 643cd68 Issue #13964: signal.sigtimedwait() timeout is now a float instead of a tuple by Victor Stinner · 12 years ago
  50. 9a2d99e - Issue #10181: New memoryview implementation fixes multiple ownership by Stefan Krah · 12 years ago
  51. b685568 Check for errors in creating sub-interpreters when testing the C API. by Brett Cannon · 12 years ago
  52. 7422b22 Test running of code in a sub-interpreter (prelude to issue #6531). by Antoine Pitrou · 13 years ago
  53. 2f828f2 Test running of code in a sub-interpreter (prelude to issue #6531). by Antoine Pitrou · 13 years ago
  54. e3b4715 Write tests for invalid characters (U+00110000) by Victor Stinner · 13 years ago
  55. 42bf775 Rewrite PyUnicode_EncodeDecimal() to use the new Unicode API by Victor Stinner · 13 years ago
  56. 8ef1887 test_widechar() uses the new Unicode API by Victor Stinner · 13 years ago
  57. 2b979bf Use PyUnicode_CompareWithASCIIString() instead of Py_UNICODE_strcmp() to avoid by Victor Stinner · 13 years ago
  58. 6394188 Use the new Py_ARRAY_LENGTH macro by Victor Stinner · 13 years ago
  59. d63a3b8 Implement PEP 393. by Martin v. Löwis · 13 years ago
  60. 3d5881e Issue #12909: Make PyLong_As* functions consistent in their use of exceptions. by Nadeem Vawda · 13 years ago
  61. ab1d16b Issue #13093: Fix error handling on PyUnicode_EncodeDecimal() by Victor Stinner · 13 years ago
  62. 906b88f Issue #12380: PyArg_ParseTuple now accepts a bytearray for the 'c' format. by Eli Bendersky · 13 years ago
  63. 6ced7c4 Issue #10833: Use PyErr_Format() and PyUnicode_FromFormat() instead of by Victor Stinner · 13 years ago
  64. 499dfcf Issue #10833: Use PyUnicode_FromFormat() and PyErr_Format() instead of by Victor Stinner · 13 years ago
  65. 915605c Merged revisions 88550 via svnmerge from by Antoine Pitrou · 13 years ago
  66. 5bffa79 Issue #11286: Raise a ValueError from calling PyMemoryView_FromBuffer with by Antoine Pitrou · 13 years ago
  67. ca1e7ec test_unicode: use ctypes to test PyUnicode_FromFormat() by Victor Stinner · 14 years ago
  68. 0fcab4a Issue #9566: use Py_ssize_t instead of int by Victor Stinner · 14 years ago
  69. e239d23 Issue #6697: Fixed instances of _PyUnicode_AsString() result not checked for NULL by Alexander Belopolsky · 14 years ago
  70. 4d0d471 Merge branches/pep-0384. by Martin v. Löwis · 14 years ago
  71. 3e2b717 Issue #10359: Remove ";" after function definition, invalid in ISO C by Victor Stinner · 14 years ago
  72. 29aad00 Issue #10185: use Py_hash_t instead of long by Antoine Pitrou · 14 years ago
  73. beb4135b PyUnicode_AsWideCharString() takes a PyObject*, not a PyUnicodeObject* by Victor Stinner · 14 years ago
  74. 46c7b3b Issue #8670: Rename testcapi unicode test methods by Victor Stinner · 14 years ago
  75. ea3f305 Oops, revert unwanted _testcapi changes of r85174 by Victor Stinner · 14 years ago
  76. 749261e Issue #8670: ctypes.c_wchar supports non-BMP characters with 32 bits wchar_t by Victor Stinner · 14 years ago
  77. 1c24bd0 Issue #8870: PyUnicode_AsWideCharString() doesn't count the trailing nul character by Victor Stinner · 14 years ago
  78. 1205f27 Issue #9738: PyUnicode_FromFormat() and PyErr_Format() raise an error on by Victor Stinner · 14 years ago
  79. 25e8ec4 Issue #8850: Remove "w" and "w#" formats from PyArg_Parse*() functions, use by Victor Stinner · 14 years ago
  80. 06e49dd Issue #8592: PyArg_Parse*() functions raise a TypeError for "y", "u" and "Z" by Victor Stinner · 14 years ago
  81. ea7b748 Fix test_capi in !pydebug mode, where my original attempt segfaulted without by Jeffrey Yasskin · 14 years ago
  82. 8e0bdfd Make PyErr_Occurred return NULL if there is no current thread. Previously it by Jeffrey Yasskin · 14 years ago
  83. f95a1b3 Recorded merge of revisions 81029 via svnmerge from by Antoine Pitrou · 14 years ago
  84. 5fc16b4 Merged revisions 79661 via svnmerge from by Mark Dickinson · 14 years ago
  85. 80d8fd8 Merged revisions 79642,79644 via svnmerge from by Benjamin Peterson · 14 years ago
  86. d59b416 Issue #8014: Fix PyLong_As<c-integer-type> methods not to produce an by Mark Dickinson · 14 years ago
  87. bb13fbf Revert an earlier attempt (r76810) to fix the intermittent test_capi failures fixed in r78172. by Mark Dickinson · 14 years ago
  88. edff7af Issue #7924: Fix an intermittent 'XXX undetected error' crash in by Mark Dickinson · 14 years ago
  89. 8f0b31a Followup to r77918: fix build under Windows. by Antoine Pitrou · 14 years ago
  90. 1632398 Merged revisions 77866-77867 via svnmerge from by Benjamin Peterson · 14 years ago
  91. 05b7c56 Merged revisions 77916 via svnmerge from by Antoine Pitrou · 14 years ago
  92. 93f562c Merged revisions 77842 via svnmerge from by Mark Dickinson · 14 years ago
  93. 8667a9b Python strings ending with '\0' should not be equivalent to their C counterparts in PyUnicode_CompareWithASCIIString by Benjamin Peterson · 15 years ago
  94. 1e28a27 Merged revisions 77088 via svnmerge from by Georg Brandl · 15 years ago
  95. 309aa2d Keep PyLong_AsLongAndOverflow documentation and implementation in sync by Mark Dickinson · 15 years ago
  96. 1554b18 Merged revisions 76930 via svnmerge from by Mark Dickinson · 15 years ago
  97. 91d58bd Merged revisions 76822,76824 via svnmerge from by Benjamin Peterson · 15 years ago
  98. 6d138f1 Make sure that test_capsule always returns NULL on error; this may by Mark Dickinson · 15 years ago
  99. f08173b Issue #7414: Add missing 'case 'C'' to skipitem() in getargs.c. This by Mark Dickinson · 15 years ago
  100. 6ce4a9a Merged revisions 76308 via svnmerge from by Mark Dickinson · 15 years ago