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