1. f2eafa3 Split PyBytes_FromObject() into subfunctions by Victor Stinner · 10 years ago
  2. 2ec8063 Modify _PyBytes_DecodeEscapeRecode() to use _PyBytesAPI by Victor Stinner · 10 years ago
  3. 1285e5c Fix compiler warnings (uninitialized variables), false alarms in fact by Victor Stinner · 10 years ago
  4. f6358a7 _PyBytesWriter_Alloc(): only use 10 bytes of the small buffer in debug mode to by Victor Stinner · 10 years ago
  5. f091033 Issue #25401: Remove now unused hex_digit_to_int() function by Victor Stinner · 10 years ago
  6. 2bf8993 Optimize bytes.fromhex() and bytearray.fromhex() by Victor Stinner · 10 years ago
  7. 772b2b0 Optimize bytearray % args by Victor Stinner · 10 years ago
  8. 661aacc Add use_bytearray attribute to _PyBytesWriter by Victor Stinner · 10 years ago
  9. 199c9a6 Fix long_format_binary() by Victor Stinner · 10 years ago
  10. 03dab78 Rewrite PyBytes_FromFormatV() using _PyBytesWriter API by Victor Stinner · 10 years ago
  11. 358af13 Issue #25353: Optimize unicode escape and raw unicode escape encoders to use by Victor Stinner · 10 years ago
  12. e9aa595 Fix compilation error in _PyBytesWriter_WriteBytes() on Windows by Victor Stinner · 10 years ago
  13. 6c2cdae Writer APIs: use empty string singletons by Victor Stinner · 10 years ago
  14. c29e29b Relax _PyBytesWriter API by Victor Stinner · 10 years ago
  15. 0d554d7 Issue #24164: Objects that need calling ``__new__`` with keyword arguments, by Serhiy Storchaka · 10 years ago
  16. 0cdad1e Issue #25349: Add fast path for b'%c' % int by Victor Stinner · 10 years ago
  17. be75b8c Issue #25349: Optimize bytes % int by Victor Stinner · 10 years ago
  18. 6bd525b Optimize error handlers of ASCII and Latin1 encoders when the replacement by Victor Stinner · 10 years ago
  19. ce179bf Add _PyBytesWriter_WriteBytes() to factorize the code by Victor Stinner · 10 years ago
  20. ad77158 _PyBytesWriter: simplify code to avoid "prealloc" parameters by Victor Stinner · 10 years ago
  21. 53926a1 _PyBytesWriter: rename size attribute to min_size by Victor Stinner · 10 years ago
  22. fa7762e Issue #25349: Optimize bytes % args using the new private _PyBytesWriter API by Victor Stinner · 10 years ago
  23. b3653a3 Issue #25318: cleanup code _PyBytesWriter by Victor Stinner · 10 years ago
  24. 3fa36ff Issue #25318: Fix backslashreplace() by Victor Stinner · 10 years ago
  25. 797485e Issue #25318: Avoid sprintf() in backslashreplace() by Victor Stinner · 10 years ago
  26. b13b97d Issue #25318: Fix compilation error by Victor Stinner · 10 years ago
  27. 0016507 Issue #25318: Move _PyBytesWriter to bytesobject.c by Victor Stinner · 10 years ago
  28. e7bf86c Optimize backslashreplace error handler by Victor Stinner · 10 years ago
  29. fdfbf78 Issue #25318: Add _PyBytesWriter API by Victor Stinner · 10 years ago
  30. 585a6ac Merge typo fixes from 3.5 by Martin Panter · 10 years ago
  31. ec1aa5c More typos in 3.5 documentation and comments by Martin Panter · 10 years ago
  32. 3f930dc Merge typo fixes from 3.4 into 3.5 by Martin Panter · 10 years ago
  33. 9955a37 Various minor typos in documentation and comments by Martin Panter · 10 years ago
  34. cdae2cb merge 3.5 (closes #24806) by Benjamin Peterson · 10 years ago
  35. 59dc696 merge 3.4 (#24806) by Benjamin Peterson · 10 years ago
  36. bd6c41a prevent unacceptable bases from becoming bases through multiple inheritance (#24806) by Benjamin Peterson · 10 years ago
  37. 74e8fac Issue #25301: Fix compatibility with ISO C90 by Victor Stinner · 10 years ago
  38. 1d65d91 Issue #25301: The UTF-8 decoder is now up to 15 times as fast for error by Victor Stinner · 10 years ago
  39. eb36fda Fix _PyUnicodeWriter_PrepareKind() by Victor Stinner · 10 years ago
  40. 29e68ed Issue #24848: Fixed bugs in UTF-7 decoding of misformed data: by Serhiy Storchaka · 10 years ago
  41. 58c8f2b Issue #24848: Fixed bugs in UTF-7 decoding of misformed data: by Serhiy Storchaka · 10 years ago
  42. 28b21e5 Issue #24848: Fixed bugs in UTF-7 decoding of misformed data: by Serhiy Storchaka · 10 years ago
  43. 5dbe245 Issue #24483: C implementation of functools.lru_cache() now calculates key's by Serhiy Storchaka · 10 years ago
  44. b9d98d5 Issue #24483: C implementation of functools.lru_cache() now calculates key's by Serhiy Storchaka · 10 years ago
  45. 3222da2 Make _PyUnicode_TranslateCharmap() symbol private by Victor Stinner · 10 years ago
  46. 01ada39 Issue #25267: The UTF-8 encoder is now up to 75 times as fast for error by Victor Stinner · 10 years ago
  47. d69dd8b (Merge 3.5) Issue #25182: Fix compilation on Windows by Victor Stinner · 10 years ago
  48. ae86da9 (Merge 3.4) Issue #25182: Fix compilation on Windows by Victor Stinner · 10 years ago
  49. 89719e1 Issue #25182: Fix compilation on Windows by Victor Stinner · 10 years ago
  50. 85c386d Issue #25182: The stdprinter (used as sys.stderr before the io module is by Serhiy Storchaka · 10 years ago
  51. 008fc77 Issue #25182: The stdprinter (used as sys.stderr before the io module is by Serhiy Storchaka · 10 years ago
  52. a59018c Issue #25182: The stdprinter (used as sys.stderr before the io module is by Serhiy Storchaka · 10 years ago
  53. c3713e9 Optimize ascii/latin1+surrogateescape encoders by Victor Stinner · 10 years ago
  54. 0030cd5 Issue #25227: Cleanup unicode_encode_ucs1() error handler by Victor Stinner · 10 years ago
  55. 54385b2 Issue #24870: revert unwanted change by Victor Stinner · 10 years ago
  56. 5ebae87 Issue #25207, #14626: Fix my commit. by Victor Stinner · 10 years ago
  57. 6174474 _PyUnicodeWriter_PrepareInternal(): make the assertion more strict by Victor Stinner · 10 years ago
  58. ca9381e Issue #24870: Add _PyUnicodeWriter_PrepareKind() macro by Victor Stinner · 10 years ago
  59. 5014920 Issue #24870: Reuse the new _Py_error_handler enum by Victor Stinner · 10 years ago
  60. f96418d Issue #24870: Optimize the ASCII decoder for error handlers: surrogateescape, by Victor Stinner · 10 years ago
  61. 0269777 Merge 3.5 by Victor Stinner · 10 years ago
  62. 5783fd2 Issue #24999: In longobject.c, use two shifts instead of ">> 2*PyLong_SHIFT" to by Victor Stinner · 10 years ago
  63. 0582586 Merge 3.5 (pytime, odict) by Victor Stinner · 10 years ago
  64. 4a0d1e7 odictobject.c: fix compiler warning by Victor Stinner · 10 years ago
  65. 56f6e76 Issue #15989: Fixed some scarcely probable integer overflows. by Serhiy Storchaka · 10 years ago
  66. ba5f590 Issue #24912: Prevent __class__ assignment to immutable built-in objects. (Merge 3.5 -> 3.6) by Guido van Rossum · 10 years ago
  67. 37fdcbc Issue #24912: Prevent __class__ assignment to immutable built-in objects. (Merge 3.5.0 -> 3.5) by Guido van Rossum · 10 years ago
  68. 7d293ee Issue #24912: Prevent __class__ assignment to immutable built-in objects. by Guido van Rossum · 10 years ago
  69. fa9dfd4 Merge 3.5 (odict) by Victor Stinner · 10 years ago
  70. ca30b02 Issue #24992: Fix error handling and a race condition (related to garbage by Victor Stinner · 10 years ago
  71. 99bb14b type_call() now detect bugs in type new and init by Victor Stinner · 10 years ago
  72. ab2aa6d Fixed an incorrect comment. by Eric V. Smith · 10 years ago
  73. 5f35725 Merge #15944. by Stefan Krah · 10 years ago
  74. 0c51595 Issue #15944: memoryview: Allow arbitrary formats when casting to bytes. by Stefan Krah · 10 years ago
  75. 5060bc5 Merge from 3.5 (issue #24667). by Eric Snow · 10 years ago
  76. 8c7f955 Issue #24667: Resize odict in all cases that the underlying dict resizes. by Eric Snow · 10 years ago
  77. 577d206 Fix typo in comment. by Eric V. Smith · 10 years ago
  78. 4148195 Move the active entry multiplication to later in the hash calculation by Raymond Hettinger · 10 years ago
  79. b501a27 Restore frozenset hash caching removed in cf707dd190a9 by Raymond Hettinger · 10 years ago
  80. 070bd62 Closes #21279: Merge with 3.5 by Zachary Ware · 10 years ago
  81. d987a81 Issue #21279: Merge with 3.4 by Zachary Ware · 10 years ago
  82. 79b98df Issue #21279: Flesh out str.translate docs by Zachary Ware · 10 years ago
  83. a286a51 Fix comment typo by Raymond Hettinger · 10 years ago
  84. 36c0500 Tweak the comments by Raymond Hettinger · 10 years ago
  85. fbffdef Issue #24762: Speed-up frozenset_hash() and greatly beef-up the comments. by Raymond Hettinger · 10 years ago
  86. daffc91 Issue #24681: Move the most likely test first in set_add_entry(). by Raymond Hettinger · 10 years ago
  87. 70559b5 Issue #24681: Move the store of so->table to the code block where it is used. by Raymond Hettinger · 10 years ago
  88. c8fe044 Issue #23573: Restored optimization of bytes.rfind() and bytearray.rfind() by Serhiy Storchaka · 10 years ago
  89. d92d4ef Issue #23573: Restored optimization of bytes.rfind() and bytearray.rfind() by Serhiy Storchaka · 10 years ago
  90. ff9e18a Issue #24583: Consolidate previous set object updates into a single function by Raymond Hettinger · 10 years ago
  91. 482c05c Issue #24583: Fix refcount leak. by Raymond Hettinger · 10 years ago
  92. 061091a Issue #24583: Fix crash when set is mutated while being updated. by Raymond Hettinger · 10 years ago
  93. d702044 merge by Raymond Hettinger · 10 years ago
  94. a3626bc Issue #24583: Fix crash when set is mutated while being updated. by Raymond Hettinger · 10 years ago
  95. 5d2385f Neaten-up a little bit. by Raymond Hettinger · 10 years ago
  96. 9632a7d Issue 24581: Revert c9782a9ac031 pending a stronger test for mutation during iteration. by Raymond Hettinger · 10 years ago
  97. 11ce8e6 Minor bit of factoring-out common code. by Raymond Hettinger · 10 years ago
  98. 3dbc11c Tighten-up code in the set iterator to use an entry pointer rather than indexing. by Raymond Hettinger · 10 years ago
  99. ef6bd7d Tighten-up code in set_next() to use an entry pointer rather than indexing. by Raymond Hettinger · 10 years ago
  100. b48d6a6 Bring related functions add/contains/discard together in the code. by Raymond Hettinger · 10 years ago