1. 4459e00 Issue #29092: Sync os.stat's doc and docstring on path type. by Xiang Zhang · 8 years ago
  2. d7d87ca Issue #29092: Sync os.stat's doc and docstring on path type. by Xiang Zhang · 8 years ago
  3. 67c1cb2 Issue #29316: Restore the provisional status of typing module and add by Ned Deily · 8 years ago
  4. a57a8a3 Issue #29281: Fill-in a missing versionchanged entry by Raymond Hettinger · 8 years ago
  5. 346454c Issue #29292: Merge 3.5. by Xiang Zhang · 8 years ago
  6. 6ad85bf Issue #29292: Update outdated doc of PyEval_EvalCodeEx. by Xiang Zhang · 8 years ago
  7. 4710935 Issue 29274: Merge doc fixes from 3.5 by Martin Panter · 8 years ago
  8. 37f183d Issue #29274: tests cases → test cases by Martin Panter · 8 years ago
  9. e12c313 merge by Raymond Hettinger · 8 years ago
  10. 8049052 Issue #29011: Fix an important omission by adding Deque to the typing module. by Raymond Hettinger · 8 years ago
  11. 2e1b6ea Issue #29062: Doc: Fix make suspicious by INADA Naoki · 8 years ago
  12. 4659ddc Merge doc fixes from 3.5 by Martin Panter · 8 years ago
  13. 8f13783 Avoid line breaks after hyphens, otherwise they are turned into spaces by Martin Panter · 8 years ago
  14. 536d70e Fix grammar, typos and markup in documentation and code comments by Martin Panter · 8 years ago
  15. e2f9e77 Issue #29062: Merge hashlib-blake2.rst into hashlib.rst by INADA Naoki · 8 years ago
  16. 3159b33 Merge with 3.5. by Serhiy Storchaka · 8 years ago
  17. 87006a3 Issue #20804: Document the limitation of the unittest.mock.sentinel attributes. by Serhiy Storchaka · 8 years ago
  18. ced4b90 Issue #29239: Fix --enable-optimizations bug number by Martin Panter · 8 years ago
  19. a27b3b3 Issue #15657: Merge other doc fix from 3.5 by Martin Panter · 8 years ago
  20. 5b66723 Issue #15657: Delete incorrect statement from PyMethodDef documentation by Martin Panter · 8 years ago
  21. 9da31f7 Issue #15657: METH_KEYWORDS cannot be used alone in Python 3 by Martin Panter · 8 years ago
  22. 2427d00 Issue #29217: Merge 3.5. by Xiang Zhang · 8 years ago
  23. 8a17995 Issue #29217: Fix the wrong type description of UUID.variant. by Xiang Zhang · 8 years ago
  24. aa655b3 Fixes #29133: clarified shlex documentation. by Vinay Sajip · 8 years ago
  25. d15bb26 Update OrderedDict docs to reflect acceptance of PEP 468 by Raymond Hettinger · 8 years ago
  26. 631ada8 Issue #16026: Fix parameter names of DictReader and DictWriter by Berker Peksag · 8 years ago
  27. 406c252 Issue #29012: Merge from 3.5 by Berker Peksag · 8 years ago
  28. 7b4e551 Issue #29012: Remove another outdated information by Berker Peksag · 8 years ago
  29. 5848e72 merge 3.5 by Benjamin Peterson · 8 years ago
  30. 4365833 merge 3.4 by Benjamin Peterson · 8 years ago
  31. b6e2142 merge 3.3 by Benjamin Peterson · 8 years ago
  32. e527dd3 ring in 2017 for Python by Benjamin Peterson · 8 years ago
  33. 5430293 Issue #29013: Merge from 3.5 by Berker Peksag · 8 years ago
  34. 4950ae1 Issue #29013: Fix allowZip64 documentation by Berker Peksag · 8 years ago
  35. a22457e Issue #29012: Merge from 3.5 by Berker Peksag · 8 years ago
  36. 14adafd Issue #29012: Remove outdated information about __bases__ by Berker Peksag · 8 years ago
  37. 2a267a1 Issue #29129: Fix typo in "Using auto" section by Berker Peksag · 8 years ago
  38. 37023b6 Issue #29024: Merge from 3.5 by Berker Peksag · 8 years ago
  39. d2d673f Issue #29024: Add Kivy entry to GUI FAQ by Berker Peksag · 8 years ago
  40. 9db22dd Issue #26267: Merge from 3.5 by Berker Peksag · 8 years ago
  41. 6b5e4a8 Issue #26267: Improve uuid.UUID documentation by Berker Peksag · 8 years ago
  42. 53a21eb Closes #29105: Updated RotatingFileHandler documentation. by Vinay Sajip · 8 years ago
  43. 51447db Clearer compact dict attribution to the original proposal by Raymond Hettinger · 8 years ago
  44. 9ea82dd Issue #29112: Merge 3.5. by Xiang Zhang · 8 years ago
  45. cea904f Issue #29112: Fix a questionable wording in sequence doc. by Xiang Zhang · 8 years ago
  46. 771cf89 Merge 3.5 by Victor Stinner · 8 years ago
  47. 440d703 Issue #29109: Enhance tracemalloc documentation by Victor Stinner · 8 years ago
  48. 44223e9 Issue #29087: Removed the documentation of non-existing UCS4 support functions. by Serhiy Storchaka · 8 years ago
  49. af9181a Issue #29087: Removed the documentation of non-existing UCS4 support functions. by Serhiy Storchaka · 8 years ago
  50. 5d1111e Issue #29069: Merge from 3.5 by Berker Peksag · 8 years ago
  51. 1fee515 Issue #29069: Update the default URL of PyPI server by Berker Peksag · 8 years ago
  52. fe607be Merge from 3.5 by Berker Peksag · 8 years ago
  53. 8e2bdc8 Move versionadded inside of the get_terminal_size() block by Berker Peksag · 8 years ago
  54. b8a1aeb Issue #29078: Merge 3.5. by Xiang Zhang · 8 years ago
  55. 6721c7c Issue #29078: Add the missing import in datetime.time doc example. by Xiang Zhang · 8 years ago
  56. a8803d2 Merge from 3.5. by Serhiy Storchaka · 8 years ago
  57. 4398c12 Issue #29068: Fixed a typo in PyErr_Fetch example. Patch by Chi Hsuan Yen. by Serhiy Storchaka · 8 years ago
  58. 7e930d7 Issue #28954: Merge keyword argument syntax from 3.5 by Martin Panter · 8 years ago
  59. 7106a51 Issue #28954: Add missing comma to keyword argument syntax by Martin Panter · 8 years ago
  60. 0efb5b3 Issue #1446619: Merge slicing description from 3.5 by Martin Panter · 8 years ago
  61. 3dbd87f Issue #1446619: Account for negative slice direction in description by Martin Panter · 8 years ago
  62. 520569e Issue #29004: Merge crc_hqx() doc from 3.5 by Martin Panter · 8 years ago
  63. 3a72ee5 Issue #28960: Merge Thread.join() doc from 3.5 by Martin Panter · 8 years ago
  64. 3310e14 Issue #29004: Document binascii.crc_hqx() implements CRC-CCITT by Martin Panter · 8 years ago
  65. 972e04e Issue #28960: Drop comma attached to dash in Thread.join() description by Martin Panter · 8 years ago
  66. e31b15c Update documentation index sidebar for 3.6.0 release. by Ned Deily · 8 years ago
  67. 93357d8 Merge 3.6.0 release engineering head by Ned Deily · 8 years ago
  68. 5c4568a Update docs and patchlevel for 3.6.0 final. by Ned Deily · 8 years ago
  69. 73224c4 Merge by Brett Cannon · 8 years ago
  70. 7e93c84 Grammatical fixes following #d95f19892fd0 by Brett Cannon · 8 years ago
  71. 01e4c11 Merge 3.5 by Victor Stinner · 8 years ago
  72. 509476b doc: Suggest to hash(tuple of attr) rather than XOR by Victor Stinner · 8 years ago
  73. 47888da Issue #29009: Merge 3.5. by Xiang Zhang · 8 years ago
  74. bfbc29c Issue #29009: Remove outdated doc of PyUnicode_RichCompare. by Xiang Zhang · 8 years ago
  75. cd259bf Merge: #29005: clarify terminology in tutorial 'method' discussion. by R David Murray · 8 years ago
  76. 4ec1590 #29005: clarify terminology in tutorial 'method' discussion. by R David Murray · 8 years ago
  77. 59b0eb5 Issue #28987: Typos, grammar, spelling in documentation by Martin Panter · 8 years ago
  78. fff07e3 Merge spelling and grammar from 3.5 by Martin Panter · 8 years ago
  79. 2f9171d Fix spelling and grammar in code comments and documentation by Martin Panter · 8 years ago
  80. ce042af Merge for porting HOWTO update by Brett Cannon · 8 years ago
  81. 5866719 Update porting HOWTO to drop unicode_literals and mention static type checking by Brett Cannon · 8 years ago
  82. 9bb6fe5 Issue #14061: Misc fixes and cleanups in archiving code in shutil. by Serhiy Storchaka · 8 years ago
  83. 20cdffd Issue #14061: Misc fixes and cleanups in archiving code in shutil. by Serhiy Storchaka · 8 years ago
  84. 6db7a4b docs: asyncio is no longer provisional by Yury Selivanov · 8 years ago
  85. 1217470 Issue #28635: asyncio-related fixes and additions. by Yury Selivanov · 8 years ago
  86. 0366004 Issue #28091: Document PEP 525 & PEP 530. by Yury Selivanov · 8 years ago
  87. 8320193 Issue #28979: Fix What's New in Python 3.6, dict by Victor Stinner · 8 years ago
  88. 0bf5906 Issue #28944: Merge from 3.5 by Berker Peksag · 8 years ago
  89. 7b440df Issue #28944: Fix footnote numbering by Berker Peksag · 8 years ago
  90. 3432f2f Issue #28089: Document TCP_NODELAY in asyncio by Yury Selivanov · 8 years ago
  91. 0a7b859 Issues #28916, #26483: Merge stdtypes.rst from 3.5 by Martin Panter · 8 years ago
  92. 49c14d8 Issue #26483: Clarify str.isdecimal() and isdigit() by Martin Panter · 8 years ago
  93. 41176ae Issue #28916: Correct description of %o and %x alternative forms by Martin Panter · 8 years ago
  94. 071fbcb Merge for issue #28424 by Brett Cannon · 8 years ago
  95. bc538e3 Issue #28424: Document pkgutil.get_data() doesn't work with namespace packages. by Brett Cannon · 8 years ago
  96. 2179961 Issue #28771: Merge C API doc fix from 3.5 by Martin Panter · 8 years ago
  97. 7a44783 Issue #28771: Update tp_get/setattr signature documentation by Martin Panter · 8 years ago
  98. 186b204 Fix typos in comment and documentation by Martin Panter · 8 years ago
  99. b7880b0 Issue #28820: Merge spelling fixes from 3.5 by Martin Panter · 8 years ago
  100. 898573a Issue #28820: Fix spelling of “practice” as a noun by Martin Panter · 8 years ago