1. e1ca355 [Bug #918710] Add paragraph to clarify docs by Andrew M. Kuchling · 20 years ago
  2. 175d188 avoid backticks in examples; use repr() instead by Fred Drake · 20 years ago
  3. 4a9b806 Document string methods that are locale-dependent. Fixes #935749. by Martin v. Löwis · 20 years ago
  4. eac324b Patch #957240: Add count parameter to asyncore.loop. by Martin v. Löwis · 20 years ago
  5. 974ed7c - SF #962502: Add two more methods for unicode type; width() and by Hye-Shik Chang · 20 years ago
  6. 92816de Patch #932930: suggest the use of rawstrings for backslashes. by Martin v. Löwis · 20 years ago
  7. 2a6ba90 Patch #963318: Add support for client-side cookie management. by Martin v. Löwis · 20 years ago
  8. 027bb63 Add weakref support to sockets and re pattern objects. by Raymond Hettinger · 20 years ago
  9. 79cddc5 stupid, stupid, stupid... raw_input() already supports readline() if the by Skip Montanaro · 20 years ago
  10. b98a8ba Add example that uses readline.readline(). by Skip Montanaro · 20 years ago
  11. 0dc2310 Exposed readline() function from the readline module. by Skip Montanaro · 20 years ago
  12. e36894d Updated to reflect new types. by Raymond Hettinger · 20 years ago
  13. 8bc81fc Added description for authenticate and namespace by Piers Lauder · 20 years ago
  14. 8290314 ConfigParser: by Fred Drake · 20 years ago
  15. b4c6091 ConfigParser: by Fred Drake · 20 years ago
  16. abc086f ConfigParser: by Fred Drake · 20 years ago
  17. bc12b01 ConfigParser: by Fred Drake · 20 years ago
  18. 0e371f2 Make sure "del d[n]" is properly supported. Was necessary because the by Raymond Hettinger · 20 years ago
  19. 1cd6e4d fix various descriptions of "ctime" (closes SF patch #870287) by Fred Drake · 20 years ago
  20. bb066cf fix various typos; thanks, George Yoshida! (closes SF patch #952047) by Fred Drake · 20 years ago
  21. f72de0f add note about the __name__ read-only attribute (closes SF bug #952212) by Fred Drake · 20 years ago
  22. 0d73621 markup adjustment by Fred Drake · 20 years ago
  23. dd69b0a Added a note describing how fp should be opened in binary mode, especially on by Barry Warsaw · 20 years ago
  24. fb85739 Point out that %p has no effect on the output hour in strptime unless %I is by Skip Montanaro · 20 years ago
  25. e7169eb Add more examples. by Raymond Hettinger · 20 years ago
  26. e143bbb fix documentation for ContentHandler.ignorableWhitespace() by Fred Drake · 21 years ago
  27. 99872c1 [Bug #810879] Document that copyfile() can fail if you don't have permissions; also, fix a double negative. by Andrew M. Kuchling · 21 years ago
  28. 0fefc14 Fix small grammatical mistake. by Brett Cannon · 21 years ago
  29. 8aa8c84 add an index entry for __getnewargs__() by Fred Drake · 21 years ago
  30. 0de77d1 - note that __getinitargs__() is only for old-style classes by Fred Drake · 21 years ago
  31. 04d92c3 Remove list of pickle protocol names used by the copy module; there by Fred Drake · 21 years ago
  32. cee8879 note that the error code for socket.gaierror will be one of the EAI_* by Fred Drake · 21 years ago
  33. 4fe97ca SF #814606: merge from release23-maint branch: clarify/cleanup by Greg Ward · 21 years ago
  34. 5068c87 Document readline module functions added in Python 2.3. See: by Phillip J. Eby · 21 years ago
  35. d7911a3 Minor documentation nits. by Raymond Hettinger · 21 years ago
  36. f5f9a370 Add an example application to the docs. by Raymond Hettinger · 21 years ago
  37. 6fbf703 the headers in an HTTP request are HTTP headers, not MIME headers by Fred Drake · 21 years ago
  38. ceeb191 remove out-of-date count of the functions in winsound by Fred Drake · 21 years ago
  39. 0ed6634 really scream out that people should use the file objects instead of by Fred Drake · 21 years ago
  40. 10659f2 bring description of optional and keyword args for DictReader and DictWriter by Skip Montanaro · 21 years ago
  41. 8efc74d remove bogus markup that caused the docs to be wrong by Fred Drake · 21 years ago
  42. 6b3b046 fix up some markup by Fred Drake · 21 years ago
  43. 94ffbb7 give rational filenames to some of the generated HTML by Fred Drake · 21 years ago
  44. ba813e2 #928751, fix typos in socket doc by Neal Norwitz · 21 years ago
  45. 8123ff6 remove out-of-date warning by Fred Drake · 21 years ago
  46. 504ca68 Note that reading from a socket may not always return all of the by Fred Drake · 21 years ago
  47. 267b062 - make sure the methods minidom adds to the basic DOM are attributed by Fred Drake · 21 years ago
  48. 2f00c54 fix typo by Fred Drake · 21 years ago
  49. f39c3c7 note that distutils API docs are included in "Distributing Python Modules" by Fred Drake · 21 years ago
  50. c69ebe8 Enable the profiling of C functions (builtins and extensions) by Nicholas Bastin · 21 years ago
  51. fee6f33 more markup nits by Fred Drake · 21 years ago
  52. e05c3e0 fix markup nits by Fred Drake · 21 years ago
  53. 824b1b2 Added command line options for profile.py - one for stats output file by Nicholas Bastin · 21 years ago
  54. 1eb4bfc Added global runctx function to profile to fix SF Bug #716587 by Nicholas Bastin · 21 years ago
  55. 07973da Modified string.split documentation to reflect behaviour of splitting emtpy string. Closes SF bug #811604 by Nicholas Bastin · 21 years ago
  56. 20a8336 concrete example of why retaining old objects is good by Skip Montanaro · 21 years ago
  57. 8b6cc2e Removed extra period from \versionchanged entry; macro adds period by Brett Cannon · 21 years ago
  58. 508c57d Clarify docs on where .pth files can exist. by Brett Cannon · 21 years ago
  59. fe703e0 SF bug #918371: hasattr()'s return type by Raymond Hettinger · 21 years ago
  60. 8e6ad6f Expand on the semantics of reload(). Closes #919099. by Skip Montanaro · 21 years ago
  61. 5c5316f Add a new unicode codec: ptcp154 (Kazakh) by Hye-Shik Chang · 21 years ago
  62. d1de45f Fix capitalization of title for subsection 2. by Brett Cannon · 21 years ago
  63. bdda9f3 The example files need to be opened with the "b" flag. by Skip Montanaro · 21 years ago
  64. 49f9bd1 SF feature request #686323: Minor array module enhancements by Raymond Hettinger · 21 years ago
  65. 9168c70 SF Patch #912462: Relocate \end tag to the right place. by Hye-Shik Chang · 21 years ago
  66. 31017ae SF #904720: dict.update should take a 2-tuple sequence like dict.__init_ by Raymond Hettinger · 21 years ago
  67. d1080a3 Have strftime() check its time tuple argument to make sure the tuple's values by Brett Cannon · 21 years ago
  68. 0a4977c Replace left(), right(), and __reversed__() with the more general purpose by Raymond Hettinger · 21 years ago
  69. 738ec90 Improvements to collections.deque(): by Raymond Hettinger · 21 years ago
  70. fb0521f Use versionadded for new features by Neal Norwitz · 21 years ago
  71. 3e0877e Add version changed/added to doc by Neal Norwitz · 21 years ago
  72. 59e02c1 fix typo in reference to RFC 3464 DSN MIME type by Fred Drake · 21 years ago
  73. e2b4b32 Implementation of patch 869468 by David Ascher · 21 years ago
  74. 70a6b49 Replace backticks with repr() or "%r" by Walter Dörwald · 21 years ago
  75. 5de3378 SF patch #892821: example for urllib2 has SyntaxError by Raymond Hettinger · 21 years ago
  76. 4c9800d SF bug #892854: typo in textwrap doc page (Reported by Drew Perttula.) by Raymond Hettinger · 21 years ago
  77. 5c5eb86 * Incorporate Skip's suggestions for documentation (explain the word deque by Raymond Hettinger · 21 years ago
  78. 7209294 a couple other sunos4 support items removed by Skip Montanaro · 21 years ago
  79. c058fd1 * Fix ref counting in extend() and extendleft(). by Raymond Hettinger · 21 years ago
  80. 3ba85c2 Have deques support high volume loads. by Raymond Hettinger · 21 years ago
  81. 21ae4f9 minor markup adjustments by Fred Drake · 21 years ago
  82. 4458ece Clarify minor point about the ref() and proxy() constructors. by Fred Drake · 21 years ago
  83. dd256d9 Add documentation for collections.deque(). by Raymond Hettinger · 21 years ago
  84. e52f3b1 Add documentation for collections.deque(). by Raymond Hettinger · 21 years ago
  85. 756b3f3 * Move collections.deque() in from the sandbox by Raymond Hettinger · 21 years ago
  86. bd12b18 fix whitespace style (inconsistent with the rest of the docs) by Fred Drake · 21 years ago
  87. fcc5176 update signature of the socket constructor by Fred Drake · 21 years ago
  88. ee3c607 add missing period by Fred Drake · 21 years ago
  89. 913829c fix markup by Fred Drake · 21 years ago
  90. db8d1c2 add references between getopt and optparse docs by Skip Montanaro · 21 years ago
  91. 226f697 fix method name in example code by Fred Drake · 21 years ago
  92. 1fe9750 add direct link to the article in DDJ closes SF bug #871402 by Fred Drake · 21 years ago
  93. ba0485a expand on notion of row object type by Skip Montanaro · 21 years ago
  94. 7895146 typo by Skip Montanaro · 21 years ago
  95. 734fb57 Add a Guido inspired example for groupby(). by Raymond Hettinger · 21 years ago
  96. 3e2a306 Add CJK codecs support as discussed on python-dev. (SF #873597) by Hye-Shik Chang · 21 years ago
  97. 621b443 - add warning that hotshot doesn't work well with threads - fix some markup by Fred Drake · 21 years ago
  98. 990a46b minor markup improvements by Fred Drake · 21 years ago
  99. 3bbd115 markup changes by Fred Drake · 21 years ago
  100. 44a9823 [Bug #873205] Update URL by Andrew M. Kuchling · 21 years ago