summaryrefslogtreecommitdiffstats
path: root/Objects/dictobject.c
stat options
Period:
Authors:

Commits per author per week (path 'Objects/dictobject.c')

AuthorW08 2026W09 2026W10 2026W11 2026Total
Total00000
itle='2006-04-18 14:00:01 (GMT)'>2006-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-18