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