Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Add reindent target. | Martin v. Löwis | 2006-04-17 | 2 | -0/+7 | |
| | ||||||
* | Reindent. | Martin v. Löwis | 2006-04-17 | 1 | -7/+7 | |
| | ||||||
* | Remove bogus character. | Martin v. Löwis | 2006-04-17 | 1 | -1/+1 | |
| | ||||||
* | Use GetModuleFileNameEx instead of GetProcessImageFileName, | Martin v. Löwis | 2006-04-17 | 2 | -3/+3 | |
| | | | | as the latter is not available on Windows 2000. | |||||
* | Patch #790710: Add breakpoint command lists in pdb. | Martin v. Löwis | 2006-04-17 | 3 | -1/+165 | |
| | ||||||
* | fix long option markup | George Yoshida | 2006-04-17 | 1 | -2/+2 | |
| | ||||||
* | disutils checks if MACOSX_DEPLOYMENT_TARGET is consistent with the value at | Ronald Oussoren | 2006-04-17 | 1 | -1/+1 | |
| | | | | | | | | | configure time. The current check is too strict and doesn't allow building extensions that can only run on newer versions of the OS than the version python was build for, that is python build for 10.3 or later and an extension for 10.4. This patch relaxes this check. This turned out to be a reimplementation of patch 1193190. | |||||
* | Update status of document | Andrew M. Kuchling | 2006-04-17 | 1 | -3/+2 | |
| | ||||||
* | Remove translated code hidden inside a comment environment; latex2html gets ↵ | Andrew M. Kuchling | 2006-04-17 | 1 | -32/+0 | |
| | | | | confused and includes half of it anyway | |||||
* | This patches fixes a number of byteorder problems in MacOSX specific code. | Ronald Oussoren | 2006-04-17 | 4 | -13/+10 | |
| | ||||||
* | Teach platform about darwin/x86 | Ronald Oussoren | 2006-04-17 | 1 | -1/+2 | |
| | ||||||
* | Revert to 45478, disable kill_python command for now. | Martin v. Löwis | 2006-04-17 | 4 | -11/+6 | |
| | ||||||
* | Check whether disk space is full. | Martin v. Löwis | 2006-04-17 | 1 | -0/+1 | |
| | ||||||
* | 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 | |
| | | | | | | | | | /path/to/uninstalled/python setup.py build_ext now failed with pyconfig.h not found. Prior to r45232 the above command did not look for pyconfig.h, but the bug is really in the look-up code: expecting to find it in os.curdir is a rather fragile idea. | |||||
* | 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 ↵ | Neal Norwitz | 2006-04-17 | 1 | -1/+3 | |
| | | | | if no leaks are found | |||||
* | 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 | |
| | | | | Py_ssize_t argument. | |||||
* | 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 | |
| | | | | them; they have to be passed to make. | |||||
* | 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 | |
| | | | | | | but wait for a few hours before you read it; I'm still revising it and will be tackling contextlib next. Untabify | |||||
* | 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 | |
| | | | | | always reload the module (specifically, it doesn't reload if the module has a 'test_main'.) | |||||
* | Specialcase 'xs4all' (.nl/.net/.com/whatever else we have) as well as | Thomas Wouters | 2006-04-16 | 1 | -1/+2 | |
| | | | | | | | 'python.org' when deciding what server to use for the timeout tests; getting tired of seeing the test fail on all my boxes ;P This'll still allow the test to fail for hosts in the XS4ALL network that don't have an 'xs4all' hostname, so maybe it should use a fallback scheme instead. | |||||
* | This test no longer leaks, and test_generators sufficiently tests it to | Thomas Wouters | 2006-04-16 | 1 | -25/+0 | |
| | | | | prevent unreported regression. | |||||
* | 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 | |
| | | | | | | | | | | | exceptions that can't be raised any further, because (for instance) they occur in __del__ methods. The coroutine tests in test_generators was triggering this leak. Remove the leakers' testcase, and add a simpler testcase that explicitly tests this leak to test_generators. test_generators now no longer leaks at all, on my machine. This fix may also solve other leaks, but my full refleakhunting run is still busy, so who knows? | |||||
* | gen_del(): Looks like much this was copy/pasted from | Tim Peters | 2006-04-15 | 1 | -1/+1 | |
| | | | | | | slot_tp_del(), but while the latter had to cater to types that don't participate in GC, we know that generators do. That allows strengthing an assert(). | |||||
* | 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 | |
| | | | | same kind of thing. | |||||
* | Add missing PyObject_GC_Track call, causing *some* itertools.tee objects to | Thomas Wouters | 2006-04-15 | 2 | -17/+7 | |
| | | | | | | | | | not be tracked by GC. This fixes 254 of test_generators' refleaks on my machine, but I'm sure something else will make them come back :> Not adding a separate test for this kind of cycle, since the existing fib/m235 already test them in more extensive ways than any 'minimal' test has been able to manage. | |||||
* | Use Py_VISIT in all tp_traverse methods, instead of traversing manually or | Thomas Wouters | 2006-04-15 | 20 | -340/+109 | |
| | | | | | | | | using a custom, nearly-identical macro. This probably changes how some of these functions are compiled, which may result in fractionally slower (or faster) execution. Considering the nature of traversal, visiting much of the address space in unpredictable patterns, I'd argue the code readability and maintainability is well worth it ;P |