1. 81446fd test_gdb: use unittest test discovery (GH-15405) by Victor Stinner · 6 years ago
  2. 0d722f3 bpo-36974: separate vectorcall functions for each calling convention (GH-13781) by Jeroen Demeyer · 6 years ago
  3. e56a123 bpo-37362: test_gdb now ignores stderr (GH-14287) by Victor Stinner · 6 years ago
  4. 64e2c64 test_gdb.test_pycfunction: test more calling conventions (GH-13668) by Petr Viktorin · 6 years ago
  5. fecb75c bpo-36974: Fix GDB integration (GH-13665) by Petr Viktorin · 6 years ago
  6. 6de4574 bpo-37023: Skip test_gdb under PGO (GH-13555) by Steve Dower · 6 years ago
  7. 90d0cfb bpo-35202: Remove unused imports in tests. (GH-10561) by Srinivas Thatiparthy (శ్రీనివాస్ తాటిపర్తి) · 7 years ago
  8. 59668aa bpo-21263: Skip test_gdb when python has been compiled with LLVM clang (GH-10318) by Lysandros Nikolaou · 7 years ago
  9. 79d2133 bpo-32962: Fix test_gdb failure in debug build with -mcet -fcf-protection -O0 (GH-9656) by Victor Stinner · 7 years ago
  10. 7279b51 bpo-34537: Fix test_gdb:test_strings with LC_ALL=C (GH-9483) by Elvis Pranskevichus · 7 years ago
  11. f2ef51f bpo-34007: Skip traceback tests if the Program Counter is not available. (GH-9018) by Pablo Galindo · 7 years ago
  12. 2f9cbaa Revert "bpo-32962: Fix test_gdb failure in debug build with -mcet -fcf-protection -O0 (GH-6754)" (#7723) by Victor Stinner · 7 years ago
  13. 9b7c74c bpo-32962: Fix test_gdb failure in debug build with -mcet -fcf-protection -O0 (#6754) by Marcel Plch · 7 years ago
  14. a6a4dc8 bpo-31370: Remove support for threads-less builds (#3385) by Antoine Pitrou · 8 years ago
  15. 5566bbb Issue #29263: LOAD_METHOD support for C methods by INADA Naoki · 9 years ago
  16. 72268ae Fix test_gdb.test_wrapper_call() on Python 2 by Victor Stinner · 9 years ago
  17. f94b68a Make test_gdb.test_wrapper_call() make reliable by Victor Stinner · 9 years ago
  18. 6110833 python-gdb.py supports method-wrapper by Victor Stinner · 9 years ago
  19. fa025f1 Update and enhance python-gdb.py by Victor Stinner · 9 years ago
  20. e3d75c6 Issue #28770: Update python-gdb.py for fastcalls by Victor Stinner · 9 years ago
  21. d7d2bc8 Issue #28023: Fix python-gdb.py didn't support new dict implementation by INADA Naoki · 9 years ago
  22. 44b548d #27364: fix "incorrect" uses of escape character in the stdlib. by R David Murray · 9 years ago
  23. 742da04 Implement compact dict by Victor Stinner · 9 years ago
  24. 437df90 get skipIf from the right place by Benjamin Peterson · 9 years ago
  25. 22d0698 Adds test.support.PGO and skips tests that are not useful for PGO. by Steve Dower · 9 years ago
  26. 45c7514 merge 3.5 (#27969) by Benjamin Peterson · 9 years ago
  27. cbef66d suppress stderr output when checking gdb (closes #27969) by Benjamin Peterson · 9 years ago
  28. f74c33a Merge by Raymond Hettinger · 9 years ago
  29. 7ea386e Issue 19504: Change "customise" to "customize" American spelling. by Raymond Hettinger · 9 years ago
  30. e437a10 Issue #23277: Remove unused imports in tests. by Serhiy Storchaka · 9 years ago
  31. 0d88c65 Backport test_gdb fix for s390x buildbots by Victor Stinner · 9 years ago
  32. c53195b Try to fix test_gdb on s390x SLES 3.x by Victor Stinner · 9 years ago
  33. 904f5de Try to fix test_gdb on s390x buildbots by Victor Stinner · 9 years ago
  34. 5a701f0 Issue #25876: Fix also test_set() of test_gdb when -E command line is used by Victor Stinner · 10 years ago
  35. 22756f1 Issue #25876: test_gdb: use subprocess._args_from_interpreter_flags() to test by Victor Stinner · 10 years ago
  36. 7a5fe6d Issue #14771: Redirect GDB's stdin to avoid messing the terminal settings by Martin Panter · 10 years ago
  37. 40e102c Issue #25820: Remove unused assignment and redundant GDB CLI arguments by Martin Panter · 10 years ago
  38. d64cfc2 Merge 3.4 (test_gdb) by Victor Stinner · 10 years ago
  39. a578eb3 test_gdb: fix regex to parse the GDB version by Victor Stinner · 10 years ago
  40. aba2466 Merge 3.4 (test_gdb) by Victor Stinner · 10 years ago
  41. 479fea6 test_gdb: oops, the regex to parse the gdb version was still too strict by Victor Stinner · 10 years ago
  42. ccc546c Merge 3.4 (test_gdb) by Victor Stinner · 10 years ago
  43. 26afae4 test_gdb: fix regex to parse GDB version for 'GNU gdb 6.1.1 [FreeBSD]\n' by Victor Stinner · 10 years ago
  44. 329ca71 Merge 3.4 (test_gdb) by Victor Stinner · 10 years ago
  45. 5b6b4a8 test_gdb: use subprocess.Popen context manager to fix ResourceWarning warnings by Victor Stinner · 10 years ago
  46. 2f3ac1e test_gdb: fix regex to parse gdb version for SUSE Linux Entreprise by Victor Stinner · 10 years ago
  47. 79644f9 Issue #22117: Fix test_gdb for the new time.sleep() by Victor Stinner · 10 years ago
  48. 6b688d8 Issue #22844: Fized test_gdb failure on Debian Wheezy for Z. by Serhiy Storchaka · 10 years ago
  49. 17d337b Issue #23881: Only use entry-values with gdb 7.4 in tests. by Serhiy Storchaka · 11 years ago
  50. fdc9953 Issue #22765: Fixed test_gdb failures. Supressed unexpected gdb output. by Serhiy Storchaka · 11 years ago
  51. 7869a4e Closes #22188: test_gdb now runs gdb with -nx: "Do not execute commands from by Victor Stinner · 11 years ago
  52. 23ed7e3 Issue #19753: New try to fix test_gdb on System Z buildbot by Victor Stinner · 12 years ago
  53. f4a4898 Issue #19753: Try to fix test_gdb on SystemZ buildbot by Victor Stinner · 12 years ago
  54. f6eb31f Issue #19743: fix test_gdb on some optimized Python builds by Antoine Pitrou · 12 years ago
  55. e50240c Issue #19308: fix the gdb plugin on gdbs linked with Python 3 by Antoine Pitrou · 12 years ago
  56. a282825 Issue #19183: Simplify test_gdb by Victor Stinner · 12 years ago
  57. 5132493 Issue #19183: Fix repr() tests of test_gdb, hash() is now platform dependent by Victor Stinner · 12 years ago
  58. 156983a Issue #19183: test_gdb's test_dict was failing on some machines as the order or dict keys has changed again. by Christian Heimes · 12 years ago
  59. df4cb12 Merge from 3.3 by Nick Coghlan · 12 years ago
  60. ce34687 Fix comment in test_gdb by Nick Coghlan · 12 years ago
  61. a78cccb test_gdb: skip pretty-printing of sets with gdb < 7.3 by Antoine Pitrou · 12 years ago
  62. d0f3e07 test_gdb: dump gdb version in verbose mode by Antoine Pitrou · 12 years ago
  63. 46e1ce2 Issue #18783: Removed existing mentions of Python long type in docstrings, by Serhiy Storchaka · 12 years ago
  64. 9594942 Issue #18783: Removed existing mentions of Python long type in docstrings, by Serhiy Storchaka · 12 years ago
  65. 5ac1b93 test_gdb.py: ignore also "warning: Source file is more recent than executable." pattern by Victor Stinner · 12 years ago
  66. 81641d6 Issue #17712: Fix test_gdb failures on Ubuntu 13.04. by Antoine Pitrou · 12 years ago
  67. f358eaf merge #15043: Improve test_gdb support of gdb >= 7.4. by R David Murray · 13 years ago
  68. f933302 #15043: Improve test_gdb support of gdb >= 7.4. by R David Murray · 13 years ago
  69. 61cdcf5 merge 3.2 by Benjamin Peterson · 13 years ago
  70. f8a9a83 remove gdb noise about linux-vdso by Benjamin Peterson · 13 years ago
  71. 8d37ffa Issue #12605: Show information on more C frames within gdb backtraces by David Malcolm · 13 years ago
  72. 9aff2a7 Merge from 3.2 (Issue #15043: skip test_gdb if the custom hooks can't be loaded) by Nick Coghlan · 13 years ago
  73. be4e4b5 Issue #15043: skip test_gdb if the custom hooks can't be loaded by Nick Coghlan · 13 years ago
  74. f1b34ee #12660: Skip test_gdb when run from an installed Python. by Vinay Sajip · 13 years ago
  75. 2fb477c Merge 3.2: Issue #13703 plus some related test suite fixes. by Georg Brandl · 13 years ago
  76. 09a7c72 Merge from 3.1: Issue #13703: add a way to randomize the hash values of basic types (str, bytes, datetime) by Georg Brandl · 13 years ago
  77. cdf6cd9 Closes #13699. Skipped two tests if Python is optimised. by Vinay Sajip · 14 years ago
  78. d208416 Issue #13628: python-gdb.py is now able to retrieve more frames in the Python by Victor Stinner · 14 years ago
  79. 2549f87 Closes #13699. Skipped two tests if Python is optimised. by Vinay Sajip · 14 years ago
  80. d974393 (Merge 3.2) Issue #13628: python-gdb.py is now able to retrieve more frames in by Victor Stinner · 14 years ago
  81. 4d09873 Some libcs' snprintf may output a leading minus sign when %p-formatting by Antoine Pitrou · 14 years ago
  82. e670c88 Issue #11996: libpython (gdb), replace "py-bt" command by "py-bt-full" and add by Victor Stinner · 14 years ago
  83. cee3655 Close issue #8600: test_gdb failures because innocuous warnings by Jesus Cea · 14 years ago
  84. b3aedd4 #9424: Replace deprecated assert* methods in the Python test suite. by Ezio Melotti · 15 years ago
  85. 65c66ab make gdb skip expected by Benjamin Peterson · 15 years ago
  86. 4c7c421 Remove workaround by Antoine Pitrou · 15 years ago
  87. 7c9cf01 gdb: fix representation of non-printable surrogate pairs, and workaround by Antoine Pitrou · 15 years ago
  88. f48ea7c Issue #8605: Skip test_gdb if Python is compiled with optimizations. by Antoine Pitrou · 15 years ago
  89. 150016f Issue #8559: improve unicode support of (gdb) libpython.py by Victor Stinner · 15 years ago
  90. a045f19 Merged revisions 80802 via svnmerge from by Antoine Pitrou · 15 years ago
  91. 534db4e Issue #8495: test_gdb uses replace error handler when decoding utf8 output by Victor Stinner · 15 years ago
  92. 5ae6810 Issue #8380: Port gdb/libpython to 3.x. by Martin v. Löwis · 15 years ago
  93. 67df3a4 Adapt libpython.py and test_gdb.py to Python3 by Victor Stinner · 15 years ago
  94. 5226fd6 Merged revisions 79986-79987,80156 via svnmerge from by Martin v. Löwis · 15 years ago
  95. 50eb60e Merged revisions 80288 via svnmerge from by Victor Stinner · 15 years ago
  96. 9faa7ec compare with empty bytes by Benjamin Peterson · 15 years ago
  97. 6a45e9d Blocked revisions 79979 via svnmerge by Antoine Pitrou · 15 years ago
  98. 6a6666a Merged revisions 79548,79557,79616-79617,79716,79778,79795,79803,79896 via svnmerge from by Benjamin Peterson · 15 years ago