summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* C++ compiler cleanup: "typename" is a C++ keywordSkip Montanaro2006-04-181-11/+11
* Change those parts of the Python-api that were functions in 2.4, andThomas Heller2006-04-182-4/+105
* Whilespace normalization (reindint.py).Tim Peters2006-04-1831-314/+53
* add info re: pydoc, pkgutil, and setuptools additionsPhillip J. Eby2006-04-181-0/+11
* fix typoGeorge Yoshida2006-04-181-1/+1
* Split ``get_platform()`` into ``get_supported_platform()`` andPhillip J. Eby2006-04-183-11/+11
* Fix refcounting.Thomas Heller2006-04-181-0/+2
* Refactor: Move code that uses co_lnotab from ceval to codeobjectJeremy Hylton2006-04-183-117/+162
* Typo fixAndrew M. Kuchling2006-04-181-1/+1
* A dictresize() attack. If oldtable == mp->ma_smalltable then pureArmin Rigo2006-04-181-0/+32
* add a very old crasher from the 2.1 -> 2.2 round of dictionary fixes.Michael W. Hudson2006-04-181-0/+47
* Add itemAndrew M. Kuchling2006-04-181-2/+12
* C++ compiler cleanup: proper castsSkip Montanaro2006-04-181-2/+2
* Comment typo fixAndrew M. Kuchling2006-04-181-1/+1
* Remove types from type_list if they have no objectsMartin v. Löwis2006-04-184-9/+47
* Whitespace normalizationNeal Norwitz2006-04-181-1/+1
* It's probably a good idea to actually *install* setuptools, too. ;)Phillip J. Eby2006-04-181-0/+1
* Handle easy_install being run via -m with no __file__ if done from aPhillip J. Eby2006-04-182-2/+2
* Initial import of setuptools, with integrated tests.Phillip J. Eby2006-04-1839-0/+10376
* Finally figured out why this module did its imports at theTim Peters2006-04-181-12/+21
* At least test_threading_local doesn't leak any more.Tim Peters2006-04-181-1/+1
* test_pyclbr goes nuts when a module contains code to try importing a classPhillip J. Eby2006-04-181-0/+3
* correct function signatureSkip Montanaro2006-04-181-1/+1
* Second phase of refactoring for runpy, pkgutil, pydoc, and setuptoolsPhillip J. Eby2006-04-182-114/+239
* C++ compiler cleanup: cast...Skip Montanaro2006-04-181-2/+2
* C++ compiler cleanup: extern "C" a couple declarations, cast int to size_tSkip Montanaro2006-04-181-1/+9
* C++ compiler cleanup: migrate to modsupport.hSkip Montanaro2006-04-181-3/+0
* C++ compiler cleanup: cast signed to unsignedSkip Montanaro2006-04-181-1/+1
* reset errno before calling confstr - use confstr() doc to simplify checks aft...Skip Montanaro2006-04-181-7/+9
* C++ compiler cleanup: bunch-o-casts, plus use of unsigned loop index var in a...Skip Montanaro2006-04-186-28/+29
* 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