1. 6e055d7 sqlite3: Fix a segfault on calling a connection with something else than a by Victor Stinner · 15 years ago
  2. 17d9054 Issue #7818: set().test_c_api() doesn't expect a set('abc'), modify the set. by Victor Stinner · 15 years ago
  3. 9098ee4 Issue #8117: logging: Improved algorithm for computing initial rollover time. by Vinay Sajip · 15 years ago
  4. 654ea37 remove shebang line from non-executable test by Benjamin Peterson · 15 years ago
  5. 9cf41d0 normalize shebang lines to #!/usr/bin/env python by Benjamin Peterson · 15 years ago
  6. afa595b revert r78842 cgi.py change by Benjamin Peterson · 15 years ago
  7. 651bc32 use proper shebang lines by Benjamin Peterson · 15 years ago
  8. 75c8be0 remove executable property from doc files by Benjamin Peterson · 15 years ago
  9. e2e81e8 Fix repr of tree Element on windows. by Florent Xicluna · 15 years ago
  10. 3e8c189 Issue #6472: The xml.etree package is updated to ElementTree 1.3. The cElementTree module is updated too. by Florent Xicluna · 15 years ago
  11. 4478662 Another fix to test_executable() of test_sys: set the current working to avoid by Victor Stinner · 15 years ago
  12. 6ecd85f Fix test_executable introduce in previous commit (r78835): Windows is able to by Victor Stinner · 15 years ago
  13. 4a7e0c85 Issue #7774: Set sys.executable to an empty string if argv[0] has been by Victor Stinner · 15 years ago
  14. 6376370 Revert r78830: realpath() should really be applied to sys.executable. by Florent Xicluna · 15 years ago
  15. 6602ec6 It is not optimal to test sys.stderr on a debug build. by Florent Xicluna · 15 years ago
  16. e58d91c Fix the test_subprocess failure when sys.executable is meaningless: '' or a directory. by Florent Xicluna · 15 years ago
  17. 8567761 Issue #7880: Fix sysconfig when the python executable is a symbolic link. by Florent Xicluna · 15 years ago
  18. 3ec3200 ooops, fix error message in execusercustomize() by Victor Stinner · 15 years ago
  19. 6664426 Issue #3137: Don't ignore errors at startup, especially a keyboard interrupt by Victor Stinner · 15 years ago
  20. 4d42f2b #7772: Fix test_py3kwarn. Now the test suite could pass with "-3" flag. by Florent Xicluna · 15 years ago
  21. e30bc38 Improve code clarity a bit. by Raymond Hettinger · 15 years ago
  22. aba2293 Have links in OrderedDicts be native Python lists instead by Raymond Hettinger · 15 years ago
  23. 9bd3508 Add nicer docstrings to namedtuples(). by Raymond Hettinger · 15 years ago
  24. f4803aa set svn:eol-style on various files by Benjamin Peterson · 15 years ago
  25. 47627d5 #7624: Fix isinstance(foo(), collections.Callable) for old-style classes. by Florent Xicluna · 15 years ago
  26. 6f682be Move some tests from test_macpath to test_genericpath.CommonTest by Florent Xicluna · 15 years ago
  27. d034b32 On finalize, don't try to join not started process. by Florent Xicluna · 15 years ago
  28. faf1753 Replace the stderr logging with assertNotEqual(returncode, 0). by Florent Xicluna · 15 years ago
  29. cf741ce Fix syntax: "rc != None" -> "rc is not None" by Florent Xicluna · 15 years ago
  30. 5258477 Don't fail on a debug() statement, if the worker PID is (still) None. by Florent Xicluna · 15 years ago
  31. 4617e50 Issue #7143: get_payload used to strip any trailing newline from a by R. David Murray · 15 years ago
  32. 16cd888 Backport the Popen.poll() protection from subprocess to multiprocessing. See #1731717. by Florent Xicluna · 15 years ago
  33. 08611b5 Remove accidental print statement from last commit. by Michael Foord · 15 years ago
  34. a715255 Fix accidental name rebinding in unittest py3k warning filtering. by Michael Foord · 15 years ago
  35. 5ffa325 Addition of setUpClass and setUpModule shared fixtures to unittest. by Michael Foord · 15 years ago
  36. 53e8eea Fix for potentials errors in constructing unittest failure messages. Plus skipped test methods no longer run setUp and tearDown (Issue 8059) by Michael Foord · 15 years ago
  37. fc8a1ed Refresh the documentation for the test.test_support module. by Florent Xicluna · 15 years ago
  38. 400efc2 #2777: Try hard to make Win7 buildbot happy... by Florent Xicluna · 15 years ago
  39. 154b7ad Issue #1530559: When packing a non-integer with any integer conversion by Mark Dickinson · 15 years ago
  40. c083864 Do not fail if returncode is 0 on send_signal/kill/terminate, for win32 platforms. by Florent Xicluna · 15 years ago
  41. c02bbe3 #2777: Enable test_send_signal, test_terminate and test_kill on win32 platforms. by Florent Xicluna · 15 years ago
  42. 6de9e93 Issue #7849: Now the utility ``check_warnings`` verifies if the warnings are by Florent Xicluna · 15 years ago
  43. 1f3b4e1 Fix some py3k warnings in the standard library. by Florent Xicluna · 15 years ago
  44. 4e62949 Reverting the change made in r78431. by Senthil Kumaran · 15 years ago
  45. 6b31fd0 eliminate py3k warnings in argparse by Benjamin Peterson · 15 years ago
  46. 8e7c117 bump version to 2.7a4 by Benjamin Peterson · 15 years ago
  47. 632df99 Skip test_send_signal, test_kill, test_terminate on win32 platforms, for 2.7a4 release. by Florent Xicluna · 15 years ago
  48. 985478d Minor tweaking of previous r78734, and add a NEWS entry. by Florent Xicluna · 15 years ago
  49. dc1531c Create test_genericpath.CommonTest and reuse it to test other path modules. by Florent Xicluna · 15 years ago
  50. 5852641 Do not print the header lines when running a single test. by Florent Xicluna · 15 years ago
  51. 1adbee2 Added checks for tuples in dictConfig. by Vinay Sajip · 15 years ago
  52. d45a278 Added schema version test in dictConfig. by Vinay Sajip · 15 years ago
  53. 12d750d Backport "test.regrtest -R 2:3" syntax from py3k branch, and other minor adjustments. by Florent Xicluna · 15 years ago
  54. 0b9a18a #6906: TCL_LIBRARY and TK_LIBRARY environment variables should be encoded. by Florent Xicluna · 15 years ago
  55. aa90db9 #2777: Apply same recipe on win32, i.e. do not inherit file handles. by Florent Xicluna · 15 years ago
  56. b7c2002 Print platform information to stdout, to help troubleshooting platform-specific failures. by Florent Xicluna · 15 years ago
  57. 0932dc5 Keep the test files in the ./build/ subdirectory, if Python is not installed. by Florent Xicluna · 15 years ago
  58. 467298c Call setreuid and setregid in a subprocess to avoid altering the test runner's by Gregory P. Smith · 15 years ago
  59. c49b6ef search in the alternative location for VCExpress by Tarek Ziadé · 15 years ago
  60. 5501e6a fixed various failures and environment alterations in distutils.test_build_ext by Tarek Ziadé · 15 years ago
  61. 895ee24 files used by win32 tests by Tarek Ziadé · 15 years ago
  62. 7e48ff8 simplified the fallback case by Tarek Ziadé · 15 years ago
  63. fbf50b8 provide a fallback for xxmodule.c in case the buildir is not present by Tarek Ziadé · 15 years ago
  64. b30868a copied back the build_ext tests from 2.6 by Tarek Ziadé · 15 years ago
  65. af9a06a #2777: Apply same recipe for test_terminate and test_kill, i.e. close or redirect fds. by Florent Xicluna · 15 years ago
  66. d77eb9a Factored out time usage determination into a method, to facilitate alternative formatting implementations in the future. by Vinay Sajip · 15 years ago
  67. cecef39 #2777: Handle fds more carefully to try to fix some x86-Linux failures (namely, neal bot and twisted bot). by Florent Xicluna · 15 years ago
  68. 1c0c78c Fix incorrect stacklevel for DeprecationWarnings originating from the struct module. by Mark Dickinson · 15 years ago
  69. 3bbb672 Merged code from pysqlite 2.6.0. by Gerhard Häring · 15 years ago
  70. 2bb66e0 Merged revisions 78679,78681 via svnmerge from by Benjamin Peterson · 15 years ago
  71. b3be23a remove the svn:executable property from files that don't have shebang lines by Benjamin Peterson · 15 years ago
  72. 7272acf These line should not be there. by Florent Xicluna · 15 years ago
  73. d693563 Let's use assertIsNone / assertIsNotNone. It's hype. by Florent Xicluna · 15 years ago
  74. 80e0e2d Workaround #3137: Retry SIGINT if it is not received the first time. by Florent Xicluna · 15 years ago
  75. dd7bef9 reverting partially distutils to its 2.6.x state so 2.7a4 looks more like the 2.7b1 in this. the whole revert will occur after a4 is tagged by Tarek Ziadé · 15 years ago
  76. ab5e17f #2777: Enable test_send_signal, test_kill and test_terminate on all platforms. by Florent Xicluna · 15 years ago
  77. bab22a7 Cleanup. by Florent Xicluna · 15 years ago
  78. 19c9b60 Try to fix buildbot breakage from r78384. by Dirkjan Ochtman · 15 years ago
  79. 3bc5cb7 #7805: wait until all workers are started before collecting their PIDs by Florent Xicluna · 15 years ago
  80. a36e245 Fix transient refleak in test_popen2. by Florent Xicluna · 15 years ago
  81. 7c924ec Issue #1054943: Fix unicodedata.normalize('NFC', text) for the Public Review by Victor Stinner · 15 years ago
  82. e689a88 set svn:executable on all regen scripts by Benjamin Peterson · 15 years ago
  83. 6458104 Issue #7232: Add support for the context manager protocol to the TarFile class. by Lars Gustäbel · 15 years ago
  84. 9e220be Fix wording. by Florent Xicluna · 15 years ago
  85. 842b95b plug ref leaks by Benjamin Peterson · 15 years ago
  86. d23d393 Issue #7820: The parser tokenizer restores all bytes in the right if the BOM by Victor Stinner · 15 years ago
  87. 0e717ad remove cross-version compatibility code by Benjamin Peterson · 15 years ago
  88. bd56722 remove code to avoid BaseException.message bug by Benjamin Peterson · 15 years ago
  89. c0a9d41 Test test_pep277 is only relevant for Unicode-friendly filesystems. by Florent Xicluna · 15 years ago
  90. fa31eaa convert deprecated fail* methods to assert* variants by Benjamin Peterson · 15 years ago
  91. e4d90c2 use test_main() in __main__ section by Benjamin Peterson · 15 years ago
  92. 4aa8a13 prevent warning filter adjustment from altering other tests by Benjamin Peterson · 15 years ago
  93. 036fae3 enable running of argparse tests and fix two that failed in the new environment by Benjamin Peterson · 15 years ago
  94. 5e32fe5 remove another coding cookie by Benjamin Peterson · 15 years ago
  95. a39e966 set svn:eol-style by Benjamin Peterson · 15 years ago
  96. c1df546 remove coding cookie as mandated by PEP 8 by Benjamin Peterson · 15 years ago
  97. 2db61fb Tentatively enable test_pep277 on all platforms. by Florent Xicluna · 15 years ago
  98. d8472a4 Refactor test_dict using assertRaises. by Florent Xicluna · 15 years ago
  99. e9330e7 Initial commit of the argparse library, based on argparse 1.1. by Steven Bethard · 15 years ago
  100. 08a8fb3 Manually copy patch for bug 7250 from the release26-maint branch. I suck by Barry Warsaw · 15 years ago