| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
|
|
| * | files used by win32 tests | Tarek Ziadé | 2010-03-06 | 2 | -0/+338 |
|
|
| * | simplified the fallback case | Tarek Ziadé | 2010-03-06 | 1 | -4/+3 |
|
|
| * | provide a fallback for xxmodule.c in case the buildir is not present | Tarek Ziadé | 2010-03-06 | 2 | -1/+384 |
|
|
| * | copied back the build_ext tests from 2.6 | Tarek Ziadé | 2010-03-06 | 1 | -115/+83 |
|
|
| * | #2777: Apply same recipe for test_terminate and test_kill, i.e. close or redi... | Florent Xicluna | 2010-03-06 | 1 | -2/+4 |
|
|
| * | Factored out time usage determination into a method, to facilitate alternativ... | Vinay Sajip | 2010-03-05 | 1 | -5/+11 |
|
|
| * | #2777: Handle fds more carefully to try to fix some x86-Linux failures (namel... | Florent Xicluna | 2010-03-05 | 1 | -3/+6 |
|
|
| * | Remove the redundant #define: PY_STRUCT_FLOAT_COERCE | Mark Dickinson | 2010-03-05 | 1 | -13/+0 |
|
|
| * | Fix incorrect stacklevel for DeprecationWarnings originating from the struct ... | Mark Dickinson | 2010-03-05 | 2 | -37/+16 |
|
|
| * | Merged code from pysqlite 2.6.0. | Gerhard Häring | 2010-03-05 | 25 | -83/+626 |
|
|
| * | Merged revisions 78679,78681 via svnmerge from | Benjamin Peterson | 2010-03-05 | 2 | -0/+0 |
|
|
| * | remove the svn:executable property from files that don't have shebang lines | Benjamin Peterson | 2010-03-05 | 46 | -0/+0 |
|
|
| * | set svn:eol-style on Lib files | Benjamin Peterson | 2010-03-05 | 0 | -0/+0 |
|
|
| * | set svn:eol-style | Benjamin Peterson | 2010-03-05 | 0 | -0/+0 |
|
|
| * | These line should not be there. | Florent Xicluna | 2010-03-05 | 1 | -1/+0 |
|
|
| * | Let's use assertIsNone / assertIsNotNone. It's hype. | Florent Xicluna | 2010-03-05 | 1 | -5/+5 |
|
|
| * | Workaround #3137: Retry SIGINT if it is not received the first time. | Florent Xicluna | 2010-03-05 | 1 | -2/+13 |
|
|
| * | reverted the usage of compiler_obj in Python's setup.py | Tarek Ziadé | 2010-03-05 | 1 | -39/+39 |
|
|
| * | reverting partially distutils to its 2.6.x state so 2.7a4 looks more like the... | Tarek Ziadé | 2010-03-05 | 14 | -1234/+1157 |
|
|
| * | #2777: Enable test_send_signal, test_kill and test_terminate on all platforms. | Florent Xicluna | 2010-03-04 | 1 | -6/+20 |
|
|
| * | Cleanup. | Florent Xicluna | 2010-03-04 | 1 | -5/+5 |
|
|
| * | Try to fix buildbot breakage from r78384. | Dirkjan Ochtman | 2010-03-04 | 1 | -1/+2 |
|
|
| * | Fix documentation of email.Message.get_filename to match | R. David Murray | 2010-03-04 | 1 | -3/+4 |
|
|
| * | #7805: wait until all workers are started before collecting their PIDs | Florent Xicluna | 2010-03-04 | 2 | -2/+10 |
|
|
| * | Fix transient refleak in test_popen2. | Florent Xicluna | 2010-03-04 | 1 | -1/+7 |
|
|
| * | Issue #1054943: Fix unicodedata.normalize('NFC', text) for the Public Review | Victor Stinner | 2010-03-04 | 3 | -1/+9 |
|
|
| * | set svn:executable on all regen scripts | Benjamin Peterson | 2010-03-04 | 7 | -0/+0 |
|
|
| * | Issue #7494: fix a crash in _lsprof (cProfile) after clearing the profiler, | Victor Stinner | 2010-03-04 | 2 | -1/+9 |
|
|
| * | Issue #7544: Preallocate thread memory before creating the thread to avoid a | Victor Stinner | 2010-03-03 | 4 | -7/+38 |
|
|
| * | Issue #3299: fix curses.panel.new_panel() error handler, replace PyObject_DEL() | Victor Stinner | 2010-03-03 | 1 | -5/+8 |
|
|
| * | rephrase | Benjamin Peterson | 2010-03-03 | 1 | -1/+1 |
|
|
| * | Issue #7232: Add support for the context manager protocol | Lars Gustäbel | 2010-03-03 | 4 | -0/+92 |
|
|
| * | Revert a nonexistent docstring typo, r42805. | Florent Xicluna | 2010-03-03 | 1 | -1/+1 |
|
|
| * | fix Sphinx warnings | Benjamin Peterson | 2010-03-03 | 1 | -3/+4 |
|
|