| Commit message (Expand) | Author | Age | Files | Lines |
* | C++ compiler cleanup: "typename" is a C++ keyword | Skip Montanaro | 2006-04-18 | 1 | -11/+11 |
|
|
* | Change those parts of the Python-api that were functions in 2.4, and | Thomas Heller | 2006-04-18 | 2 | -4/+105 |
|
|
* | Whilespace normalization (reindint.py). | Tim Peters | 2006-04-18 | 31 | -314/+53 |
|
|
* | add info re: pydoc, pkgutil, and setuptools additions | Phillip J. Eby | 2006-04-18 | 1 | -0/+11 |
|
|
* | fix typo | George Yoshida | 2006-04-18 | 1 | -1/+1 |
|
|
* | Split ``get_platform()`` into ``get_supported_platform()`` and | Phillip J. Eby | 2006-04-18 | 3 | -11/+11 |
|
|
* | Fix refcounting. | Thomas Heller | 2006-04-18 | 1 | -0/+2 |
|
|
* | Refactor: Move code that uses co_lnotab from ceval to codeobject | Jeremy Hylton | 2006-04-18 | 3 | -117/+162 |
|
|
* | Typo fix | Andrew M. Kuchling | 2006-04-18 | 1 | -1/+1 |
|
|
* | A dictresize() attack. If oldtable == mp->ma_smalltable then pure | Armin Rigo | 2006-04-18 | 1 | -0/+32 |
|
|
* | add a very old crasher from the 2.1 -> 2.2 round of dictionary fixes. | Michael W. Hudson | 2006-04-18 | 1 | -0/+47 |
|
|
* | Add item | Andrew M. Kuchling | 2006-04-18 | 1 | -2/+12 |
|
|
* | C++ compiler cleanup: proper casts | Skip Montanaro | 2006-04-18 | 1 | -2/+2 |
|
|
* | Comment typo fix | Andrew M. Kuchling | 2006-04-18 | 1 | -1/+1 |
|
|
* | Remove types from type_list if they have no objects | Martin v. Löwis | 2006-04-18 | 4 | -9/+47 |
|
|
* | Whitespace normalization | Neal Norwitz | 2006-04-18 | 1 | -1/+1 |
|
|
* | It's probably a good idea to actually *install* setuptools, too. ;) | Phillip J. Eby | 2006-04-18 | 1 | -0/+1 |
|
|
* | Handle easy_install being run via -m with no __file__ if done from a | Phillip J. Eby | 2006-04-18 | 2 | -2/+2 |
|
|
* | Initial import of setuptools, with integrated tests. | Phillip J. Eby | 2006-04-18 | 39 | -0/+10376 |
|
|
* | Finally figured out why this module did its imports at the | Tim Peters | 2006-04-18 | 1 | -12/+21 |
|
|
* | At least test_threading_local doesn't leak any more. | Tim Peters | 2006-04-18 | 1 | -1/+1 |
|
|
* | test_pyclbr goes nuts when a module contains code to try importing a class | Phillip J. Eby | 2006-04-18 | 1 | -0/+3 |
|
|
* | correct function signature | Skip Montanaro | 2006-04-18 | 1 | -1/+1 |
|
|
* | Second phase of refactoring for runpy, pkgutil, pydoc, and setuptools | Phillip J. Eby | 2006-04-18 | 2 | -114/+239 |
|
|
* | C++ compiler cleanup: cast... | Skip Montanaro | 2006-04-18 | 1 | -2/+2 |
|
|
* | C++ compiler cleanup: extern "C" a couple declarations, cast int to size_t | Skip Montanaro | 2006-04-18 | 1 | -1/+9 |
|
|
* | C++ compiler cleanup: migrate to modsupport.h | Skip Montanaro | 2006-04-18 | 1 | -3/+0 |
|
|
* | C++ compiler cleanup: cast signed to unsigned | Skip Montanaro | 2006-04-18 | 1 | -1/+1 |
|
|
* | reset errno before calling confstr - use confstr() doc to simplify checks aft... | Skip Montanaro | 2006-04-18 | 1 | -7/+9 |
|
|
* | C++ compiler cleanup: bunch-o-casts, plus use of unsigned loop index var in a... | Skip Montanaro | 2006-04-18 | 6 | -28/+29 |
|
|
* | C++ compile cleanup: proper declaration of _Py_BuildValue_SizeT | Skip Montanaro | 2006-04-18 | 1 | -0/+1 |
|
|
* | C++ compilation cleanup: Migrate declaration of | Skip Montanaro | 2006-04-18 | 2 | -7/+5 |
|
|
* | local.__del__(): This didn't actually do anything, because of too | Tim Peters | 2006-04-17 | 2 | -29/+27 |
|
|
* | First phase of refactoring for runpy, pkgutil, pydoc, and setuptools | Phillip J. Eby | 2006-04-17 | 2 | -339/+280 |
|
|
* | 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 |
|
|
* | 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 |
|
|
* | Update status of document | Andrew M. Kuchling | 2006-04-17 | 1 | -3/+2 |
|
|
* | Remove translated code hidden inside a comment environment; latex2html gets c... | Andrew M. Kuchling | 2006-04-17 | 1 | -32/+0 |
|
|
* | 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 |
|
|