1. 059b9ea bpo-31968: Documentation -- add clarification on the globals dict for exec() (GH-13140) by Anthony Shaw · 6 years ago
  2. b82e17e bpo-36842: Implement PEP 578 (GH-12613) by Steve Dower · 6 years ago
  3. 565b4f1 bpo-34616: Add PyCF_ALLOW_TOP_LEVEL_AWAIT to allow top-level await (GH-13148) by Matthias Bussonnier · 6 years ago
  4. 1c5fa5a bpo-32413: Add documentation that at the module level, locals(), globals() are the same dictionary (GH-5004) by Srinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి) · 6 years ago
  5. 548cb60 bpo-34085: Improve wording on classmethod/staticmethod (#8228) by Andre Delfino · 6 years ago
  6. 1aeeaeb bpo-21314: Add a FAQ entry about positional only parameters (GH-10641) by Lysandros Nikolaou · 6 years ago
  7. 11fa0e4 Doc: fix example for iter() function. (GH-11959) by Cristian Ciupitu · 6 years ago
  8. 3171df3 Clarify U-mode deprecation in open() (GH-11646) by Nick Coghlan · 7 years ago
  9. d378b1f bpo-34764: improve docs example of iter() with sentinel value (GH-11222) by Chris Rands · 7 years ago
  10. 2b57c43 bpo-35506: Remove redundant and incorrect links from keywords. (GH-11174) by Serhiy Storchaka · 7 years ago
  11. 6bdb6f7 fix dangling keyfunc examples in documentation of heapq and sorted (#1432) by Wolfgang Maier · 7 years ago
  12. 9dfa0fe bpo-34637: Make the *start* argument for *sum()* visible as a keyword argument. (GH-9208) by Raymond Hettinger · 7 years ago
  13. 3fe89da bpo-34434: Update doc for bool(), float() and int() arguments (GH-8834) by Louis Sautier · 7 years ago
  14. 225b055 bpo-22057: Clarify eval() documentation (GH-8812) by Berker Peksag · 7 years ago
  15. e22072f bpo-34149: Behavior of the min/max with key=None (GH-8328) by Alexander Marshalov · 7 years ago
  16. 33aefad Doc: Point to Simple statements section instead of PEP (GH-8238) by Andrés Delfino · 7 years ago
  17. 3ae2e33 classify abs() argument type (GH-8103) by Windson yang · 7 years ago
  18. bda9c3e Fix the indentation in the documentation of bin() and hash() (GH-7998) by Andrés Delfino · 7 years ago
  19. a8ddf85 bpo-33943: Add references in the docs for logging.basicConfig (GH-7858) by Andrés Delfino · 7 years ago
  20. 900c48d bpo-30940: Updating round() docs. (GH-6342) by Lisa Roach · 7 years ago
  21. df00f04 bpo-26701: Tweak the documentation for special methods in int(). (GH-6741) by Serhiy Storchaka · 7 years ago
  22. b3c3698 Fix superfluous if in documentation. (GH-6728) by Julien Palard · 7 years ago
  23. 308eab9 bpo-26701: Add documentation for __trunc__ (GH-6022) by Eric Appelt · 7 years ago
  24. f7a6ff6 Warn that compile() can crash when compiling to an AST object (GH-6043) by Brett Cannon · 7 years ago
  25. 2a3260b Fix minor markup typo (#5407) by cocoatomo · 8 years ago
  26. 03b9537 bpo-31567: more decorator markup fixes in docs (GH-3959) (#3966) by Éric Araujo · 8 years ago
  27. 0e61e67 bpo-31567: add or fix decorator markup in docs (#3959) by Daisuke Miyakawa · 8 years ago
  28. 36c1d1f PEP 553 built-in breakpoint() function (bpo-31353) (#3355) by Barry Warsaw · 8 years ago
  29. be37beb Doc that 'sorted' args are keyword-only, fix 'reverse' default (#2706) by Łukasz Rogalski · 8 years ago
  30. 67ba4fa bpo-26506: hex() documentation: mention %x % int (GH-2525) by Manvisha Kodali · 8 years ago
  31. e65fcde bpo-27200: Fix several doctests (GH-604) by Marco Buttu · 8 years ago
  32. c6db481 bpo-30052: Link `bytes` & `bytearray` to stdtypes not functions (GH-1271) by csabella · 8 years ago
  33. 873ef20 Fix a typo in Doc/library/functions.rst (GH-1117) by Joshua Diaddigo · 8 years ago
  34. 61b9ac9 bpo-29791: Clarify that flush is keyword-only argument (#1093) by Berker Peksag · 8 years ago
  35. 85deefc bpo-29677: DOC: clarify documentation for `round` (GH-877) by csabella · 8 years ago
  36. 6003db7 bpo-29677: DOC: clarify documentation for `round` (#357) by Gerrit Holl · 8 years ago
  37. 29540cd bpo-29892: Fix wrong markup on doc-lib-functions (GH-802) by NAKAMURA Osamu · 8 years ago
  38. 0264e46 Issue #28763: Use double hyphens (rendered as en-dashes) in numerical ranges by Serhiy Storchaka · 9 years ago
  39. c7b1a0b Issue #28763: Use double hyphens (rendered as en-dashes) in numerical ranges by Serhiy Storchaka · 9 years ago
  40. 99b6f28 Merge doc fixups from 3.5 by Martin Panter · 9 years ago
  41. 357ed2e Change double hyphens (en dashes) to em (longer) dashes by Martin Panter · 9 years ago
  42. a721aba Issue #26331: Implement the parsing part of PEP 515. by Brett Cannon · 9 years ago
  43. 871a334 Issue 27936: Update doc for round() to indicate that None is an allowable argument. by Raymond Hettinger · 9 years ago
  44. 3929499 Issue #1602: Windows console doesn't input or print Unicode (PEP 528) by Steve Dower · 9 years ago
  45. 6fa7aad Issue #26027, #27524: Document the support for path-like objects in os and os.path. by Brett Cannon · 9 years ago
  46. bce9cba Merge by Raymond Hettinger · 9 years ago
  47. 3f015a6 Issue #27157: Make only type() itself accept the one-argument form by Berker Peksag · 9 years ago
  48. 69da9c4 Issue #26547: Merge from 3.5 by Berker Peksag · 9 years ago
  49. 37e87e6 Issue #26547: Remove outdated term dictproxy from vars() documentation by Berker Peksag · 9 years ago
  50. 2fec611 Issue #24314: Merge doc links from 3.5 by Martin Panter · 9 years ago
  51. bae5d81 Issue #24314: Fix doc links for general attributes like __name__, __dict__ by Martin Panter · 9 years ago
  52. b08388d Issue #27182: Document os.PathLike. by Brett Cannon · 9 years ago
  53. d62548a issue27186: add open/io.open; patch by Jelle Zijlstra by Ethan Furman · 9 years ago
  54. dd4fcf5 #26829: Clarify that namespace is copied to a new __dict__ in instance creation. by R David Murray · 9 years ago
  55. 2c57da0 Add a versionchanged directive to document addition of the new 'namereplace' error handler. by Berker Peksag · 9 years ago
  56. 01a9a95 Issue #26525: Change chr example to match change in ord example. by Terry Jan Reedy · 9 years ago
  57. 063d48d Issue #26525: Change ord example from nu to more easily recognized Euro sign. by Terry Jan Reedy · 9 years ago
  58. 5d94134 Closes #25910: fix dead and permanently redirected links in the docs. Thanks to SilentGhost for the patch. by Georg Brandl · 9 years ago
  59. 0334c3c Issue #26401: Fix compile() documentation by Berker Peksag · 9 years ago
  60. fcb6db5 merge from 3.4 by Senthil Kumaran · 10 years ago
  61. d03d1d4 Issue25917 : Fix howto links in docs. Point the reference documentation instead of wiki. by Senthil Kumaran · 10 years ago
  62. 2eb819f Issue #25523: Merge "a" to "an" fixes from 3.4 into 3.5 by Martin Panter · 10 years ago
  63. 7462b649 Issue #25523: Correct "a" article to "an" article by Martin Panter · 10 years ago
  64. 44b1020 Merge with 3.4 by Terry Jan Reedy · 10 years ago
  65. 68b6874 Issue #25432: Explain isinstance behaviour when type is a tuple. by Terry Jan Reedy · 10 years ago
  66. c779216 Merge with 3.4 by Terry Jan Reedy · 10 years ago
  67. 43cba21 Make expression legal python by adding '1'. by Terry Jan Reedy · 10 years ago
  68. 29655df Issue #24064: Docuement that oroperty docstrings are now writeable. by Raymond Hettinger · 10 years ago
  69. 0907a45 Issue #23695: Explain the zip() example for clustering a data series into n-length groups. by Raymond Hettinger · 10 years ago
  70. cb39d1f Issue 19933: Provide default argument for ndigits in round. Patch by Vajrasky Kok. by Steve Dower · 10 years ago
  71. 708d9ba Issue #23618: Document EINTR changes in socket documentation by Victor Stinner · 10 years ago
  72. a766ddf Issue #23648: Document the PEP 475 in the "Porting to Python 3.5" section and by Victor Stinner · 10 years ago
  73. b365a06 change Σ to ν for obscure joke reasons by Benjamin Peterson · 10 years ago
  74. 07985ef Issue #22286: The "backslashreplace" error handlers now works with by Serhiy Storchaka · 11 years ago
  75. 3be472b Closes #23181: codepoint -> code point by Georg Brandl · 11 years ago
  76. 582acb7 Merge issue 19548 changes from 3.4 by Nick Coghlan · 11 years ago
  77. b9fdb7a Issue 19548: update codecs module documentation by Nick Coghlan · 11 years ago
  78. 166ebc4 Issue #19676: Added the "namereplace" error handler. by Serhiy Storchaka · 11 years ago
  79. e21a531 merge with 3.4 by Georg Brandl · 11 years ago
  80. e4196d3 #22613: fix several factual errors in builtin docs (thanks Jacques Ducasse) by Georg Brandl · 11 years ago
  81. cadc3fd Merge with 3.4 by Georg Brandl · 11 years ago
  82. e73778c Use https:// URLs when referring to python.org hosts. by Georg Brandl · 11 years ago
  83. a7d19fe #22237: merge with 3.4. by Ezio Melotti · 11 years ago
  84. 9b1e92f #22237: document that sorted() is guaranteed to be stable. Initial patch by Martin Panter. by Ezio Melotti · 11 years ago
  85. 7cf710a Merge 3.4 (open doc) by Victor Stinner · 11 years ago
  86. c803bd8 Issue #22695: Fix syntax of open() doc by Victor Stinner · 11 years ago
  87. 933430a Issue #17401: document closefd in io.FileIO docs and add to repr by Robert Collins · 11 years ago
  88. c53bc48 merge with 3.4 by Georg Brandl · 11 years ago
  89. eb7e8f6 Document builtin classes as such, not functions. by Georg Brandl · 11 years ago
  90. cf4d699 Merge with 3.4 by Terry Jan Reedy · 11 years ago
  91. 1895f2b Issue 22492: Be explicit that print does not support binary mode files. by Terry Jan Reedy · 11 years ago
  92. 7809569 sigma actually works in latex... by Benjamin Peterson · 11 years ago
  93. 7df46aa try to pick a unicode char that latex understands by Benjamin Peterson · 11 years ago
  94. 5fb161f a more universal unicode char example by Benjamin Peterson · 11 years ago
  95. eed6719 Clarify ord() and chr() documentation by Nick Coghlan · 11 years ago
  96. ac191ce Issue #22174: Clean-up grammar and ambiguities in property() docs. by Raymond Hettinger · 11 years ago
  97. 3410af4 Add an index entry for exec() builtin. by Berker Peksag · 11 years ago
  98. f2fb73f Issue #19362: Tweek len() doc and docstring to expand the indicated range of by Terry Jan Reedy · 11 years ago
  99. d3faf43 Issue #23181: More "codepoint" -> "code point". by Serhiy Storchaka · 11 years ago
  100. b30b34c Issue 21143: Fix typo in docs for max(). by Raymond Hettinger · 11 years ago