1. 1010921 Issue #25462: The hash of the key now is calculated only once in most by Serhiy Storchaka · 9 years ago
  2. 19a70e7 Issue #25462: The hash of the key now is calculated only once in most by Serhiy Storchaka · 9 years ago
  3. 12ab296 Issue #22995: Default implementation of __reduce__ and __reduce_ex__ now by Serhiy Storchaka · 9 years ago
  4. 609a2e1 Issue #22995: Default implementation of __reduce__ and __reduce_ex__ now by Serhiy Storchaka · 9 years ago
  5. d7a4415 Issue #22995: Default implementation of __reduce__ and __reduce_ex__ now by Serhiy Storchaka · 9 years ago
  6. e2cf984 Merge 3.5. by Stefan Krah · 9 years ago
  7. 7c3f385 Fix Visual Studio warning. by Stefan Krah · 9 years ago
  8. 3407cc2 Merge 3.5. by Stefan Krah · 9 years ago
  9. 0ce5b6e Iaaue #25598: Fix memory_hex from #9951 for non-contiguous buffers. by Stefan Krah · 9 years ago
  10. 9513ba3 Issue #24802: Merge null termination fixes from 3.5 by Martin Panter · 9 years ago
  11. 61d6e4a Issue #24802: Merge null termination fixes from 3.4 into 3.5 by Martin Panter · 9 years ago
  12. eeb896c Issue #24802: Copy bytes-like objects to null-terminated buffers if necessary by Martin Panter · 9 years ago
  13. 0c009bf Issue #25410: Made testing that od_fast_nodes and dk_entries are in sync more by Serhiy Storchaka · 9 years ago
  14. 97f46db Issue #25410: Made testing that od_fast_nodes and dk_entries are in sync more by Serhiy Storchaka · 9 years ago
  15. 3a811f2 Issue #24726: Revert setting the value on the dict if by Serhiy Storchaka · 9 years ago
  16. d5f353e Issue #24726: Revert setting the value on the dict if by Serhiy Storchaka · 9 years ago
  17. 6980be4 Issue #25558: Refactoring OrderedDict iteration. by Serhiy Storchaka · 9 years ago
  18. 9c96761 Issue #25558: Refactoring OrderedDict iteration. by Serhiy Storchaka · 9 years ago
  19. e20310f Issue #25556: Add assertions to PyObject_GetItem() to ensure that an exception by Victor Stinner · 9 years ago
  20. f83afa5 Issue #25449: Fixed a crash and leaking NULL in repr() of OrderedDict that by Serhiy Storchaka · 9 years ago
  21. 710cd34 Issue #25449: Fixed a crash and leaking NULL in repr() of OrderedDict that by Serhiy Storchaka · 9 years ago
  22. 161b6ff Issue #25449: Iterating OrderedDict with keys with unstable hash now raises by Serhiy Storchaka · 9 years ago
  23. b45b7b2 Issue #25449: Iterating OrderedDict with keys with unstable hash now raises by Serhiy Storchaka · 9 years ago
  24. 4a7c03a Issue #25523: Merge a-to-an corrections from 3.5. by Serhiy Storchaka · 9 years ago
  25. a84f6c3 Issue #25523: Merge a-to-an corrections from 3.4. by Serhiy Storchaka · 9 years ago
  26. d65c949 Issue #25523: Further a-to-an corrections. by Serhiy Storchaka · 9 years ago
  27. e56a919 Issue #25523: Merge a-to-an corrections from 3.5 by Martin Panter · 9 years ago
  28. 2eb819f Issue #25523: Merge "a" to "an" fixes from 3.4 into 3.5 by Martin Panter · 9 years ago
  29. 7462b649 Issue #25523: Correct "a" article to "an" article by Martin Panter · 9 years ago
  30. 9b69491 Issue #25395: Fixed crash when highly nested OrderedDict structures were by Serhiy Storchaka · 9 years ago
  31. 14eefe3 Issue #25395: Fixed crash when highly nested OrderedDict structures were by Serhiy Storchaka · 9 years ago
  32. afbea7a Issue #25410: C implementation of OrderedDict now uses type(self) instead of by Serhiy Storchaka · 9 years ago
  33. 4575beb Issue #25410: C implementation of OrderedDict now uses type(self) instead of by Serhiy Storchaka · 9 years ago
  34. 60a0892 Issue #25410: Fixed a memory leak in OrderedDict in the case when key's hash by Serhiy Storchaka · 9 years ago
  35. d17427b Issue #25410: Fixed a memory leak in OrderedDict in the case when key's hash by Serhiy Storchaka · 9 years ago
  36. 3e9f877 Issue #25410: Cleaned up and fixed minor bugs in C implementation of OrderedDict. by Serhiy Storchaka · 9 years ago
  37. 8003baf Issue #25410: Cleaned up and fixed minor bugs in C implementation of OrderedDict. by Serhiy Storchaka · 9 years ago
  38. 91108f0 Issue #25210: Change error message of do_richcompare() by Victor Stinner · 9 years ago
  39. dbb98c1 Issue #25406: Fixed a bug in C implementation of OrderedDict.move_to_end() by Serhiy Storchaka · 9 years ago
  40. 992ec46 Issue #25406: Fixed a bug in C implementation of OrderedDict.move_to_end() by Serhiy Storchaka · 9 years ago
  41. c3d2bc1 Use _PyBytesWriter in _PyBytes_FromIterator() by Victor Stinner · 9 years ago
  42. c5c3ba4 Add _PyBytesWriter_Resize() function by Victor Stinner · 9 years ago
  43. 3c50ce3 Factorize _PyBytes_FromList() and _PyBytes_FromTuple() code using a C macro by Victor Stinner · 9 years ago
  44. f2eafa3 Split PyBytes_FromObject() into subfunctions by Victor Stinner · 9 years ago
  45. 2ec8063 Modify _PyBytes_DecodeEscapeRecode() to use _PyBytesAPI by Victor Stinner · 9 years ago
  46. 1285e5c Fix compiler warnings (uninitialized variables), false alarms in fact by Victor Stinner · 9 years ago
  47. f6358a7 _PyBytesWriter_Alloc(): only use 10 bytes of the small buffer in debug mode to by Victor Stinner · 9 years ago
  48. f091033 Issue #25401: Remove now unused hex_digit_to_int() function by Victor Stinner · 9 years ago
  49. 2bf8993 Optimize bytes.fromhex() and bytearray.fromhex() by Victor Stinner · 9 years ago
  50. 772b2b0 Optimize bytearray % args by Victor Stinner · 9 years ago
  51. 661aacc Add use_bytearray attribute to _PyBytesWriter by Victor Stinner · 9 years ago
  52. 199c9a6 Fix long_format_binary() by Victor Stinner · 9 years ago
  53. 03dab78 Rewrite PyBytes_FromFormatV() using _PyBytesWriter API by Victor Stinner · 9 years ago
  54. 358af13 Issue #25353: Optimize unicode escape and raw unicode escape encoders to use by Victor Stinner · 9 years ago
  55. e9aa595 Fix compilation error in _PyBytesWriter_WriteBytes() on Windows by Victor Stinner · 9 years ago
  56. 6c2cdae Writer APIs: use empty string singletons by Victor Stinner · 9 years ago
  57. c29e29b Relax _PyBytesWriter API by Victor Stinner · 9 years ago
  58. 0d554d7 Issue #24164: Objects that need calling ``__new__`` with keyword arguments, by Serhiy Storchaka · 9 years ago
  59. 0cdad1e Issue #25349: Add fast path for b'%c' % int by Victor Stinner · 9 years ago
  60. be75b8c Issue #25349: Optimize bytes % int by Victor Stinner · 9 years ago
  61. 6bd525b Optimize error handlers of ASCII and Latin1 encoders when the replacement by Victor Stinner · 9 years ago
  62. ce179bf Add _PyBytesWriter_WriteBytes() to factorize the code by Victor Stinner · 9 years ago
  63. ad77158 _PyBytesWriter: simplify code to avoid "prealloc" parameters by Victor Stinner · 9 years ago
  64. 53926a1 _PyBytesWriter: rename size attribute to min_size by Victor Stinner · 9 years ago
  65. fa7762e Issue #25349: Optimize bytes % args using the new private _PyBytesWriter API by Victor Stinner · 9 years ago
  66. b3653a3 Issue #25318: cleanup code _PyBytesWriter by Victor Stinner · 9 years ago
  67. 3fa36ff Issue #25318: Fix backslashreplace() by Victor Stinner · 9 years ago
  68. 797485e Issue #25318: Avoid sprintf() in backslashreplace() by Victor Stinner · 9 years ago
  69. b13b97d Issue #25318: Fix compilation error by Victor Stinner · 9 years ago
  70. 0016507 Issue #25318: Move _PyBytesWriter to bytesobject.c by Victor Stinner · 9 years ago
  71. e7bf86c Optimize backslashreplace error handler by Victor Stinner · 9 years ago
  72. fdfbf78 Issue #25318: Add _PyBytesWriter API by Victor Stinner · 9 years ago
  73. 585a6ac Merge typo fixes from 3.5 by Martin Panter · 9 years ago
  74. ec1aa5c More typos in 3.5 documentation and comments by Martin Panter · 9 years ago
  75. 3f930dc Merge typo fixes from 3.4 into 3.5 by Martin Panter · 9 years ago
  76. 9955a37 Various minor typos in documentation and comments by Martin Panter · 9 years ago
  77. cdae2cb merge 3.5 (closes #24806) by Benjamin Peterson · 9 years ago
  78. 59dc696 merge 3.4 (#24806) by Benjamin Peterson · 9 years ago
  79. bd6c41a prevent unacceptable bases from becoming bases through multiple inheritance (#24806) by Benjamin Peterson · 9 years ago
  80. 74e8fac Issue #25301: Fix compatibility with ISO C90 by Victor Stinner · 9 years ago
  81. 1d65d91 Issue #25301: The UTF-8 decoder is now up to 15 times as fast for error by Victor Stinner · 9 years ago
  82. eb36fda Fix _PyUnicodeWriter_PrepareKind() by Victor Stinner · 9 years ago
  83. 29e68ed Issue #24848: Fixed bugs in UTF-7 decoding of misformed data: by Serhiy Storchaka · 9 years ago
  84. 58c8f2b Issue #24848: Fixed bugs in UTF-7 decoding of misformed data: by Serhiy Storchaka · 9 years ago
  85. 28b21e5 Issue #24848: Fixed bugs in UTF-7 decoding of misformed data: by Serhiy Storchaka · 9 years ago
  86. 5dbe245 Issue #24483: C implementation of functools.lru_cache() now calculates key's by Serhiy Storchaka · 9 years ago
  87. b9d98d5 Issue #24483: C implementation of functools.lru_cache() now calculates key's by Serhiy Storchaka · 9 years ago
  88. 3222da2 Make _PyUnicode_TranslateCharmap() symbol private by Victor Stinner · 9 years ago
  89. 01ada39 Issue #25267: The UTF-8 encoder is now up to 75 times as fast for error by Victor Stinner · 9 years ago
  90. d69dd8b (Merge 3.5) Issue #25182: Fix compilation on Windows by Victor Stinner · 9 years ago
  91. ae86da9 (Merge 3.4) Issue #25182: Fix compilation on Windows by Victor Stinner · 9 years ago
  92. 89719e1 Issue #25182: Fix compilation on Windows by Victor Stinner · 9 years ago
  93. 85c386d Issue #25182: The stdprinter (used as sys.stderr before the io module is by Serhiy Storchaka · 9 years ago
  94. 008fc77 Issue #25182: The stdprinter (used as sys.stderr before the io module is by Serhiy Storchaka · 9 years ago
  95. a59018c Issue #25182: The stdprinter (used as sys.stderr before the io module is by Serhiy Storchaka · 9 years ago
  96. c3713e9 Optimize ascii/latin1+surrogateescape encoders by Victor Stinner · 9 years ago
  97. 0030cd5 Issue #25227: Cleanup unicode_encode_ucs1() error handler by Victor Stinner · 9 years ago
  98. 54385b2 Issue #24870: revert unwanted change by Victor Stinner · 9 years ago
  99. 5ebae87 Issue #25207, #14626: Fix my commit. by Victor Stinner · 9 years ago
  100. 6174474 _PyUnicodeWriter_PrepareInternal(): make the assertion more strict by Victor Stinner · 9 years ago