1. a3a93ae Bug #1396471: Document that Windows' ftell() can return invalid by Georg Brandl · 19 years ago
  2. 0f19423 Bug #1394868: doc typos by Georg Brandl · 19 years ago
  3. 75400db Bug #1389673: document correct return value of set methods by Georg Brandl · 19 years ago
  4. 6ee3391 Remove reference to the "t" open() mode as it is platform dependent. by Georg Brandl · 19 years ago
  5. d4bfe2c SF patch #1364946: Add a reference link from the dcoumentation of the encode by Walter Dörwald · 19 years ago
  6. 4094d04 fix link to subsection (SF bug #1311674) by Fred Drake · 19 years ago
  7. 1a66391 Fix markup. by Raymond Hettinger · 19 years ago
  8. 290f382 Revert patch for 1162912. by Georg Brandl · 19 years ago
  9. f73b4b0 bug [ 1162912 ] typesseq-mutable lacks note on combined key/cmp usage by Georg Brandl · 19 years ago
  10. 452b683 Cross reference the set built-ins with the sets module. by Raymond Hettinger · 19 years ago
  11. 24d7521 SF bug #1215887: String and list methods documentation deeply hidden by Raymond Hettinger · 19 years ago
  12. dede3bd SF bug #1209411: divmod documentation shd reference // not / by Raymond Hettinger · 19 years ago
  13. 7bebbe7 SF bug #1202395: Description of string.lstrip() needs improvement by Raymond Hettinger · 19 years ago
  14. 631bfe6 SF bug #1209671: dict.popitem documentation should mention empty dict case by Raymond Hettinger · 19 years ago
  15. 87bd3fe Correct swapped descriptions of empty string splits. by Raymond Hettinger · 19 years ago
  16. e490502 SF bug #1179957: Missing def'n of equality for set elements by Raymond Hettinger · 19 years ago
  17. 4e9907c SF bug #1119700: list extend() accepts args besides lists by Raymond Hettinger · 20 years ago
  18. bc029af SF bug #1108303: fix .split() maxsplit doc by Raymond Hettinger · 20 years ago
  19. 770184b SF bug #1105286: Undocumented implicit strip() in split(None) string method by Raymond Hettinger · 20 years ago
  20. 6880431 SF Patch #1093896: miscellaneous doc typos by Raymond Hettinger · 20 years ago
  21. 5d6057f Fix typo. by Raymond Hettinger · 20 years ago
  22. 23ce584 Clarify the ordering of dictionary keys. by Raymond Hettinger · 20 years ago
  23. 2269d86 Fix SF bug #1061770: Manual typesets bit-shift operators as guillemet by Fred Drake · 20 years ago
  24. 80adba6 Mistakes in the "sequence types" page: by Armin Rigo · 20 years ago
  25. 77d110d SF patch #1041364: True/False instead of 1/0 in libstdtypes.tex by Raymond Hettinger · 20 years ago
  26. 55be9ea Typo fix: 'comparisions' is not a word by Andrew M. Kuchling · 20 years ago
  27. bb30af4 Add missing close parenthesis. by Raymond Hettinger · 20 years ago
  28. 18c6960 SF bug #901654: split method documentation can be improved by Raymond Hettinger · 20 years ago
  29. 5e89795 This is my patch by Michael W. Hudson · 20 years ago
  30. 049e7aa Point out that the setdefault defaults the value to None. Inspired by by Michael W. Hudson · 20 years ago
  31. 34ed2b0 Typo fix; use 'in-place' instead of 'inplace' by Andrew M. Kuchling · 20 years ago
  32. 52a21b8 SF patch #980695: efficient string concatenation by Raymond Hettinger · 20 years ago
  33. e9ddfbb SF #989185: Drop unicode.iswide() and unicode.width() and add by Hye-Shik Chang · 20 years ago
  34. cab5b94 SF bug #995983 and #995987: Documentation nits. by Raymond Hettinger · 20 years ago
  35. ac1075a Document that encode() and decode() raise UnicodeError instead of ValueError. by Walter Dörwald · 20 years ago
  36. ecf7a52 link to the codecs page from the "".encode() description. by Skip Montanaro · 20 years ago
  37. 4a9b806 Document string methods that are locale-dependent. Fixes #935749. by Martin v. Löwis · 20 years ago
  38. 974ed7c - SF #962502: Add two more methods for unicode type; width() and by Hye-Shik Chang · 20 years ago
  39. f72de0f add note about the __name__ read-only attribute (closes SF bug #952212) by Fred Drake · 20 years ago
  40. 9168c70 SF Patch #912462: Relocate \end tag to the right place. by Hye-Shik Chang · 20 years ago
  41. 31017ae SF #904720: dict.update should take a 2-tuple sequence like dict.__init_ by Raymond Hettinger · 20 years ago
  42. 91f5cbe SF bug #872461: list.extend() described as experimental by Raymond Hettinger · 21 years ago
  43. 50e7a11 Correct misrepresentation of print (it uses str(), not `...` for by Guido van Rossum · 21 years ago
  44. 401d1e3 fix a variety of markup bugs by Fred Drake · 21 years ago
  45. 7c67cb8 markup fix by Fred Drake · 21 years ago
  46. 64958a1 Guido grants a Christmas wish: by Raymond Hettinger · 21 years ago
  47. c6f066f Update documentations for str.rsplit() with Alex Martelli's rewrite. by Hye-Shik Chang · 21 years ago
  48. 3ae811b Add rsplit method for str and unicode builtin types. by Hye-Shik Chang · 21 years ago
  49. 7245265 Add version changed doc for addition of fillchar to ljust/rjust/center by Neal Norwitz · 21 years ago
  50. 4f8f976 Add optional fillchar argument to ljust(), rjust(), and center() string methods. by Raymond Hettinger · 21 years ago
  51. f5f41bf * Checkin remaining documentation by Raymond Hettinger · 21 years ago
  52. 9885c93 Fix typo. by Raymond Hettinger · 21 years ago
  53. 0a9b9da Add list.sorted() classmethod. by Raymond Hettinger · 21 years ago
  54. d22bb65 Avoid confusing name for the 3rd argument to str.replace(). by Fred Drake · 21 years ago
  55. 5b6150e markup fixes; this would not format by Fred Drake · 21 years ago
  56. 6828e18 Patch #825679: Clarify semantics of .isfoo on empty strings. Backported to 2.3. by Martin v. Löwis · 21 years ago
  57. 849a972 Patch #809535: Mention behaviour of seek on text files. Backported to 2.3. by Martin v. Löwis · 21 years ago
  58. 42b1ba3 * list.sort() now supports three keyword arguments: cmp, key, and reverse. by Raymond Hettinger · 21 years ago
  59. 74c8e55 SF bug #804280: fromkeys is not listed in index by Raymond Hettinger · 21 years ago
  60. b67449d Fix spacing markup and other sundries. by Raymond Hettinger · 21 years ago
  61. 8170200 SF patch #797180: Bug 792656: slicing explained by Raymond Hettinger · 21 years ago
  62. 6e13bcc SF bug #775836: change 0,1 to False,True in dict.has_key doc by Raymond Hettinger · 21 years ago
  63. 46f681c Discussion of signatures for unicode.translate() and str.translate() by Raymond Hettinger · 21 years ago
  64. 2dd8c42 SF bug #696777: How to make a class iterable using a member generator. by Raymond Hettinger · 21 years ago
  65. 93719b5 Updated documentation for the new slice arguments for list.index(). by Walter Dörwald · 21 years ago
  66. 19a5a71 Patch #744238: Explain that different string types also may compare equal. by Martin v. Löwis · 21 years ago
  67. 0dfd7a9 Missing parenthesis found by texcheck.py by Raymond Hettinger · 21 years ago
  68. 5467d4c Patch #612627: Add encoding attribute to file objects, and determine by Martin v. Löwis · 21 years ago
  69. 90fc0b3 At the site of an indexed reference to print, point to the relevant by Fred Drake · 21 years ago
  70. 3a3cca5 - list.insert(i, x) now interprets negative i as it would be by Guido van Rossum · 21 years ago
  71. 4cee220 - added example of using a comparison function with list.sort(), and by Fred Drake · 21 years ago
  72. a3e1e4c SF patch #693753: fix for bug 639806: default for dict.pop by Raymond Hettinger · 21 years ago
  73. 9c20615 Back in June in revision 1.98 Steve (accidentally, presumably) wiped by Michael W. Hudson · 21 years ago
  74. f927f14 Fix SF bug #687655, String formatting conversions misleading by Neal Norwitz · 22 years ago
  75. 2bd1568 SF patch 664183 and SF bug 664044: Note that both u'%s' % 'x' and by Raymond Hettinger · 22 years ago
  76. 4abd5f0 Allow list sort's comparison function to explicitly be None. See SF patch by Skip Montanaro · 22 years ago
  77. f8bcfb1 SF Bug 645777: list.extend() works with any iterable and is no longer by Raymond Hettinger · 22 years ago
  78. 786ddb2 Fixed bug by Gustavo Niemeyer · 22 years ago
  79. d2bef82 Update comments about the performance of xrange(). by Raymond Hettinger · 22 years ago
  80. 71aa6d6 Patch #646824: Remove extra \end. by Martin v. Löwis · 22 years ago
  81. e33d3df SF Patch 643443. Added dict.fromkeys(iterable, value=None), a class by Raymond Hettinger · 22 years ago
  82. e55bec2 Better note that str.zfill() was added in 2.2.2 as well. ;-( by Fred Drake · 22 years ago
  83. 9171801 Document that a minor feature was added in 2.2.2. ;-( Closes SF bug #639170. by Fred Drake · 22 years ago
  84. b9099c3 SF patch 637176: list.sort crasher by Tim Peters · 22 years ago
  85. f596826 - The "-" format flag overrides the "0" flag, not the "-" flag. by Fred Drake · 22 years ago
  86. 36c2bd8 Remove spurious period. by Fred Drake · 22 years ago
  87. 0177783 Extend some comments on the order of values in the returns from by Fred Drake · 22 years ago
  88. 442c7c7 Clarify that the bool instances are acceptable return values from by Fred Drake · 22 years ago
  89. 0fc0186 Document file.next(). Mark xreadlines obsolete (both method and by Guido van Rossum · 22 years ago
  90. 817918c Committing patch #591250 which provides "str1 in str2" when str1 is a by Barry Warsaw · 22 years ago
  91. 7482458 Added new footnote about list.sort() stability. Repaired footnote about by Tim Peters · 22 years ago
  92. 9534e14 Record the decision that StopIteration is a sink state (see recent by Guido van Rossum · 22 years ago
  93. 3e59f72 Clarify the return value of __nonzero__(): It *must* be an integer. by Fred Drake · 22 years ago
  94. 1e4519f Make a start at describing the results of class/type unification by Steve Holden · 22 years ago
  95. 9c92b69 Use \code{True} (or False) instead of true/false. by Neal Norwitz · 22 years ago
  96. 5efaf7e This is my nearly two year old patch by Michael W. Hudson · 22 years ago
  97. 177b4a0 Jack's documentation for the U mode character on the file() by Barry Warsaw · 22 years ago
  98. 6cf09f0 Patch 543387. Document deprecation of complex %, //,and divmod(). by Raymond Hettinger · 22 years ago
  99. b07fa39 Added missing index entries for mapping methods. Closes patch #548693. by Raymond Hettinger · 22 years ago
  100. b903201 Update the xrange object description to reflect the removal of deprecated by Fred Drake · 22 years ago