- 3dbd4c5 Changes 54857 and 54840 broke code and were reverted in Py2.5 just before by Raymond Hettinger · 17 years ago
- e93237d #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT. Macros for b/w compatibility are available. by Christian Heimes · 17 years ago
- fd7ed40 Give meaning to the oparg for BUILD_MAP: estimated size of the dictionary. by Raymond Hettinger · 17 years ago
- ede3a32 Spaces vs. Tabs. by Georg Brandl · 17 years ago
- 31645ba Fix bug #1517, a segfault in lookdict(). by Guido van Rossum · 17 years ago
- 64c06e3 Backport of _abccoll.py by Benjamin Arangueren, issue 1383. by Guido van Rossum · 17 years ago
- 3444879 Optimize common case for dict.fromkeys(). by Raymond Hettinger · 17 years ago
- cdcf887 Optimize dict.fromkeys() with dict inputs. Useful for resetting bag/muliset counts for example. by Raymond Hettinger · 17 years ago
- 77ae87c Remove file-level typedefs that were inconsistently used throughout the file. by Brett Cannon · 17 years ago
- 0153159 Add a bunch of GIL release/acquire points in tp_print implementations and for by Brett Cannon · 17 years ago
- 6819210 PEP 3123: Provide forward compatibility with Python 3.0, while keeping by Martin v. Löwis · 17 years ago
- c792629 Whitespace cleanup by Neal Norwitz · 18 years ago
- 8b2bfbc Add -3 option to the interpreter to warn about features that are by Neal Norwitz · 18 years ago
- e3146f5 Add test and fix for fromkeys() optional argument. by Raymond Hettinger · 18 years ago
- 0bbbfc4 Extend work on rev 52962 and 53829 eliminating redundant PyObject_Hash() calls and fixing set/dict interoperability. by Raymond Hettinger · 18 years ago
- ee3a1b5 Variation of patch # 1624059 to speed up checking if an object is a subclass by Neal Norwitz · 18 years ago
- d6fc72a Extend work on revision 52962: Eliminate redundant calls to PyObject_Hash(). by Raymond Hettinger · 18 years ago
- 0922d71 SF #1615701: make d.update(m) honor __getitem__() and keys() in dict subclasses by Raymond Hettinger · 18 years ago
- 7b932da Fix refleak by Neal Norwitz · 18 years ago
- b9f4ad3 Bug #1576657: when setting a KeyError for a tuple key, make sure that by Georg Brandl · 18 years ago
- a5ccda9 Fix warnings with HP's C compiler. It doesn't recognize that infinite by Neal Norwitz · 18 years ago
- a22975f Fix SF bug #1546288, crash in dict_equal. by Neal Norwitz · 18 years ago
- 0067b5f Typo fixes by Andrew M. Kuchling · 18 years ago
- 48808a1 Add some asserts that we got good params passed by Neal Norwitz · 18 years ago
- acd0d6d SF bug #1503294. by Armin Rigo · 19 years ago
- d770ebd Armin committed his patch while I was reviewing it (I'm sure by Tim Peters · 19 years ago
- 35f6d36 [ 1497053 ] Let dicts propagate the exceptions in user __eq__(). by Armin Rigo · 19 years ago
- 33f4a6a dict_print(): So that Neal & I don't spend the rest of by Tim Peters · 19 years ago
- 6381443 dict_print(): Explicitly narrow the return value by Tim Peters · 19 years ago
- 5e1b45d No DOWNCAST is required since sizeof(Py_ssize_t) >= sizeof(int) and Py_ReprEntr returns an int by Neal Norwitz · 19 years ago
- d3881b0 Use Py_SAFE_DOWNCAST for safety. Fix format strings. Remove 2 more stray | in comment by Neal Norwitz · 19 years ago
- 80af59c Remove stray | in comment by Neal Norwitz · 19 years ago
- 9b10f7e Convert relevant dict internals to Py_ssize_t. by Tim Peters · 19 years ago
- c6e5506 Use Py_VISIT in all tp_traverse methods, instead of traversing manually or by Thomas Wouters · 19 years ago
- e170937 Ignore the references to the dummy objects used as deleted keys by Armin Rigo · 19 years ago
- 347b300 Remove unnecessary casts in type object initializers. by Georg Brandl · 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 · 21 years ago
- d70ad8a Update docstring for dict.update() to match the new realities. by Walter Dörwald · 21 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 · 23 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
- a427a2b Rename "dictionary" (type and constructor) to "dict". by Tim Peters · 23 years ago
- 4d85953 dictionary() constructor: by Tim Peters · 23 years ago
- 1fc240e Generalize dictionary() to accept a sequence of 2-sequences. At the by Tim Peters · 23 years ago
- 9475a23 Enable GC for new-style instances. This touches lots of files, since by Guido van Rossum · 23 years ago
- 0ab085c Changed the dict implementation to take "string shortcuts" only when by Tim Peters · 23 years ago
- b95ec09 Repair typo in comment. by Tim Peters · 23 years ago