1. 34be807 Add PYTHONMALLOC env var by Victor Stinner · 8 years ago
  2. a9725f8 Issue #26312: SystemError is now raised in all programming bugs with using by Serhiy Storchaka · 8 years ago
  3. 4cd63ef Issue #26198: ValueError is now raised instead of TypeError on buffer by Serhiy Storchaka · 9 years ago
  4. c4b813d Issue #26198: Fixed error messages for some argument parsing errors. by Serhiy Storchaka · 9 years ago
  5. 2356069 Issue #25800: Merge with 3.4 by Zachary Ware · 9 years ago
  6. 6d8a260 Issue #25800: Fix running test_capi directly by Zachary Ware · 9 years ago
  7. ce64391 Issue #9517: Move script_helper to the support package. by Berker Peksag · 9 years ago
  8. 8ef887c Issue #20586: Argument Clinic now ensures signatures on functions without docstrings. by Zachary Ware · 9 years ago
  9. c05e260 Issue #23799: Added test.support.start_threads() for running and cleaning up by Serhiy Storchaka · 9 years ago
  10. 263dcd2 Issue #23799: Added test.support.start_threads() for running and cleaning up by Serhiy Storchaka · 9 years ago
  11. 944fbcc Issue #23571: Enhance _Py_CheckFunctionResult() by Victor Stinner · 9 years ago
  12. 381a9bc Issue #23571: Update test_capi by Victor Stinner · 9 years ago
  13. 4f0efb0 Issue #23571: Fix test_capi by Victor Stinner · 9 years ago
  14. efde146 Issue #23571: _Py_CheckFunctionResult() now gives the name of the function by Victor Stinner · 9 years ago
  15. 86e9deb #22731 test_capi test fails because of mismatched newlines by Steve Dower · 10 years ago
  16. bca9acf Issue #18093: fix test_capi test skip due to _testembed move by Nick Coghlan · 10 years ago
  17. d51374e PEP 465: a dedicated infix operator for matrix multiplication (closes #21176) by Benjamin Peterson · 10 years ago
  18. b2bef62 Issue #19977: Fix test_capi when LC_CTYPE locale is POSIX by Victor Stinner · 10 years ago
  19. 2623c8c Issue #20530: Argument Clinic's signature format has been revised again. by Larry Hastings · 11 years ago
  20. f28ba36 Issue #20532: Tests which use _testcapi now are marked as CPython only. by Serhiy Storchaka · 11 years ago
  21. 5cfc79d Issue #20532: Tests which use _testcapi now are marked as CPython only. by Serhiy Storchaka · 11 years ago
  22. 581ee36 Issue #20326: Argument Clinic now uses a simple, unique signature to by Larry Hastings · 11 years ago
  23. 5c66189 Issue #20189: Four additional builtin types (PyTypeObject, by Larry Hastings · 11 years ago
  24. fcafe43 Fix inspect.signature tests for builtins when docstrings are compiled out. by Larry Hastings · 11 years ago
  25. 44e2eaa Issue #19674: inspect.signature() now produces a correct signature by Larry Hastings · 11 years ago
  26. ed3b0bc Issue #18874: Implement the PEP 454 (tracemalloc) by Victor Stinner · 11 years ago
  27. c12f09e Issue #19440: Clean up test_capi by Zachary Ware · 11 years ago
  28. dfcd694 Issue #19440: Clean up test_capi by Zachary Ware · 11 years ago
  29. 4e641df Close #19439: execute embedding tests on Windows by Nick Coghlan · 11 years ago
  30. 3321fb8 Issue #16129: this should appease the buildbots by Nick Coghlan · 11 years ago
  31. 8f9571e Skip #16129 test until I debug cross-platform issues by Nick Coghlan · 11 years ago
  32. 6508dc5 Try to debug overspecified test :( by Nick Coghlan · 11 years ago
  33. 7d270ee Issue #16129: Add `Py_SetStandardStreamEncoding` by Nick Coghlan · 11 years ago
  34. 77e904e Issue #18948: improve SuppressCoreFiles to include Windows crash popup suppression, and use it in more tests. by Antoine Pitrou · 11 years ago
  35. 7a2572c test_capi: make a specific test case for the subinterpreter test by Antoine Pitrou · 11 years ago
  36. e1857d9 Fix indentation. by Ezio Melotti · 11 years ago
  37. 25a4045 #11732: add a new suppress_crash_popup() context manager to test.support. by Ezio Melotti · 11 years ago
  38. 35246bd #17249: merge with 3.2. by Ezio Melotti · 11 years ago
  39. 29267c8 #17249: convert a test in test_capi to use unittest and reap threads. by Ezio Melotti · 11 years ago
  40. 175df1e Remove outdated statement by Antoine Pitrou · 12 years ago
  41. b24d0d9 Remove outdated statement by Antoine Pitrou · 12 years ago
  42. 6e1d2b6 Closes #16126: PyErr_Format format mismatch in _testcapimodule.c by Jesus Cea · 12 years ago
  43. 5b27c53 Merge 3.2. by Stefan Krah · 12 years ago
  44. 7cacd2e Issue #15736: Fix overflow in _PySequence_BytesToCharpArray(). by Stefan Krah · 12 years ago
  45. c0c03be Merge 3.2. by Stefan Krah · 12 years ago
  46. db579d7 Issue #15738: Fix a missing NULL check in subprocess_fork_exec(). by Stefan Krah · 12 years ago
  47. 6adf243 Merge 3.2. by Stefan Krah · 12 years ago
  48. fd24f9e Issue #15732: Fix (constructed) crash in _PySequence_BytesToCharpArray(). by Stefan Krah · 12 years ago
  49. 48ed360 Issue #14769: Incorporated mildly pedantic feedback from python-dev. by Larry Hastings · 12 years ago
  50. 8f904da Issue #14769: test_capi now has SkipitemTest, which cleverly checks by Larry Hastings · 12 years ago
  51. 7395404 Issue #9116: Allowed test to pass on Windows by adjusting the test condition slightly to allow for a Windows-specific error message. by Vinay Sajip · 12 years ago
  52. aa2efcb Issue #14098: New functions PyErr_GetExcInfo and PyErr_SetExcInfo. by Martin v. Löwis · 12 years ago
  53. 7422b22 Test running of code in a sub-interpreter (prelude to issue #6531). by Antoine Pitrou · 13 years ago
  54. 2f828f2 Test running of code in a sub-interpreter (prelude to issue #6531). by Antoine Pitrou · 13 years ago
  55. 61600cb Issue #12407: Explicitly skip test_capi.EmbeddingTest under Windows. by Antoine Pitrou · 13 years ago
  56. 71cbafb Issue #12407: Explicitly skip test_capi.EmbeddingTest under Windows. by Antoine Pitrou · 13 years ago
  57. 2a12974 Close #12028: Make threading._get_ident() public, rename it to by Victor Stinner · 13 years ago
  58. 8e60577 Issue #10914: Add a minimal embedding test to test_capi. by Antoine Pitrou · 13 years ago
  59. 3b3499b #11565: Merge with 3.1. by Ezio Melotti · 13 years ago
  60. 1392500 #11565: Fix several typos. Patch by Piotr Kasprzyk. by Ezio Melotti · 13 years ago
  61. 915605c Merged revisions 88550 via svnmerge from by Antoine Pitrou · 13 years ago
  62. 0ca4624 Issue #8932: Skip required when compiled --without-threads. by Stefan Krah · 14 years ago
  63. 4000ffa Fix test_capi for Windows: strip newline characters by Victor Stinner · 14 years ago
  64. 8e0bdfd Make PyErr_Occurred return NULL if there is no current thread. Previously it by Jeffrey Yasskin · 14 years ago
  65. 45df820 Merged revisions 80552-80556,80564-80566,80568-80571 via svnmerge from by Victor Stinner · 14 years ago
  66. ab91fde Merged revisions 73715 via svnmerge from by Georg Brandl · 15 years ago
  67. c9c0f20 convert old fail* assertions to assert* by Benjamin Peterson · 15 years ago
  68. c15bdef Issue #6012: Add cleanup support to O& argument parsing. by Martin v. Löwis · 15 years ago
  69. e1cdfd7 Merged revisions 68547,68607,68610,68618,68621-68622,68649,68722 via svnmerge from by Benjamin Peterson · 16 years ago
  70. a54c909 Merged revisions 68425,68461,68498 via svnmerge from by Benjamin Peterson · 16 years ago
  71. 9b6df6a add tests for PyInstanceMethod_Type by Benjamin Peterson · 16 years ago
  72. 2067bfd Rename thread to _thread and dummy_thread to _dummy_thread. Issue #2875. by Georg Brandl · 16 years ago
  73. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  74. 5e69685 Merged revisions 62194,62197-62198,62204-62205,62214,62219-62221,62227,62229-62231,62233-62235,62237-62239 via svnmerge from by Christian Heimes · 16 years ago
  75. 3add4d7 Raise statement normalization in Lib/test/. by Collin Winter · 17 years ago
  76. be19ed7 Fix most trivially-findable print statements. by Guido van Rossum · 18 years ago
  77. 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 18 years ago
  78. 6ce7ed2 Revert previous checkin on getargs 'L' code. Try to convert all by Martin v. Löwis · 19 years ago
  79. ff232d7 Clear internal call error in 'L' format. Fixes #723201. Backported to 2.4. by Martin v. Löwis · 19 years ago
  80. 66cb018 Whitespace normalization. by Tim Peters · 20 years ago
  81. eb619bb Fix for [ 1010677 ] thread Module Breaks PyGILState_Ensure(), by Mark Hammond · 20 years ago
  82. 0eadaac Whitespace normalization. by Tim Peters · 21 years ago
  83. 8d98d2c New PyGILState_ API - implements pep 311, from patch 684256. by Mark Hammond · 21 years ago
  84. 04f357c Get rid of relative imports in all unittests. Now anything that by Barry Warsaw · 22 years ago
  85. 361c535 Fix typo in comment (the module is now called _testcapi, not _test). by Guido van Rossum · 23 years ago
  86. d66595f Renamed _testXXX to _testcapiXXX. Jack is my hero -- good call! by Tim Peters · 24 years ago
  87. 9ea17ac Patch derived from Trent's 101162: a Python/C API testing framework. by Tim Peters · 24 years ago