1. fd0bb19 tag 2.7 alpha 4 by Benjamin Peterson · 14 years ago
  2. 8e7c117 bump version to 2.7a4 by Benjamin Peterson · 14 years ago
  3. 632df99 Skip test_send_signal, test_kill, test_terminate on win32 platforms, for 2.7a4 release. by Florent Xicluna · 14 years ago
  4. 985478d Minor tweaking of previous r78734, and add a NEWS entry. by Florent Xicluna · 14 years ago
  5. dc1531c Create test_genericpath.CommonTest and reuse it to test other path modules. by Florent Xicluna · 14 years ago
  6. 5852641 Do not print the header lines when running a single test. by Florent Xicluna · 14 years ago
  7. 1adbee2 Added checks for tuples in dictConfig. by Vinay Sajip · 14 years ago
  8. d45a278 Added schema version test in dictConfig. by Vinay Sajip · 14 years ago
  9. 12d750d Backport "test.regrtest -R 2:3" syntax from py3k branch, and other minor adjustments. by Florent Xicluna · 14 years ago
  10. 0b9a18a #6906: TCL_LIBRARY and TK_LIBRARY environment variables should be encoded. by Florent Xicluna · 14 years ago
  11. aa90db9 #2777: Apply same recipe on win32, i.e. do not inherit file handles. by Florent Xicluna · 14 years ago
  12. b7c2002 Print platform information to stdout, to help troubleshooting platform-specific failures. by Florent Xicluna · 14 years ago
  13. 0932dc5 Keep the test files in the ./build/ subdirectory, if Python is not installed. by Florent Xicluna · 14 years ago
  14. 467298c Call setreuid and setregid in a subprocess to avoid altering the test runner's by Gregory P. Smith · 14 years ago
  15. a7fa032 settscdump is definitely an implementation detail by Benjamin Peterson · 14 years ago
  16. c49b6ef search in the alternative location for VCExpress by Tarek Ziadé · 14 years ago
  17. 5501e6a fixed various failures and environment alterations in distutils.test_build_ext by Tarek Ziadé · 14 years ago
  18. 895ee24 files used by win32 tests by Tarek Ziadé · 14 years ago
  19. 7e48ff8 simplified the fallback case by Tarek Ziadé · 14 years ago
  20. fbf50b8 provide a fallback for xxmodule.c in case the buildir is not present by Tarek Ziadé · 14 years ago
  21. b30868a copied back the build_ext tests from 2.6 by Tarek Ziadé · 14 years ago
  22. af9a06a #2777: Apply same recipe for test_terminate and test_kill, i.e. close or redirect fds. by Florent Xicluna · 14 years ago
  23. d77eb9a Factored out time usage determination into a method, to facilitate alternative formatting implementations in the future. by Vinay Sajip · 14 years ago
  24. cecef39 #2777: Handle fds more carefully to try to fix some x86-Linux failures (namely, neal bot and twisted bot). by Florent Xicluna · 14 years ago
  25. 20d7f6e Remove the redundant #define: PY_STRUCT_FLOAT_COERCE by Mark Dickinson · 14 years ago
  26. 1c0c78c Fix incorrect stacklevel for DeprecationWarnings originating from the struct module. by Mark Dickinson · 14 years ago
  27. 3bbb672 Merged code from pysqlite 2.6.0. by Gerhard Häring · 14 years ago
  28. 2bb66e0 Merged revisions 78679,78681 via svnmerge from by Benjamin Peterson · 14 years ago
  29. b3be23a remove the svn:executable property from files that don't have shebang lines by Benjamin Peterson · 14 years ago
  30. ea5a270 set svn:eol-style on Lib files by Benjamin Peterson · 14 years ago
  31. b5a57f9 set svn:eol-style by Benjamin Peterson · 14 years ago
  32. 7272acf These line should not be there. by Florent Xicluna · 14 years ago
  33. d693563 Let's use assertIsNone / assertIsNotNone. It's hype. by Florent Xicluna · 14 years ago
  34. 80e0e2d Workaround #3137: Retry SIGINT if it is not received the first time. by Florent Xicluna · 14 years ago
  35. 35a3f57 reverted the usage of compiler_obj in Python's setup.py by Tarek Ziadé · 14 years ago
  36. 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é · 14 years ago
  37. ab5e17f #2777: Enable test_send_signal, test_kill and test_terminate on all platforms. by Florent Xicluna · 14 years ago
  38. bab22a7 Cleanup. by Florent Xicluna · 14 years ago
  39. 19c9b60 Try to fix buildbot breakage from r78384. by Dirkjan Ochtman · 14 years ago
  40. 3f3330f Fix documentation of email.Message.get_filename to match by R. David Murray · 14 years ago
  41. 3bc5cb7 #7805: wait until all workers are started before collecting their PIDs by Florent Xicluna · 14 years ago
  42. a36e245 Fix transient refleak in test_popen2. by Florent Xicluna · 14 years ago
  43. 7c924ec Issue #1054943: Fix unicodedata.normalize('NFC', text) for the Public Review by Victor Stinner · 14 years ago
  44. e689a88 set svn:executable on all regen scripts by Benjamin Peterson · 14 years ago
  45. 56a5153 Issue #7494: fix a crash in _lsprof (cProfile) after clearing the profiler, by Victor Stinner · 14 years ago
  46. 71fb87e Issue #7544: Preallocate thread memory before creating the thread to avoid a by Victor Stinner · 14 years ago
  47. 2379bb6 Issue #3299: fix curses.panel.new_panel() error handler, replace PyObject_DEL() by Victor Stinner · 14 years ago
  48. ac80c15 rephrase by Benjamin Peterson · 14 years ago
  49. 6458104 Issue #7232: Add support for the context manager protocol to the TarFile class. by Lars Gustäbel · 14 years ago
  50. 8af970a Revert a nonexistent docstring typo, r42805. by Florent Xicluna · 14 years ago
  51. c516d19 fix Sphinx warnings by Benjamin Peterson · 14 years ago
  52. 90c5802 edit for style by Benjamin Peterson · 14 years ago
  53. c951d56 Issue #3299: fix thread.allocate_lock() error handler, replace PyObject_Del() by Victor Stinner · 14 years ago
  54. 9e220be Fix wording. by Florent Xicluna · 14 years ago
  55. 842b95b plug ref leaks by Benjamin Peterson · 14 years ago
  56. d23d393 Issue #7820: The parser tokenizer restores all bytes in the right if the BOM by Victor Stinner · 14 years ago
  57. 0e717ad remove cross-version compatibility code by Benjamin Peterson · 14 years ago
  58. bd56722 remove code to avoid BaseException.message bug by Benjamin Peterson · 14 years ago
  59. 3f75cc5 Issue #2973: Fix gcc warning on the 2nd argument of ASN1_item_d2i() and by Victor Stinner · 14 years ago
  60. c0a9d41 Test test_pep277 is only relevant for Unicode-friendly filesystems. by Florent Xicluna · 14 years ago
  61. fa31eaa convert deprecated fail* methods to assert* variants by Benjamin Peterson · 14 years ago
  62. e4d90c2 use test_main() in __main__ section by Benjamin Peterson · 14 years ago
  63. 4aa8a13 prevent warning filter adjustment from altering other tests by Benjamin Peterson · 14 years ago
  64. 036fae3 enable running of argparse tests and fix two that failed in the new environment by Benjamin Peterson · 14 years ago
  65. d2decd9 Add some x-refs. by Georg Brandl · 14 years ago
  66. 5e32fe5 remove another coding cookie by Benjamin Peterson · 14 years ago
  67. a39e966 set svn:eol-style by Benjamin Peterson · 14 years ago
  68. c1df546 remove coding cookie as mandated by PEP 8 by Benjamin Peterson · 14 years ago
  69. 2db61fb Tentatively enable test_pep277 on all platforms. by Florent Xicluna · 14 years ago
  70. d8472a4 Refactor test_dict using assertRaises. by Florent Xicluna · 14 years ago
  71. abe6331 Link correction in documentation. by Michael Foord · 14 years ago
  72. ab21f75 Add an item by Andrew M. Kuchling · 14 years ago
  73. e9330e7 Initial commit of the argparse library, based on argparse 1.1. by Steven Bethard · 14 years ago
  74. 41162eb remove CVS id by Benjamin Peterson · 14 years ago
  75. 08a8fb3 Manually copy patch for bug 7250 from the release26-maint branch. I suck by Barry Warsaw · 14 years ago
  76. e7901c5 #7808: Fix reference leaks in _bsddb and related tests. by Florent Xicluna · 14 years ago
  77. fe6f07c #7637: avoid repeated-concatenation antipattern in example by Andrew M. Kuchling · 14 years ago
  78. 66dab17 #7191: describe more details of wbits parameter by Andrew M. Kuchling · 14 years ago
  79. f8af7b4 #7637: update discussion of minidom.unlink() and garbage collection by Andrew M. Kuchling · 14 years ago
  80. 343faca Issue 3892 again. The bsddb3 replication test still fails randomly. by R. David Murray · 14 years ago
  81. 7512a90 Fix test to be skipped on windows. by Gregory P. Smith · 14 years ago
  82. 6a65f85 Fixes issue #7999: os.setreuid() and os.setregid() would refuse to accept by Gregory P. Smith · 14 years ago
  83. 3c699d3 Adds c_ssize_t to ctypes. issue 6729. by Gregory P. Smith · 14 years ago
  84. 3c1586a Cleanup the test added in r78517 based on Ezio Melotti's feedback. by Gregory P. Smith · 14 years ago
  85. c1baf4a Fix the new test on windows (skip it, its posix only) by Gregory P. Smith · 14 years ago
  86. 4b86236 Fix for r78527. It left out updating forkpty. by Gregory P. Smith · 14 years ago
  87. e6390a1 Adds the hashlib.algorithms attribute. See issue7418. by Gregory P. Smith · 14 years ago
  88. 9e5d132 Issue #7242: On Solaris 9 and earlier calling os.fork() from within a by Gregory P. Smith · 14 years ago
  89. cce211f Issue #1068268: The subprocess module now handles EINTR in internal by Gregory P. Smith · 14 years ago
  90. fb50112 #8030: more docstring fix for builtin types. by Ezio Melotti · 14 years ago
  91. 613c7a5 Issue #7481: When a threading.Thread failed to start it would leave the by Gregory P. Smith · 14 years ago
  92. b36e63a The set types can also be called without arguments. by Georg Brandl · 14 years ago
  93. bca1169 #8030: make builtin type docstrings more consistent: use "iterable" instead of "seq(uence)", use "new" to show that set() always returns a new object. by Georg Brandl · 14 years ago
  94. 68beef6 Pep8ify test names in the examples. by Ezio Melotti · 14 years ago
  95. 78fd521 Fix an oversight in r78508: p.wait() should be compared to 0 by Florent Xicluna · 14 years ago
  96. 98e3fc3 Clean test_subprocess: use assertRaises, skipIf, skipUnless helpers and a custom helper assertStderrEqual. by Florent Xicluna · 14 years ago
  97. be8c2b1 #7793: Fix RuntimeError when running "regrtest -R" for multibyte codecs. by Florent Xicluna · 14 years ago
  98. 37212ed Link to http://www.python.org/dev/workflow/ from bugs page. by Georg Brandl · 14 years ago
  99. 8dd547f Fix missing parenthesis. by Ezio Melotti · 14 years ago
  100. 2a903b2 Issue #1729305: Fix doctest to handle encode error with "backslashreplace". It fixes #7667 too. by Florent Xicluna · 14 years ago