1. 741c45a merge 3.5 by Benjamin Peterson · 7 years ago
  2. a105dd3 generate spaces instead of tabs into config.c by Benjamin Peterson · 7 years ago
  3. 61eda72 Fixed #29132: Updated shlex to work better with punctuation chars in POSIX mode. by Vinay Sajip · 7 years ago
  4. 2e1b6ea Issue #29062: Doc: Fix make suspicious by INADA Naoki · 7 years ago
  5. 674b099 More instances of “when pass” by Martin Panter · 7 years ago
  6. 4659ddc Merge doc fixes from 3.5 by Martin Panter · 7 years ago
  7. 8f13783 Avoid line breaks after hyphens, otherwise they are turned into spaces by Martin Panter · 7 years ago
  8. 536d70e Fix grammar, typos and markup in documentation and code comments by Martin Panter · 7 years ago
  9. 758c7d0 Merge tests from 3.5 by Martin Panter · 7 years ago
  10. 6b642c9 Fixes #29261: merged fix from 3.5. by Vinay Sajip · 7 years ago
  11. 5fd832b Fixes #29261: added venv/scripts/common to LIBSUBDIRS. by Vinay Sajip · 7 years ago
  12. e2f9e77 Issue #29062: Merge hashlib-blake2.rst into hashlib.rst by INADA Naoki · 7 years ago
  13. 4c4ff5f Issue #29219: Fixed infinite recursion in the repr of uninitialized by Serhiy Storchaka · 7 years ago
  14. 4b318f8 Issue #29219: Fixed infinite recursion in the repr of uninitialized by Serhiy Storchaka · 7 years ago
  15. a675842 Py_SIZE() was misused for dict. by Serhiy Storchaka · 7 years ago
  16. 3023ebb Py_SIZE() was misused for dict. by Serhiy Storchaka · 7 years ago
  17. 9d83b96 Null merge by Serhiy Storchaka · 7 years ago
  18. cc03ab6 Null merge by Serhiy Storchaka · 7 years ago
  19. cb19aeb Merge heads by Serhiy Storchaka · 7 years ago
  20. a44e2cd Issue #22343: Merged change from 3.5. by Vinay Sajip · 7 years ago
  21. 42e1ea9 Issue #28969: Fixed race condition in C implementation of functools.lru_cache. by Serhiy Storchaka · 7 years ago
  22. 98a7441 Issue #22343: Made bash activate script available on Windows. by Vinay Sajip · 7 years ago
  23. 6779652 Issue #28969: Fixed race condition in C implementation of functools.lru_cache. by Serhiy Storchaka · 7 years ago
  24. b71c095 Issues #1621, #29145: Test for str.join() overflow by Martin Panter · 7 years ago
  25. 52e2907 Issue #22980: Skip a sysconfig test if _ctypes is not available. by Martin Panter · 7 years ago
  26. 12c4aba Merge 3.5 by Victor Stinner · 7 years ago
  27. 9b8dcc6 Fix script_helper.run_python_until_end(): copy SYSTEMROOT by Victor Stinner · 7 years ago
  28. de38328 Issue #25591: Fix test_imaplib if ssl miss by Victor Stinner · 7 years ago
  29. 3159b33 Merge with 3.5. by Serhiy Storchaka · 7 years ago
  30. 87006a3 Issue #20804: Document the limitation of the unittest.mock.sentinel attributes. by Serhiy Storchaka · 7 years ago
  31. a861d48 Issue #292Merged fixes from 3.5. by Vinay Sajip · 7 years ago
  32. 924aaae Issue #29220: Improved fix and test. by Vinay Sajip · 7 years ago
  33. ced4b90 Issue #29239: Fix --enable-optimizations bug number by Martin Panter · 7 years ago
  34. a27b3b3 Issue #15657: Merge other doc fix from 3.5 by Martin Panter · 7 years ago
  35. 5b66723 Issue #15657: Delete incorrect statement from PyMethodDef documentation by Martin Panter · 7 years ago
  36. 9da31f7 Issue #15657: METH_KEYWORDS cannot be used alone in Python 3 by Martin Panter · 7 years ago
  37. 2427d00 Issue #29217: Merge 3.5. by Xiang Zhang · 7 years ago
  38. 8a17995 Issue #29217: Fix the wrong type description of UUID.variant. by Xiang Zhang · 7 years ago
  39. 95403d7 Issue #29145: Merge 3.5. by Xiang Zhang · 7 years ago
  40. b0541f4 Issue #29145: Fix overflow checks in str.replace() and str.join(). by Xiang Zhang · 7 years ago
  41. 1e6499c Fixes #29177: Improved resilience of logging tests which use socket servers. by Vinay Sajip · 7 years ago
  42. aa655b3 Fixes #29133: clarified shlex documentation. by Vinay Sajip · 7 years ago
  43. e660335 Merge 3.5. by Stefan Krah · 7 years ago
  44. 18e0a97 Issue #28701: Revert part of 5bdc8e1a50c8 for the following reasons: by Stefan Krah · 7 years ago
  45. a0be562 Null merge 3.5 by Victor Stinner · 7 years ago
  46. 035ba5d Issue #29157: Prefer getrandom() over getentropy() by Victor Stinner · 7 years ago
  47. f0f35a6 Issue #29190: Fixed possible errors in comparing strings in the pickle module. by Serhiy Storchaka · 7 years ago
  48. 9937d90 Issue #29190: Fixed possible errors in comparing strings in the pickle module. by Serhiy Storchaka · 7 years ago
  49. c44d58a Issue #29142: Merge 3.5. by Xiang Zhang · 7 years ago
  50. 959ff7f Issue #29142: Fix suffixes in no_proxy handling in urllib. by Xiang Zhang · 7 years ago
  51. 19c7238 Sync-up with 3.7 by backporting minor lru_cache code beautification by Raymond Hettinger · 7 years ago
  52. 4ee3914 Issue #29203: functools.lru_cache() now respects PEP 468 by Raymond Hettinger · 7 years ago
  53. 04316c4 Issue #29034: Fix memory leak and use-after-free in path_converter. by Xiang Zhang · 7 years ago
  54. ec53b07 Add OrderedDict test for PEP 468 (guaranteed ordered of kwargs) by Raymond Hettinger · 7 years ago
  55. d15bb26 Update OrderedDict docs to reflect acceptance of PEP 468 by Raymond Hettinger · 7 years ago
  56. 625fb64 Issue #28815: Merge test tweak from 3.5 by Martin Panter · 7 years ago
  57. 8cbd46f Issue #28815: Use new exception subclasses by Martin Panter · 7 years ago
  58. 0b64a0f Add comment why the change in d83884b3a427 wasn't necessary. by Stefan Krah · 7 years ago
  59. dada5a8 Revert part of 3cb3e224b692 in code that I maintain. by Stefan Krah · 7 years ago
  60. 631ada8 Issue #16026: Fix parameter names of DictReader and DictWriter by Berker Peksag · 7 years ago
  61. ff558f5 Issue #29157: Prefer getrandom() over getentropy() by Victor Stinner · 7 years ago
  62. 84b6fb0 Fix unittest.mock._Call: don't ignore name by Victor Stinner · 7 years ago
  63. 9505b03 Fix subprocess.Popen.__del__() fox Python shutdown by Victor Stinner · 7 years ago
  64. 94d1bfa test_curses - substitute self.skip() with self.skipTest() by Xavier de Gaye · 7 years ago
  65. 645bc80 test_curses - substitute self.skip() with self.skipTest() by Xavier de Gaye · 7 years ago
  66. a634e23 Issue #29159: Fix regression in bytes(x) when x.__index__() raises Exception. by INADA Naoki · 7 years ago
  67. a251fb0 Issue #27961: Define HAVE_LONG_LONG as 1. by Victor Stinner · 7 years ago
  68. e16265d Issue #29162: Don't depend on 'from tkinter import *' importing sys. by Terry Jan Reedy · 7 years ago
  69. 2a352b6 Issue #26851: Set Android compilation and link flags. by Xavier de Gaye · 7 years ago
  70. 4fd9cc1 Issue #29156: Remove superfluous pow test. by Serhiy Storchaka · 7 years ago
  71. 1d54b11 Issue #29156: Remove superfluous pow test. by Serhiy Storchaka · 7 years ago
  72. 51b90d2 Issue #24773: fix datetime.time constructor docstring by Victor Stinner · 7 years ago
  73. 423c16b Issue #29140: Fix hash(datetime.time) by Victor Stinner · 7 years ago
  74. 8d979d5 Fixed possible reference leaks in the _json module. by Serhiy Storchaka · 7 years ago
  75. 21fe721 Fixed possible reference leaks in the _json module. by Serhiy Storchaka · 7 years ago
  76. c70225c Null-merge from 3.5. by Larry Hastings · 7 years ago
  77. d9cb1b0 Forward-merge from 3.4. by Larry Hastings · 7 years ago
  78. 31f9d9d Merge Python 3.5.3rc1 release changes back into the main branch. by Larry Hastings · 7 years ago
  79. e744804 Post-release fixups for Python 3.5.3rc1. by Larry Hastings · 7 years ago
  80. aa772e3 Merge Python 3.4.6rc1 changes back into main branch. by Larry Hastings · 7 years ago
  81. a7aa988 Post-release fixups for Python 3.4.6rc1. by Larry Hastings · 7 years ago
  82. 3f98874 Issue #15812: Merge from 3.5 by Berker Peksag · 7 years ago
  83. 225b01b Issue #15812: Delete redundant max(start, 0) by Berker Peksag · 7 years ago
  84. 406c252 Issue #29012: Merge from 3.5 by Berker Peksag · 7 years ago
  85. 7b4e551 Issue #29012: Remove another outdated information by Berker Peksag · 7 years ago
  86. 2eb9723 merge 3.5 by Ned Deily · 7 years ago
  87. e8134af merge 3.4 by Ned Deily · 7 years ago
  88. 0717564 merge 3.3 by Ned Deily · 7 years ago
  89. c276ffa ring IDLE.app into 2017, too by Ned Deily · 7 years ago
  90. 1c37ba7 Added tag v3.5.3rc1 for changeset de530d7f21c0 by Larry Hastings · 7 years ago
  91. af17a2b Added tag v3.4.6rc1 for changeset e199a272ccda by Larry Hastings · 7 years ago
  92. b32a034 Version bump for 3.5.3rc1. by Larry Hastings · 7 years ago
  93. d12551f Version bump for 3.4.6rc1. by Larry Hastings · 7 years ago
  94. e562a95 Regenerated pydoc topics for 3.5.3rc1. by Larry Hastings · 7 years ago
  95. 8f24f66 Regenerated pydoc topics for 3.4.6rc1. (Also fixed doc error, improved build.) by Larry Hastings · 7 years ago
  96. 292275c Null merge from 3.5. by Larry Hastings · 7 years ago
  97. 33014ca Null merge from 3.4. by Larry Hastings · 7 years ago
  98. 03fdeb7 Fix test failure so it's no longer dependent on example.com. by Larry Hastings · 7 years ago
  99. 4632258 merge 3.5 (#29057) by Benjamin Peterson · 7 years ago
  100. 493ac1b only include sys/random.h if it seems like it might have something useful (#29057) by Benjamin Peterson · 7 years ago