1. 6518a93 Add _PyArg_ParseStack() helper function by Victor Stinner · 7 years ago
  2. 3e1fad6 Rename _PyArg_ParseStack to _PyArg_ParseStackAndKeywords by Victor Stinner · 7 years ago
  3. c0083fc Rename keywords to kwargs in getargs.c by Victor Stinner · 7 years ago
  4. d526cfe type_prepare() now uses fast call (METH_FASTCALL) by Victor Stinner · 7 years ago
  5. 80ab22f Cleanup getargs.c by Victor Stinner · 7 years ago
  6. 773dc6d __build_class__() builtin uses METH_FASTCALL by Victor Stinner · 7 years ago
  7. 69de71b Add _PyStack_AsTupleSlice() helper by Victor Stinner · 7 years ago
  8. 7fc252a Optimize _PyCFunction_FastCallKeywords() by Victor Stinner · 7 years ago
  9. 15f9459 Issue #20180: forgot to update AC output. by INADA Naoki · 7 years ago
  10. 3ae2056 Issue #20180: convert unicode methods to AC. by INADA Naoki · 7 years ago
  11. 015bce6 Issue #26110: Add document for LOAD_METHOD and CALL_METHOD opcode. by INADA Naoki · 7 years ago
  12. 510df6f merge 3.6 by Benjamin Peterson · 7 years ago
  13. 741c45a merge 3.5 by Benjamin Peterson · 7 years ago
  14. a105dd3 generate spaces instead of tabs into config.c by Benjamin Peterson · 7 years ago
  15. fc4b438 Closes #29132: Merged fix from 3.6. by Vinay Sajip · 7 years ago
  16. 61eda72 Fixed #29132: Updated shlex to work better with punctuation chars in POSIX mode. by Vinay Sajip · 7 years ago
  17. f25dec9 Issue #29062: Doc: Fix make suspicious by INADA Naoki · 7 years ago
  18. 2e1b6ea Issue #29062: Doc: Fix make suspicious by INADA Naoki · 7 years ago
  19. 35e022b Repeat “when pass” fixes for 3.7 section by Martin Panter · 7 years ago
  20. 446a498 Merge doc fixes from 3.6 by Martin Panter · 7 years ago
  21. 674b099 More instances of “when pass” by Martin Panter · 7 years ago
  22. 4659ddc Merge doc fixes from 3.5 by Martin Panter · 7 years ago
  23. 8f13783 Avoid line breaks after hyphens, otherwise they are turned into spaces by Martin Panter · 7 years ago
  24. 536d70e Fix grammar, typos and markup in documentation and code comments by Martin Panter · 7 years ago
  25. 94b39ce Issue #1621: Overflow should not be possible in listextend() by Martin Panter · 7 years ago
  26. 5644729 Issue #29145: Merge test from 3.6 by Martin Panter · 7 years ago
  27. 758c7d0 Merge tests from 3.5 by Martin Panter · 7 years ago
  28. e706f43 Merged upstream changes. by Vinay Sajip · 8 years ago
  29. abe40bc Closed #29261: merged fix from 3.6. by Vinay Sajip · 8 years ago
  30. 6b642c9 Fixes #29261: merged fix from 3.5. by Vinay Sajip · 8 years ago
  31. b2d6179 Document Python versions in which the removed features were deprecated. by Serhiy Storchaka · 8 years ago
  32. 5fd832b Fixes #29261: added venv/scripts/common to LIBSUBDIRS. by Vinay Sajip · 8 years ago
  33. 9ed707e Issue #29197: Removed deprecated function ntpath.splitunc(). by Serhiy Storchaka · 8 years ago
  34. 4f76fb1 Issue #29210: Removed support of deprecated argument "exclude" in by Serhiy Storchaka · 8 years ago
  35. 62db0db Issue #29062: Merge hashlib-blake2.rst into hashlib.rst by INADA Naoki · 8 years ago
  36. e2f9e77 Issue #29062: Merge hashlib-blake2.rst into hashlib.rst by INADA Naoki · 8 years ago
  37. 6196ac4 Issue #29219: Fixed infinite recursion in the repr of uninitialized by Serhiy Storchaka · 8 years ago
  38. 4c4ff5f Issue #29219: Fixed infinite recursion in the repr of uninitialized by Serhiy Storchaka · 8 years ago
  39. 4b318f8 Issue #29219: Fixed infinite recursion in the repr of uninitialized by Serhiy Storchaka · 8 years ago
  40. cc28337 Issue #29192: Removed deprecated features in the http.cookies module. by Serhiy Storchaka · 8 years ago
  41. 009b0a1 Issue #29193: A format string argument for string.Formatter.format() by Serhiy Storchaka · 8 years ago
  42. b37f3f6 Issue #29195: Removed support of deprecated undocumented keyword arguments by Serhiy Storchaka · 8 years ago
  43. 8cbc51a Py_SIZE() was misused for dict. by Serhiy Storchaka · 8 years ago
  44. a675842 Py_SIZE() was misused for dict. by Serhiy Storchaka · 8 years ago
  45. 3023ebb Py_SIZE() was misused for dict. by Serhiy Storchaka · 8 years ago
  46. a24dca6 Fix typo by Raymond Hettinger · 8 years ago
  47. f810d04 Closes #28130: Documented that time.tzset() updates time module globals. by Alexander Belopolsky · 8 years ago
  48. a16825a Merge heads by Serhiy Storchaka · 8 years ago
  49. a024d42 Null merge by Serhiy Storchaka · 8 years ago
  50. 9d83b96 Null merge by Serhiy Storchaka · 8 years ago
  51. 97bf592 Null merge by Serhiy Storchaka · 8 years ago
  52. cc03ab6 Null merge by Serhiy Storchaka · 8 years ago
  53. cb19aeb Merge heads by Serhiy Storchaka · 8 years ago
  54. 617c775 Issue #28969: Fixed race condition in C implementation of functools.lru_cache. by Serhiy Storchaka · 8 years ago
  55. 88f17ff Issue #22343: Merged change from 3.6. by Vinay Sajip · 8 years ago
  56. a44e2cd Issue #22343: Merged change from 3.5. by Vinay Sajip · 8 years ago
  57. 42e1ea9 Issue #28969: Fixed race condition in C implementation of functools.lru_cache. by Serhiy Storchaka · 8 years ago
  58. 98a7441 Issue #22343: Made bash activate script available on Windows. by Vinay Sajip · 8 years ago
  59. 6779652 Issue #28969: Fixed race condition in C implementation of functools.lru_cache. by Serhiy Storchaka · 8 years ago
  60. b71c095 Issues #1621, #29145: Test for str.join() overflow by Martin Panter · 8 years ago
  61. 52e2907 Issue #22980: Skip a sysconfig test if _ctypes is not available. by Martin Panter · 8 years ago
  62. 798ad27 Merge 3.6 by Victor Stinner · 8 years ago
  63. 12c4aba Merge 3.5 by Victor Stinner · 8 years ago
  64. 9b8dcc6 Fix script_helper.run_python_until_end(): copy SYSTEMROOT by Victor Stinner · 8 years ago
  65. de38328 Issue #25591: Fix test_imaplib if ssl miss by Victor Stinner · 8 years ago
  66. 89483ba Null merge by Serhiy Storchaka · 8 years ago
  67. 3159b33 Merge with 3.5. by Serhiy Storchaka · 8 years ago
  68. 87006a3 Issue #20804: Document the limitation of the unittest.mock.sentinel attributes. by Serhiy Storchaka · 8 years ago
  69. d9c956f Issue #20804: The unittest.mock.sentinel attributes now preserve their by Serhiy Storchaka · 8 years ago
  70. d4f5001 Issue #29220: Merged fixes from 3.6. by Vinay Sajip · 8 years ago
  71. a861d48 Issue #292Merged fixes from 3.5. by Vinay Sajip · 8 years ago
  72. 924aaae Issue #29220: Improved fix and test. by Vinay Sajip · 8 years ago
  73. 23e5b82 Issue #29239: Merge bug number from 3.6 by Martin Panter · 8 years ago
  74. 849b6bd Issue #15657: Merge METH_KEYWORDS doc from 3.6 by Martin Panter · 8 years ago
  75. ced4b90 Issue #29239: Fix --enable-optimizations bug number by Martin Panter · 8 years ago
  76. a27b3b3 Issue #15657: Merge other doc fix from 3.5 by Martin Panter · 8 years ago
  77. 5b66723 Issue #15657: Delete incorrect statement from PyMethodDef documentation by Martin Panter · 8 years ago
  78. 9da31f7 Issue #15657: METH_KEYWORDS cannot be used alone in Python 3 by Martin Panter · 8 years ago
  79. 8b866d5 Closes #29220: Fixed regression in logging.getLevelName(). by Vinay Sajip · 8 years ago
  80. 231d1f3 _PyEval_EvalCodeWithName(): remove redundant check by Victor Stinner · 8 years ago
  81. b915bc3 Disable _PyStack_AsTuple() inlining by Victor Stinner · 8 years ago
  82. 415c510 Inline call_function() by Victor Stinner · 8 years ago
  83. 434723f call_method() now uses _PyObject_FastCall() by Victor Stinner · 8 years ago
  84. dbdfece Issue #29217: Merge 3.6. by Xiang Zhang · 8 years ago
  85. 2427d00 Issue #29217: Merge 3.5. by Xiang Zhang · 8 years ago
  86. 8a17995 Issue #29217: Fix the wrong type description of UUID.variant. by Xiang Zhang · 8 years ago
  87. 7a4da32 Issue #29145: Merge 3.6. by Xiang Zhang · 8 years ago
  88. 95403d7 Issue #29145: Merge 3.5. by Xiang Zhang · 8 years ago
  89. b0541f4 Issue #29145: Fix overflow checks in str.replace() and str.join(). by Xiang Zhang · 8 years ago
  90. 9ebb245 Closes #29177: Merged fix from 3.6. by Vinay Sajip · 8 years ago
  91. 1e6499c Fixes #29177: Improved resilience of logging tests which use socket servers. by Vinay Sajip · 8 years ago
  92. b5c5579 Closes #29133: merged update from 3.6. by Vinay Sajip · 8 years ago
  93. aa655b3 Fixes #29133: clarified shlex documentation. by Vinay Sajip · 8 years ago
  94. 605a447 Add test for ea064ff3c10f by Raymond Hettinger · 8 years ago
  95. 68191f8 Backed out changeset ea064ff3c10f by Raymond Hettinger · 8 years ago
  96. 3c29fd0 While a speedup of 1% is measurable, contexts aren't created that often, by Stefan Krah · 8 years ago
  97. a40a3f3 Merge 3.6. by Stefan Krah · 8 years ago
  98. e660335 Merge 3.5. by Stefan Krah · 8 years ago
  99. 18e0a97 Issue #28701: Revert part of 5bdc8e1a50c8 for the following reasons: by Stefan Krah · 8 years ago
  100. 63ac30f Merge 3.6 by Victor Stinner · 8 years ago