1. d46f729 add Modules/zlib/zlib.map to .hgeol by doko@ubuntu.com · 8 years ago
  2. 1f10671 Issue #11670: readfp(fp) parameter name is different to read_file(f) by Martin Panter · 8 years ago
  3. 9a45402 Issue #29349: Use __future__ print_function; Sphinx may use Python 2.6+ by Martin Panter · 8 years ago
  4. 8f3fb72 Issue #29349: Fix Python 2 syntax in documentation build code by Martin Panter · 8 years ago
  5. 8dbb0ca Issue #12067: Recommend that hash and equality be consistent by Martin Panter · 8 years ago
  6. 3ac5042 Fixes #29308: Respect VIRTUAL_ENV_DISABLE_PROMPT in Activate.ps1. by Vinay Sajip · 8 years ago
  7. b2a5be0 Issue #27867: Function PySlice_GetIndicesEx() is replaced with a macro if by Serhiy Storchaka · 8 years ago
  8. 07a1f65 Issue #29083: Fixed the declaration of some public API functions. by Serhiy Storchaka · 8 years ago
  9. 713640c Issue #29337: Fixed possible BytesWarning when compare the code objects. by Serhiy Storchaka · 8 years ago
  10. ef107ee Issue #29189: Fix indentation in RST markup by Martin Panter · 8 years ago
  11. b1b985d Issue #29273: Remove unneeded workaround to restore locale by Martin Panter · 8 years ago
  12. 3a10425 Issue #26729: Fixed __text_signature__ for sorted(). Patch by Erik Welch. by Serhiy Storchaka · 8 years ago
  13. 1fa08bc Skip the test requiring ctypes if ctypes is unavailable. by Gregory P. Smith · 8 years ago
  14. 21d333b typo fix, extra '.' :) by Gregory P. Smith · 8 years ago
  15. 95919c0 Issue #28556: Allow defining methods in NamedTuple class syntax (#362) by Guido van Rossum · 8 years ago
  16. d7adfe1 Issue #28556: various style fixes for typing.py by Guido van Rossum · 8 years ago
  17. 50e16e3 Issue #29335: Fix subprocess.Popen.wait() when the child process has by Gregory P. Smith · 8 years ago
  18. 7fe28ad Issue #29290: argparse help messages won't wrap at non-breaking spaces. by Xiang Zhang · 8 years ago
  19. d7d87ca Issue #29092: Sync os.stat's doc and docstring on path type. by Xiang Zhang · 8 years ago
  20. 362f058 Issue #28735: Fixed the comparison of mock.MagickMock with mock.ANY. by Serhiy Storchaka · 8 years ago
  21. 6ad85bf Issue #29292: Update outdated doc of PyEval_EvalCodeEx. by Xiang Zhang · 8 years ago
  22. 57720e5 Fix incorrect patchlevel information for 3.5.3+. by Larry Hastings · 8 years ago
  23. e9ed560 Issue #29198: add AsyncGenerator (Jelle Zijlstra) by Guido van Rossum · 8 years ago
  24. 3c268be Issue #28556: allow default values in class form of NamedTuple -- Jelle Zijlstra by Guido van Rossum · 8 years ago
  25. 37f183d Issue #29274: tests cases → test cases by Martin Panter · 8 years ago
  26. 83ec302 Issue #28556: merge 5 more typing changes from upstream (#340, #344, #348, #349, #350) by Guido van Rossum · 8 years ago
  27. e741e4f Merge from 3.4. by Larry Hastings · 8 years ago
  28. 09e4ce5 Merge 3.5.3 release head with main 3.5 branch. by Larry Hastings · 8 years ago
  29. c620f20 Post-release updates for 3.5.3. by Larry Hastings · 8 years ago
  30. a52b0a4 Post-release updates for 3.4.6. by Larry Hastings · 8 years ago
  31. 8049052 Issue #29011: Fix an important omission by adding Deque to the typing module. by Raymond Hettinger · 8 years ago
  32. db413f2 Added tag v3.4.6 for changeset b662f4776921 by Larry Hastings · 8 years ago
  33. 56e9ee0 Added tag v3.5.3 for changeset 1880cb95a742 by Larry Hastings · 8 years ago
  34. 7f10ede Version bump for Python 3.4.6. by Larry Hastings · 8 years ago
  35. 51ba5b7 Version bump for Python 3.5.3. by Larry Hastings · 8 years ago
  36. a105dd3 generate spaces instead of tabs into config.c by Benjamin Peterson · 8 years ago
  37. 8f13783 Avoid line breaks after hyphens, otherwise they are turned into spaces by Martin Panter · 8 years ago
  38. 536d70e Fix grammar, typos and markup in documentation and code comments by Martin Panter · 8 years ago
  39. b71c095 Issues #1621, #29145: Test for str.join() overflow by Martin Panter · 8 years ago
  40. 52e2907 Issue #22980: Skip a sysconfig test if _ctypes is not available. by Martin Panter · 8 years ago
  41. 5fd832b Fixes #29261: added venv/scripts/common to LIBSUBDIRS. by Vinay Sajip · 8 years ago
  42. 4b318f8 Issue #29219: Fixed infinite recursion in the repr of uninitialized by Serhiy Storchaka · 8 years ago
  43. 3023ebb Py_SIZE() was misused for dict. by Serhiy Storchaka · 8 years ago
  44. cb19aeb Merge heads by Serhiy Storchaka · 8 years ago
  45. 98a7441 Issue #22343: Made bash activate script available on Windows. by Vinay Sajip · 8 years ago
  46. 6779652 Issue #28969: Fixed race condition in C implementation of functools.lru_cache. by Serhiy Storchaka · 8 years ago
  47. 9b8dcc6 Fix script_helper.run_python_until_end(): copy SYSTEMROOT by Victor Stinner · 8 years ago
  48. de38328 Issue #25591: Fix test_imaplib if ssl miss by Victor Stinner · 8 years ago
  49. 87006a3 Issue #20804: Document the limitation of the unittest.mock.sentinel attributes. by Serhiy Storchaka · 8 years ago
  50. 924aaae Issue #29220: Improved fix and test. by Vinay Sajip · 8 years ago
  51. 9da31f7 Issue #15657: METH_KEYWORDS cannot be used alone in Python 3 by Martin Panter · 8 years ago
  52. 8a17995 Issue #29217: Fix the wrong type description of UUID.variant. by Xiang Zhang · 8 years ago
  53. b0541f4 Issue #29145: Fix overflow checks in str.replace() and str.join(). by Xiang Zhang · 8 years ago
  54. 18e0a97 Issue #28701: Revert part of 5bdc8e1a50c8 for the following reasons: by Stefan Krah · 8 years ago
  55. 035ba5d Issue #29157: Prefer getrandom() over getentropy() by Victor Stinner · 8 years ago
  56. 9937d90 Issue #29190: Fixed possible errors in comparing strings in the pickle module. by Serhiy Storchaka · 8 years ago
  57. 959ff7f Issue #29142: Fix suffixes in no_proxy handling in urllib. by Xiang Zhang · 8 years ago
  58. 8cbd46f Issue #28815: Use new exception subclasses by Martin Panter · 8 years ago
  59. 1943164 Cherry-pick small copyright fix for 3.5.3 final. by Larry Hastings · 8 years ago
  60. 645bc80 test_curses - substitute self.skip() with self.skipTest() by Xavier de Gaye · 8 years ago
  61. 1d54b11 Issue #29156: Remove superfluous pow test. by Serhiy Storchaka · 8 years ago
  62. 21fe721 Fixed possible reference leaks in the _json module. by Serhiy Storchaka · 8 years ago
  63. d9cb1b0 Forward-merge from 3.4. by Larry Hastings · 8 years ago
  64. 31f9d9d Merge Python 3.5.3rc1 release changes back into the main branch. by Larry Hastings · 8 years ago
  65. e744804 Post-release fixups for Python 3.5.3rc1. by Larry Hastings · 8 years ago
  66. aa772e3 Merge Python 3.4.6rc1 changes back into main branch. by Larry Hastings · 8 years ago
  67. a7aa988 Post-release fixups for Python 3.4.6rc1. by Larry Hastings · 8 years ago
  68. 225b01b Issue #15812: Delete redundant max(start, 0) by Berker Peksag · 8 years ago
  69. 7b4e551 Issue #29012: Remove another outdated information by Berker Peksag · 8 years ago
  70. e8134af merge 3.4 by Ned Deily · 8 years ago
  71. 0717564 merge 3.3 by Ned Deily · 8 years ago
  72. c276ffa ring IDLE.app into 2017, too by Ned Deily · 8 years ago
  73. 1c37ba7 Added tag v3.5.3rc1 for changeset de530d7f21c0 by Larry Hastings · 8 years ago
  74. af17a2b Added tag v3.4.6rc1 for changeset e199a272ccda by Larry Hastings · 8 years ago
  75. b32a034 Version bump for 3.5.3rc1. by Larry Hastings · 8 years ago
  76. d12551f Version bump for 3.4.6rc1. by Larry Hastings · 8 years ago
  77. e562a95 Regenerated pydoc topics for 3.5.3rc1. by Larry Hastings · 8 years ago
  78. 8f24f66 Regenerated pydoc topics for 3.4.6rc1. (Also fixed doc error, improved build.) by Larry Hastings · 8 years ago
  79. 33014ca Null merge from 3.4. by Larry Hastings · 8 years ago
  80. 03fdeb7 Fix test failure so it's no longer dependent on example.com. by Larry Hastings · 8 years ago
  81. 493ac1b only include sys/random.h if it seems like it might have something useful (#29057) by Benjamin Peterson · 8 years ago
  82. c9d4c60a merge heads by Benjamin Peterson · 8 years ago
  83. 4365833 merge 3.4 by Benjamin Peterson · 8 years ago
  84. b6e2142 merge 3.3 by Benjamin Peterson · 8 years ago
  85. e527dd3 ring in 2017 for Python by Benjamin Peterson · 8 years ago
  86. ff0e3b7 Issue #15812: inspect.getframeinfo() now correctly shows the first line of a context by Berker Peksag · 8 years ago
  87. 4950ae1 Issue #29013: Fix allowZip64 documentation by Berker Peksag · 8 years ago
  88. 14adafd Issue #29012: Remove outdated information about __bases__ by Berker Peksag · 8 years ago
  89. d2d673f Issue #29024: Add Kivy entry to GUI FAQ by Berker Peksag · 8 years ago
  90. 34cba33 Issue #29094: Offsets in a ZIP file created with extern file object and modes by Serhiy Storchaka · 8 years ago
  91. b47913f Issue #29123: Make CheckSqlTimestamp more robust by Berker Peksag · 8 years ago
  92. b46ea90 Issue #29119: Fix weakref in OrderedDict.move_to_end(). Work by Andra Bogildea. by Raymond Hettinger · 8 years ago
  93. 6b5e4a8 Issue #26267: Improve uuid.UUID documentation by Berker Peksag · 8 years ago
  94. 195319e Issue #29111: Fix memoryview signature. by Stefan Krah · 8 years ago
  95. cea904f Issue #29112: Fix a questionable wording in sequence doc. by Xiang Zhang · 8 years ago
  96. 440d703 Issue #29109: Enhance tracemalloc documentation by Victor Stinner · 8 years ago
  97. 74b1bcc Issue #29080: Fixes Misc/NEWS entry by Steve Dower · 8 years ago
  98. 7ec8a18 Issue #29080: Removes hard dependency on hg.exe from PC/build.bat by Steve Dower · 8 years ago
  99. bdf9e0e Issue #13051: Fixed recursion errors in large or resized curses.textpad.Textbox. by Serhiy Storchaka · 8 years ago
  100. 283de2b Issue #9770: curses.ascii predicates now work correctly with negative integers. by Serhiy Storchaka · 8 years ago