| Commit message (Expand) | Author | Age | Files | Lines |
* | Rename binary again; increase noise; stop trying to actually kill the process. | Martin v. Löwis | 2006-04-17 | 4 | -3/+5 |
|
|
* | Rename binaries again; increase noise. | Martin v. Löwis | 2006-04-17 | 2 | -3/+3 |
|
|
* | Rename binary to avoid conflicts with hanging processes on x86 w2k. | Martin v. Löwis | 2006-04-17 | 2 | -2/+2 |
|
|
* | Try some tracing | Martin v. Löwis | 2006-04-17 | 1 | -2/+4 |
|
|
* | Add kill_python command. | Martin v. Löwis | 2006-04-17 | 4 | -0/+62 |
|
|
* | Fix for a bug exposed by r45232: | Armin Rigo | 2006-04-17 | 1 | -2/+2 |
|
|
* | No need to cast a Py_ssize_t, use %z in PyErr_Format | Neal Norwitz | 2006-04-17 | 1 | -2/+2 |
|
|
* | Add a comment to explain why we are calling _cleanup() | Neal Norwitz | 2006-04-17 | 1 | -0/+2 |
|
|
* | Try to stop the test from leaking and yet still work on windows | Neal Norwitz | 2006-04-17 | 1 | -3/+2 |
|
|
* | Remove unused field | Neal Norwitz | 2006-04-17 | 1 | -1/+0 |
|
|
* | Add some notes about a couple of poorly behaved tests | Neal Norwitz | 2006-04-17 | 1 | -0/+6 |
|
|
* | test_cmd_line should not leak any more, ensure an empty reflog file exists if... | Neal Norwitz | 2006-04-17 | 1 | -1/+3 |
|
|
* | Get test to consistently show no leaks | Neal Norwitz | 2006-04-17 | 1 | -1/+3 |
|
|
* | No reason to export get_decomp_record, make static | Neal Norwitz | 2006-04-17 | 1 | -1/+1 |
|
|
* | moduleName can be NULL | Neal Norwitz | 2006-04-17 | 1 | -1/+1 |
|
|
* | Whitespace normalization. | Tim Peters | 2006-04-16 | 1 | -10/+10 |
|
|
* | Add missing SVN eol-style property to text files. | Tim Peters | 2006-04-16 | 1 | -45/+45 |
|
|
* | Use %zd instead of %i as format character (in call to PyErr_Format) for | Thomas Wouters | 2006-04-16 | 1 | -1/+1 |
|
|
* | Patch #1063914: Add clipboard_get. | Martin v. Löwis | 2006-04-16 | 2 | -0/+19 |
|
|
* | Add item | Andrew M. Kuchling | 2006-04-16 | 1 | -3/+3 |
|
|
* | Initialize structseq types only once. | Martin v. Löwis | 2006-04-16 | 8 | -17/+52 |
|
|
* | Update instructions for EXTRA_CFLAGS: configure ignores | Martin v. Löwis | 2006-04-16 | 1 | -2/+2 |
|
|
* | Describe contextlib module. (Done for today...) | Andrew M. Kuchling | 2006-04-16 | 1 | -19/+77 |
|
|
* | Write most of the 'writing context managers' section. I'd like comments on it, | Andrew M. Kuchling | 2006-04-16 | 1 | -43/+211 |
|
|
* | Make test_timeout not fail on systems with no dots in their fqdn. | Thomas Wouters | 2006-04-16 | 1 | -1/+1 |
|
|
* | Make test_warnings play nice with regrtest -R:: now that regrtest doesn't | Thomas Wouters | 2006-04-16 | 1 | -4/+4 |
|
|
* | Specialcase 'xs4all' (.nl/.net/.com/whatever else we have) as well as | Thomas Wouters | 2006-04-16 | 1 | -1/+2 |
|
|
* | This test no longer leaks, and test_generators sufficiently tests it to | Thomas Wouters | 2006-04-16 | 1 | -25/+0 |
|
|
* | Fix valgrind problem with invalid memory read | Neal Norwitz | 2006-04-16 | 1 | -2/+1 |
|
|
* | Fix memory leak | Neal Norwitz | 2006-04-16 | 1 | -1/+5 |
|
|
* | err is no longer used | Neal Norwitz | 2006-04-16 | 1 | -1/+1 |
|
|
* | Add missing DECREF to PyErr_WriteUnraisable(). That function reports | Thomas Wouters | 2006-04-15 | 3 | -21/+35 |
|
|
* | gen_del(): Looks like much this was copy/pasted from | Tim Peters | 2006-04-15 | 1 | -1/+1 |
|
|
* | Remove now-unused variables from tp_traverse and tp_clear methods. | Tim Peters | 2006-04-15 | 2 | -3/+0 |
|
|
* | Consolidate 'leak_test1' and 'refleaks_tests', since they both test for the | Thomas Wouters | 2006-04-15 | 1 | -17/+15 |
|
|
* | Add missing PyObject_GC_Track call, causing *some* itertools.tee objects to | Thomas Wouters | 2006-04-15 | 2 | -17/+7 |
|
|
* | Use Py_VISIT in all tp_traverse methods, instead of traversing manually or | Thomas Wouters | 2006-04-15 | 20 | -340/+109 |
|
|
* | - Whitespace normalization | Thomas Wouters | 2006-04-15 | 1 | -12/+14 |
|
|
* | Fix typo. | Thomas Heller | 2006-04-15 | 1 | -1/+1 |
|
|
* | Fix for FreeBSD. Fixes http://python.org/sf/1470353. | Thomas Heller | 2006-04-15 | 1 | -2/+2 |
|
|
* | Zap ZAP. | Martin v. Löwis | 2006-04-15 | 1 | -25/+18 |
|
|
* | Patch #1470875: Building Python with MS Free Compiler. | Martin v. Löwis | 2006-04-15 | 4 | -0/+171 |
|
|
* | Remove partial change (don't edit, commit and think at the same time :P) | Thomas Wouters | 2006-04-15 | 1 | -1/+0 |
|
|
* | Re-instate backward compatibility by defining Py_CLEAR if it isn't | Thomas Wouters | 2006-04-15 | 1 | -0/+14 |
|
|
* | Use Py_CLEAR instead of in-place DECREF/XDECREF or custom macros, for | Thomas Wouters | 2006-04-15 | 8 | -57/+30 |
|
|
* | Clear dummy and emptyfrozenset, so that we don't have | Martin v. Löwis | 2006-04-15 | 1 | -2/+2 |
|
|
* | Fix sys.getobjects(0): we get a reference to the | Martin v. Löwis | 2006-04-15 | 1 | -0/+3 |
|
|
* | Unlink the structseq type from the global list of | Martin v. Löwis | 2006-04-15 | 1 | -0/+8 |
|
|
* | Patch #1191700: Adjust column alignment in bdb breakpoint lists. | Martin v. Löwis | 2006-04-15 | 2 | -3/+5 |
|
|
* | Patch #1191065: Fix preprocessor problems on systems where recvfrom | Martin v. Löwis | 2006-04-15 | 2 | -6/+11 |
|
|