1. e1ca355 [Bug #918710] Add paragraph to clarify docs by Andrew M. Kuchling · 20 years ago
  2. 1b50b43 [Bug #936837] Add missing word by Andrew M. Kuchling · 20 years ago
  3. 2d6783b SF #966375: Fix typo (Reported by Kristian Ovaska) by Hye-Shik Chang · 20 years ago
  4. 22ec5c3 if we must argue over the/they, we can just remove the unecessary word by Fred Drake · 20 years ago
  5. 175d188 avoid backticks in examples; use repr() instead by Fred Drake · 20 years ago
  6. 2d1a2aa Fix typo: the-->they by Raymond Hettinger · 20 years ago
  7. 6dfed6c Fix typo. by Guido van Rossum · 20 years ago
  8. 3151e18 Small clarification. by Michael W. Hudson · 20 years ago
  9. d6d35d9 - fix typo reported by John Belmonte - wrap a long line by Fred Drake · 20 years ago
  10. 77ca6c4 Warn abou missing mutate flag to ioctl. Fixes #696535. by Martin v. Löwis · 20 years ago
  11. 9bc4f2d Drop claims that Unicode always means UCS-2. Fixes #881861. by Martin v. Löwis · 20 years ago
  12. 4a9b806 Document string methods that are locale-dependent. Fixes #935749. by Martin v. Löwis · 20 years ago
  13. eac324b Patch #957240: Add count parameter to asyncore.loop. by Martin v. Löwis · 20 years ago
  14. 974ed7c - SF #962502: Add two more methods for unicode type; width() and by Hye-Shik Chang · 20 years ago
  15. d783694 Remove old reminder by Andrew M. Kuchling · 20 years ago
  16. 9c322fb The expression list in inheritance is not optional. Fixes #960448. by Martin v. Löwis · 20 years ago
  17. 477c856 Move grammar rule for lambda_form into section on lambdas. Fixes #964525. by Martin v. Löwis · 20 years ago
  18. 13ff116 Fix typo reported in #964592. Will backport to 2.3. by Martin v. Löwis · 20 years ago
  19. dd07e59 Document PyModule_AddIntConstant to take a long. Fixes #962471. by Martin v. Löwis · 20 years ago
  20. e440e47 Patch #957398: Add public API for Generator Object/Type. by Martin v. Löwis · 20 years ago
  21. e148595 Fixup spacing in an example. by Raymond Hettinger · 20 years ago
  22. 2f50e90 SF patch 959726: sdist versus SVN by Tim Peters · 20 years ago
  23. 92816de Patch #932930: suggest the use of rawstrings for backslashes. by Martin v. Löwis · 20 years ago
  24. 2a6ba90 Patch #963318: Add support for client-side cookie management. by Martin v. Löwis · 20 years ago
  25. 874ebd5 Add weakref support to sockets and re pattern objects. by Raymond Hettinger · 20 years ago
  26. 027bb63 Add weakref support to sockets and re pattern objects. by Raymond Hettinger · 20 years ago
  27. 4ccf336 Fill-in the introductory paragraph for the library tour. by Raymond Hettinger · 20 years ago
  28. 846865b Add a further tour of the standard library. by Raymond Hettinger · 20 years ago
  29. a8aebce Follow official recommendation for domain names in examples. by Raymond Hettinger · 20 years ago
  30. 79cddc5 stupid, stupid, stupid... raw_input() already supports readline() if the by Skip Montanaro · 20 years ago
  31. b98a8ba Add example that uses readline.readline(). by Skip Montanaro · 20 years ago
  32. 0dc2310 Exposed readline() function from the readline module. by Skip Montanaro · 20 years ago
  33. e36894d Updated to reflect new types. by Raymond Hettinger · 20 years ago
  34. 956e4f7 Clarify when iter() is first called in generator expressions. by Raymond Hettinger · 20 years ago
  35. 8bc81fc Added description for authenticate and namespace by Piers Lauder · 20 years ago
  36. 6e1fd2f Improved wording for generator expressions. by Raymond Hettinger · 20 years ago
  37. 170a622 Add more docs for generator expressions. by Raymond Hettinger · 20 years ago
  38. 354433a SF patch #872326: Generator expression implementation by Raymond Hettinger · 20 years ago
  39. 9f15b5c add some notes about the changes to ConfigParser by Fred Drake · 20 years ago
  40. 8290314 ConfigParser: by Fred Drake · 20 years ago
  41. b4c6091 ConfigParser: by Fred Drake · 20 years ago
  42. abc086f ConfigParser: by Fred Drake · 20 years ago
  43. bc12b01 ConfigParser: by Fred Drake · 20 years ago
  44. 0e371f2 Make sure "del d[n]" is properly supported. Was necessary because the by Raymond Hettinger · 20 years ago
  45. 1cd6e4d fix various descriptions of "ctime" (closes SF patch #870287) by Fred Drake · 20 years ago
  46. 043fff0 minor wording cleanup by Fred Drake · 20 years ago
  47. bb066cf fix various typos; thanks, George Yoshida! (closes SF patch #952047) by Fred Drake · 20 years ago
  48. f72de0f add note about the __name__ read-only attribute (closes SF bug #952212) by Fred Drake · 20 years ago
  49. 112f8f4 use tools/getversioninfo to extract the version number from the Python sources by Fred Drake · 20 years ago
  50. 6d340c3 remove assignment to unused variable by Fred Drake · 20 years ago
  51. 3b4ab23 update to reflect the current location of the SF bugs search box by Fred Drake · 20 years ago
  52. 0d73621 markup adjustment by Fred Drake · 20 years ago
  53. dd69b0a Added a note describing how fp should be opened in binary mode, especially on by Barry Warsaw · 20 years ago
  54. fb85739 Point out that %p has no effect on the output hour in strptime unless %I is by Skip Montanaro · 20 years ago
  55. c7c9a3a don't make assumptions about $PATH in Cygwin instructions by Fred Drake · 20 years ago
  56. e7169eb Add more examples. by Raymond Hettinger · 20 years ago
  57. 67a521e note that descriptor objects must be instances of new-style types by Fred Drake · 20 years ago
  58. e143bbb fix documentation for ContentHandler.ignorableWhitespace() by Fred Drake · 20 years ago
  59. 56fcc23 markup adjustments by Fred Drake · 20 years ago
  60. 456ab1d Swap public and system ID in start_doctype_decl. Fixes #780300. by Martin v. Löwis · 20 years ago
  61. f1f0560 Patch #940026: Explain "in" when it is first used. Backported to 2.3. by Martin v. Löwis · 20 years ago
  62. 99872c1 [Bug #810879] Document that copyfile() can fail if you don't have permissions; also, fix a double negative. by Andrew M. Kuchling · 20 years ago
  63. 0fefc14 Fix small grammatical mistake. by Brett Cannon · 20 years ago
  64. 8aa8c84 add an index entry for __getnewargs__() by Fred Drake · 20 years ago
  65. 0de77d1 - note that __getinitargs__() is only for old-style classes by Fred Drake · 20 years ago
  66. 04d92c3 Remove list of pickle protocol names used by the copy module; there by Fred Drake · 20 years ago
  67. cee8879 note that the error code for socket.gaierror will be one of the EAI_* by Fred Drake · 20 years ago
  68. 4fe97ca SF #814606: merge from release23-maint branch: clarify/cleanup by Greg Ward · 20 years ago
  69. e9c2ecf Removed 'U' from the documentation for Py_BuildValue to bring it in line by Nicholas Bastin · 20 years ago
  70. 5068c87 Document readline module functions added in Python 2.3. See: by Phillip J. Eby · 20 years ago
  71. d7911a3 Minor documentation nits. by Raymond Hettinger · 20 years ago
  72. f5f9a370 Add an example application to the docs. by Raymond Hettinger · 20 years ago
  73. 6fbf703 the headers in an HTTP request are HTTP headers, not MIME headers by Fred Drake · 20 years ago
  74. ceeb191 remove out-of-date count of the functions in winsound by Fred Drake · 20 years ago
  75. 6d4c7b0 fix typo reported in a long-buried email by Fred Drake · 20 years ago
  76. 46a16f2 SF bug #940579: section 5.10: 'not' returns boolean, not int by Raymond Hettinger · 20 years ago
  77. 1328b52 Two new public API functions, Py_IncRef and Py_DecRef. Useful for by Thomas Heller · 20 years ago
  78. e5fced7 SF bug #936827: PyNumber_And() 's description by Raymond Hettinger · 20 years ago
  79. 0ed6634 really scream out that people should use the file objects instead of by Fred Drake · 20 years ago
  80. 10659f2 bring description of optional and keyword args for DictReader and DictWriter by Skip Montanaro · 20 years ago
  81. 8efc74d remove bogus markup that caused the docs to be wrong by Fred Drake · 20 years ago
  82. 6b3b046 fix up some markup by Fred Drake · 20 years ago
  83. 94ffbb7 give rational filenames to some of the generated HTML by Fred Drake · 20 years ago
  84. 4cc425a switch to PNG navigation icons by default by Fred Drake · 20 years ago
  85. 4f580e8 include both the GIF and PNG icons in the HTML package by Fred Drake · 20 years ago
  86. 899072a avoid stripping space after indexing macros by Fred Drake · 20 years ago
  87. ba813e2 #928751, fix typos in socket doc by Neal Norwitz · 20 years ago
  88. 8effa01 fix typo that wasn't properly fixed in revision 1.144 by Fred Drake · 20 years ago
  89. 862b46b add a heavy box around warning notices to make them really stand out in the by Fred Drake · 20 years ago
  90. 90756c2 add missing and forthcoming releases by Fred Drake · 20 years ago
  91. 34c4320 Emphasize the requirement that Python.h be included first more strongly. by Fred Drake · 20 years ago
  92. 203b10c added scripts to the list of files automatically included in the by Fred Drake · 20 years ago
  93. aeaec8d fix typo by Andrew M. Kuchling · 20 years ago
  94. f13c024 Insert missing pronoun by Raymond Hettinger · 20 years ago
  95. dbb4078 - add entry for complex number by Skip Montanaro · 20 years ago
  96. 8123ff6 remove out-of-date warning by Fred Drake · 20 years ago
  97. 707483f Update timeit example to reflect current performance. by Raymond Hettinger · 20 years ago
  98. 504ca68 Note that reading from a socket may not always return all of the by Fred Drake · 20 years ago
  99. 267b062 - make sure the methods minidom adds to the basic DOM are attributed by Fred Drake · 20 years ago
  100. ad62202 include the right index sources by Fred Drake · 20 years ago