1. dd4fcf5 #26829: Clarify that namespace is copied to a new __dict__ in instance creation. by R David Murray · 9 years ago
  2. 2c57da0 Add a versionchanged directive to document addition of the new 'namereplace' error handler. by Berker Peksag · 9 years ago
  3. 01a9a95 Issue #26525: Change chr example to match change in ord example. by Terry Jan Reedy · 9 years ago
  4. 063d48d Issue #26525: Change ord example from nu to more easily recognized Euro sign. by Terry Jan Reedy · 9 years ago
  5. 5d94134 Closes #25910: fix dead and permanently redirected links in the docs. Thanks to SilentGhost for the patch. by Georg Brandl · 9 years ago
  6. 0334c3c Issue #26401: Fix compile() documentation by Berker Peksag · 9 years ago
  7. fcb6db5 merge from 3.4 by Senthil Kumaran · 10 years ago
  8. d03d1d4 Issue25917 : Fix howto links in docs. Point the reference documentation instead of wiki. by Senthil Kumaran · 10 years ago
  9. 2eb819f Issue #25523: Merge "a" to "an" fixes from 3.4 into 3.5 by Martin Panter · 10 years ago
  10. 7462b649 Issue #25523: Correct "a" article to "an" article by Martin Panter · 10 years ago
  11. 44b1020 Merge with 3.4 by Terry Jan Reedy · 10 years ago
  12. 68b6874 Issue #25432: Explain isinstance behaviour when type is a tuple. by Terry Jan Reedy · 10 years ago
  13. c779216 Merge with 3.4 by Terry Jan Reedy · 10 years ago
  14. 43cba21 Make expression legal python by adding '1'. by Terry Jan Reedy · 10 years ago
  15. 29655df Issue #24064: Docuement that oroperty docstrings are now writeable. by Raymond Hettinger · 10 years ago
  16. 0907a45 Issue #23695: Explain the zip() example for clustering a data series into n-length groups. by Raymond Hettinger · 10 years ago
  17. cb39d1f Issue 19933: Provide default argument for ndigits in round. Patch by Vajrasky Kok. by Steve Dower · 10 years ago
  18. 708d9ba Issue #23618: Document EINTR changes in socket documentation by Victor Stinner · 10 years ago
  19. a766ddf Issue #23648: Document the PEP 475 in the "Porting to Python 3.5" section and by Victor Stinner · 10 years ago
  20. b365a06 change Σ to ν for obscure joke reasons by Benjamin Peterson · 10 years ago
  21. 07985ef Issue #22286: The "backslashreplace" error handlers now works with by Serhiy Storchaka · 11 years ago
  22. 3be472b Closes #23181: codepoint -> code point by Georg Brandl · 11 years ago
  23. 582acb7 Merge issue 19548 changes from 3.4 by Nick Coghlan · 11 years ago
  24. b9fdb7a Issue 19548: update codecs module documentation by Nick Coghlan · 11 years ago
  25. 166ebc4 Issue #19676: Added the "namereplace" error handler. by Serhiy Storchaka · 11 years ago
  26. e21a531 merge with 3.4 by Georg Brandl · 11 years ago
  27. e4196d3 #22613: fix several factual errors in builtin docs (thanks Jacques Ducasse) by Georg Brandl · 11 years ago
  28. cadc3fd Merge with 3.4 by Georg Brandl · 11 years ago
  29. e73778c Use https:// URLs when referring to python.org hosts. by Georg Brandl · 11 years ago
  30. a7d19fe #22237: merge with 3.4. by Ezio Melotti · 11 years ago
  31. 9b1e92f #22237: document that sorted() is guaranteed to be stable. Initial patch by Martin Panter. by Ezio Melotti · 11 years ago
  32. 7cf710a Merge 3.4 (open doc) by Victor Stinner · 11 years ago
  33. c803bd8 Issue #22695: Fix syntax of open() doc by Victor Stinner · 11 years ago
  34. 933430a Issue #17401: document closefd in io.FileIO docs and add to repr by Robert Collins · 11 years ago
  35. c53bc48 merge with 3.4 by Georg Brandl · 11 years ago
  36. eb7e8f6 Document builtin classes as such, not functions. by Georg Brandl · 11 years ago
  37. cf4d699 Merge with 3.4 by Terry Jan Reedy · 11 years ago
  38. 1895f2b Issue 22492: Be explicit that print does not support binary mode files. by Terry Jan Reedy · 11 years ago
  39. 7809569 sigma actually works in latex... by Benjamin Peterson · 11 years ago
  40. 7df46aa try to pick a unicode char that latex understands by Benjamin Peterson · 11 years ago
  41. 5fb161f a more universal unicode char example by Benjamin Peterson · 11 years ago
  42. eed6719 Clarify ord() and chr() documentation by Nick Coghlan · 11 years ago
  43. ac191ce Issue #22174: Clean-up grammar and ambiguities in property() docs. by Raymond Hettinger · 11 years ago
  44. 3410af4 Add an index entry for exec() builtin. by Berker Peksag · 11 years ago
  45. f2fb73f Issue #19362: Tweek len() doc and docstring to expand the indicated range of by Terry Jan Reedy · 11 years ago
  46. d3faf43 Issue #23181: More "codepoint" -> "code point". by Serhiy Storchaka · 11 years ago
  47. b30b34c Issue 21143: Fix typo in docs for max(). by Raymond Hettinger · 11 years ago
  48. f4284e4 Documentation nit. List the traditional keyword-only argument first and the default last. by Raymond Hettinger · 11 years ago
  49. df48b97 Fix a few scoping issues with versionadded/versionchanged directives. by Georg Brandl · 11 years ago
  50. 3732ed2 Merge in all documentation changes since branching 3.4.0rc1. by Larry Hastings · 11 years ago
  51. d45a46b merge 3.3 (#19910) by Benjamin Peterson · 12 years ago
  52. 933142a document that compile() can take bytes (closes #19910) by Benjamin Peterson · 12 years ago
  53. 0e90e99 Issue #19795: Improved markup of True/False constants. by Serhiy Storchaka · 12 years ago
  54. fbc1c26 Issue #19795: Improved markup of True/False constants. by Serhiy Storchaka · 12 years ago
  55. 6787a38 Issue #15204: Deprecated the 'U' mode in file-like objects. by Serhiy Storchaka · 12 years ago
  56. 0d85b5c Issue #19190: Improve cross-references in builtin types and functions documentation. by Serhiy Storchaka · 12 years ago
  57. 0d196ed Issue #19190: Improve cross-references in builtin types and functions documentation. by Serhiy Storchaka · 12 years ago
  58. daf4555 Issue #18571: Implementation of the PEP 446: file descriptors and file handles by Victor Stinner · 12 years ago
  59. f9f0458 merge emphasized discouragement of overriding __import__ by Brett Cannon · 12 years ago
  60. f5ebd26 Emphasize that people should not override __import__. by Brett Cannon · 12 years ago
  61. 4958f71 - Issue #18440: Clarify that `hash()` can truncate the value returned from an by Barry Warsaw · 12 years ago
  62. 224a599 - Issue #18440: Clarify that `hash()` can truncate the value returned from an by Barry Warsaw · 12 years ago
  63. 4d6018f Issue 18111: Add a default argument to min() and max() by Raymond Hettinger · 12 years ago
  64. f567727 Merge with 3.3 by Andrew Kuchling · 12 years ago
  65. c7b6c50 Describe 'surrogateescape' in the documentation. by Andrew Kuchling · 12 years ago
  66. d710017 Clarify which dictionaries are updateable by Raymond Hettinger · 12 years ago
  67. 697fd46 merge by Raymond Hettinger · 12 years ago
  68. 1bab713 Merge with 3.3. by Georg Brandl · 12 years ago
  69. 44ea77b Closes #4159: add LaTeX tabular column specifications to tables that otherwise are cut off or have overlapping text. by Georg Brandl · 12 years ago
  70. 8b8df5a Merge with 3.3 by Terry Jan Reedy · 12 years ago
  71. f39cab1 Merge with 3.2 by Terry Jan Reedy · 12 years ago
  72. dff04f4 Issue #17418: specify that buffer sizes are bytes as soon as possible. by Terry Jan Reedy · 12 years ago
  73. a41fb4b #17351: merge with 3.3. by Ezio Melotti · 12 years ago
  74. c9cfcf1 #17351: merge with 3.2. by Ezio Melotti · 12 years ago
  75. af8838f #17351: remove "object" inheritance from docs. Patch by Phil Elson. by Ezio Melotti · 12 years ago
  76. 07c7136 Issue #16772: in int(x, base), non-integer bases must have an __index__ method. by Mark Dickinson · 13 years ago
  77. 0794fe0 Add NEWS and docs for #9856 by Andrew Svetlov · 13 years ago
  78. bb4e941 Add a str class entry to the "Text Sequence Type" section (issue #16209). by Chris Jerdonek · 13 years ago
  79. 5bd9270 Address reviews for open’s opener argument doc patch (#13424). by Éric Araujo · 13 years ago
  80. 5fae0e5 Improve str() and object.__str__() documentation (issue #13538). by Chris Jerdonek · 13 years ago
  81. 296c2fd Merge from 3.2: adjust set and frozenset function docs (issue #16436). by Chris Jerdonek · 13 years ago
  82. df3abec Link set and frozenset function docs to their class definitions (issue #16436). by Chris Jerdonek · 13 years ago
  83. 309b043 Avoid fd leak in example. Caught by Serhiy. by Éric Araujo · 13 years ago
  84. 8f423c9 Add examples for opener argument of open (#13424). by Éric Araujo · 13 years ago
  85. e6c0f0d #16210: merge with 3.2. by Ezio Melotti · 13 years ago
  86. 837cd06 #16210: combine the two type() docs. Patch by Pete Sevander. by Ezio Melotti · 13 years ago
  87. 39b8670 Issue #16206: Merge dict documentation improvements from 3.2. by Chris Jerdonek · 13 years ago
  88. f341317 Issue #16206: Improve the documentation of the dict constructor. by Chris Jerdonek · 13 years ago
  89. 006d907 Undo changes accidentally reverted in de8787029fe4. by Chris Jerdonek · 13 years ago
  90. 143d034 merge 3.2 by Benjamin Peterson · 13 years ago
  91. 7fa8222 Fix links to the __next__ method. by Ezio Melotti · 13 years ago
  92. 042fa65 Issue #14783: Merge changes from 3.2. by Chris Jerdonek · 13 years ago
  93. 83fe2e1 Issue #14783: Improve int() docstring and also str(), range(), and slice(). by Chris Jerdonek · 13 years ago
  94. 2246aa8 Issue #16036: Merge update from 3.2. by Chris Jerdonek · 13 years ago
  95. 57491e0 Issue #16036: Improve documentation of built-in int()'s signature and arguments. by Chris Jerdonek · 13 years ago
  96. 7c6c80d Issue 15985: merge from 3.2. by Mark Dickinson · 13 years ago
  97. 4e12ad1 Issue 15985: fix round argument names in documentation. Thanks Chris Jerdonek. by Mark Dickinson · 13 years ago
  98. 8429b67 #15831: merge with 3.2 by Ezio Melotti · 13 years ago
  99. e0add76 #15831: document multiple signatures on different lines. Patch by Chris Jerdonek. by Ezio Melotti · 13 years ago
  100. 83c0ae5 Address most of Ezio's comments. str/bytes/bytearray docs still need consolidation by Nick Coghlan · 13 years ago