1. d7d87ca Issue #29092: Sync os.stat's doc and docstring on path type. by Xiang Zhang · 8 years ago
  2. 6ad85bf Issue #29292: Update outdated doc of PyEval_EvalCodeEx. by Xiang Zhang · 8 years ago
  3. 37f183d Issue #29274: tests cases → test cases by Martin Panter · 8 years ago
  4. 8049052 Issue #29011: Fix an important omission by adding Deque to the typing module. by Raymond Hettinger · 8 years ago
  5. 8f13783 Avoid line breaks after hyphens, otherwise they are turned into spaces by Martin Panter · 8 years ago
  6. 536d70e Fix grammar, typos and markup in documentation and code comments by Martin Panter · 8 years ago
  7. 87006a3 Issue #20804: Document the limitation of the unittest.mock.sentinel attributes. by Serhiy Storchaka · 8 years ago
  8. 9da31f7 Issue #15657: METH_KEYWORDS cannot be used alone in Python 3 by Martin Panter · 8 years ago
  9. 8a17995 Issue #29217: Fix the wrong type description of UUID.variant. by Xiang Zhang · 8 years ago
  10. 7b4e551 Issue #29012: Remove another outdated information by Berker Peksag · 8 years ago
  11. 4365833 merge 3.4 by Benjamin Peterson · 8 years ago
  12. b6e2142 merge 3.3 by Benjamin Peterson · 8 years ago
  13. e527dd3 ring in 2017 for Python by Benjamin Peterson · 8 years ago
  14. 4950ae1 Issue #29013: Fix allowZip64 documentation by Berker Peksag · 8 years ago
  15. 14adafd Issue #29012: Remove outdated information about __bases__ by Berker Peksag · 8 years ago
  16. d2d673f Issue #29024: Add Kivy entry to GUI FAQ by Berker Peksag · 8 years ago
  17. 6b5e4a8 Issue #26267: Improve uuid.UUID documentation by Berker Peksag · 8 years ago
  18. cea904f Issue #29112: Fix a questionable wording in sequence doc. by Xiang Zhang · 8 years ago
  19. 440d703 Issue #29109: Enhance tracemalloc documentation by Victor Stinner · 8 years ago
  20. af9181a Issue #29087: Removed the documentation of non-existing UCS4 support functions. by Serhiy Storchaka · 8 years ago
  21. 1fee515 Issue #29069: Update the default URL of PyPI server by Berker Peksag · 8 years ago
  22. 8e2bdc8 Move versionadded inside of the get_terminal_size() block by Berker Peksag · 8 years ago
  23. 6721c7c Issue #29078: Add the missing import in datetime.time doc example. by Xiang Zhang · 8 years ago
  24. 4398c12 Issue #29068: Fixed a typo in PyErr_Fetch example. Patch by Chi Hsuan Yen. by Serhiy Storchaka · 8 years ago
  25. 7106a51 Issue #28954: Add missing comma to keyword argument syntax by Martin Panter · 8 years ago
  26. 3dbd87f Issue #1446619: Account for negative slice direction in description by Martin Panter · 8 years ago
  27. 3310e14 Issue #29004: Document binascii.crc_hqx() implements CRC-CCITT by Martin Panter · 8 years ago
  28. 972e04e Issue #28960: Drop comma attached to dash in Thread.join() description by Martin Panter · 8 years ago
  29. e31b15c Update documentation index sidebar for 3.6.0 release. by Ned Deily · 8 years ago
  30. 7e93c84 Grammatical fixes following #d95f19892fd0 by Brett Cannon · 8 years ago
  31. 509476b doc: Suggest to hash(tuple of attr) rather than XOR by Victor Stinner · 8 years ago
  32. bfbc29c Issue #29009: Remove outdated doc of PyUnicode_RichCompare. by Xiang Zhang · 8 years ago
  33. 4ec1590 #29005: clarify terminology in tutorial 'method' discussion. by R David Murray · 8 years ago
  34. 2f9171d Fix spelling and grammar in code comments and documentation by Martin Panter · 8 years ago
  35. 5866719 Update porting HOWTO to drop unicode_literals and mention static type checking by Brett Cannon · 8 years ago
  36. 20cdffd Issue #14061: Misc fixes and cleanups in archiving code in shutil. by Serhiy Storchaka · 8 years ago
  37. 7b440df Issue #28944: Fix footnote numbering by Berker Peksag · 8 years ago
  38. 49c14d8 Issue #26483: Clarify str.isdecimal() and isdigit() by Martin Panter · 8 years ago
  39. 41176ae Issue #28916: Correct description of %o and %x alternative forms by Martin Panter · 8 years ago
  40. bc538e3 Issue #28424: Document pkgutil.get_data() doesn't work with namespace packages. by Brett Cannon · 8 years ago
  41. 7a44783 Issue #28771: Update tp_get/setattr signature documentation by Martin Panter · 8 years ago
  42. 898573a Issue #28820: Fix spelling of “practice” as a noun by Martin Panter · 8 years ago
  43. cfa9bad Issue #28755: Improve syntax highlighting in Arg Clinic howto by Martin Panter · 8 years ago
  44. a277c13 Issue 28753: Argument Clinic howto docfix, courtesy Julien Palard. by Martin Panter · 8 years ago
  45. 932d40a Issue #28900: Update documentation sidebar for 3.6.0rc. by Ned Deily · 8 years ago
  46. 419967b Issue #28808: PyUnicode_CompareWithASCIIString() now never raises exceptions. by Serhiy Storchaka · 8 years ago
  47. 7bc01c3 Fixed mismatching title overline. by Serhiy Storchaka · 8 years ago
  48. 29b0a26 Fixed double hyphens that are rendered to literal en-dashes in the documenation. by Serhiy Storchaka · 8 years ago
  49. ee1b01a Issue #21818: Fixed references to classes that have names matching with module by Serhiy Storchaka · 8 years ago
  50. c7b1a0b Issue #28763: Use double hyphens (rendered as en-dashes) in numerical ranges by Serhiy Storchaka · 8 years ago
  51. 4931122 Add missing square bracket in typing.get_type_hints() by Berker Peksag · 8 years ago
  52. 219a012 Issue #28738: Document SIGBREAK as an acceptable value on Windows by Berker Peksag · 8 years ago
  53. a860286 Issue #28773: Add typing.FrozenSet docs. (Manuel Krebber) by Guido van Rossum · 8 years ago
  54. 6a4d762 Fix indentation by Martin Panter · 8 years ago
  55. 06a8dea Fixed the documentation of the structure PyMethodDef. by Serhiy Storchaka · 8 years ago
  56. 357ed2e Change double hyphens (en dashes) to em (longer) dashes by Martin Panter · 8 years ago
  57. cf36835 Issue #28750: Fixed docs of of unicode-escape an raw-unicode-escape C API. by Serhiy Storchaka · 8 years ago
  58. f675a37 Issue #19569: Suggested more appropriate replacements for deprecated Unicode by Serhiy Storchaka · 8 years ago
  59. f4934ea Issue #28701: Replace PyUnicode_CompareWithASCIIString with _PyUnicode_EqualToASCIIString. by Serhiy Storchaka · 8 years ago
  60. efbf20f Issue #28678: Fix references to numeric_owner parameter by Martin Panter · 8 years ago
  61. 022371f Fixed the documentation of parse_constant argument in json.load(). by Serhiy Storchaka · 8 years ago
  62. ae08687 Issue 28644: Document recent changes in typing.py (Ivan L) by Guido van Rossum · 8 years ago
  63. 58c534d Use http instead of https, due to certificate error by Andrew Kuchling · 8 years ago
  64. d58fc8b Update URL for requests documentation after IRC request by Andrew Kuchling · 8 years ago
  65. 3b3a141 Issue #27392: Document loop.connect_accepted_socket() by Yury Selivanov · 8 years ago
  66. 2ebd6fe Issue #28088: Don't include self in method signature by Berker Peksag · 8 years ago
  67. cea632e Issue #21864: Remove outdated section about exceptions from the tutorial by Berker Peksag · 8 years ago
  68. 04b3d8b Fix spacing after C++ in documentation by Martin Panter · 8 years ago
  69. 1ea023e Issue #28088: Document Transport.set_protocol and get_protocol by INADA Naoki · 8 years ago
  70. 9e80eeb Issue #26980: Improve docs for create_unix_connection(). By Mariatta. by Guido van Rossum · 8 years ago
  71. 72b3443 Fixed hyperlinks for tarfile CLI options. by Serhiy Storchaka · 8 years ago
  72. 92c1a90 Issue #28513: Documented command-line interface of zipfile. by Serhiy Storchaka · 8 years ago
  73. 3e3e9f3 Issue #28553: Fix logic error in example code of int.to_bytes doc. by INADA Naoki · 8 years ago
  74. b8c5f54 Issue #26638: Work around more CLI options that can’t be linked by Martin Panter · 8 years ago
  75. 5c67933 Issue #26638: Mask undefined CLI options to defeat new Sphinx warnings by Martin Panter · 8 years ago
  76. a65a474 Issue #22949: Documented that fnmatch.translate() is for use with re.match(). by Serhiy Storchaka · 8 years ago
  77. 1ecf7d2 Issue #28496: Mark up constants 0, 1 and -1 that denote return values or by Serhiy Storchaka · 8 years ago
  78. bb44477 Fix default role usage by Zachary Ware · 8 years ago
  79. bc51a8a fix name of keyword parameter to gc.collect() (closes #28525) by Benjamin Peterson · 8 years ago
  80. e8a6045 Issue #26796: Don't configure the number of workers for default threadpool executor. by Yury Selivanov · 8 years ago
  81. f8c1505 Issue #25152: Mention the deprecation of pyvenv by Brett Cannon · 8 years ago
  82. ea75a51 Issue #26010: Document CO_* constants by Yury Selivanov · 8 years ago
  83. 807e2f3 Issue #19795: Fixed formatting a table. by Serhiy Storchaka · 8 years ago
  84. 4adf01c Issue #19795: Improved more markups of True/False. by Serhiy Storchaka · 8 years ago
  85. 1883542 Issue #19795: Fixed markup errors. by Serhiy Storchaka · 8 years ago
  86. a97cd2e Issue #19795: Mark up True and False as literal text instead of bold. by Serhiy Storchaka · 8 years ago
  87. ecf41da Issue #19795: Mark up None as literal text. by Serhiy Storchaka · 8 years ago
  88. 9f2e377 Issue #27896: Allow passing sphinx options to Doc/Makefile by Victor Stinner · 8 years ago
  89. e5b0bd1 Fix default value of StreamReader.readuntil() by Berker Peksag · 8 years ago
  90. 5493e47 Issue #28455: Clarify example of overriding the convert_arg_line_to_args method by Berker Peksag · 8 years ago
  91. 90e0289 Issue #28432: Fix first parameter name in PyUnicode_EncodeLocale documentation by Berker Peksag · 8 years ago
  92. 11194f7 Remove spurious article. by Ned Deily · 8 years ago
  93. 684340e Issue #27800: Document limitation and workaround for multiple RE repetitions by Martin Panter · 8 years ago
  94. c73e9d8 Issue #23231: Document codecs.iterencode(), iterdecode() shortcomings by Martin Panter · 8 years ago
  95. 1cea56b Issue28438 - Fix the link for pkgutil.get_data doc. Patch contributed by Xiang Zhang. by Senthil Kumaran · 8 years ago
  96. e1478e4 Issue #18789: Update XML vulnerability table to use Safe/Vulnerable instead of No/Yes. by Guido van Rossum · 8 years ago
  97. 4a45235 Issue #26869: Document unittest.TestCase.longMessage. (Mariatta) by Guido van Rossum · 8 years ago
  98. ba29a4f Issue #21443: Show how to change log level for asyncio. by Guido van Rossum · 8 years ago
  99. 0aa7887 Issue #28389: Fix ProxiedTransport example in xmlrpc.client documentation by Berker Peksag · 8 years ago
  100. 7b2aa2e Adjust ClassVar example to use pre-PEP-526 syntax. (Issue #28388) by Guido van Rossum · 8 years ago