| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix typo. | Georg Brandl | 2010-03-08 | 1 | -1/+1 |
|
|
* | #7624: Fix isinstance(foo(), collections.Callable) for old-style classes. | Florent Xicluna | 2010-03-08 | 4 | -12/+64 |
|
|
* | Move some tests from test_macpath to test_genericpath.CommonTest | Florent Xicluna | 2010-03-08 | 2 | -10/+12 |
|
|
* | Add various items | Andrew M. Kuchling | 2010-03-08 | 1 | -0/+13 |
|
|
* | On finalize, don't try to join not started process. | Florent Xicluna | 2010-03-08 | 1 | -5/+3 |
|
|
* | Replace the stderr logging with assertNotEqual(returncode, 0). | Florent Xicluna | 2010-03-08 | 1 | -4/+2 |
|
|
* | Fix syntax: "rc != None" -> "rc is not None" | Florent Xicluna | 2010-03-08 | 2 | -2/+2 |
|
|
* | Don't fail on a debug() statement, if the worker PID is (still) None. | Florent Xicluna | 2010-03-08 | 1 | -1/+1 |
|
|
* | Fix for issue 8066: readline should not be linked against libedit when the | Ronald Oussoren | 2010-03-08 | 1 | -1/+4 |
|
|
* | remove svn:executable from scripts without a shebang line | Benjamin Peterson | 2010-03-08 | 50 | -0/+0 |
|
|
* | Issue #7143: get_payload used to strip any trailing newline from a | R. David Murray | 2010-03-08 | 7 | -9/+32 |
|
|
* | Backport the Popen.poll() protection from subprocess to multiprocessing. See ... | Florent Xicluna | 2010-03-07 | 1 | -1/+6 |
|
|
* | Remove accidental print statement from last commit. | Michael Foord | 2010-03-07 | 1 | -1/+0 |
|
|
* | Fix accidental name rebinding in unittest py3k warning filtering. | Michael Foord | 2010-03-07 | 1 | -2/+3 |
|
|
* | Addition of setUpClass and setUpModule shared fixtures to unittest. | Michael Foord | 2010-03-07 | 5 | -11/+600 |
|
|
* | #8044: document Py_{Enter,Leave}RecursiveCall functions. | Georg Brandl | 2010-03-07 | 1 | -0/+30 |
|
|
* | #8039: document conditional expressions better, giving them their own section. | Georg Brandl | 2010-03-07 | 1 | -11/+26 |
|
|
* | #8085: The function is called PyObject_NewVar, not PyObject_VarNew. | Georg Brandl | 2010-03-07 | 2 | -2/+2 |
|
|
* | Fix for potentials errors in constructing unittest failure messages. Plus ski... | Michael Foord | 2010-03-07 | 2 | -13/+70 |
|
|
* | Refresh the documentation for the test.test_support module. | Florent Xicluna | 2010-03-07 | 2 | -28/+60 |
|
|
* | #2777: Try hard to make Win7 buildbot happy... | Florent Xicluna | 2010-03-07 | 1 | -2/+3 |
|
|
* | Silence compiler warning. | Mark Dickinson | 2010-03-07 | 1 | -1/+4 |
|
|
* | Issue #1530559: When packing a non-integer with any integer conversion | Mark Dickinson | 2010-03-07 | 4 | -34/+127 |
|
|
* | Do not fail if returncode is 0 on send_signal/kill/terminate, for win32 platf... | Florent Xicluna | 2010-03-07 | 1 | -39/+44 |
|
|
* | #5341: more built-in vs builtin fixes. | Georg Brandl | 2010-03-07 | 7 | -62/+62 |
|
|
* | #2777: Enable test_send_signal, test_terminate and test_kill on win32 platforms. | Florent Xicluna | 2010-03-07 | 1 | -3/+0 |
|
|
* | Issue #7849: Now the utility ``check_warnings`` verifies if the warnings are | Florent Xicluna | 2010-03-07 | 8 | -26/+101 |
|
|
* | Fix some py3k warnings in the standard library. | Florent Xicluna | 2010-03-07 | 9 | -40/+45 |
|
|
* | Fix for issue #7998: pythonw didn't work when --with-framework-name was | Ronald Oussoren | 2010-03-07 | 2 | -2/+2 |
|
|
* | Reverting the change made in r78431. | Senthil Kumaran | 2010-03-07 | 2 | -4/+0 |
|
|
* | eliminate py3k warnings in argparse | Benjamin Peterson | 2010-03-07 | 2 | -0/+12 |
|
|
* | more specific exception for wrong kind of raise #8082 | Benjamin Peterson | 2010-03-07 | 1 | -2/+3 |
|
|
* | post release update | Benjamin Peterson | 2010-03-06 | 2 | -1/+13 |
|
|
* | tag 2.7 alpha 4 | Benjamin Peterson | 2010-03-06 | 1 | -0/+1 |
|
|
* | bump version to 2.7a4v2.7a4 | Benjamin Peterson | 2010-03-06 | 6 | -7/+7 |
|
|
* | Skip test_send_signal, test_kill, test_terminate on win32 platforms, for 2.7a... | Florent Xicluna | 2010-03-06 | 1 | -5/+11 |
|
|
* | Minor tweaking of previous r78734, and add a NEWS entry. | Florent Xicluna | 2010-03-06 | 5 | -52/+61 |
|
|
* | Create test_genericpath.CommonTest and reuse it to test other path modules. | Florent Xicluna | 2010-03-06 | 4 | -325/+165 |
|
|
* | Do not print the header lines when running a single test. | Florent Xicluna | 2010-03-06 | 2 | -7/+12 |
|
|
* | Added checks for tuples in dictConfig. | Vinay Sajip | 2010-03-06 | 1 | -0/+12 |
|
|
* | Added schema version test in dictConfig. | Vinay Sajip | 2010-03-06 | 2 | -0/+88 |
|
|
* | Backport "test.regrtest -R 2:3" syntax from py3k branch, and other minor adju... | Florent Xicluna | 2010-03-06 | 1 | -22/+21 |
|
|
* | #6906: TCL_LIBRARY and TK_LIBRARY environment variables should be encoded. | Florent Xicluna | 2010-03-06 | 2 | -5/+7 |
|
|
* | #2777: Apply same recipe on win32, i.e. do not inherit file handles. | Florent Xicluna | 2010-03-06 | 1 | -3/+5 |
|
|
* | Print platform information to stdout, to help troubleshooting platform-specif... | Florent Xicluna | 2010-03-06 | 1 | -2/+12 |
|
|
* | Keep the test files in the ./build/ subdirectory, if Python is not installed. | Florent Xicluna | 2010-03-06 | 1 | -44/+33 |
|
|
* | Call setreuid and setregid in a subprocess to avoid altering the test runner's | Gregory P. Smith | 2010-03-06 | 1 | -2/+16 |
|
|
* | settscdump is definitely an implementation detail | Benjamin Peterson | 2010-03-06 | 1 | -0/+5 |
|
|
* | search in the alternative location for VCExpress | Tarek Ziadé | 2010-03-06 | 1 | -1/+11 |
|
|
* | fixed various failures and environment alterations in distutils.test_build_ext | Tarek Ziadé | 2010-03-06 | 1 | -27/+35 |
|
|