1. 8973de5 Issue #27867: Silenced may-be-used-uninitialized warnings after by Serhiy Storchaka · 7 years ago
  2. ed4de13 Issue #27867: Silenced may-be-used-uninitialized warnings after by Serhiy Storchaka · 7 years ago
  3. c761136 Issue #27867: Silenced may-be-used-uninitialized warnings after by Serhiy Storchaka · 7 years ago
  4. 09f939d Issue #29198: Merge from 3.6 by Berker Peksag · 7 years ago
  5. 5a001ee Issue #29198: Merge from 3.5 by Berker Peksag · 7 years ago
  6. 5702fb7 Issue #29198: Fix indentation and markup in typing.rst by Berker Peksag · 7 years ago
  7. b1d3f66 Issue #29198: Merge from 3.6 by Berker Peksag · 7 years ago
  8. 14169b2 Issue #29198: Merge from 3.5 by Berker Peksag · 7 years ago
  9. 38962a6 Issue #29198: Document typing.AsyncGenerator by Berker Peksag · 7 years ago
  10. 19d2597 Issue #29311: Regenerate Argument Clinic. by Serhiy Storchaka · 7 years ago
  11. bbd2569 null merge by Xiang Zhang · 7 years ago
  12. 5566bbb Issue #29263: LOAD_METHOD support for C methods by INADA Naoki · 7 years ago
  13. 144fff8 Closes #29213: Merged fix from 3.6. by Vinay Sajip · 7 years ago
  14. 3746619 Fixes #29213: merged fix from 3.5. by Vinay Sajip · 7 years ago
  15. db38b6c Fixes #29213: regularised EOLs of venv scripts. by Vinay Sajip · 7 years ago
  16. 7601d78 Closes #24875: Merged fix from 3.6. by Vinay Sajip · 7 years ago
  17. 993f535 Fixes #24875: Merged fix from 3.5. by Vinay Sajip · 7 years ago
  18. db6322c Fixes #24875: pip can now be installed in a venv with --system-site-packages. by Vinay Sajip · 7 years ago
  19. e1af696 Remove unnecessary variables. by Raymond Hettinger · 7 years ago
  20. 196a7bc Issue #29421: Make int.to_bytes() and int.from_bytes() slightly faster by Serhiy Storchaka · 7 years ago
  21. c0f59ad Rename struct.unpack() 2nd parameter to "buffer" by Victor Stinner · 7 years ago
  22. a0e454b Null merge 3.6 by Victor Stinner · 7 years ago
  23. 64e9127 Merge 3.5 by Victor Stinner · 7 years ago
  24. a5917d1 Issue #29300: test_struct tests unpack_from() with keywords by Victor Stinner · 7 years ago
  25. 3f2d101 Issue #29300: Convert _struct module to Argument Clinic by Victor Stinner · 7 years ago
  26. fd6d0d2 Issue #29368: Fix _Pickle_FastCall() usage in do_append() by Victor Stinner · 7 years ago
  27. bee09ae Issue #29368: The extend() method is now called instead of the append() by Serhiy Storchaka · 7 years ago
  28. bb19bf2 Issue #29381: merge with 3.6 by Mariatta Wijaya · 7 years ago
  29. 23dcccb Issue #29381: Clarify ordering of UNIX shebang line as source encoding line by Mariatta Wijaya · 7 years ago
  30. 77bb0f4 Backed out changeset 3d712292f2fa by Mariatta Wijaya · 7 years ago
  31. e2d8bc5 Issue #29381: Clarify ordering of UNIX shebang line as source encoding line by Mariatta Wijaya · 7 years ago
  32. 495e880 Issue #20185: Converted the int class to Argument Clinic. by Serhiy Storchaka · 7 years ago
  33. ebf8a6d Issue #29407: Merge from 3.6 by Berker Peksag · 7 years ago
  34. c6fe419 Issue #29407: Merge from 3.5 by Berker Peksag · 7 years ago
  35. d5adb63 Issue #29407: Remove redundant ensure_future() calls in factorial example by Berker Peksag · 7 years ago
  36. 934aba6 Issue #29377: Add three new wrappers to types.py (Manuel Krebber). by Guido van Rossum · 7 years ago
  37. 72268ae Fix test_gdb.test_wrapper_call() on Python 2 by Victor Stinner · 7 years ago
  38. fdbc397 Issue #29286: Rename private PyArg_UnpackStack_impl() to unpack_stack() by Victor Stinner · 7 years ago
  39. 122fb56 Document that _PyFunction_FastCallDict() must copy kwargs by Victor Stinner · 7 years ago
  40. f94b68a Make test_gdb.test_wrapper_call() make reliable by Victor Stinner · 7 years ago
  41. 6110833 python-gdb.py supports method-wrapper by Victor Stinner · 7 years ago
  42. c9473b8 Merge 3.6 by doko@ubuntu.com · 7 years ago
  43. f8c5f30 Merge 3.5 by doko@ubuntu.com · 7 years ago
  44. 137b5a2 Issue #29169: Fix NEWS entry. by doko@ubuntu.com · 7 years ago
  45. 2145387 merge 3.6 (#29398) by Benjamin Peterson · 7 years ago
  46. 2b3f4c1 merge 3.5 (#29398) by Benjamin Peterson · 7 years ago
  47. ec977c3 gc types needs to be allocated as such (closes #29398) by Benjamin Peterson · 7 years ago
  48. ef158c3 Issue #29218: Remove unused install_misc command by Berker Peksag · 7 years ago
  49. 9ac4815 merge 3.6 by doko@ubuntu.com · 7 years ago
  50. cd12f7c merge 3.5 by doko@ubuntu.com · 7 years ago
  51. 34e7e2e - Issue #29169: Update zlib to 1.2.10. by doko@ubuntu.com · 7 years ago
  52. a12f123 merge 3.6 by doko@ubuntu.com · 7 years ago
  53. 4de34e0 merge 3.5 by doko@ubuntu.com · 7 years ago
  54. d46f729 add Modules/zlib/zlib.map to .hgeol by doko@ubuntu.com · 7 years ago
  55. 7964d2b Issue #29283: Merge from 3.6 by Berker Peksag · 7 years ago
  56. 236fc60 Issue #29283: Delete accidentally added Lib/site-packages/README by Berker Peksag · 7 years ago
  57. f24bccc Issue #28822: Add susp-ignored entry for NEWS; fix grammar by Martin Panter · 7 years ago
  58. d5feb49 Issues #11670: Merge configparser doc from 3.6 by Martin Panter · 7 years ago
  59. ba964cc Issues #29349: Merge Py 2.6+ compatibility from 3.6 by Martin Panter · 7 years ago
  60. e334a53 Issues #11670: Merge configparser doc from 3.5 by Martin Panter · 7 years ago
  61. b154113 Issues #29349: Merge Py 2.6+ compatibility from 3.5 by Martin Panter · 7 years ago
  62. 1f10671 Issue #11670: readfp(fp) parameter name is different to read_file(f) by Martin Panter · 7 years ago
  63. 9a45402 Issue #29349: Use __future__ print_function; Sphinx may use Python 2.6+ by Martin Panter · 7 years ago
  64. 3f16f57 Issue #29384: Remove Be OS scripts from Modules/, unused in 3.0+ by Martin Panter · 7 years ago
  65. c654f0a Issues #29349: Add NEWS for 3.7; use “with” statement by Martin Panter · 7 years ago
  66. 3a6dc19 Issues #29349: Merge Py 2 fix 3.6 by Martin Panter · 7 years ago
  67. af4e5d9 Issues #12067: Merge hash recommendation from 3.6 by Martin Panter · 7 years ago
  68. e61592e Issues #29349: Merge Py 2 fix 3.5 by Martin Panter · 7 years ago
  69. 2be9889 Issues #12067: Merge hash recommendation from 3.5 by Martin Panter · 7 years ago
  70. 8f3fb72 Issue #29349: Fix Python 2 syntax in documentation build code by Martin Panter · 7 years ago
  71. 8dbb0ca Issue #12067: Recommend that hash and equality be consistent by Martin Panter · 7 years ago
  72. bea12f4 merge by Raymond Hettinger · 7 years ago
  73. e53bd8e Issue 29310: Document typing.NamedTuple default argument syntax by Raymond Hettinger · 7 years ago
  74. 35a96a2 Issue #29383: reduce temporary interned unicode by INADA Naoki · 7 years ago
  75. 49688cd Closes #28784: Merged update from 3.6. by Vinay Sajip · 7 years ago
  76. dc4ce0e Fixes #28784: Clarified use of shlex.shlex with punctuation_chars. by Vinay Sajip · 7 years ago
  77. 61fda05 Closes #29308: Merged fix from 3.6. by Vinay Sajip · 7 years ago
  78. dbb5686 Fixes #29308: Merged fix from 3.5. by Vinay Sajip · 7 years ago
  79. 3ac5042 Fixes #29308: Respect VIRTUAL_ENV_DISABLE_PROMPT in Activate.ps1. by Vinay Sajip · 7 years ago
  80. f473fda merge 3.6 by Benjamin Peterson · 7 years ago
  81. ae28ffd remove comment about updating the parser module; we do not need to do that anymore (#26526) by Benjamin Peterson · 7 years ago
  82. bda5a2b Issue #29358: Add postcondition checks on types by Victor Stinner · 7 years ago
  83. fc48908 Issue #29369: Use Py_IDENTIFIER in Python-ast.c by INADA Naoki · 7 years ago
  84. 6e08baf Issue #27867: Function PySlice_GetIndicesEx() is deprecated and replaced with by Serhiy Storchaka · 7 years ago
  85. 512c57c Issue #27867: Function PySlice_GetIndicesEx() is replaced with a macro if by Serhiy Storchaka · 7 years ago
  86. b2a5be0 Issue #27867: Function PySlice_GetIndicesEx() is replaced with a macro if by Serhiy Storchaka · 7 years ago
  87. a8df847 [merge 3.6] - issue26149 - Point to Wiki for Editors and Python IDEs on Unix. by Senthil Kumaran · 7 years ago
  88. b0d0e19 issue26149 - Point to Wiki for Editors and Python IDEs on Unix. by Senthil Kumaran · 7 years ago
  89. 78d9e58 Issues #29311, #29289: Fixed and improved docstrings for dict and OrderedDict by Serhiy Storchaka · 7 years ago
  90. 0105606 issue29167: fix race condition in (Int)Flag by Ethan Furman · 7 years ago
  91. 28cf663 closes issue29167: fix race condition in (Int)Flag by Ethan Furman · 7 years ago
  92. 675f2f8 Issue #29083: Fixed the declaration of some public API functions. by Serhiy Storchaka · 7 years ago
  93. 3831b0a Issue #29083: Fixed the declaration of some public API functions. by Serhiy Storchaka · 7 years ago
  94. 07a1f65 Issue #29083: Fixed the declaration of some public API functions. by Serhiy Storchaka · 7 years ago
  95. 067cbd0 Issue #29337: Fixed possible BytesWarning when compare the code objects. by Serhiy Storchaka · 7 years ago
  96. 4102d25 Issue #29337: Fixed possible BytesWarning when compare the code objects. by Serhiy Storchaka · 7 years ago
  97. 713640c Issue #29337: Fixed possible BytesWarning when compare the code objects. by Serhiy Storchaka · 7 years ago
  98. c3858bd Issue #29360: _PyStack_AsDict() doesn't check kwnames by Victor Stinner · 7 years ago
  99. 90f6332 Issue #29338: Fix test_enum. by Serhiy Storchaka · 7 years ago
  100. 91a8866 Fix grammar in doc string, RST markup by Martin Panter · 7 years ago