1. 3688aa9 Issue #19512: type_abstractmethods() and type_set_abstractmethods() now use an by Victor Stinner · 11 years ago
  2. 5fd2e5a Issue #19512: Add a new _PyDict_DelItemId() function, similar to by Victor Stinner · 11 years ago
  3. 7a07e45 Issue #19512: Py_ReprEnter() and Py_ReprLeave() now use an identifier for the by Victor Stinner · 11 years ago
  4. 21ea21e Issue #19424: PyUnicode_CompareWithASCIIString() normalizes memcmp() result by Victor Stinner · 11 years ago
  5. f0c7b2a Issue #16286: remove duplicated identity check from unicode_compare() by Victor Stinner · 11 years ago
  6. fd9e44d Issue #16286: optimize PyUnicode_RichCompare() for identical strings (same by Victor Stinner · 11 years ago
  7. c8bc537 Issue #16286: write a new subfunction bytes_compare_eq() by Victor Stinner · 11 years ago
  8. e1b1592 Issue #19424: Fix a compiler warning on comparing signed/unsigned size_t by Victor Stinner · 11 years ago
  9. a6b9b07 Issue #19424: Fix a compiler warning by Victor Stinner · 11 years ago
  10. 602f7cf Issue #19424: Optimize PyUnicode_CompareWithASCIIString() by Victor Stinner · 11 years ago
  11. 84745ab Issue #17936: Fix O(n**2) behaviour when adding or removing many subclasses of a given type. by Antoine Pitrou · 11 years ago
  12. 68b674c Issue #19437: Fix _PyUnicode_New() (constructor of legacy string), set all by Victor Stinner · 11 years ago
  13. 0b0c867 Issue #19437: Fix PyObject_CallFunction(), handle Py_VaBuildValue() and by Victor Stinner · 11 years ago
  14. fa3ba4c Issue #18609: Add a fast-path for "iso8859-1" encoding by Victor Stinner · 11 years ago
  15. bebba50 fix indent by Victor Stinner · 11 years ago
  16. cc64eb5 Issue #18408: Fix bytearrayiter.partition()/rpartition(), handle by Victor Stinner · 11 years ago
  17. 986e224 Issue #18408: Fix error handling in PyBytes_FromObject() by Victor Stinner · 11 years ago
  18. a5afb58 Issue #18408: Fix PyUnicode_AsUTF8AndSize(), raise MemoryError exception on by Victor Stinner · 11 years ago
  19. 41bb43a Issue #18408: Add a new PyFrame_FastToLocalsWithError() function to handle by Victor Stinner · 11 years ago
  20. f740d46 Issue #19369: Optimized the usage of __length_hint__(). by Serhiy Storchaka · 11 years ago
  21. c679227 Issue #1772673: The type of `char*` arguments now changed to `const char*`. by Serhiy Storchaka · 11 years ago
  22. 55e092f Issue #19279: UTF-7 decoder no more produces illegal strings. by Serhiy Storchaka · 11 years ago
  23. 35804e4 Issue #19279: UTF-7 decoder no more produces illegal strings. by Serhiy Storchaka · 11 years ago
  24. 3182680 Issue #16612: Add "Argument Clinic", a compile-time preprocessor by Larry Hastings · 11 years ago
  25. 94d08d9 upgrade unicode db to 6.3.0 (closes #19221) by Benjamin Peterson · 11 years ago
  26. 6cf185d Issue #18874: _PyObject_Malloc/Realloc/Free() now falls back on by Victor Stinner · 11 years ago
  27. 7c74de4 Issue #18874: PyCode_New() now ensures that the filename is a ready Unicode by Victor Stinner · 11 years ago
  28. 9259c21 Issue #19171: speed some cases of 3-argument long pow(). by Tim Peters · 11 years ago
  29. 81a9315 Issue #19171: speed some cases of 3-argument long pow(). by Tim Peters · 11 years ago
  30. e898153 #19069: merge with 3.3. by Ezio Melotti · 11 years ago
  31. 7760b4e #19069: use imperative mood in float object docstrings. Patch by Marco Buttu. by Ezio Melotti · 11 years ago
  32. c1ae254 #19068: merge with 3.3. by Ezio Melotti · 11 years ago
  33. 488d244 #19068: use imperative mood in complex object docstrings. Patch by Marco Buttu. by Ezio Melotti · 11 years ago
  34. b32a811 #19067: merge with 3.3. by Ezio Melotti · 11 years ago
  35. 5792ce1 #19067: use imperative mood in range object docstrings. Patch by Marco Buttu. by Ezio Melotti · 11 years ago
  36. 5b72075 Hopefully fix Windows compilation error following 499a96611baa by Antoine Pitrou · 11 years ago
  37. 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
  38. 0e61ed8 Issue #19014: memoryview.cast() is now allowed on zero-length views. by Antoine Pitrou · 11 years ago
  39. 60b1834 Issue #19014: memoryview.cast() is now allowed on zero-length views. by Antoine Pitrou · 11 years ago
  40. a0f169c Close #19078: memoryview now supports reversed by Nick Coghlan · 11 years ago
  41. c13516b merge by Raymond Hettinger · 11 years ago
  42. 2ff2190 Issue #18594: Fix the fast path for collections.Counter(). by Raymond Hettinger · 11 years ago
  43. 6ba64f4 Close #18596: Support address sanity checking in clang/GCC by Nick Coghlan · 11 years ago
  44. 7cba5fd Fix minor typo. by Georg Brandl · 11 years ago
  45. 710a67e Note that LINEAR_PROBES can be set to zero. by Raymond Hettinger · 11 years ago
  46. 4ef0528 Minor beautification. Put updates and declarations in a more logical order. by Raymond Hettinger · 11 years ago
  47. 0ce1953 When LINEAR_PROBES=0, let the compiler remove the dead code on its own. by Raymond Hettinger · 11 years ago
  48. c70a2b7 Make the linear probe sequence clearer. by Raymond Hettinger · 11 years ago
  49. df099f5 Update internal comments to say _something_ about the "API ID". by Tim Peters · 11 years ago
  50. 8408dc5 Issue 18771: Make it possible to set the number linear probes at compile-time. by Raymond Hettinger · 11 years ago
  51. 742d871 Put the defines in the logical section and fix indentation. by Raymond Hettinger · 11 years ago
  52. 583cd03 Minor code beautification. by Raymond Hettinger · 11 years ago
  53. 4ea9080 Improve code clarity by removing two unattractive macros. by Raymond Hettinger · 11 years ago
  54. 8f8839e Remove the freelist scheme for setobjects. by Raymond Hettinger · 11 years ago
  55. 04fd9dd Small rearrangement to bring together the three functions for probing the hash table. by Raymond Hettinger · 11 years ago
  56. ae7b00e Move the overview comment to the top of the file. by Raymond Hettinger · 11 years ago
  57. b237295 Nerge 3.3 into default. by Tim Peters · 11 years ago
  58. eaa3bcc Issue #18942: sys._debugmallocstats() output was damaged on Windows. by Tim Peters · 11 years ago
  59. c56e0e3 Minor touchups. by Raymond Hettinger · 11 years ago
  60. 69492da Factor-out the common code for setting a KeyError. by Raymond Hettinger · 11 years ago
  61. a35adf5 Instead of XORed indicies, switch to a hybrid of linear probing and open addressing. by Raymond Hettinger · 11 years ago
  62. 6c3c1cc Update copyright. by Raymond Hettinger · 11 years ago
  63. 95c0d67 Further reduce the cost of hash collisions by inspecting an additional nearby entry. by Raymond Hettinger · 11 years ago
  64. fb13721 Close #18780: %-formatting now prints value for int subclasses with %d, %i, and %u codes. by Ethan Furman · 11 years ago
  65. afe8909 Tighten-up the lookkey() logic and beautify the code a bit. by Raymond Hettinger · 11 years ago
  66. 46e1ce2 Issue #18783: Removed existing mentions of Python long type in docstrings, by Serhiy Storchaka · 11 years ago
  67. 9594942 Issue #18783: Removed existing mentions of Python long type in docstrings, by Serhiy Storchaka · 11 years ago
  68. 33824f6 Restore changeset 5bd9db528aed (issue #18408) by Victor Stinner · 11 years ago
  69. e513210 Issue #18408: _PyObject_Dump() now saves/restores the current exception by Victor Stinner · 11 years ago
  70. 1544fc5 Various clarifications based on feedback & questions over the years. by Tim Peters · 11 years ago
  71. ec8147b Various clarifications based on feedback & questions over the years. by Tim Peters · 11 years ago
  72. 9d95254 Issue #18772: fix the gdb plugin after the set implementation changes by Antoine Pitrou · 11 years ago
  73. 9154193 Back out 5bd9db528aed (issue #18408). It caused unsolved buildbot failures. by Antoine Pitrou · 11 years ago
  74. bfc1e1a Add the same dummy type that is used in dictionaries. by Raymond Hettinger · 11 years ago
  75. a1db945 Add line explaining the "%sort" test. by Tim Peters · 11 years ago
  76. 01e75a6 Add line explaining the "%sort" test. by Tim Peters · 11 years ago
  77. fcf3b50 Issue 18797: Remove unneeded refcount adjustments for dummy objects. by Raymond Hettinger · 11 years ago
  78. 5bb1b1d Hoist the global dummy lookup out of the inner loop for set_merge(). by Raymond Hettinger · 11 years ago
  79. 929cbac Remove a redundant hash table probe (this was artifact from an earlier draft of the patch). by Raymond Hettinger · 11 years ago
  80. ae9e616 Issue 18772: Restore set dummy object back to unicode and restore the identity checks in lookkey(). by Raymond Hettinger · 11 years ago
  81. 3c0a4f5 Issue18771: Reduce the cost of hash collisions for set objects. by Raymond Hettinger · 11 years ago
  82. 07351a0 Remove the else-clause because the conditions are no longer mutually exclusive. by Raymond Hettinger · 11 years ago
  83. 237b34b Use a known unique object for the dummy entry. by Raymond Hettinger · 11 years ago
  84. 8fa8ee3 Issue #18701: Remove support of old CPython versions (<3.0) from C code. by Serhiy Storchaka · 11 years ago
  85. 8ad3919 Hoist the global "dummy" lookup outside of the reinsertion loop. by Raymond Hettinger · 11 years ago
  86. d06eeb4 merge by Raymond Hettinger · 11 years ago
  87. b1b915c Issue 18719: Remove a false optimization by Raymond Hettinger · 11 years ago
  88. 9ed5f27 Issue #18722: Remove uses of the "register" keyword in C code. by Antoine Pitrou · 11 years ago
  89. c629d4c Replace outdated optimization with clearer code that compiles better. by Raymond Hettinger · 11 years ago
  90. 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
  91. c86d7e9 Silence compiler warning for an unused declaration by Raymond Hettinger · 11 years ago
  92. e56666d Silence compiler warning about an uninitialized variable by Raymond Hettinger · 11 years ago
  93. 5ed1b38 merge by Raymond Hettinger · 11 years ago
  94. 579ddc2 Issue #16741: Fix an error reporting in int(). by Serhiy Storchaka · 11 years ago
  95. f6d0aee Issue #16741: Fix an error reporting in int(). by Serhiy Storchaka · 11 years ago
  96. 02515f7 Minor consistency fixes for some longobject.c exception messages: by Mark Dickinson · 11 years ago
  97. dcedaf6 Issue #18214: Improve finalization of Python modules to avoid setting their globals to None, in most cases. by Antoine Pitrou · 11 years ago
  98. 796564c Issue #18112: PEP 442 implementation (safe object finalization). by Antoine Pitrou · 11 years ago
  99. 5b3b100 Issue #18520: Fix _PyDict_GetItemId(), suppress _PyUnicode_FromId() error by Victor Stinner · 11 years ago
  100. 34f96b8 Issue #18520: Fix PyFunction_NewWithQualName() error handling by Victor Stinner · 11 years ago