- 23daade0 Merged revisions 61038,61042-61045,61047,61049-61053,61055-61057 via svnmerge from by Christian Heimes · 17 years ago
- 77c02eb Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,60505-60506,60508-60509,60523-60524,60532,60543,60545,60547-60548,60552,60554,60556-60559,60561-60562,60569,60571-60572,60574,60576-60583,60585-60586,60589,60591,60594-60595,60597-60598,60600-60601,60606-60612,60615,60617-60678 via svnmerge from by Christian Heimes · 17 years ago
- 2202f87 Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,60505-60506,60508-60509,60523-60524,60532,60543,60545,60547-60548,60552,60554,60556-60559,60561-60562,60568-60598,60600-60616 via svnmerge from by Christian Heimes · 17 years ago
- af98da1 Merged revisions 60284-60349 via svnmerge from by Christian Heimes · 17 years ago
- 90aa764 #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT. by Christian Heimes · 17 years ago
- 99170a5 Merged revisions 59541-59561 via svnmerge from by Christian Heimes · 17 years ago
- 0ded5b5 Fixed issue #1564: The set implementation should special-case PyUnicode instead of PyString by Christian Heimes · 17 years ago
- 217cfd1 Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases in intobject.h by Christian Heimes · 17 years ago
- a22e8bd Added all PyTypeObjects to the appropriate header files. by Christian Heimes · 17 years ago
- 2fd4f37 Merged revisions 59212-59225 via svnmerge from by Guido van Rossum · 17 years ago
- f83be4e Added view and iterator types to collections / _abcoll by Christian Heimes · 17 years ago
- 58da931 Merged revisions 58886-58929 via svnmerge from by Guido van Rossum · 17 years ago
- 8ce8a78 Merged revisions 58221-58741 via svnmerge from by Guido van Rossum · 17 years ago
- e4a9e78 Thomas Wouters suggested an obvious improvement to unicode_eq(): use memcmp(). by Guido van Rossum · 17 years ago
- 89d8c60 Switch dict lookup around to optimizing for unicode. by Guido van Rossum · 17 years ago
- 4d02772 Micro optimizations after staring at gprof output for a while. by Guido van Rossum · 17 years ago
- 523259b Keir Mierle's set operations for dict views (keys/items only of course). by Guido van Rossum · 17 years ago
- aac530c Patch with Keir Mierle: add rich comparisons between dict views and sets, by Guido van Rossum · 17 years ago
- 53cbdaa Convert a bunch of constant strings in C to unicode. by Neal Norwitz · 17 years ago
- 04dbf3b Kill all uses and definitions of tp_print under Objects/. (Others will follow.) by Guido van Rossum · 17 years ago
- 45c85d1 Fix the docstrings for keys(), items(), values() (especially the latter). by Guido van Rossum · 17 years ago
- 9f2e346 Merged revisions 56467-56482 via svnmerge from by Martin v. Löwis · 17 years ago
- 5b22213 Make identifiers str (not str8) objects throughout. by Martin v. Löwis · 17 years ago
- 1ab8330 Add functions PyUnicode_Append() and PyUnicode_AppendAndDel() that mirror by Walter Dörwald · 18 years ago
- d8faa36 Merged revisions 53952-54987 via svnmerge from by Guido van Rossum · 18 years ago
- eff072c Fix some silly uses of KEYS, ITEMS, VALUES. by Guido van Rossum · 18 years ago
- e36f2ba Add TODO by Neal Norwitz · 18 years ago
- 27d517b Merged revisions 53875-53911 via svnmerge from by Thomas Wouters · 18 years ago
- cf297e4 Merged revisions 53623-53858 via svnmerge from by Thomas Wouters · 18 years ago
- d9214d1 Make dict.keys() and dict.items() comparable to sets, using == and !=. by Guido van Rossum · 18 years ago
- cc2b016 - PEP 3106: dict.iterkeys(), .iteritems(), .itervalues() are now gone; by Guido van Rossum · 18 years ago
- 3ac6741 Implement __contains__ for dict_keys and dict_items. by Guido van Rossum · 18 years ago
- 83825ac Endow dict views with a proper length method. by Guido van Rossum · 18 years ago
- b90c848 Very preliminary work on dict views. by Guido van Rossum · 18 years ago
- 89f507f Four months of trunk changes (including a few releases...) by Thomas Wouters · 18 years ago
- dc5f6b2 Got test_mutants.py working. One set of changes was straightforward: by Guido van Rossum · 18 years ago
- 47b9ff6 Restructure comparison dramatically. There is no longer a default by Guido van Rossum · 18 years ago
- e2b70bc Get rid of dict.has_key(). Boy this has a lot of repercussions! by Guido van Rossum · 18 years ago
- 50e9fb9 Completely get rid of PyClass and PyInstance. by Guido van Rossum · 18 years ago
- 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 18 years ago
- 4d70c3d Partially merge trunk into p3yk. The removal of Mac/Tools is confusing svn by Thomas Wouters · 18 years ago
- 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 19 years ago
- 4b92a82 Oops. Fix syntax for C89 compilers. by Guido van Rossum · 19 years ago
- 1968ad3 - Patch 1433928: by Guido van Rossum · 19 years ago
- e0e89f7 Revert 42400. by Martin v. Löwis · 19 years ago
- 2c95cc6 Support %zd in PyErr_Format and PyString_FromFormat. by Martin v. Löwis · 19 years ago
- 26efe40 Get rid of compiler warnings (gcc 3.3.4 on x86) by Neal Norwitz · 19 years ago
- 18e1655 Merge ssize_t branch. by Martin v. Löwis · 19 years ago
- f5b3e36 Renamed _length_cue() to __length_hint__(). See: by Armin Rigo · 19 years ago
- 60b2996 Fixed English in a comment; trimmed trailing whitespace; no code changes. by Tim Peters · 19 years ago
- 6b27cda Convert iterator __len__() methods to a private API. by Raymond Hettinger · 19 years ago
- f81e450 Fix nits. by Raymond Hettinger · 19 years ago
- 186e739 SF patch #1200051: Small optimization for PyDict_Merge() by Raymond Hettinger · 20 years ago
- 1356f78 SF bug #1183742: PyDict_Copy() can return non-NULL value on error by Raymond Hettinger · 20 years ago
- 07ead17 Code simplification -- eliminate lookup when value is known in advance. by Raymond Hettinger · 20 years ago
- 9ba301e Moved SunPro warning suppression into pyport.h and out of individual by Nicholas Bastin · 20 years ago
- 9e1bfe7 Disabling end-of-loop code not reached warning on SunPro by Nicholas Bastin · 20 years ago
- d70ad8a Update docstring for dict.update() to match the new realities. by Walter Dörwald · 20 years ago
- 7892b1c * Add unittests for iterators that report their length by Raymond Hettinger · 21 years ago
- 09240f6 GCC was complaining that 'value' in dictiter_iternextvalue() wasn't by Guido van Rossum · 21 years ago
- 0690512 Factor out a double lookup. by Raymond Hettinger · 21 years ago
- 0ce6dc8 Make the new dictionary iterators transparent with respect to length. by Raymond Hettinger · 21 years ago
- 019a148 Optimize dictionary iterators. by Raymond Hettinger · 21 years ago
- 4344278 Dictionary optimizations: by Raymond Hettinger · 21 years ago
- ebedb2f Factor out code common to PyDict_Copy() and PyDict_Merge(). by Raymond Hettinger · 21 years ago
- 31017ae SF #904720: dict.update should take a 2-tuple sequence like dict.__init_ by Raymond Hettinger · 21 years ago
- 7083bb7 Oops. Return -1 to distinguish error from empty dict. by Jeremy Hylton · 21 years ago
- 0c66967 Simplify previous checkin -- a new function was not needed. by Raymond Hettinger · 21 years ago
- 8f5cdaa * Added a new method flag, METH_COEXIST. by Raymond Hettinger · 21 years ago
- bc0f2ab Expose dict_contains() and PyDict_Contains() with is about 10% faster by Raymond Hettinger · 21 years ago
- 574aa32 SF patch #798467: Update docstring of has_key for bool changes by Raymond Hettinger · 21 years ago
- c8d2290 SF patch #729395: Dictionary tuning by Raymond Hettinger · 22 years ago
- 3539f6b SF patch #729395: Dictionary tuning by Raymond Hettinger · 22 years ago
- 930427b Add a reference to dictnotes.txt. It does no good if you don't know it's by Raymond Hettinger · 22 years ago
- 1da1dbf Renamed PyObject_GenericGetIter to PyObject_SelfIter by Raymond Hettinger · 22 years ago
- 0153826 Created PyObject_GenericGetIter(). by Raymond Hettinger · 22 years ago
- a3e1e4c SF patch #693753: fix for bug 639806: default for dict.pop by Raymond Hettinger · 22 years ago
- 0732301 Add closing ) in comment by Neal Norwitz · 22 years ago
- 080c88b cPickle.c, load_build(): Taught cPickle how to pick apart by Tim Peters · 22 years ago
- ea3fdf4 SF patch #659536: Use PyArg_UnpackTuple where possible. by Raymond Hettinger · 22 years ago
- 32b4a1b Constify char* API. Fixes #651363. 2.2 candidate. by Martin v. Löwis · 22 years ago
- bca1cbc SF 548651: Fix the METH_CLASS implementation. by Tim Peters · 22 years ago
- e03e5b1 Remove assumption that cls is a subclass of dict. by Raymond Hettinger · 22 years ago
- b02bb5e Replace BadInternalCall with TypeError. Add a test case. Fix whitespace. by Raymond Hettinger · 22 years ago
- ef786ae Add missing decref by Neal Norwitz · 22 years ago
- e33d3df SF Patch 643443. Added dict.fromkeys(iterable, value=None), a class by Raymond Hettinger · 22 years ago
- a797d81 Patch #642500 with slight modifications: allow keyword arguments in by Just van Rossum · 22 years ago
- efae886 In doc strings, use 'k in D' rather than D.has_key(k). by Guido van Rossum · 22 years ago
- 45ec02a SF patch 576101, by Oren Tirosh: alternative implementation of by Guido van Rossum · 22 years ago
- 938ace6 staticforward bites the dust. by Jeremy Hylton · 22 years ago
- 2147df7 Make StopIteration a sink state. This is done by clearing out the by Guido van Rossum · 22 years ago
- 14f8b4c Patch #568124: Add doc string macros. by Martin v. Löwis · 22 years ago
- e027d98 Add Raymond Hettinger's d.pop(). See SF patch 539949. by Guido van Rossum · 23 years ago
- 6189b89 PyObject_GC_Del and PyObject_Del can now be used as a function designators. by Neil Schemenauer · 23 years ago
- 77f6a65 Add the 'bool' type and its values 'False' and 'True', as described in by Guido van Rossum · 23 years ago
- 1f7df35 Remove the CACHE_HASH and INTERN_STRINGS preprocessor symbols. by Tim Peters · 23 years ago
- ff413af This is Neil's fix for SF bug 535905 (Evil Trashcan and GC interaction). by Guido van Rossum · 23 years ago
- dcc819a Use pymalloc if it's enabled. by Neil Schemenauer · 23 years ago
- f582b82 SF bug #491415 PyDict_UpdateFromSeq2() unused by Tim Peters · 23 years ago
- dbb53d9 Fix of SF bug #475877 (Mutable subtype instances are hashable). by Guido van Rossum · 23 years ago