1. abc086f ConfigParser: by Fred Drake · 20 years ago
  2. bc12b01 ConfigParser: by Fred Drake · 20 years ago
  3. 0e371f2 Make sure "del d[n]" is properly supported. Was necessary because the by Raymond Hettinger · 20 years ago
  4. 1cd6e4d fix various descriptions of "ctime" (closes SF patch #870287) by Fred Drake · 20 years ago
  5. 043fff0 minor wording cleanup by Fred Drake · 20 years ago
  6. bb066cf fix various typos; thanks, George Yoshida! (closes SF patch #952047) by Fred Drake · 20 years ago
  7. f72de0f add note about the __name__ read-only attribute (closes SF bug #952212) by Fred Drake · 20 years ago
  8. 112f8f4 use tools/getversioninfo to extract the version number from the Python sources by Fred Drake · 20 years ago
  9. 6d340c3 remove assignment to unused variable by Fred Drake · 20 years ago
  10. 3b4ab23 update to reflect the current location of the SF bugs search box by Fred Drake · 20 years ago
  11. 0d73621 markup adjustment by Fred Drake · 20 years ago
  12. dd69b0a Added a note describing how fp should be opened in binary mode, especially on by Barry Warsaw · 20 years ago
  13. fb85739 Point out that %p has no effect on the output hour in strptime unless %I is by Skip Montanaro · 20 years ago
  14. c7c9a3a don't make assumptions about $PATH in Cygwin instructions by Fred Drake · 20 years ago
  15. e7169eb Add more examples. by Raymond Hettinger · 20 years ago
  16. 67a521e note that descriptor objects must be instances of new-style types by Fred Drake · 20 years ago
  17. e143bbb fix documentation for ContentHandler.ignorableWhitespace() by Fred Drake · 20 years ago
  18. 56fcc23 markup adjustments by Fred Drake · 20 years ago
  19. 456ab1d Swap public and system ID in start_doctype_decl. Fixes #780300. by Martin v. Löwis · 20 years ago
  20. f1f0560 Patch #940026: Explain "in" when it is first used. Backported to 2.3. by Martin v. Löwis · 20 years ago
  21. 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
  22. 0fefc14 Fix small grammatical mistake. by Brett Cannon · 20 years ago
  23. 8aa8c84 add an index entry for __getnewargs__() by Fred Drake · 20 years ago
  24. 0de77d1 - note that __getinitargs__() is only for old-style classes by Fred Drake · 20 years ago
  25. 04d92c3 Remove list of pickle protocol names used by the copy module; there by Fred Drake · 20 years ago
  26. cee8879 note that the error code for socket.gaierror will be one of the EAI_* by Fred Drake · 20 years ago
  27. 4fe97ca SF #814606: merge from release23-maint branch: clarify/cleanup by Greg Ward · 20 years ago
  28. e9c2ecf Removed 'U' from the documentation for Py_BuildValue to bring it in line by Nicholas Bastin · 20 years ago
  29. 5068c87 Document readline module functions added in Python 2.3. See: by Phillip J. Eby · 20 years ago
  30. d7911a3 Minor documentation nits. by Raymond Hettinger · 20 years ago
  31. f5f9a370 Add an example application to the docs. by Raymond Hettinger · 20 years ago
  32. 6fbf703 the headers in an HTTP request are HTTP headers, not MIME headers by Fred Drake · 20 years ago
  33. ceeb191 remove out-of-date count of the functions in winsound by Fred Drake · 20 years ago
  34. 6d4c7b0 fix typo reported in a long-buried email by Fred Drake · 20 years ago
  35. 46a16f2 SF bug #940579: section 5.10: 'not' returns boolean, not int by Raymond Hettinger · 20 years ago
  36. 1328b52 Two new public API functions, Py_IncRef and Py_DecRef. Useful for by Thomas Heller · 20 years ago
  37. e5fced7 SF bug #936827: PyNumber_And() 's description by Raymond Hettinger · 20 years ago
  38. 0ed6634 really scream out that people should use the file objects instead of by Fred Drake · 20 years ago
  39. 10659f2 bring description of optional and keyword args for DictReader and DictWriter by Skip Montanaro · 20 years ago
  40. 8efc74d remove bogus markup that caused the docs to be wrong by Fred Drake · 20 years ago
  41. 6b3b046 fix up some markup by Fred Drake · 20 years ago
  42. 94ffbb7 give rational filenames to some of the generated HTML by Fred Drake · 20 years ago
  43. 4cc425a switch to PNG navigation icons by default by Fred Drake · 20 years ago
  44. 4f580e8 include both the GIF and PNG icons in the HTML package by Fred Drake · 20 years ago
  45. 899072a avoid stripping space after indexing macros by Fred Drake · 20 years ago
  46. ba813e2 #928751, fix typos in socket doc by Neal Norwitz · 20 years ago
  47. 8effa01 fix typo that wasn't properly fixed in revision 1.144 by Fred Drake · 20 years ago
  48. 862b46b add a heavy box around warning notices to make them really stand out in the by Fred Drake · 20 years ago
  49. 90756c2 add missing and forthcoming releases by Fred Drake · 20 years ago
  50. 34c4320 Emphasize the requirement that Python.h be included first more strongly. by Fred Drake · 20 years ago
  51. 203b10c added scripts to the list of files automatically included in the by Fred Drake · 20 years ago
  52. aeaec8d fix typo by Andrew M. Kuchling · 20 years ago
  53. f13c024 Insert missing pronoun by Raymond Hettinger · 20 years ago
  54. dbb4078 - add entry for complex number by Skip Montanaro · 20 years ago
  55. 8123ff6 remove out-of-date warning by Fred Drake · 20 years ago
  56. 707483f Update timeit example to reflect current performance. by Raymond Hettinger · 20 years ago
  57. 504ca68 Note that reading from a socket may not always return all of the by Fred Drake · 20 years ago
  58. 267b062 - make sure the methods minidom adds to the basic DOM are attributed by Fred Drake · 20 years ago
  59. ad62202 include the right index sources by Fred Drake · 20 years ago
  60. 73789bc remove duplicate use of the meta-data label by Fred Drake · 20 years ago
  61. 2f00c54 fix typo by Fred Drake · 20 years ago
  62. f39c3c7 note that distutils API docs are included in "Distributing Python Modules" by Fred Drake · 20 years ago
  63. d0c3b26 improve the very-high-level API docs (contributed by Jeff Epler) by Fred Drake · 20 years ago
  64. 8530951 Remove note that PyErr_SetInterrupt() is obsolete; add comment about the by Fred Drake · 20 years ago
  65. 5232f50 SF bug: #921927: Fixed a typo/thinko spelling "parameter" as "paramter" by Raymond Hettinger · 20 years ago
  66. c69ebe8 Enable the profiling of C functions (builtins and extensions) by Nicholas Bastin · 20 years ago
  67. fee6f33 more markup nits by Fred Drake · 20 years ago
  68. e05c3e0 fix markup nits by Fred Drake · 20 years ago
  69. 4ac6c6a add the distutils modules to the global modules list by Fred Drake · 20 years ago
  70. 6356fff give the document indexes by Fred Drake · 20 years ago
  71. 630e5bd - use recommended Python style in examples (no spaces around "=" for by Fred Drake · 20 years ago
  72. 824b1b2 Added command line options for profile.py - one for stats output file by Nicholas Bastin · 20 years ago
  73. 6fca7cc merge Anthony Baxter's distutils API reference into the package by Fred Drake · 20 years ago
  74. 211a2eb convert from a howto to a manual by Fred Drake · 20 years ago
  75. 1eb4bfc Added global runctx function to profile to fix SF Bug #716587 by Nicholas Bastin · 20 years ago
  76. cbddabf Remove 'now' by Andrew M. Kuchling · 20 years ago
  77. 07973da Modified string.split documentation to reflect behaviour of splitting emtpy string. Closes SF bug #811604 by Nicholas Bastin · 20 years ago
  78. 20a8336 concrete example of why retaining old objects is good by Skip Montanaro · 20 years ago
  79. 8b6cc2e Removed extra period from \versionchanged entry; macro adds period by Brett Cannon · 20 years ago
  80. 508c57d Clarify docs on where .pth files can exist. by Brett Cannon · 20 years ago
  81. fe703e0 SF bug #918371: hasattr()'s return type by Raymond Hettinger · 20 years ago
  82. d4079e1 Update copyright years, and change copyright.tex to use the same spelling by Tim Peters · 20 years ago
  83. 9de0a2b fix two typos that turned text into markup by Fred Drake · 20 years ago
  84. 8e6ad6f Expand on the semantics of reload(). Closes #919099. by Skip Montanaro · 20 years ago
  85. 5c5316f Add a new unicode codec: ptcp154 (Kazakh) by Hye-Shik Chang · 20 years ago
  86. ade08ea Add news entries for the dictionary optimizations. by Raymond Hettinger · 20 years ago
  87. d1de45f Fix capitalization of title for subsection 2. by Brett Cannon · 20 years ago
  88. 65d6342 Minor grammatical fixes. by Brett Cannon · 20 years ago
  89. 9b976e6 Extremely minor typo fixed. by Brett Cannon · 20 years ago
  90. bdda9f3 The example files need to be opened with the "b" flag. by Skip Montanaro · 20 years ago
  91. 49f9bd1 SF feature request #686323: Minor array module enhancements by Raymond Hettinger · 20 years ago
  92. c1e4f9d Use a new macro, PySequence_Fast_ITEMS to factor out code common to by Raymond Hettinger · 20 years ago
  93. 9168c70 SF Patch #912462: Relocate \end tag to the right place. by Hye-Shik Chang · 20 years ago
  94. b7d05db Optimize tuple_slice() and make further improvements to list_slice() by Raymond Hettinger · 20 years ago
  95. dd80f76 SF patch #910929: Optimize list comprehensions by Raymond Hettinger · 20 years ago
  96. 31017ae SF #904720: dict.update should take a 2-tuple sequence like dict.__init_ by Raymond Hettinger · 20 years ago
  97. 35c62e5 Added license notices that are required to be included in the by Raymond Hettinger · 20 years ago
  98. d1080a3 Have strftime() check its time tuple argument to make sure the tuple's values by Brett Cannon · 20 years ago
  99. 0a4977c Replace left(), right(), and __reversed__() with the more general purpose by Raymond Hettinger · 20 years ago
  100. 738ec90 Improvements to collections.deque(): by Raymond Hettinger · 20 years ago