- 5258477 Don't fail on a debug() statement, if the worker PID is (still) None. by Florent Xicluna · 15 years ago
- 4617e50 Issue #7143: get_payload used to strip any trailing newline from a by R. David Murray · 15 years ago
- 16cd888 Backport the Popen.poll() protection from subprocess to multiprocessing. See #1731717. by Florent Xicluna · 15 years ago
- 08611b5 Remove accidental print statement from last commit. by Michael Foord · 15 years ago
- a715255 Fix accidental name rebinding in unittest py3k warning filtering. by Michael Foord · 15 years ago
- 5ffa325 Addition of setUpClass and setUpModule shared fixtures to unittest. by Michael Foord · 15 years ago
- 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
- fc8a1ed Refresh the documentation for the test.test_support module. by Florent Xicluna · 15 years ago
- 400efc2 #2777: Try hard to make Win7 buildbot happy... by Florent Xicluna · 15 years ago
- 154b7ad Issue #1530559: When packing a non-integer with any integer conversion by Mark Dickinson · 15 years ago
- c083864 Do not fail if returncode is 0 on send_signal/kill/terminate, for win32 platforms. by Florent Xicluna · 15 years ago
- c02bbe3 #2777: Enable test_send_signal, test_terminate and test_kill on win32 platforms. by Florent Xicluna · 15 years ago
- 6de9e93 Issue #7849: Now the utility ``check_warnings`` verifies if the warnings are by Florent Xicluna · 15 years ago
- 1f3b4e1 Fix some py3k warnings in the standard library. by Florent Xicluna · 15 years ago
- 4e62949 Reverting the change made in r78431. by Senthil Kumaran · 15 years ago
- 6b31fd0 eliminate py3k warnings in argparse by Benjamin Peterson · 15 years ago
- 8e7c117 bump version to 2.7a4 by Benjamin Peterson · 15 years ago
- 632df99 Skip test_send_signal, test_kill, test_terminate on win32 platforms, for 2.7a4 release. by Florent Xicluna · 15 years ago
- 985478d Minor tweaking of previous r78734, and add a NEWS entry. by Florent Xicluna · 15 years ago
- dc1531c Create test_genericpath.CommonTest and reuse it to test other path modules. by Florent Xicluna · 15 years ago
- 5852641 Do not print the header lines when running a single test. by Florent Xicluna · 15 years ago
- 1adbee2 Added checks for tuples in dictConfig. by Vinay Sajip · 15 years ago
- d45a278 Added schema version test in dictConfig. by Vinay Sajip · 15 years ago
- 12d750d Backport "test.regrtest -R 2:3" syntax from py3k branch, and other minor adjustments. by Florent Xicluna · 15 years ago
- 0b9a18a #6906: TCL_LIBRARY and TK_LIBRARY environment variables should be encoded. by Florent Xicluna · 15 years ago
- aa90db9 #2777: Apply same recipe on win32, i.e. do not inherit file handles. by Florent Xicluna · 15 years ago
- b7c2002 Print platform information to stdout, to help troubleshooting platform-specific failures. by Florent Xicluna · 15 years ago
- 0932dc5 Keep the test files in the ./build/ subdirectory, if Python is not installed. by Florent Xicluna · 15 years ago
- 467298c Call setreuid and setregid in a subprocess to avoid altering the test runner's by Gregory P. Smith · 15 years ago
- c49b6ef search in the alternative location for VCExpress by Tarek Ziadé · 15 years ago
- 5501e6a fixed various failures and environment alterations in distutils.test_build_ext by Tarek Ziadé · 15 years ago
- 895ee24 files used by win32 tests by Tarek Ziadé · 15 years ago
- 7e48ff8 simplified the fallback case by Tarek Ziadé · 15 years ago
- fbf50b8 provide a fallback for xxmodule.c in case the buildir is not present by Tarek Ziadé · 15 years ago
- b30868a copied back the build_ext tests from 2.6 by Tarek Ziadé · 15 years ago
- af9a06a #2777: Apply same recipe for test_terminate and test_kill, i.e. close or redirect fds. by Florent Xicluna · 15 years ago
- d77eb9a Factored out time usage determination into a method, to facilitate alternative formatting implementations in the future. by Vinay Sajip · 15 years ago
- 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
- 1c0c78c Fix incorrect stacklevel for DeprecationWarnings originating from the struct module. by Mark Dickinson · 15 years ago
- 3bbb672 Merged code from pysqlite 2.6.0. by Gerhard Häring · 15 years ago
- 2bb66e0 Merged revisions 78679,78681 via svnmerge from by Benjamin Peterson · 15 years ago
- b3be23a remove the svn:executable property from files that don't have shebang lines by Benjamin Peterson · 15 years ago
- 7272acf These line should not be there. by Florent Xicluna · 15 years ago
- d693563 Let's use assertIsNone / assertIsNotNone. It's hype. by Florent Xicluna · 15 years ago
- 80e0e2d Workaround #3137: Retry SIGINT if it is not received the first time. by Florent Xicluna · 15 years ago
- 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
- ab5e17f #2777: Enable test_send_signal, test_kill and test_terminate on all platforms. by Florent Xicluna · 15 years ago
- bab22a7 Cleanup. by Florent Xicluna · 15 years ago
- 19c9b60 Try to fix buildbot breakage from r78384. by Dirkjan Ochtman · 15 years ago
- 3bc5cb7 #7805: wait until all workers are started before collecting their PIDs by Florent Xicluna · 15 years ago
- a36e245 Fix transient refleak in test_popen2. by Florent Xicluna · 15 years ago
- 7c924ec Issue #1054943: Fix unicodedata.normalize('NFC', text) for the Public Review by Victor Stinner · 15 years ago
- e689a88 set svn:executable on all regen scripts by Benjamin Peterson · 15 years ago
- 6458104 Issue #7232: Add support for the context manager protocol to the TarFile class. by Lars Gustäbel · 15 years ago
- 9e220be Fix wording. by Florent Xicluna · 15 years ago
- 842b95b plug ref leaks by Benjamin Peterson · 15 years ago
- d23d393 Issue #7820: The parser tokenizer restores all bytes in the right if the BOM by Victor Stinner · 15 years ago
- 0e717ad remove cross-version compatibility code by Benjamin Peterson · 15 years ago
- bd56722 remove code to avoid BaseException.message bug by Benjamin Peterson · 15 years ago
- c0a9d41 Test test_pep277 is only relevant for Unicode-friendly filesystems. by Florent Xicluna · 15 years ago
- fa31eaa convert deprecated fail* methods to assert* variants by Benjamin Peterson · 15 years ago
- e4d90c2 use test_main() in __main__ section by Benjamin Peterson · 15 years ago
- 4aa8a13 prevent warning filter adjustment from altering other tests by Benjamin Peterson · 15 years ago
- 036fae3 enable running of argparse tests and fix two that failed in the new environment by Benjamin Peterson · 15 years ago
- 5e32fe5 remove another coding cookie by Benjamin Peterson · 15 years ago
- a39e966 set svn:eol-style by Benjamin Peterson · 15 years ago
- c1df546 remove coding cookie as mandated by PEP 8 by Benjamin Peterson · 15 years ago
- 2db61fb Tentatively enable test_pep277 on all platforms. by Florent Xicluna · 15 years ago
- d8472a4 Refactor test_dict using assertRaises. by Florent Xicluna · 15 years ago
- e9330e7 Initial commit of the argparse library, based on argparse 1.1. by Steven Bethard · 15 years ago
- 08a8fb3 Manually copy patch for bug 7250 from the release26-maint branch. I suck by Barry Warsaw · 15 years ago
- e7901c5 #7808: Fix reference leaks in _bsddb and related tests. by Florent Xicluna · 15 years ago
- 343faca Issue 3892 again. The bsddb3 replication test still fails randomly. by R. David Murray · 15 years ago
- 7512a90 Fix test to be skipped on windows. by Gregory P. Smith · 15 years ago
- 6a65f85 Fixes issue #7999: os.setreuid() and os.setregid() would refuse to accept by Gregory P. Smith · 15 years ago
- 3c699d3 Adds c_ssize_t to ctypes. issue 6729. by Gregory P. Smith · 15 years ago
- 3c1586a Cleanup the test added in r78517 based on Ezio Melotti's feedback. by Gregory P. Smith · 15 years ago
- c1baf4a Fix the new test on windows (skip it, its posix only) by Gregory P. Smith · 15 years ago
- e6390a1 Adds the hashlib.algorithms attribute. See issue7418. by Gregory P. Smith · 15 years ago
- 9e5d132 Issue #7242: On Solaris 9 and earlier calling os.fork() from within a by Gregory P. Smith · 15 years ago
- cce211f Issue #1068268: The subprocess module now handles EINTR in internal by Gregory P. Smith · 15 years ago
- 613c7a5 Issue #7481: When a threading.Thread failed to start it would leave the by Gregory P. Smith · 15 years ago
- 78fd521 Fix an oversight in r78508: p.wait() should be compared to 0 by Florent Xicluna · 15 years ago
- 98e3fc3 Clean test_subprocess: use assertRaises, skipIf, skipUnless helpers and a custom helper assertStderrEqual. by Florent Xicluna · 15 years ago
- be8c2b1 #7793: Fix RuntimeError when running "regrtest -R" for multibyte codecs. by Florent Xicluna · 15 years ago
- 2a903b2 Issue #1729305: Fix doctest to handle encode error with "backslashreplace". It fixes #7667 too. by Florent Xicluna · 15 years ago
- 0263da5 Add a test for normpath to test_macpath. by Ezio Melotti · 15 years ago
- f4b6186 #691291: codecs.open() should not convert end of lines on reading and writing. by Florent Xicluna · 15 years ago
- e9a7808 Fix for Issue7540 ; urllib2 will raise a TypeError when you try to add_data to by Senthil Kumaran · 15 years ago
- 8526adf Fix for Issue3819 - urllib2 sends Basic auth across redirects by Senthil Kumaran · 15 years ago
- 2d9856d Issue #7309: Unchecked pointer access when converting UnicodeEncodeError, UnicodeDecodeError, and UnicodeTranslateError to strings. by Eric Smith · 15 years ago
- ebc73dc Issue #7427: improve the representation of httplib.BadStatusLine exceptions. by Dirkjan Ochtman · 15 years ago
- 48605be Issue 7975: in python 2.6 bsddb.dbshelve switched from DictMixin to by R. David Murray · 15 years ago
- 300c5cc Merged revisions 78407 via svnmerge from by Benjamin Peterson · 15 years ago
- effb24b The primary copy of lib2to3 is not trunk, so the lib2to3 change by R. David Murray · 15 years ago
- f20f9c2 Issue #7649: Fix u'%c' % char for character in range 0x80..0xFF by Victor Stinner · 15 years ago
- 8614817 Fix #1537721: add writeheader() method to csv.DictWriter. by Dirkjan Ochtman · 15 years ago
- 92bd059 ctypes CThunkObject was not registered correctly with the cycle by Thomas Heller · 15 years ago
- 429a74a issue#6442 use in operator instead of has_key by Jack Diederich · 15 years ago
- d99ef9a unittest.TestResult can now be used with the TextTestRunner. TextTestRunner compatible with old TestResult objects. by Michael Foord · 15 years ago