1. e799aa8 bpo-41887: omit leading spaces/tabs on ast.literal_eval (#22469) by Batuhan Taskaya · 4 years, 10 months ago
  2. c8bb241 [doc] Update references to NumPy (GH-22458) by Andre Delfino · 4 years, 11 months ago
  3. 8af239e bpo-41762: Fix usage of productionlist markup in the doc (GH-22281) by Victor Stinner · 5 years ago
  4. 802726a Document vars behavior when __dict__ is missing (#21466) by Andre Delfino · 5 years ago
  5. 705f145 Doc: Add a link to tutorial page from `open()` doc (GH-21737) by Benjamin Kane · 5 years ago
  6. a908bc4 Doc: Builtins functions: faster jump table (GH-21376) by Julien Palard · 5 years ago
  7. 77ed29b Fix typo in functions.rst (GH-21131) by Ram Rachum · 5 years ago
  8. 59cf853 bpo-40636: Documentation for zip-strict (#20961) by Ram Rachum · 5 years ago
  9. 2831642 Indicate that abs() method accept argument that implement __abs__(), just like call() method in the docs (GH-20509) by Windson yang · 5 years ago
  10. c691f20 Fix "versionchanged" for pow named arguments (GH-19042) by Mark Dickinson · 5 years ago
  11. fc72ab6 bpo-38691: importlib ignores PYTHONCASEOK if -E is used (GH-18627) by idomic · 5 years ago
  12. 942f7a2 bpo-39674: Revert "bpo-37330: open() no longer accept 'U' in file mode (GH-16959)" (GH-18767) by Victor Stinner · 5 years ago
  13. 4dee92b Revert "bpo-38691 Added a switch to ignore PYTHONCASEOK when -E or -I flags passed (#18314)" (GH-18553) by Victor Stinner · 5 years ago
  14. d83b660 bpo-38691 Added a switch to ignore PYTHONCASEOK when -E or -I flags passed (#18314) by idomic · 5 years ago
  15. d7c7add bpo-12159: Document sys.maxsize limit in len() function reference (GH-17934) by Zac Hatfield-Dodds · 6 years ago
  16. ee9ff05 bpo-34118: memoryview, range, and tuple are classes (GH-17761) by Terry Jan Reedy · 6 years ago
  17. d672791 Update functions.rst (GH-16468) by Géry Ogam · 6 years ago
  18. 138ccbb bpo-38738: Fix formatting of True and False. (GH-17083) by Serhiy Storchaka · 6 years ago
  19. e471e72 bpo-37330: open() no longer accept 'U' in file mode (GH-16959) by Victor Stinner · 6 years ago
  20. 15ccc4f bpo-38255: super() can search attributes as well as methods (GH-16368) by Raymond Hettinger · 6 years ago
  21. 87d6cd3 bpo-38237: Make pow's arguments have more descriptive names and be keyword passable (GH-16302) by Ammar Askar · 6 years ago
  22. 7a0023e bpo-25810: Clarify eval() docs, it does not keywords (GH-15173) by smokephil · 6 years ago
  23. 0518451 Correct minor grammatical mistake in open docs (GH-15865) by Andre Delfino · 6 years ago
  24. c1d8c1c Note regarding + mode truncation applies to both text and binary mode (#11314) by Andre Delfino · 6 years ago
  25. cd81f05 bpo-23674: Clarify ambiguities in super() docs (#15564) by Raymond Hettinger · 6 years ago
  26. 805f8f9 bpo-19072: Make @classmethod support chained decorators (GH-8405) by Berker Peksag · 6 years ago
  27. 610a482 bpo-37646: Document that eval() cannot access nested scopes (GH-15117) by Raymond Hettinger · 6 years ago
  28. 44f91c3 bpo-37390: Add audit event table to documentations (GH-14406) by Steve Dower · 6 years ago
  29. 60419a7 bpo-37363: Add audit events for a range of modules (GH-14301) by Steve Dower · 6 years ago
  30. c4c421d bpo-37134: Use PEP570 syntax for sum() (GH-13851) by Pablo Galindo · 6 years ago
  31. c529967 bpo-36027: Extend three-argument pow to negative second argument (GH-13266) by Mark Dickinson · 6 years ago
  32. bdbad71 bpo-20092. Use __index__ in constructors of int, float and complex. (GH-13108) by Serhiy Storchaka · 6 years ago
  33. 059b9ea bpo-31968: Documentation -- add clarification on the globals dict for exec() (GH-13140) by Anthony Shaw · 6 years ago
  34. b82e17e bpo-36842: Implement PEP 578 (GH-12613) by Steve Dower · 6 years ago
  35. 565b4f1 bpo-34616: Add PyCF_ALLOW_TOP_LEVEL_AWAIT to allow top-level await (GH-13148) by Matthias Bussonnier · 6 years ago
  36. 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
  37. 548cb60 bpo-34085: Improve wording on classmethod/staticmethod (#8228) by Andre Delfino · 6 years ago
  38. 1aeeaeb bpo-21314: Add a FAQ entry about positional only parameters (GH-10641) by Lysandros Nikolaou · 6 years ago
  39. 11fa0e4 Doc: fix example for iter() function. (GH-11959) by Cristian Ciupitu · 6 years ago
  40. 3171df3 Clarify U-mode deprecation in open() (GH-11646) by Nick Coghlan · 7 years ago
  41. d378b1f bpo-34764: improve docs example of iter() with sentinel value (GH-11222) by Chris Rands · 7 years ago
  42. 2b57c43 bpo-35506: Remove redundant and incorrect links from keywords. (GH-11174) by Serhiy Storchaka · 7 years ago
  43. 6bdb6f7 fix dangling keyfunc examples in documentation of heapq and sorted (#1432) by Wolfgang Maier · 7 years ago
  44. 9dfa0fe bpo-34637: Make the *start* argument for *sum()* visible as a keyword argument. (GH-9208) by Raymond Hettinger · 7 years ago
  45. 3fe89da bpo-34434: Update doc for bool(), float() and int() arguments (GH-8834) by Louis Sautier · 7 years ago
  46. 225b055 bpo-22057: Clarify eval() documentation (GH-8812) by Berker Peksag · 7 years ago
  47. e22072f bpo-34149: Behavior of the min/max with key=None (GH-8328) by Alexander Marshalov · 7 years ago
  48. 33aefad Doc: Point to Simple statements section instead of PEP (GH-8238) by Andrés Delfino · 7 years ago
  49. 3ae2e33 classify abs() argument type (GH-8103) by Windson yang · 7 years ago
  50. bda9c3e Fix the indentation in the documentation of bin() and hash() (GH-7998) by Andrés Delfino · 7 years ago
  51. a8ddf85 bpo-33943: Add references in the docs for logging.basicConfig (GH-7858) by Andrés Delfino · 7 years ago
  52. 900c48d bpo-30940: Updating round() docs. (GH-6342) by Lisa Roach · 7 years ago
  53. df00f04 bpo-26701: Tweak the documentation for special methods in int(). (GH-6741) by Serhiy Storchaka · 7 years ago
  54. b3c3698 Fix superfluous if in documentation. (GH-6728) by Julien Palard · 7 years ago
  55. 308eab9 bpo-26701: Add documentation for __trunc__ (GH-6022) by Eric Appelt · 7 years ago
  56. f7a6ff6 Warn that compile() can crash when compiling to an AST object (GH-6043) by Brett Cannon · 7 years ago
  57. 2a3260b Fix minor markup typo (#5407) by cocoatomo · 8 years ago
  58. 03b9537 bpo-31567: more decorator markup fixes in docs (GH-3959) (#3966) by Éric Araujo · 8 years ago
  59. 0e61e67 bpo-31567: add or fix decorator markup in docs (#3959) by Daisuke Miyakawa · 8 years ago
  60. 36c1d1f PEP 553 built-in breakpoint() function (bpo-31353) (#3355) by Barry Warsaw · 8 years ago
  61. be37beb Doc that 'sorted' args are keyword-only, fix 'reverse' default (#2706) by Łukasz Rogalski · 8 years ago
  62. 67ba4fa bpo-26506: hex() documentation: mention %x % int (GH-2525) by Manvisha Kodali · 8 years ago
  63. e65fcde bpo-27200: Fix several doctests (GH-604) by Marco Buttu · 8 years ago
  64. c6db481 bpo-30052: Link `bytes` & `bytearray` to stdtypes not functions (GH-1271) by csabella · 8 years ago
  65. 873ef20 Fix a typo in Doc/library/functions.rst (GH-1117) by Joshua Diaddigo · 8 years ago
  66. 61b9ac9 bpo-29791: Clarify that flush is keyword-only argument (#1093) by Berker Peksag · 8 years ago
  67. 85deefc bpo-29677: DOC: clarify documentation for `round` (GH-877) by csabella · 8 years ago
  68. 6003db7 bpo-29677: DOC: clarify documentation for `round` (#357) by Gerrit Holl · 8 years ago
  69. 29540cd bpo-29892: Fix wrong markup on doc-lib-functions (GH-802) by NAKAMURA Osamu · 8 years ago
  70. 0264e46 Issue #28763: Use double hyphens (rendered as en-dashes) in numerical ranges by Serhiy Storchaka · 9 years ago
  71. c7b1a0b Issue #28763: Use double hyphens (rendered as en-dashes) in numerical ranges by Serhiy Storchaka · 9 years ago
  72. 99b6f28 Merge doc fixups from 3.5 by Martin Panter · 9 years ago
  73. 357ed2e Change double hyphens (en dashes) to em (longer) dashes by Martin Panter · 9 years ago
  74. a721aba Issue #26331: Implement the parsing part of PEP 515. by Brett Cannon · 9 years ago
  75. 871a334 Issue 27936: Update doc for round() to indicate that None is an allowable argument. by Raymond Hettinger · 9 years ago
  76. 3929499 Issue #1602: Windows console doesn't input or print Unicode (PEP 528) by Steve Dower · 9 years ago
  77. 6fa7aad Issue #26027, #27524: Document the support for path-like objects in os and os.path. by Brett Cannon · 9 years ago
  78. bce9cba Merge by Raymond Hettinger · 9 years ago
  79. 3f015a6 Issue #27157: Make only type() itself accept the one-argument form by Berker Peksag · 9 years ago
  80. 69da9c4 Issue #26547: Merge from 3.5 by Berker Peksag · 9 years ago
  81. 37e87e6 Issue #26547: Remove outdated term dictproxy from vars() documentation by Berker Peksag · 9 years ago
  82. 2fec611 Issue #24314: Merge doc links from 3.5 by Martin Panter · 9 years ago
  83. bae5d81 Issue #24314: Fix doc links for general attributes like __name__, __dict__ by Martin Panter · 9 years ago
  84. b08388d Issue #27182: Document os.PathLike. by Brett Cannon · 9 years ago
  85. d62548a issue27186: add open/io.open; patch by Jelle Zijlstra by Ethan Furman · 9 years ago
  86. dd4fcf5 #26829: Clarify that namespace is copied to a new __dict__ in instance creation. by R David Murray · 9 years ago
  87. 2c57da0 Add a versionchanged directive to document addition of the new 'namereplace' error handler. by Berker Peksag · 9 years ago
  88. 01a9a95 Issue #26525: Change chr example to match change in ord example. by Terry Jan Reedy · 9 years ago
  89. 063d48d Issue #26525: Change ord example from nu to more easily recognized Euro sign. by Terry Jan Reedy · 9 years ago
  90. 5d94134 Closes #25910: fix dead and permanently redirected links in the docs. Thanks to SilentGhost for the patch. by Georg Brandl · 9 years ago
  91. 0334c3c Issue #26401: Fix compile() documentation by Berker Peksag · 9 years ago
  92. fcb6db5 merge from 3.4 by Senthil Kumaran · 10 years ago
  93. d03d1d4 Issue25917 : Fix howto links in docs. Point the reference documentation instead of wiki. by Senthil Kumaran · 10 years ago
  94. 2eb819f Issue #25523: Merge "a" to "an" fixes from 3.4 into 3.5 by Martin Panter · 10 years ago
  95. 7462b649 Issue #25523: Correct "a" article to "an" article by Martin Panter · 10 years ago
  96. 44b1020 Merge with 3.4 by Terry Jan Reedy · 10 years ago
  97. 68b6874 Issue #25432: Explain isinstance behaviour when type is a tuple. by Terry Jan Reedy · 10 years ago
  98. c779216 Merge with 3.4 by Terry Jan Reedy · 10 years ago
  99. 43cba21 Make expression legal python by adding '1'. by Terry Jan Reedy · 10 years ago
  100. 29655df Issue #24064: Docuement that oroperty docstrings are now writeable. by Raymond Hettinger · 10 years ago