- 94d08d9 upgrade unicode db to 6.3.0 (closes #19221) by Benjamin Peterson · 11 years ago
- 6cf185d Issue #18874: _PyObject_Malloc/Realloc/Free() now falls back on by Victor Stinner · 11 years ago
- 7c74de4 Issue #18874: PyCode_New() now ensures that the filename is a ready Unicode by Victor Stinner · 11 years ago
- 9259c21 Issue #19171: speed some cases of 3-argument long pow(). by Tim Peters · 11 years ago
- 81a9315 Issue #19171: speed some cases of 3-argument long pow(). by Tim Peters · 11 years ago
- e898153 #19069: merge with 3.3. by Ezio Melotti · 11 years ago
- 7760b4e #19069: use imperative mood in float object docstrings. Patch by Marco Buttu. by Ezio Melotti · 11 years ago
- c1ae254 #19068: merge with 3.3. by Ezio Melotti · 11 years ago
- 488d244 #19068: use imperative mood in complex object docstrings. Patch by Marco Buttu. by Ezio Melotti · 11 years ago
- b32a811 #19067: merge with 3.3. by Ezio Melotti · 11 years ago
- 5792ce1 #19067: use imperative mood in range object docstrings. Patch by Marco Buttu. by Ezio Melotti · 11 years ago
- 5b72075 Hopefully fix Windows compilation error following 499a96611baa by Antoine Pitrou · 11 years ago
- 5df8a8a Issue #19087: Improve bytearray allocation in order to allow cheap popping of data at the front (slice deletion). by Antoine Pitrou · 11 years ago
- 0e61ed8 Issue #19014: memoryview.cast() is now allowed on zero-length views. by Antoine Pitrou · 11 years ago
- 60b1834 Issue #19014: memoryview.cast() is now allowed on zero-length views. by Antoine Pitrou · 11 years ago
- a0f169c Close #19078: memoryview now supports reversed by Nick Coghlan · 11 years ago
- c13516b merge by Raymond Hettinger · 11 years ago
- 2ff2190 Issue #18594: Fix the fast path for collections.Counter(). by Raymond Hettinger · 11 years ago
- 6ba64f4 Close #18596: Support address sanity checking in clang/GCC by Nick Coghlan · 11 years ago
- 7cba5fd Fix minor typo. by Georg Brandl · 11 years ago
- 710a67e Note that LINEAR_PROBES can be set to zero. by Raymond Hettinger · 11 years ago
- 4ef0528 Minor beautification. Put updates and declarations in a more logical order. by Raymond Hettinger · 11 years ago
- 0ce1953 When LINEAR_PROBES=0, let the compiler remove the dead code on its own. by Raymond Hettinger · 11 years ago
- c70a2b7 Make the linear probe sequence clearer. by Raymond Hettinger · 11 years ago
- df099f5 Update internal comments to say _something_ about the "API ID". by Tim Peters · 11 years ago
- 8408dc5 Issue 18771: Make it possible to set the number linear probes at compile-time. by Raymond Hettinger · 11 years ago
- 742d871 Put the defines in the logical section and fix indentation. by Raymond Hettinger · 11 years ago
- 583cd03 Minor code beautification. by Raymond Hettinger · 11 years ago
- 4ea9080 Improve code clarity by removing two unattractive macros. by Raymond Hettinger · 11 years ago
- 8f8839e Remove the freelist scheme for setobjects. by Raymond Hettinger · 11 years ago
- 04fd9dd Small rearrangement to bring together the three functions for probing the hash table. by Raymond Hettinger · 11 years ago
- ae7b00e Move the overview comment to the top of the file. by Raymond Hettinger · 11 years ago
- b237295 Nerge 3.3 into default. by Tim Peters · 11 years ago
- eaa3bcc Issue #18942: sys._debugmallocstats() output was damaged on Windows. by Tim Peters · 11 years ago
- c56e0e3 Minor touchups. by Raymond Hettinger · 11 years ago
- 69492da Factor-out the common code for setting a KeyError. by Raymond Hettinger · 11 years ago
- a35adf5 Instead of XORed indicies, switch to a hybrid of linear probing and open addressing. by Raymond Hettinger · 11 years ago
- 6c3c1cc Update copyright. by Raymond Hettinger · 11 years ago
- 95c0d67 Further reduce the cost of hash collisions by inspecting an additional nearby entry. by Raymond Hettinger · 11 years ago
- fb13721 Close #18780: %-formatting now prints value for int subclasses with %d, %i, and %u codes. by Ethan Furman · 11 years ago
- afe8909 Tighten-up the lookkey() logic and beautify the code a bit. by Raymond Hettinger · 11 years ago
- 46e1ce2 Issue #18783: Removed existing mentions of Python long type in docstrings, by Serhiy Storchaka · 11 years ago
- 9594942 Issue #18783: Removed existing mentions of Python long type in docstrings, by Serhiy Storchaka · 11 years ago
- 33824f6 Restore changeset 5bd9db528aed (issue #18408) by Victor Stinner · 11 years ago
- e513210 Issue #18408: _PyObject_Dump() now saves/restores the current exception by Victor Stinner · 11 years ago
- 1544fc5 Various clarifications based on feedback & questions over the years. by Tim Peters · 11 years ago
- ec8147b Various clarifications based on feedback & questions over the years. by Tim Peters · 11 years ago
- 9d95254 Issue #18772: fix the gdb plugin after the set implementation changes by Antoine Pitrou · 11 years ago
- 9154193 Back out 5bd9db528aed (issue #18408). It caused unsolved buildbot failures. by Antoine Pitrou · 11 years ago
- bfc1e1a Add the same dummy type that is used in dictionaries. by Raymond Hettinger · 11 years ago
- a1db945 Add line explaining the "%sort" test. by Tim Peters · 11 years ago
- 01e75a6 Add line explaining the "%sort" test. by Tim Peters · 11 years ago
- fcf3b50 Issue 18797: Remove unneeded refcount adjustments for dummy objects. by Raymond Hettinger · 11 years ago
- 5bb1b1d Hoist the global dummy lookup out of the inner loop for set_merge(). by Raymond Hettinger · 11 years ago
- 929cbac Remove a redundant hash table probe (this was artifact from an earlier draft of the patch). by Raymond Hettinger · 11 years ago
- ae9e616 Issue 18772: Restore set dummy object back to unicode and restore the identity checks in lookkey(). by Raymond Hettinger · 11 years ago
- 3c0a4f5 Issue18771: Reduce the cost of hash collisions for set objects. by Raymond Hettinger · 11 years ago
- 07351a0 Remove the else-clause because the conditions are no longer mutually exclusive. by Raymond Hettinger · 11 years ago
- 237b34b Use a known unique object for the dummy entry. by Raymond Hettinger · 11 years ago
- 8fa8ee3 Issue #18701: Remove support of old CPython versions (<3.0) from C code. by Serhiy Storchaka · 11 years ago
- 8ad3919 Hoist the global "dummy" lookup outside of the reinsertion loop. by Raymond Hettinger · 11 years ago
- d06eeb4 merge by Raymond Hettinger · 11 years ago
- b1b915c Issue 18719: Remove a false optimization by Raymond Hettinger · 11 years ago
- 9ed5f27 Issue #18722: Remove uses of the "register" keyword in C code. by Antoine Pitrou · 11 years ago
- c629d4c Replace outdated optimization with clearer code that compiles better. by Raymond Hettinger · 11 years ago
- 58720d6 Issue #17934: Add a clear() method to frame objects, to help clean up expensive details (local variables) and break reference cycles. by Antoine Pitrou · 11 years ago
- c86d7e9 Silence compiler warning for an unused declaration by Raymond Hettinger · 11 years ago
- e56666d Silence compiler warning about an uninitialized variable by Raymond Hettinger · 11 years ago
- 5ed1b38 merge by Raymond Hettinger · 11 years ago
- 579ddc2 Issue #16741: Fix an error reporting in int(). by Serhiy Storchaka · 11 years ago
- f6d0aee Issue #16741: Fix an error reporting in int(). by Serhiy Storchaka · 11 years ago
- 02515f7 Minor consistency fixes for some longobject.c exception messages: by Mark Dickinson · 11 years ago
- dcedaf6 Issue #18214: Improve finalization of Python modules to avoid setting their globals to None, in most cases. by Antoine Pitrou · 11 years ago
- 796564c Issue #18112: PEP 442 implementation (safe object finalization). by Antoine Pitrou · 11 years ago
- 5b3b100 Issue #18520: Fix _PyDict_GetItemId(), suppress _PyUnicode_FromId() error by Victor Stinner · 11 years ago
- 34f96b8 Issue #18520: Fix PyFunction_NewWithQualName() error handling by Victor Stinner · 11 years ago
- 4d1f5d6 Reindent PyFunction_NewWithQualName() by Victor Stinner · 11 years ago
- 1c8f059 Issue #18520: Add a new PyStructSequence_InitType2() function, same than by Victor Stinner · 11 years ago
- 6895947 Propagate error when PyByteArray_Resize() fails in bytearray_translate() by Christian Heimes · 11 years ago
- c731bbe Propagate error when PyByteArray_Resize() fails in bytearray_translate() by Christian Heimes · 11 years ago
- b578735 Check return value of PyType_Ready(&EncodingMapType) CID 486654 by Christian Heimes · 11 years ago
- 26532f7 Check return value of PyType_Ready(&EncodingMapType) CID 486654 by Christian Heimes · 11 years ago
- de4d183 Issue #18327: Fix argument order in call to compatible_for_assignment(oldto, newto, attr). by Christian Heimes · 11 years ago
- 2c40f64 Issue #18408: Fix list_ass_slice(), handle list_resize() failure by Victor Stinner · 11 years ago
- 8e47832 Issue #18408: PyObject_Str(), PyObject_Repr() and type_call() now fail with an by Victor Stinner · 11 years ago
- f97dfd7 Issue #18408: Fix dict_repr(), don't call PyObject_Repr() with an exception set by Victor Stinner · 11 years ago
- 08a80b1 longobject.c: add an assertion to ensure that MEDIUM_VALUE() is only called on by Victor Stinner · 11 years ago
- 8aed6f1 Issue #18408: Rewrite NEGATE() macro in longobject.c to handle PyLong_FromLong() failure by Victor Stinner · 11 years ago
- 5967bf4 Issue #18408: Fix PyType_Ready(), handle _PyDict_SetItemId() failure by Victor Stinner · 11 years ago
- e901d1f Issue #18408: Fix Py_ReprEnter(), handle PyList_Append() failure by Victor Stinner · 11 years ago
- 095d99f Issue #18408: Fix listpop(), handle list_ass_slice() failure by Victor Stinner · 11 years ago
- 9a146ee Issue #18408: Fix structseq_reduce(), handle PyDict_SetItemString() failure by Victor Stinner · 11 years ago
- 26f9199 Close #18469: Replace PyDict_GetItemString() with _PyDict_GetItemId() in structseq.c by Victor Stinner · 11 years ago
- 3997cfd Cleanup type_call() to ease debug by Victor Stinner · 11 years ago
- 1b63493 Issue #18408: Py_ReprLeave() now saves/restores the current exception, by Victor Stinner · 11 years ago
- ac2a4fe Issue #18408: dict_new() now fails on new_keys_object() error by Victor Stinner · 11 years ago
- a9f61a5 Cleanup dictobject.c by Victor Stinner · 11 years ago
- fdcbab9 Issue #18408: Fix PyDict_GetItemString(), suppress PyUnicode_FromString() error by Victor Stinner · 11 years ago
- 32fd6ea Issue #18408: Fix list.extend(), handle list_resize() failure by Victor Stinner · 11 years ago
- f243ee4 Issue #18408: add more assertions on PyErr_Occurred() in ceval.c to detect bugs by Victor Stinner · 11 years ago