1. ab16dc1 bpo-29506: Clarify deep copy note in copy module by Nick Coghlan · 7 years ago
  2. 7f85947 [2.7] bpo-19225: Lack of c api exceptions doc (#964) by cocoatomo · 7 years ago
  3. 9b50786 Fix references within buffer protocol docs (#1016) by Eric Wieser · 7 years ago
  4. 5aa913d bpo-29952: Use usual terminology of dict (GH-924) by INADA Naoki · 7 years ago
  5. 2ee01ec [2.7] bpo-22392: Improve documentation for __getinitargs__ (GH-899) by Mandeep Singh · 7 years ago
  6. 3ceca68 bpo-29917: DOC: Remove link from PyMethodDef (#890) (#896) by Senthil Kumaran · 7 years ago
  7. fd704a0 bpo-16011: clarify that 'in' always returns a boolean value (GH-152) (GH-883) by Mariatta · 7 years ago
  8. 6f95b37 bpo-29888: Fix the link referring to "Python download page" (GH-823) by cocoatomo · 7 years ago
  9. de65804 Insert a missing semicolon in sgmllib documentation (#772) by cocoatomo · 7 years ago
  10. dae5482 fix function name in tabnanny documentation (GH-764) by Xiang Zhang · 7 years ago
  11. 91f79db bpo-29856: Fix typo in curses documentation (GH-730) (GH-733) by Mariatta · 7 years ago
  12. 4ec14c2 fix parameter names in ftplib documentation (GH-656) by Xiang Zhang · 7 years ago
  13. 309fb90 Insert the line which should not have been deleted (#581) by cocoatomo · 7 years ago
  14. fc59e5c bpo-29709: Improve Boolean Operations documentation (#433) (#438) by Mariatta · 7 years ago
  15. c8e2021 bpo-22594: Add a link to the regex module in re documentation (GH-241) (GH-321) by Mariatta · 7 years ago
  16. 9436bbd bpo-29165: doc: make extending/newtypes more Python 3 friendly (GH-211) by INADA Naoki · 7 years ago
  17. af9a40d [2.7] Change some mercurial/ hg.python.org references. (#8) (#183) by Senthil Kumaran · 7 years ago
  18. cf44d95 bpo-29520: doc: fix deprecation warning from 'defindex' template (GH-180) by INADA Naoki · 7 years ago
  19. 4bfb603 Remove redundant footnote (#181) by Qingpeng "Q.P." Zhang · 7 years ago
  20. e15259c bpo-28929: Link the documentation to its source file on GitHub (#38) by Mariatta · 7 years ago
  21. 52b8c55 [backport to 2.7] Change documentation's `Show Source` link to GitHub (#44) by Mariatta · 7 years ago
  22. 5c32988 bpo-29474: Improve documentation for weakref.WeakValueDictionary (#11) by Mariatta · 8 years ago
  23. 4e1e30d Issue #26355: Specify canonical URLs in docs pages by Nick Coghlan · 8 years ago
  24. d9fb4a9 Issue #29371: Clarify bitwise OR operation in doctest option flags. by Mariatta Wijaya · 8 years ago
  25. ebfb2f7 Issue #29329: Improve documentation for hex(). Patch by Ammar Askar by Mariatta Wijaya · 8 years ago
  26. 40ba60f Issue #29381: Clarify ordering of UNIX shebang line as source encoding line by Mariatta Wijaya · 8 years ago
  27. 60a1b35 Issue #12067: Rewrite Comparisons section in the language reference by Martin Panter · 8 years ago
  28. 19048c3 Add clarity to the warning on certificate verification in urllib. by Senthil Kumaran · 8 years ago
  29. 1bfbe4f issue26149 - Point to Wiki for Editors and Python IDEs on Unix. by Senthil Kumaran · 8 years ago
  30. efba28c Issue #29189: Fix indentation in RST markup by Martin Panter · 8 years ago
  31. 1b31d28 Issue #29274: tests cases → test cases by Martin Panter · 8 years ago
  32. ea9342a Avoid line breaks after hyphens, otherwise they are turned into spaces by Martin Panter · 8 years ago
  33. 1234488 Issue #15527: remove double parens by changing markup. by Martin Panter · 8 years ago
  34. c7496ee Fix spelling and markup in documentation and code comment by Martin Panter · 8 years ago
  35. a6f10ca Closes #28130: Documented that time.tzset() updates time module globals. by Alexander Belopolsky · 8 years ago
  36. da8ea3a Issue #29217: Fix the wrong type description of UUID.variant. by Xiang Zhang · 8 years ago
  37. 10434d6 Issue #29189: Fix broken indentation in FancyURLopener documentation by Berker Peksag · 8 years ago
  38. 9b7ae96 Issue #29023: Clarify that ints and longs are always deterministic seeds for random. by Raymond Hettinger · 8 years ago
  39. ea02cdc ring in 2017 for Python by Benjamin Peterson · 8 years ago
  40. a19fd46 Issue #29112: Fix a questionable wording in sequence doc. by Xiang Zhang · 8 years ago
  41. 58c2c6e Issue #29078: Add the missing import in datetime.time doc example. by Xiang Zhang · 8 years ago
  42. 427ca62 Issue #1446619: Account for negative slice direction in description by Martin Panter · 8 years ago
  43. 3698bd2 Issue #29004: Document binascii.crc_hqx() implements CRC-CCITT by Martin Panter · 8 years ago
  44. c049575 Update documentation index sidebar for 3.6.0 release. by Ned Deily · 8 years ago
  45. c4f91ba Issue #29038: Fix duplicate get_ca_certs() doc entry. by Xiang Zhang · 8 years ago
  46. 00ebffe Grammatical fixes for d95f19892fd0 by Brett Cannon · 8 years ago
  47. f6447e0 doc: Suggest to hash(tuple of attr) rather than XOR by Victor Stinner · 8 years ago
  48. 37eb788 Update the porting HOWTO by Brett Cannon · 8 years ago
  49. 30ad6e2 Issue #14061: Misc fixes and cleanups in archiving code in shutil. by Serhiy Storchaka · 8 years ago
  50. 3eb92e0 Issue #28916: No special case for leading zeros with %x alternative form by Martin Panter · 8 years ago
  51. 3797922 Issue #28900: Update documentation sidebar for 3.6.0rc. by Ned Deily · 8 years ago
  52. 8b55287 Fixed mismatching title overline. by Serhiy Storchaka · 8 years ago
  53. e7f555b Fixed double hyphens that are rendered to literal en-dashes in the documenation. by Serhiy Storchaka · 8 years ago
  54. 32b3734 Issue #28440: No longer add /Library/Python/site-packages, the Apple-supplied by Ned Deily · 8 years ago
  55. 1ae56fb Issue #21818: Fixed references to classes that have names matching with module by Serhiy Storchaka · 8 years ago
  56. b398d2c Issue #28771: Correct documentation of signatures using const by Martin Panter · 8 years ago
  57. ed82604 Issue #25701: Document that some C APIs can both set and delete items by Martin Panter · 8 years ago
  58. a52b567 Issue #28820: Fix spelling of “practice” as a noun by Martin Panter · 8 years ago
  59. 0092bc7 Issue #28763: Use double hyphens (rendered as en-dashes) in numerical ranges by Serhiy Storchaka · 8 years ago
  60. e4a147b Fixed the documentation of the structure PyMethodDef. by Serhiy Storchaka · 8 years ago
  61. 3738ef4 Change double hyphens (en dashes) to em (longer) dashes by Martin Panter · 8 years ago
  62. 58b6b98 Fixed the documentation of parse_constant argument in json.load(). by Serhiy Storchaka · 8 years ago
  63. fed0883 Issue #28615: Backport imaginary/complex number text from 3.x. by Terry Jan Reedy · 8 years ago
  64. b26a7d1 Fix spacing after C++ in documentation by Martin Panter · 8 years ago
  65. b858d7f Issue #28513: Documented command-line interface of zipfile. by Serhiy Storchaka · 8 years ago
  66. 39d74a9 Issue #26638: Cannot directly link to main option from the “timeit” module by Martin Panter · 8 years ago
  67. e3e362e Issue #26638: Mask undefined CLI options to defeat new Sphinx warnings by Martin Panter · 8 years ago
  68. ee01fcc Issue #26638: Disable inappropriate links to Python interpreter options by Martin Panter · 8 years ago
  69. f831fd3 Issue #22949: Documented that fnmatch.translate() is for use with re.match(). by Serhiy Storchaka · 8 years ago
  70. d585c52 Issue #28496: Mark up constants 0, 1 and -1 that denote return values or by Serhiy Storchaka · 8 years ago
  71. cb042e0 Issue #19795: Fixed formatting a table. by Serhiy Storchaka · 8 years ago
  72. dc0e3a8 Issue #19795: Improved more markups of True/False. by Serhiy Storchaka · 8 years ago
  73. e3d5787 Issue #19795: Mark up True and False as literal text instead of bold. by Serhiy Storchaka · 8 years ago
  74. ad13f33 Issue #19795: Mark up None as literal text. by Serhiy Storchaka · 8 years ago
  75. 5df6d48 Issue #27896: Allow passing sphinx options to Doc/Makefile by Victor Stinner · 8 years ago
  76. 197332a Issue #27800: Document limitation and workaround for multiple RE repetitions by Martin Panter · 8 years ago
  77. 50f4072 Issue #18789: Update XML vulnerability table to use Safe/Vulnerable instead of No/Yes. (backport to 2.7) by Guido van Rossum · 8 years ago
  78. 0ea51b1 Issue #18287: PyType_Ready() now checks that tp_name is not NULL. by Serhiy Storchaka · 8 years ago
  79. dace77c Issue #28815: Change '?' to '<module>' in some doc examples. by Terry Jan Reedy · 8 years ago
  80. 6f959d0 Issue #26550: Fix typo in webservers HOWTO by Berker Peksag · 8 years ago
  81. de2d4d2 Issue #26439: Document that RTLD_NOW is always added by Martin Panter · 8 years ago
  82. 47f190a Make 3.7 the current dev version in the html version of the docs. by Ned Deily · 8 years ago
  83. 84a449a Issue #28104: More accurately document set method signatures by Raymond Hettinger · 8 years ago
  84. 87bcc1d Issue #15308: Add 'interrupt execution' (^C) to Shell menu. by Terry Jan Reedy · 8 years ago
  85. 63c7996 Issue #26557: Note that mapping view methods are not present in UserDict or shelves. by Raymond Hettinger · 8 years ago
  86. 0954ac1 Issue #23105: Updated documentation on open() flag constants. by Vinay Sajip · 8 years ago
  87. fcc8a0f Correct spelling in documentation and code comments by Martin Panter · 8 years ago
  88. ba5480b Issue #27993: Fix problems with the plural “objects” in docs and comments by Martin Panter · 8 years ago
  89. 039f184 #26209: Clarify type of *localaddr*/*remoteadr* in smtpd docs. by R David Murray · 8 years ago
  90. 4e64c2c Fix ssl documentation and remove merge accident by Christian Heimes · 8 years ago
  91. d988f42 Issues #27850 and #27766: Remove 3DES from ssl default cipher list and add ChaCha20 Poly1305. by Christian Heimes · 8 years ago
  92. c2fc7c4 Issue #26470: Port ssl and hashlib module to OpenSSL 1.1.0. by Christian Heimes · 8 years ago
  93. 56c5152 Issue #27706: Document that random.seed() is non-deterministic when PYTHONHASHSEED is enabled by Raymond Hettinger · 8 years ago
  94. 580ca65 Backport spelling fix. by Terry Jan Reedy · 8 years ago
  95. e63af90 Issue #27861: Fixed a crash in sqlite3.Connection.cursor() when a factory by Serhiy Storchaka · 8 years ago
  96. 558c0de Issue #25564: Mention exec and __builtins__ in IDLE-console difference section. by Terry Jan Reedy · 8 years ago
  97. 9949676 Fix some spelling errors by Martin Panter · 8 years ago
  98. 4ae4e7c #27753: fix typo (name->named). by R David Murray · 8 years ago
  99. af0b38f Issue #27720: Fix error in eng_to_decimal docs and add examples from the specification. by Raymond Hettinger · 8 years ago
  100. fa1ce08 Issue #27205: Fix doctests in Doc/library/collections.rst by Zachary Ware · 8 years ago