2010-03-12 |
Vinay Sajip | Issue #8117: logging: Improved algorithm for computing... |
commit | commitdiff | tree | snapshot |
2010-03-11 |
Benjamin Peterson | remove shebang line from non-executable test |
commit | commitdiff | tree | snapshot |
2010-03-11 |
Benjamin Peterson | normalize shebang lines to #!/usr/bin/env python |
commit | commitdiff | tree | snapshot |
2010-03-11 |
Benjamin Peterson | revert r78842 cgi.py change |
commit | commitdiff | tree | snapshot |
2010-03-11 |
Benjamin Peterson | use proper shebang lines |
commit | commitdiff | tree | snapshot |
2010-03-11 |
Benjamin Peterson | remove executable property from doc files |
commit | commitdiff | tree | snapshot |
2010-03-11 |
Florent Xicluna | Fix repr of tree Element on windows. |
commit | commitdiff | tree | snapshot |
2010-03-11 |
Florent Xicluna | Issue #6472: The xml.etree package is updated to Elemen... |
commit | commitdiff | tree | snapshot |
2010-03-11 |
Victor Stinner | Another fix to test_executable() of test_sys: set the... |
commit | commitdiff | tree | snapshot |
2010-03-11 |
Victor Stinner | Fix test_executable introduce in previous commit (r7883... |
commit | commitdiff | tree | snapshot |
2010-03-11 |
Victor Stinner | Issue #7774: Set sys.executable to an empty string... |
commit | commitdiff | tree | snapshot |
2010-03-11 |
Florent Xicluna | Revert r78830: realpath() should really be applied... |
commit | commitdiff | tree | snapshot |
2010-03-11 |
Florent Xicluna | It is not optimal to test sys.stderr on a debug build. |
commit | commitdiff | tree | snapshot |
2010-03-11 |
Florent Xicluna | Fix the test_subprocess failure when sys.executable... |
commit | commitdiff | tree | snapshot |
2010-03-10 |
Florent Xicluna | Issue #7880: Fix sysconfig when the python executable... |
commit | commitdiff | tree | snapshot |
2010-03-10 |
Victor Stinner | ooops, fix error message in execusercustomize() |
commit | commitdiff | tree | snapshot |
2010-03-10 |
Victor Stinner | Issue #3137: Don't ignore errors at startup, especially... |
commit | commitdiff | tree | snapshot |
2010-03-09 |
Benjamin Peterson | fix ugly configure output (follow up to #6943) |
commit | commitdiff | tree | snapshot |
2010-03-09 |
Benjamin Peterson | handle an empty OPT variable correctly #8100 |
commit | commitdiff | tree | snapshot |
2010-03-09 |
Florent Xicluna | #7772: Fix test_py3kwarn. Now the test suite could... |
commit | commitdiff | tree | snapshot |
2010-03-09 |
Raymond Hettinger | Improve code clarity a bit. |
commit | commitdiff | tree | snapshot |
2010-03-09 |
Raymond Hettinger | Have links in OrderedDicts be native Python lists instead |
commit | commitdiff | tree | snapshot |
2010-03-09 |
Raymond Hettinger | Add nicer docstrings to namedtuples(). |
commit | commitdiff | tree | snapshot |
2010-03-09 |
Raymond Hettinger | Improve the basic example. |
commit | commitdiff | tree | snapshot |
2010-03-08 |
Benjamin Peterson | set svn:eol-style on various files |
commit | commitdiff | tree | snapshot |
2010-03-08 |
Georg Brandl | Fix typo. |
commit | commitdiff | tree | snapshot |
2010-03-08 |
Florent Xicluna | #7624: Fix isinstance(foo(), collections.Callable)... |
commit | commitdiff | tree | snapshot |
2010-03-08 |
Florent Xicluna | Move some tests from test_macpath to test_genericpath... |
commit | commitdiff | tree | snapshot |
2010-03-08 |
Andrew M. Kuchling | Add various items |
commit | commitdiff | tree | snapshot |
2010-03-08 |
Florent Xicluna | On finalize, don't try to join not started process. |
commit | commitdiff | tree | snapshot |
2010-03-08 |
Florent Xicluna | Replace the stderr logging with assertNotEqual(returnco... |
commit | commitdiff | tree | snapshot |
2010-03-08 |
Florent Xicluna | Fix syntax: "rc != None" -> "rc is not None" |
commit | commitdiff | tree | snapshot |
2010-03-08 |
Florent Xicluna | Don't fail on a debug() statement, if the worker PID... |
commit | commitdiff | tree | snapshot |
2010-03-08 |
Ronald Oussoren | Fix for issue 8066: readline should not be linked again... |
commit | commitdiff | tree | snapshot |
2010-03-08 |
Benjamin Peterson | remove svn:executable from scripts without a shebang... |
commit | commitdiff | tree | snapshot |
2010-03-08 |
R. David Murray | Issue #7143: get_payload used to strip any trailing... |
commit | commitdiff | tree | snapshot |
2010-03-07 |
Florent Xicluna | Backport the Popen.poll() protection from subprocess... |
commit | commitdiff | tree | snapshot |
2010-03-07 |
Michael Foord | Remove accidental print statement from last commit. |
commit | commitdiff | tree | snapshot |
2010-03-07 |
Michael Foord | Fix accidental name rebinding in unittest py3k warning... |
commit | commitdiff | tree | snapshot |
2010-03-07 |
Michael Foord | Addition of setUpClass and setUpModule shared fixtures... |
commit | commitdiff | tree | snapshot |
2010-03-07 |
Georg Brandl | #8044: document Py_{Enter,Leave}RecursiveCall functions. |
commit | commitdiff | tree | snapshot |
2010-03-07 |
Georg Brandl | #8039: document conditional expressions better, giving... |
commit | commitdiff | tree | snapshot |
2010-03-07 |
Georg Brandl | #8085: The function is called PyObject_NewVar, not... |
commit | commitdiff | tree | snapshot |
2010-03-07 |
Michael Foord | Fix for potentials errors in constructing unittest... |
commit | commitdiff | tree | snapshot |
2010-03-07 |
Florent Xicluna | Refresh the documentation for the test.test_support... |
commit | commitdiff | tree | snapshot |
2010-03-07 |
Florent Xicluna | #2777: Try hard to make Win7 buildbot happy... |
commit | commitdiff | tree | snapshot |
2010-03-07 |
Mark Dickinson | Silence compiler warning. |
commit | commitdiff | tree | snapshot |
2010-03-07 |
Mark Dickinson | Issue #1530559: When packing a non-integer with any... |
commit | commitdiff | tree | snapshot |
2010-03-07 |
Florent Xicluna | Do not fail if returncode is 0 on send_signal/kill... |
commit | commitdiff | tree | snapshot |
2010-03-07 |
Georg Brandl | #5341: more built-in vs builtin fixes. |
commit | commitdiff | tree | snapshot |
2010-03-07 |
Florent Xicluna | #2777: Enable test_send_signal, test_terminate and... |
commit | commitdiff | tree | snapshot |
2010-03-07 |
Florent Xicluna | Issue #7849: Now the utility ``check_warnings`` verifie... |
commit | commitdiff | tree | snapshot |
2010-03-07 |
Florent Xicluna | Fix some py3k warnings in the standard library. |
commit | commitdiff | tree | snapshot |
2010-03-07 |
Ronald Oussoren | Fix for issue #7998: pythonw didn't work when --with... |
commit | commitdiff | tree | snapshot |
2010-03-07 |
Senthil Kumaran | Reverting the change made in r78431. |
commit | commitdiff | tree | snapshot |
2010-03-07 |
Benjamin Peterson | eliminate py3k warnings in argparse |
commit | commitdiff | tree | snapshot |
2010-03-07 |
Benjamin Peterson | more specific exception for wrong kind of raise #8082 |
commit | commitdiff | tree | snapshot |
2010-03-06 |
Benjamin Peterson | post release update |
commit | commitdiff | tree | snapshot |
2010-03-06 |
Benjamin Peterson | tag 2.7 alpha 4 |
commit | commitdiff | tree | snapshot |
2010-03-06 |
Benjamin Peterson | bump version to 2.7a4 v2.7a4 |
commit | commitdiff | tree | snapshot |
2010-03-06 |
Florent Xicluna | Skip test_send_signal, test_kill, test_terminate on... |
commit | commitdiff | tree | snapshot |
2010-03-06 |
Florent Xicluna | Minor tweaking of previous r78734, and add a NEWS entry. |
commit | commitdiff | tree | snapshot |
2010-03-06 |
Florent Xicluna | Create test_genericpath.CommonTest and reuse it to... |
commit | commitdiff | tree | snapshot |
2010-03-06 |
Florent Xicluna | Do not print the header lines when running a single... |
commit | commitdiff | tree | snapshot |
2010-03-06 |
Vinay Sajip | Added checks for tuples in dictConfig. |
commit | commitdiff | tree | snapshot |
2010-03-06 |
Vinay Sajip | Added schema version test in dictConfig. |
commit | commitdiff | tree | snapshot |
2010-03-06 |
Florent Xicluna | Backport "test.regrtest -R 2:3" syntax from py3k branch... |
commit | commitdiff | tree | snapshot |
2010-03-06 |
Florent Xicluna | #6906: TCL_LIBRARY and TK_LIBRARY environment variables... |
commit | commitdiff | tree | snapshot |
2010-03-06 |
Florent Xicluna | #2777: Apply same recipe on win32, i.e. do not inherit... |
commit | commitdiff | tree | snapshot |
2010-03-06 |
Florent Xicluna | Print platform information to stdout, to help troublesh... |
commit | commitdiff | tree | snapshot |
2010-03-06 |
Florent Xicluna | Keep the test files in the ./build/ subdirectory, if... |
commit | commitdiff | tree | snapshot |
2010-03-06 |
Gregory P.... | Call setreuid and setregid in a subprocess to avoid... |
commit | commitdiff | tree | snapshot |
2010-03-06 |
Benjamin Peterson | settscdump is definitely an implementation detail |
commit | commitdiff | tree | snapshot |
2010-03-06 |
Tarek Ziadé | search in the alternative location for VCExpress |
commit | commitdiff | tree | snapshot |
2010-03-06 |
Tarek Ziadé | fixed various failures and environment alterations... |
commit | commitdiff | tree | snapshot |
2010-03-06 |
Tarek Ziadé | files used by win32 tests |
commit | commitdiff | tree | snapshot |
2010-03-06 |
Tarek Ziadé | simplified the fallback case |
commit | commitdiff | tree | snapshot |
2010-03-06 |
Tarek Ziadé | provide a fallback for xxmodule.c in case the buildir... |
commit | commitdiff | tree | snapshot |
2010-03-06 |
Tarek Ziadé | copied back the build_ext tests from 2.6 |
commit | commitdiff | tree | snapshot |
2010-03-06 |
Florent Xicluna | #2777: Apply same recipe for test_terminate and test_ki... |
commit | commitdiff | tree | snapshot |
2010-03-05 |
Vinay Sajip | Factored out time usage determination into a method... |
commit | commitdiff | tree | snapshot |
2010-03-05 |
Florent Xicluna | #2777: Handle fds more carefully to try to fix some... |
commit | commitdiff | tree | snapshot |
2010-03-05 |
Mark Dickinson | Remove the redundant #define: PY_STRUCT_FLOAT_COERCE |
commit | commitdiff | tree | snapshot |
2010-03-05 |
Mark Dickinson | Fix incorrect stacklevel for DeprecationWarnings origin... |
commit | commitdiff | tree | snapshot |
2010-03-05 |
Gerhard Häring | Merged code from pysqlite 2.6.0. |
commit | commitdiff | tree | snapshot |
2010-03-05 |
Benjamin Peterson | Merged revisions 78679,78681 via svnmerge from |
commit | commitdiff | tree | snapshot |
2010-03-05 |
Benjamin Peterson | remove the svn:executable property from files that... |
commit | commitdiff | tree | snapshot |
2010-03-05 |
Benjamin Peterson | set svn:eol-style on Lib files |
commit | commitdiff | tree | snapshot |
2010-03-05 |
Benjamin Peterson | set svn:eol-style |
commit | commitdiff | tree | snapshot |
2010-03-05 |
Florent Xicluna | These line should not be there. |
commit | commitdiff | tree | snapshot |
2010-03-05 |
Florent Xicluna | Let's use assertIsNone / assertIsNotNone. It's hype. |
commit | commitdiff | tree | snapshot |
2010-03-05 |
Florent Xicluna | Workaround #3137: Retry SIGINT if it is not received... |
commit | commitdiff | tree | snapshot |
2010-03-05 |
Tarek Ziadé | reverted the usage of compiler_obj in Python's setup.py |
commit | commitdiff | tree | snapshot |
2010-03-05 |
Tarek Ziadé | reverting partially distutils to its 2.6.x state so... |
commit | commitdiff | tree | snapshot |
2010-03-04 |
Florent Xicluna | #2777: Enable test_send_signal, test_kill and test_term... |
commit | commitdiff | tree | snapshot |
2010-03-04 |
Florent Xicluna | Cleanup. |
commit | commitdiff | tree | snapshot |
2010-03-04 |
Dirkjan Ochtman | Try to fix buildbot breakage from r78384. |
commit | commitdiff | tree | snapshot |
2010-03-04 |
R. David Murray | Fix documentation of email.Message.get_filename to... |
commit | commitdiff | tree | snapshot |
2010-03-04 |
Florent Xicluna | #7805: wait until all workers are started before collec... |
commit | commitdiff | tree | snapshot |
2010-03-04 |
Florent Xicluna | Fix transient refleak in test_popen2. |
commit | commitdiff | tree | snapshot |
next |