summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* C++ compile cleanup: proper declaration of _Py_BuildValue_SizeTSkip Montanaro2006-04-181-0/+1
* C++ compilation cleanup: Migrate declaration ofSkip Montanaro2006-04-182-7/+5
* local.__del__(): This didn't actually do anything, because of tooTim Peters2006-04-172-29/+27
* First phase of refactoring for runpy, pkgutil, pydoc, and setuptoolsPhillip J. Eby2006-04-172-339/+280
* Add reindent target.Martin v. Löwis2006-04-172-0/+7
* Reindent.Martin v. Löwis2006-04-171-7/+7
* Remove bogus character.Martin v. Löwis2006-04-171-1/+1
* Use GetModuleFileNameEx instead of GetProcessImageFileName,Martin v. Löwis2006-04-172-3/+3
* Patch #790710: Add breakpoint command lists in pdb.Martin v. Löwis2006-04-173-1/+165
* fix long option markupGeorge Yoshida2006-04-171-2/+2
* disutils checks if MACOSX_DEPLOYMENT_TARGET is consistent with the value atRonald Oussoren2006-04-171-1/+1
* Update status of documentAndrew M. Kuchling2006-04-171-3/+2
* Remove translated code hidden inside a comment environment; latex2html gets c...Andrew M. Kuchling2006-04-171-32/+0
* This patches fixes a number of byteorder problems in MacOSX specific code.Ronald Oussoren2006-04-174-13/+10
* Teach platform about darwin/x86Ronald Oussoren2006-04-171-1/+2
* Revert to 45478, disable kill_python command for now.Martin v. Löwis2006-04-174-11/+6
* Check whether disk space is full.Martin v. Löwis2006-04-171-0/+1
* Rename binary again; increase noise; stop trying to actually kill the process.Martin v. Löwis2006-04-174-3/+5
* Rename binaries again; increase noise.Martin v. Löwis2006-04-172-3/+3
* Rename binary to avoid conflicts with hanging processes on x86 w2k.Martin v. Löwis2006-04-172-2/+2
* Try some tracingMartin v. Löwis2006-04-171-2/+4
* Add kill_python command.Martin v. Löwis2006-04-174-0/+62
* Fix for a bug exposed by r45232:Armin Rigo2006-04-171-2/+2
* No need to cast a Py_ssize_t, use %z in PyErr_FormatNeal Norwitz2006-04-171-2/+2
* Add a comment to explain why we are calling _cleanup()Neal Norwitz2006-04-171-0/+2
* Try to stop the test from leaking and yet still work on windowsNeal Norwitz2006-04-171-3/+2
* Remove unused fieldNeal Norwitz2006-04-171-1/+0
* Add some notes about a couple of poorly behaved testsNeal Norwitz2006-04-171-0/+6
* test_cmd_line should not leak any more, ensure an empty reflog file exists if...Neal Norwitz2006-04-171-1/+3
* Get test to consistently show no leaksNeal Norwitz2006-04-171-1/+3
* No reason to export get_decomp_record, make staticNeal Norwitz2006-04-171-1/+1
* moduleName can be NULLNeal Norwitz2006-04-171-1/+1
* Whitespace normalization.Tim Peters2006-04-161-10/+10
* Add missing SVN eol-style property to text files.Tim Peters2006-04-161-45/+45
* Use %zd instead of %i as format character (in call to PyErr_Format) forThomas Wouters2006-04-161-1/+1
* Patch #1063914: Add clipboard_get.Martin v. Löwis2006-04-162-0/+19
* Add itemAndrew M. Kuchling2006-04-161-3/+3
* Initialize structseq types only once.Martin v. Löwis2006-04-168-17/+52
* Update instructions for EXTRA_CFLAGS: configure ignoresMartin v. Löwis2006-04-161-2/+2
* Describe contextlib module. (Done for today...)Andrew M. Kuchling2006-04-161-19/+77
* Write most of the 'writing context managers' section. I'd like comments on it,Andrew M. Kuchling2006-04-161-43/+211
* Make test_timeout not fail on systems with no dots in their fqdn.Thomas Wouters2006-04-161-1/+1
* Make test_warnings play nice with regrtest -R:: now that regrtest doesn'tThomas Wouters2006-04-161-4/+4
* Specialcase 'xs4all' (.nl/.net/.com/whatever else we have) as well asThomas Wouters2006-04-161-1/+2
* This test no longer leaks, and test_generators sufficiently tests it toThomas Wouters2006-04-161-25/+0
* Fix valgrind problem with invalid memory readNeal Norwitz2006-04-161-2/+1
* Fix memory leakNeal Norwitz2006-04-161-1/+5
* err is no longer usedNeal Norwitz2006-04-161-1/+1
* Add missing DECREF to PyErr_WriteUnraisable(). That function reportsThomas Wouters2006-04-153-21/+35
* gen_del(): Looks like much this was copy/pasted fromTim Peters2006-04-151-1/+1