summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Remove accidental print statement from last commit.Michael Foord2010-03-071-1/+0
* Fix accidental name rebinding in unittest py3k warning filtering.Michael Foord2010-03-071-2/+3
* Addition of setUpClass and setUpModule shared fixtures to unittest.Michael Foord2010-03-075-11/+600
* Fix for potentials errors in constructing unittest failure messages. Plus ski...Michael Foord2010-03-072-13/+70
* Refresh the documentation for the test.test_support module.Florent Xicluna2010-03-071-5/+5
* #2777: Try hard to make Win7 buildbot happy...Florent Xicluna2010-03-071-2/+3
* Issue #1530559: When packing a non-integer with any integer conversionMark Dickinson2010-03-071-22/+47
* Do not fail if returncode is 0 on send_signal/kill/terminate, for win32 platf...Florent Xicluna2010-03-071-39/+44
* #2777: Enable test_send_signal, test_terminate and test_kill on win32 platforms.Florent Xicluna2010-03-071-3/+0
* Issue #7849: Now the utility ``check_warnings`` verifies if the warnings areFlorent Xicluna2010-03-077-26/+98
* Fix some py3k warnings in the standard library.Florent Xicluna2010-03-079-40/+45
* Reverting the change made in r78431.Senthil Kumaran2010-03-072-4/+0
* eliminate py3k warnings in argparseBenjamin Peterson2010-03-072-0/+12
* bump version to 2.7a4v2.7a4Benjamin Peterson2010-03-062-2/+2
* Skip test_send_signal, test_kill, test_terminate on win32 platforms, for 2.7a...Florent Xicluna2010-03-061-5/+11
* Minor tweaking of previous r78734, and add a NEWS entry.Florent Xicluna2010-03-064-52/+58
* Create test_genericpath.CommonTest and reuse it to test other path modules.Florent Xicluna2010-03-064-325/+165
* Do not print the header lines when running a single test.Florent Xicluna2010-03-061-7/+9
* Added checks for tuples in dictConfig.Vinay Sajip2010-03-061-0/+12
* Added schema version test in dictConfig.Vinay Sajip2010-03-062-0/+88
* Backport "test.regrtest -R 2:3" syntax from py3k branch, and other minor adju...Florent Xicluna2010-03-061-22/+21
* #6906: TCL_LIBRARY and TK_LIBRARY environment variables should be encoded.Florent Xicluna2010-03-061-5/+5
* #2777: Apply same recipe on win32, i.e. do not inherit file handles.Florent Xicluna2010-03-061-3/+5
* Print platform information to stdout, to help troubleshooting platform-specif...Florent Xicluna2010-03-061-2/+12
* Keep the test files in the ./build/ subdirectory, if Python is not installed.Florent Xicluna2010-03-061-44/+33
* Call setreuid and setregid in a subprocess to avoid altering the test runner'sGregory P. Smith2010-03-061-2/+16
* search in the alternative location for VCExpressTarek Ziadé2010-03-061-1/+11
* fixed various failures and environment alterations in distutils.test_build_extTarek Ziadé2010-03-061-27/+35
* files used by win32 testsTarek Ziadé2010-03-062-0/+338
* simplified the fallback caseTarek Ziadé2010-03-061-4/+3
* provide a fallback for xxmodule.c in case the buildir is not presentTarek Ziadé2010-03-062-1/+384
* copied back the build_ext tests from 2.6Tarek Ziadé2010-03-061-115/+83
* #2777: Apply same recipe for test_terminate and test_kill, i.e. close or redi...Florent Xicluna2010-03-061-2/+4
* Factored out time usage determination into a method, to facilitate alternativ...Vinay Sajip2010-03-051-5/+11
* #2777: Handle fds more carefully to try to fix some x86-Linux failures (namel...Florent Xicluna2010-03-051-3/+6
* Fix incorrect stacklevel for DeprecationWarnings originating from the struct ...Mark Dickinson2010-03-051-36/+15
* Merged code from pysqlite 2.6.0.Gerhard Häring2010-03-054-17/+252
* Merged revisions 78679,78681 via svnmerge fromBenjamin Peterson2010-03-052-0/+0
* remove the svn:executable property from files that don't have shebang linesBenjamin Peterson2010-03-0546-0/+0
* These line should not be there.Florent Xicluna2010-03-051-1/+0
* Let's use assertIsNone / assertIsNotNone. It's hype.Florent Xicluna2010-03-051-5/+5
* Workaround #3137: Retry SIGINT if it is not received the first time.Florent Xicluna2010-03-051-2/+13
* reverting partially distutils to its 2.6.x state so 2.7a4 looks more like the...Tarek Ziadé2010-03-0514-1234/+1157
* #2777: Enable test_send_signal, test_kill and test_terminate on all platforms.Florent Xicluna2010-03-041-6/+20
* Cleanup.Florent Xicluna2010-03-041-5/+5
* Try to fix buildbot breakage from r78384.Dirkjan Ochtman2010-03-041-1/+2
* #7805: wait until all workers are started before collecting their PIDsFlorent Xicluna2010-03-042-2/+10
* Fix transient refleak in test_popen2.Florent Xicluna2010-03-041-1/+7
* Issue #1054943: Fix unicodedata.normalize('NFC', text) for the Public ReviewVictor Stinner2010-03-041-0/+5
* set svn:executable on all regen scriptsBenjamin Peterson2010-03-047-0/+0