1. 45d16d9 Issue #14850: Now a chamap decoder treates U+FFFE as "undefined mapping" by Serhiy Storchaka · 12 years ago
  2. 4fb8cae Issue #14850: Now a chamap decoder treates U+FFFE as "undefined mapping" by Serhiy Storchaka · 12 years ago
  3. b946af5 Check for NULL before the pointer aligning in fastsearch_memchr_1char. by Serhiy Storchaka · 12 years ago
  4. 18ba40b Check for NULL before the pointer aligning in fastsearch_memchr_1char. by Serhiy Storchaka · 12 years ago
  5. 7898043 Issue #15989: Fix several occurrences of integer overflow by Serhiy Storchaka · 12 years ago
  6. 0b32a48 merge 3.3 (#16906) by Benjamin Peterson · 12 years ago
  7. 0c270a8 correct static string clearing loop (closes #16906) by Benjamin Peterson · 12 years ago
  8. 24a3ef6 Issue #11461: Fix the incremental UTF-16 decoder. Original patch by by Serhiy Storchaka · 12 years ago
  9. ae3b32a Issue #11461: Fix the incremental UTF-16 decoder. Original patch by by Serhiy Storchaka · 12 years ago
  10. 48e188e Issue #11461: Fix the incremental UTF-16 decoder. Original patch by by Serhiy Storchaka · 12 years ago
  11. dec798e Fix out of bound read in UTF-32 decoder on "narrow Unicode" builds. by Serhiy Storchaka · 12 years ago
  12. 34bdeb5 Add a comment about *not* caching the hash value. Issue #9685 suggested to memorize the hash value, but the feature request was rejected because no speed ups were found. by Christian Heimes · 12 years ago
  13. 4e02538 Issue #16856: Fix a segmentation fault from calling repr() on a dict with by Serhiy Storchaka · 12 years ago
  14. 6c83e73 Issue #16856: Fix a segmentation fault from calling repr() on a dict with by Serhiy Storchaka · 12 years ago
  15. 18aa447 Close #16281: handle tailmatch() failure and remove useless comment by Victor Stinner · 12 years ago
  16. 7ae320d (Merge 3.2) Issue #16455: On FreeBSD and Solaris, if the locale is C, the by Victor Stinner · 12 years ago
  17. 20b654a Issue #16455: On FreeBSD and Solaris, if the locale is C, the by Victor Stinner · 12 years ago
  18. a2678f3 Fix the advertised size of PyCFunctionObjects in sys._debugmallocstats(). by Antoine Pitrou · 12 years ago
  19. 0811f98 Fix the advertised size of PyCFunctionObjects in sys._debugmallocstats(). by Antoine Pitrou · 12 years ago
  20. c819b07 Issue #16761: Raise TypeError when int() called with base argument only. by Serhiy Storchaka · 12 years ago
  21. 00e2843 Issue #16761: Raise TypeError when int() called with base argument only. by Serhiy Storchaka · 12 years ago
  22. 0b386d5 Issue #16761: Raise TypeError when int() called with base argument only. by Serhiy Storchaka · 12 years ago
  23. 513762f use more specific type by Benjamin Peterson · 12 years ago
  24. 4de2924 Fix compilation error for #15422 by Andrew Svetlov · 12 years ago
  25. a689e52 Test for issue16772 and redoes the previous fix to accept __index__-aware by Gregory P. Smith · 12 years ago
  26. 4fbbf8c Fixes issue #16772: int() constructor second argument (base) must be an int. by Gregory P. Smith · 12 years ago
  27. 3ba3a3e Issue #15422: get rid of PyCFunction_New macro by Andrew Svetlov · 12 years ago
  28. 2cd8ce4 Issue #9856: Replace deprecation warinigs to raising TypeError in object.__format__ by Andrew Svetlov · 12 years ago
  29. 7643c92 merge 3.3 (#16722) by Benjamin Peterson · 12 years ago
  30. 5ff3f73 try to call __bytes__ before __index__ (closes #16722) by Benjamin Peterson · 12 years ago
  31. 2606a6f Issue #16719: Get rid of WindowsError. Use OSError instead by Andrew Svetlov · 12 years ago
  32. 9284053 Following issue #13390, fix compilation --without-pymalloc, and make sys.getallocatedblocks() return 0 in that situation. by Antoine Pitrou · 12 years ago
  33. 27dc02e Fix the internals of our hash functions to used unsigned values during hash by Gregory P. Smith · 12 years ago
  34. a6be61e Keep y a Py_hash_t instead of Py_uhash_t as it is compared with == -1 and the by Gregory P. Smith · 12 years ago
  35. c2176e4 Fix the internals of our hash functions to used unsigned values during hash by Gregory P. Smith · 12 years ago
  36. 27cbcd6 Fix the internals of our hash functions to used unsigned values during hash by Gregory P. Smith · 12 years ago
  37. f9d0b12 Issue #13390: New function :func:`sys.getallocatedblocks()` returns the number of memory blocks currently allocated. by Antoine Pitrou · 12 years ago
  38. 53f604c Issue #16602: When a weakref's target was part of a long deallocation chain, the object could remain reachable through its weakref even though its refcount had dropped to zero. by Antoine Pitrou · 12 years ago
  39. f93ed3f Issue #16602: When a weakref's target was part of a long deallocation chain, the object could remain reachable through its weakref even though its refcount had dropped to zero. by Antoine Pitrou · 12 years ago
  40. 62a0d6e Issue #16602: When a weakref's target was part of a long deallocation chain, the object could remain reachable through its weakref even though its refcount had dropped to zero. by Antoine Pitrou · 12 years ago
  41. e7f2186 Issue #16495: remove extraneous NULL encoding check from bytes_decode(). by Chris Jerdonek · 12 years ago
  42. 8dbd421 Cleanup unicodeobject.c by Victor Stinner · 12 years ago
  43. d45c7f8 Issue #16455: On FreeBSD and Solaris, if the locale is C, the by Victor Stinner · 12 years ago
  44. 2660e42 (Merge 3.2) Issue #16416: On Mac OS X, operating system data are now always by Victor Stinner · 12 years ago
  45. 27b1ca2 Issue #16416: On Mac OS X, operating system data are now always by Victor Stinner · 12 years ago
  46. 0e9958b Issue #16562: Optimize dict equality testing. by Antoine Pitrou · 12 years ago
  47. 5f7e8da Issue #16592: stringlib_bytes_join doesn't raise MemoryError on allocation failure by Christian Heimes · 12 years ago
  48. 5439458 Issue #16215: Fix potential double memory free in str.replace(). by Antoine Pitrou · 12 years ago
  49. 6d5ad22 Issue #16215: Fix potential double memory free in str.replace(). by Antoine Pitrou · 12 years ago
  50. ffdb2c2 Issue #16451: Refactor to remove duplication between range and slice in slice index computations. by Mark Dickinson · 12 years ago
  51. d20fb82 Issue #16290: __complex__ must now always return an instance of complex. by Mark Dickinson · 12 years ago
  52. 0d92c4f Issue #16416: Fix error handling in _Py_wchar2char() _Py_char2wchar() functions by Victor Stinner · 12 years ago
  53. 8983470 Issue #16453: Fix equality testing of dead weakref objects. by Antoine Pitrou · 12 years ago
  54. f6a50cf Issue #16453: Fix equality testing of dead weakref objects. by Antoine Pitrou · 12 years ago
  55. e11fecb Issue #16453: Fix equality testing of dead weakref objects. by Antoine Pitrou · 12 years ago
  56. c8a6967 Issue #14794: slice.indices no longer returns OverflowError for out-of-range start, stop, step or length. by Mark Dickinson · 12 years ago
  57. fc009ef Close #16311: Use the _PyUnicodeWriter API in text decoders by Victor Stinner · 12 years ago
  58. 6caa6fb (Merge 3.3) Issue #8271: Fix compilation on Windows by Victor Stinner · 12 years ago
  59. ab60de4 Issue #8271: Fix compilation on Windows by Victor Stinner · 12 years ago
  60. cfa9636 #8271: merge with 3.3. by Ezio Melotti · 12 years ago
  61. f7ed5d1 #8271: the utf-8 decoder now outputs the correct number of U+FFFD characters when used with the "replace" error handler on invalid utf-8 sequences. Patch by Serhiy Storchaka, tests by Ezio Melotti. by Ezio Melotti · 12 years ago
  62. c992faf Issue #16402: Merge fix from 3.3 by Mark Dickinson · 12 years ago
  63. 1321eda Issue #16402: Merge fix from 3.2 by Mark Dickinson · 12 years ago
  64. 8cd1c76 Issue #16402: In range slicing, fix shadowing of exceptions from __index__ method. by Mark Dickinson · 12 years ago
  65. e9d08cf Fix compilation on Windows by Christian Heimes · 12 years ago
  66. d081fbb Fix compilation on Windows by Christian Heimes · 12 years ago
  67. 6d26ade Fix compilation on Windows by Christian Heimes · 12 years ago
  68. 212843b #8401: merge with 3.3. by Ezio Melotti · 12 years ago
  69. 7376801 #8401: merge with 3.2. by Ezio Melotti · 12 years ago
  70. c64bcbe #8401: assigning an int to a bytearray slice (e.g. b[3:4] = 5) now raises an error. by Ezio Melotti · 12 years ago
  71. c38c816 Merge 3.3. by Stefan Krah · 12 years ago
  72. 4af77a0 Issue #15814: Use hash function that is compatible with the equality by Stefan Krah · 12 years ago
  73. 8781d4a merge 3.3 by Benjamin Peterson · 12 years ago
  74. 591c921 merge 3.2 by Benjamin Peterson · 12 years ago
  75. 9892f52 avoid a function call with redundant checks for dict size by Benjamin Peterson · 12 years ago
  76. 7503e08 merge 3.3 (#16345) by Benjamin Peterson · 12 years ago
  77. d97eb0d merge 3.2 (#16345) by Benjamin Peterson · 12 years ago
  78. d1f2cb3 only fast-path fromkeys() when the constructor returns a empty dict (closes #16345) by Benjamin Peterson · 12 years ago
  79. 3cb9024 merge 3.3 by Benjamin Peterson · 12 years ago
  80. 2c05a2e do safety checks on __qualname__ assignment by Benjamin Peterson · 12 years ago
  81. 8afa7fa don't shadow the __qualname__ descriptor with __qualname__ in the class's __dict__ (closes #16271) by Benjamin Peterson · 12 years ago
  82. 42124a7 initialize map/filter/zip in _PyBuiltin_Init rather than the catch-all function by Benjamin Peterson · 12 years ago
  83. 7ff2094 merge 3.3 (#16369) by Benjamin Peterson · 12 years ago
  84. e8ea97f merge 3.2 (#16369) by Benjamin Peterson · 12 years ago
  85. c431128 initialize more global type objects (closes #16369) by Benjamin Peterson · 12 years ago
  86. 7a6d7cf Issue #9566: Use the right type to fix a compiler warnings on Win64 by Victor Stinner · 12 years ago
  87. 4ca1cf3 Issue #16086: PyTypeObject.tp_flags and PyType_Spec.flags are now unsigned by Victor Stinner · 12 years ago
  88. e64322e Close #14625: Rewrite the UTF-32 decoder. It is now 3x to 4x faster by Victor Stinner · 12 years ago
  89. 76df43d Issue #16330: Use surrogate-related macros by Victor Stinner · 12 years ago
  90. fb90c09 Issue #14700: Fix buggy overflow checks for large precision and width in new-style and old-style formatting. by Mark Dickinson · 12 years ago
  91. c6cf1ba Replace usage of the deprecated Py_UNICODE_COPY() with Py_MEMCPY() in resize_copy() by Victor Stinner · 12 years ago
  92. fe75fb4 Optimize _PyUnicode_HasNULChars(): use findchar() instead of PyUnicode_Contains() by Victor Stinner · 12 years ago
  93. 6fa6275 Inline raise_translate_exception(): it is only used once by Victor Stinner · 12 years ago
  94. e5567ad Optimize PyUnicode_RichCompare() for Py_EQ and Py_NE: always use memcmp() by Victor Stinner · 12 years ago
  95. 6f7b0da Issue #12805: Make bytes.join and bytearray.join faster when the separator is empty. by Antoine Pitrou · 12 years ago
  96. e453e4c Issue 16280: Drop questionable special-casing of null pointer in PyLong_FromVoidPtr. by Mark Dickinson · 12 years ago
  97. 5cb6591 Issue #16277: merge fix from 3.3 by Mark Dickinson · 12 years ago
  98. 44362a8 Issue #16277: merge fix from 3.2 by Mark Dickinson · 12 years ago
  99. 9104479 Issue #16277: in PyLong_FromVoidPtr, add missing branch for sizeof(void*) <= sizeof(long). by Mark Dickinson · 12 years ago
  100. 743e0cd Issue #16166: Add PY_LITTLE_ENDIAN and PY_BIG_ENDIAN macros and unified by Christian Heimes · 12 years ago