1. 7ea386e Issue 19504: Change "customise" to "customize" American spelling. by Raymond Hettinger · 8 years ago
  2. 0d88c65 Backport test_gdb fix for s390x buildbots by Victor Stinner · 8 years ago
  3. 7a5fe6d Issue #14771: Redirect GDB's stdin to avoid messing the terminal settings by Martin Panter · 9 years ago
  4. 40e102c Issue #25820: Remove unused assignment and redundant GDB CLI arguments by Martin Panter · 9 years ago
  5. d64cfc2 Merge 3.4 (test_gdb) by Victor Stinner · 9 years ago
  6. a578eb3 test_gdb: fix regex to parse the GDB version by Victor Stinner · 9 years ago
  7. aba2466 Merge 3.4 (test_gdb) by Victor Stinner · 9 years ago
  8. 479fea6 test_gdb: oops, the regex to parse the gdb version was still too strict by Victor Stinner · 9 years ago
  9. ccc546c Merge 3.4 (test_gdb) by Victor Stinner · 9 years ago
  10. 26afae4 test_gdb: fix regex to parse GDB version for 'GNU gdb 6.1.1 [FreeBSD]\n' by Victor Stinner · 9 years ago
  11. 329ca71 Merge 3.4 (test_gdb) by Victor Stinner · 9 years ago
  12. 5b6b4a8 test_gdb: use subprocess.Popen context manager to fix ResourceWarning warnings by Victor Stinner · 9 years ago
  13. 2f3ac1e test_gdb: fix regex to parse gdb version for SUSE Linux Entreprise by Victor Stinner · 9 years ago
  14. 79644f9 Issue #22117: Fix test_gdb for the new time.sleep() by Victor Stinner · 9 years ago
  15. 6b688d8 Issue #22844: Fized test_gdb failure on Debian Wheezy for Z. by Serhiy Storchaka · 10 years ago
  16. 17d337b Issue #23881: Only use entry-values with gdb 7.4 in tests. by Serhiy Storchaka · 10 years ago
  17. fdc9953 Issue #22765: Fixed test_gdb failures. Supressed unexpected gdb output. by Serhiy Storchaka · 10 years ago
  18. 7869a4e Closes #22188: test_gdb now runs gdb with -nx: "Do not execute commands from by Victor Stinner · 10 years ago
  19. 23ed7e3 Issue #19753: New try to fix test_gdb on System Z buildbot by Victor Stinner · 11 years ago
  20. f4a4898 Issue #19753: Try to fix test_gdb on SystemZ buildbot by Victor Stinner · 11 years ago
  21. f6eb31f Issue #19743: fix test_gdb on some optimized Python builds by Antoine Pitrou · 11 years ago
  22. e50240c Issue #19308: fix the gdb plugin on gdbs linked with Python 3 by Antoine Pitrou · 11 years ago
  23. a282825 Issue #19183: Simplify test_gdb by Victor Stinner · 11 years ago
  24. 5132493 Issue #19183: Fix repr() tests of test_gdb, hash() is now platform dependent by Victor Stinner · 11 years ago
  25. 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 · 11 years ago
  26. df4cb12 Merge from 3.3 by Nick Coghlan · 11 years ago
  27. ce34687 Fix comment in test_gdb by Nick Coghlan · 11 years ago
  28. a78cccb test_gdb: skip pretty-printing of sets with gdb < 7.3 by Antoine Pitrou · 11 years ago
  29. d0f3e07 test_gdb: dump gdb version in verbose mode by Antoine Pitrou · 11 years ago
  30. 46e1ce2 Issue #18783: Removed existing mentions of Python long type in docstrings, by Serhiy Storchaka · 11 years ago
  31. 9594942 Issue #18783: Removed existing mentions of Python long type in docstrings, by Serhiy Storchaka · 11 years ago
  32. 5ac1b93 test_gdb.py: ignore also "warning: Source file is more recent than executable." pattern by Victor Stinner · 11 years ago
  33. 81641d6 Issue #17712: Fix test_gdb failures on Ubuntu 13.04. by Antoine Pitrou · 11 years ago
  34. f358eaf merge #15043: Improve test_gdb support of gdb >= 7.4. by R David Murray · 12 years ago
  35. f933302 #15043: Improve test_gdb support of gdb >= 7.4. by R David Murray · 12 years ago
  36. 61cdcf5 merge 3.2 by Benjamin Peterson · 12 years ago
  37. f8a9a83 remove gdb noise about linux-vdso by Benjamin Peterson · 12 years ago
  38. 8d37ffa Issue #12605: Show information on more C frames within gdb backtraces by David Malcolm · 12 years ago
  39. 9aff2a7 Merge from 3.2 (Issue #15043: skip test_gdb if the custom hooks can't be loaded) by Nick Coghlan · 12 years ago
  40. be4e4b5 Issue #15043: skip test_gdb if the custom hooks can't be loaded by Nick Coghlan · 12 years ago
  41. f1b34ee #12660: Skip test_gdb when run from an installed Python. by Vinay Sajip · 12 years ago
  42. 2fb477c Merge 3.2: Issue #13703 plus some related test suite fixes. by Georg Brandl · 13 years ago
  43. 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
  44. cdf6cd9 Closes #13699. Skipped two tests if Python is optimised. by Vinay Sajip · 13 years ago
  45. d208416 Issue #13628: python-gdb.py is now able to retrieve more frames in the Python by Victor Stinner · 13 years ago
  46. 2549f87 Closes #13699. Skipped two tests if Python is optimised. by Vinay Sajip · 13 years ago
  47. d974393 (Merge 3.2) Issue #13628: python-gdb.py is now able to retrieve more frames in by Victor Stinner · 13 years ago
  48. 4d09873 Some libcs' snprintf may output a leading minus sign when %p-formatting by Antoine Pitrou · 13 years ago
  49. e670c88 Issue #11996: libpython (gdb), replace "py-bt" command by "py-bt-full" and add by Victor Stinner · 13 years ago
  50. cee3655 Close issue #8600: test_gdb failures because innocuous warnings by Jesus Cea · 13 years ago
  51. b3aedd4 #9424: Replace deprecated assert* methods in the Python test suite. by Ezio Melotti · 14 years ago
  52. 65c66ab make gdb skip expected by Benjamin Peterson · 14 years ago
  53. 4c7c421 Remove workaround by Antoine Pitrou · 14 years ago
  54. 7c9cf01 gdb: fix representation of non-printable surrogate pairs, and workaround by Antoine Pitrou · 14 years ago
  55. f48ea7c Issue #8605: Skip test_gdb if Python is compiled with optimizations. by Antoine Pitrou · 14 years ago
  56. 150016f Issue #8559: improve unicode support of (gdb) libpython.py by Victor Stinner · 14 years ago
  57. a045f19 Merged revisions 80802 via svnmerge from by Antoine Pitrou · 14 years ago
  58. 534db4e Issue #8495: test_gdb uses replace error handler when decoding utf8 output by Victor Stinner · 14 years ago
  59. 5ae6810 Issue #8380: Port gdb/libpython to 3.x. by Martin v. Löwis · 14 years ago
  60. 67df3a4 Adapt libpython.py and test_gdb.py to Python3 by Victor Stinner · 14 years ago
  61. 5226fd6 Merged revisions 79986-79987,80156 via svnmerge from by Martin v. Löwis · 14 years ago
  62. 50eb60e Merged revisions 80288 via svnmerge from by Victor Stinner · 14 years ago
  63. 9faa7ec compare with empty bytes by Benjamin Peterson · 14 years ago
  64. 6a45e9d Blocked revisions 79979 via svnmerge by Antoine Pitrou · 14 years ago
  65. 6a6666a Merged revisions 79548,79557,79616-79617,79716,79778,79795,79803,79896 via svnmerge from by Benjamin Peterson · 14 years ago