1. 06b16f8 Remove unused defines. by Serhiy Storchaka · 11 years ago
  2. 18809fa Remove unused defines. by Serhiy Storchaka · 11 years ago
  3. abe40c2 merge 3.3 (#17228) by Benjamin Peterson · 11 years ago
  4. 2dba1ee fix building without pymalloc (closes #17228) by Benjamin Peterson · 11 years ago
  5. 5e06d1d Merge 3.3. by Stefan Krah · 11 years ago
  6. 674a42b Fix error messages. by Stefan Krah · 11 years ago
  7. aaf16b9 Merge: #7963: fix error message when 'object' called with arguments. by R David Murray · 11 years ago
  8. 702a5dc #7963: fix error message when 'object' called with arguments. by R David Murray · 11 years ago
  9. 6b30759 #7963: fix error message when 'object' called with arguments. by R David Murray · 11 years ago
  10. 9d05c8c Issue #15022: Ensure all pickle protocols are supported. by Eric Snow · 11 years ago
  11. b5c8f92 Issue #15022: Add pickle and comparison support to types.SimpleNamespace. by Eric Snow · 11 years ago
  12. b8cbba5 Issue #12983: Bytes literals with invalid \x escape now raise a SyntaxError by Serhiy Storchaka · 11 years ago
  13. 801d955 Issue #12983: Bytes literals with invalid \x escape now raise a SyntaxError by Serhiy Storchaka · 11 years ago
  14. 5e61f14 Issue #12983: Bytes literals with invalid \x escape now raise a SyntaxError by Serhiy Storchaka · 11 years ago
  15. 8ad5b07 Issue #17173: Remove uses of locale-dependent C functions (isalpha() etc.) in the interpreter. by Antoine Pitrou · 11 years ago
  16. c73c561 Issue #17173: Remove uses of locale-dependent C functions (isalpha() etc.) in the interpreter. by Antoine Pitrou · 11 years ago
  17. 4de7457 Issue #17173: Remove uses of locale-dependent C functions (isalpha() etc.) in the interpreter. by Antoine Pitrou · 11 years ago
  18. cfd2c1b (Merge 3.3) Issue #17137: When an Unicode string is resized, the internal wide by Victor Stinner · 11 years ago
  19. bbbac2e Issue #17137: When an Unicode string is resized, the internal wide character by Victor Stinner · 11 years ago
  20. d0c79dc Issue #17043: The unicode-internal decoder no longer read past the end of by Serhiy Storchaka · 11 years ago
  21. 03ee12e Issue #17043: The unicode-internal decoder no longer read past the end of by Serhiy Storchaka · 11 years ago
  22. 3fd4ab3 Issue #17043: The unicode-internal decoder no longer read past the end of by Serhiy Storchaka · 11 years ago
  23. 8911ef5 Issue #17034: Use Py_CLEAR() in bytesobject.c. by Serhiy Storchaka · 11 years ago
  24. d357a3f Issue #17034: Use Py_CLEAR() in bytesobject.c. by Serhiy Storchaka · 11 years ago
  25. f458a03 Issue #17034: Use Py_CLEAR() in bytesobject.c. by Serhiy Storchaka · 11 years ago
  26. ce9e3c3 Silence a -Wformat-extra-argument warning when compiling. by Gregory P. Smith · 12 years ago
  27. 2aee6a6 Issue #16971: Fix a refleak in the charmap decoder. by Serhiy Storchaka · 12 years ago
  28. afb1cb5 Issue #16971: Fix a refleak in the charmap decoder. by Serhiy Storchaka · 12 years ago
  29. 8fe5a9f Issue #16979: Fix error handling bugs in the unicode-escape-decode decoder. by Serhiy Storchaka · 12 years ago
  30. 24193de Issue #16979: Fix error handling bugs in the unicode-escape-decode decoder. by Serhiy Storchaka · 12 years ago
  31. d679377 Issue #16979: Fix error handling bugs in the unicode-escape-decode decoder. by Serhiy Storchaka · 12 years ago
  32. 07c7136 Issue #16772: in int(x, base), non-integer bases must have an __index__ method. by Mark Dickinson · 12 years ago
  33. 3a62e45 Merge typo fixes from 3.3. by Ezio Melotti · 12 years ago
  34. 3f5db39 Fix a few typos and a double semicolon. Patch by Eitan Adler. by Ezio Melotti · 12 years ago
  35. ed3c412 Issue #10156: In the interpreter's initialization phase, unicode globals by Serhiy Storchaka · 12 years ago
  36. 678db84 Issue #10156: In the interpreter's initialization phase, unicode globals by Serhiy Storchaka · 12 years ago
  37. 0599725 Issue #10156: In the interpreter's initialization phase, unicode globals by Serhiy Storchaka · 12 years ago
  38. 570c5b2 Issue #16980: Fix processing of escaped non-ascii bytes in the by Serhiy Storchaka · 12 years ago
  39. 73e3880 Issue #16980: Fix processing of escaped non-ascii bytes in the by Serhiy Storchaka · 12 years ago
  40. f584aba Issue #16975: Fix error handling bug in the escape-decode bytes decoder. by Serhiy Storchaka · 12 years ago
  41. e58785b Issue #16975: Fix error handling bug in the escape-decode bytes decoder. by Serhiy Storchaka · 12 years ago
  42. ace3ad3 Issue #16975: Fix error handling bug in the escape-decode bytes decoder. by Serhiy Storchaka · 12 years ago
  43. 6481bfb Issue #16335: Fix integer overflow in unicode-escape decoder. by Serhiy Storchaka · 12 years ago
  44. c35f3a9 Issue #16335: Fix integer overflow in unicode-escape decoder. by Serhiy Storchaka · 12 years ago
  45. 4f5f0e5 Issue #16335: Fix integer overflow in unicode-escape decoder. by Serhiy Storchaka · 12 years ago
  46. 441d30f Issue #15989: Fix several occurrences of integer overflow by Serhiy Storchaka · 12 years ago
  47. 9101e23 Issue #15989: Fix several occurrences of integer overflow by Serhiy Storchaka · 12 years ago
  48. 55e2cb4 Issue #14850: Now a chamap decoder treates U+FFFE as "undefined mapping" by Serhiy Storchaka · 12 years ago
  49. 45d16d9 Issue #14850: Now a chamap decoder treates U+FFFE as "undefined mapping" by Serhiy Storchaka · 12 years ago
  50. 4fb8cae Issue #14850: Now a chamap decoder treates U+FFFE as "undefined mapping" by Serhiy Storchaka · 12 years ago
  51. b946af5 Check for NULL before the pointer aligning in fastsearch_memchr_1char. by Serhiy Storchaka · 12 years ago
  52. 18ba40b Check for NULL before the pointer aligning in fastsearch_memchr_1char. by Serhiy Storchaka · 12 years ago
  53. 7898043 Issue #15989: Fix several occurrences of integer overflow by Serhiy Storchaka · 12 years ago
  54. 0b32a48 merge 3.3 (#16906) by Benjamin Peterson · 12 years ago
  55. 0c270a8 correct static string clearing loop (closes #16906) by Benjamin Peterson · 12 years ago
  56. 24a3ef6 Issue #11461: Fix the incremental UTF-16 decoder. Original patch by by Serhiy Storchaka · 12 years ago
  57. ae3b32a Issue #11461: Fix the incremental UTF-16 decoder. Original patch by by Serhiy Storchaka · 12 years ago
  58. 48e188e Issue #11461: Fix the incremental UTF-16 decoder. Original patch by by Serhiy Storchaka · 12 years ago
  59. dec798e Fix out of bound read in UTF-32 decoder on "narrow Unicode" builds. by Serhiy Storchaka · 12 years ago
  60. 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
  61. 4e02538 Issue #16856: Fix a segmentation fault from calling repr() on a dict with by Serhiy Storchaka · 12 years ago
  62. 6c83e73 Issue #16856: Fix a segmentation fault from calling repr() on a dict with by Serhiy Storchaka · 12 years ago
  63. 18aa447 Close #16281: handle tailmatch() failure and remove useless comment by Victor Stinner · 12 years ago
  64. 7ae320d (Merge 3.2) Issue #16455: On FreeBSD and Solaris, if the locale is C, the by Victor Stinner · 12 years ago
  65. 20b654a Issue #16455: On FreeBSD and Solaris, if the locale is C, the by Victor Stinner · 12 years ago
  66. a2678f3 Fix the advertised size of PyCFunctionObjects in sys._debugmallocstats(). by Antoine Pitrou · 12 years ago
  67. 0811f98 Fix the advertised size of PyCFunctionObjects in sys._debugmallocstats(). by Antoine Pitrou · 12 years ago
  68. c819b07 Issue #16761: Raise TypeError when int() called with base argument only. by Serhiy Storchaka · 12 years ago
  69. 00e2843 Issue #16761: Raise TypeError when int() called with base argument only. by Serhiy Storchaka · 12 years ago
  70. 0b386d5 Issue #16761: Raise TypeError when int() called with base argument only. by Serhiy Storchaka · 12 years ago
  71. 513762f use more specific type by Benjamin Peterson · 12 years ago
  72. 4de2924 Fix compilation error for #15422 by Andrew Svetlov · 12 years ago
  73. a689e52 Test for issue16772 and redoes the previous fix to accept __index__-aware by Gregory P. Smith · 12 years ago
  74. 4fbbf8c Fixes issue #16772: int() constructor second argument (base) must be an int. by Gregory P. Smith · 12 years ago
  75. 3ba3a3e Issue #15422: get rid of PyCFunction_New macro by Andrew Svetlov · 12 years ago
  76. 2cd8ce4 Issue #9856: Replace deprecation warinigs to raising TypeError in object.__format__ by Andrew Svetlov · 12 years ago
  77. 7643c92 merge 3.3 (#16722) by Benjamin Peterson · 12 years ago
  78. 5ff3f73 try to call __bytes__ before __index__ (closes #16722) by Benjamin Peterson · 12 years ago
  79. 2606a6f Issue #16719: Get rid of WindowsError. Use OSError instead by Andrew Svetlov · 12 years ago
  80. 9284053 Following issue #13390, fix compilation --without-pymalloc, and make sys.getallocatedblocks() return 0 in that situation. by Antoine Pitrou · 12 years ago
  81. 27dc02e Fix the internals of our hash functions to used unsigned values during hash by Gregory P. Smith · 12 years ago
  82. 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
  83. c2176e4 Fix the internals of our hash functions to used unsigned values during hash by Gregory P. Smith · 12 years ago
  84. 27cbcd6 Fix the internals of our hash functions to used unsigned values during hash by Gregory P. Smith · 12 years ago
  85. f9d0b12 Issue #13390: New function :func:`sys.getallocatedblocks()` returns the number of memory blocks currently allocated. by Antoine Pitrou · 12 years ago
  86. 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
  87. 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
  88. 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
  89. e7f2186 Issue #16495: remove extraneous NULL encoding check from bytes_decode(). by Chris Jerdonek · 12 years ago
  90. 8dbd421 Cleanup unicodeobject.c by Victor Stinner · 12 years ago
  91. d45c7f8 Issue #16455: On FreeBSD and Solaris, if the locale is C, the by Victor Stinner · 12 years ago
  92. 2660e42 (Merge 3.2) Issue #16416: On Mac OS X, operating system data are now always by Victor Stinner · 12 years ago
  93. 27b1ca2 Issue #16416: On Mac OS X, operating system data are now always by Victor Stinner · 12 years ago
  94. 0e9958b Issue #16562: Optimize dict equality testing. by Antoine Pitrou · 12 years ago
  95. 5f7e8da Issue #16592: stringlib_bytes_join doesn't raise MemoryError on allocation failure by Christian Heimes · 12 years ago
  96. 5439458 Issue #16215: Fix potential double memory free in str.replace(). by Antoine Pitrou · 12 years ago
  97. 6d5ad22 Issue #16215: Fix potential double memory free in str.replace(). by Antoine Pitrou · 12 years ago
  98. ffdb2c2 Issue #16451: Refactor to remove duplication between range and slice in slice index computations. by Mark Dickinson · 12 years ago
  99. d20fb82 Issue #16290: __complex__ must now always return an instance of complex. by Mark Dickinson · 12 years ago
  100. 0d92c4f Issue #16416: Fix error handling in _Py_wchar2char() _Py_char2wchar() functions by Victor Stinner · 12 years ago