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