1. 456ab1d Swap public and system ID in start_doctype_decl. Fixes #780300. by Martin v. Löwis · 20 years ago
  2. f1f0560 Patch #940026: Explain "in" when it is first used. Backported to 2.3. by Martin v. Löwis · 20 years ago
  3. 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
  4. 0fefc14 Fix small grammatical mistake. by Brett Cannon · 20 years ago
  5. 8aa8c84 add an index entry for __getnewargs__() by Fred Drake · 20 years ago
  6. 0de77d1 - note that __getinitargs__() is only for old-style classes by Fred Drake · 20 years ago
  7. 04d92c3 Remove list of pickle protocol names used by the copy module; there by Fred Drake · 20 years ago
  8. cee8879 note that the error code for socket.gaierror will be one of the EAI_* by Fred Drake · 20 years ago
  9. 4fe97ca SF #814606: merge from release23-maint branch: clarify/cleanup by Greg Ward · 20 years ago
  10. e9c2ecf Removed 'U' from the documentation for Py_BuildValue to bring it in line by Nicholas Bastin · 20 years ago
  11. 5068c87 Document readline module functions added in Python 2.3. See: by Phillip J. Eby · 20 years ago
  12. d7911a3 Minor documentation nits. by Raymond Hettinger · 20 years ago
  13. f5f9a370 Add an example application to the docs. by Raymond Hettinger · 20 years ago
  14. 6fbf703 the headers in an HTTP request are HTTP headers, not MIME headers by Fred Drake · 20 years ago
  15. ceeb191 remove out-of-date count of the functions in winsound by Fred Drake · 20 years ago
  16. 6d4c7b0 fix typo reported in a long-buried email by Fred Drake · 20 years ago
  17. 46a16f2 SF bug #940579: section 5.10: 'not' returns boolean, not int by Raymond Hettinger · 20 years ago
  18. 1328b52 Two new public API functions, Py_IncRef and Py_DecRef. Useful for by Thomas Heller · 20 years ago
  19. e5fced7 SF bug #936827: PyNumber_And() 's description by Raymond Hettinger · 20 years ago
  20. 0ed6634 really scream out that people should use the file objects instead of by Fred Drake · 20 years ago
  21. 10659f2 bring description of optional and keyword args for DictReader and DictWriter by Skip Montanaro · 20 years ago
  22. 8efc74d remove bogus markup that caused the docs to be wrong by Fred Drake · 20 years ago
  23. 6b3b046 fix up some markup by Fred Drake · 21 years ago
  24. 94ffbb7 give rational filenames to some of the generated HTML by Fred Drake · 21 years ago
  25. 4cc425a switch to PNG navigation icons by default by Fred Drake · 21 years ago
  26. 4f580e8 include both the GIF and PNG icons in the HTML package by Fred Drake · 21 years ago
  27. 899072a avoid stripping space after indexing macros by Fred Drake · 21 years ago
  28. ba813e2 #928751, fix typos in socket doc by Neal Norwitz · 21 years ago
  29. 8effa01 fix typo that wasn't properly fixed in revision 1.144 by Fred Drake · 21 years ago
  30. 862b46b add a heavy box around warning notices to make them really stand out in the by Fred Drake · 21 years ago
  31. 90756c2 add missing and forthcoming releases by Fred Drake · 21 years ago
  32. 34c4320 Emphasize the requirement that Python.h be included first more strongly. by Fred Drake · 21 years ago
  33. 203b10c added scripts to the list of files automatically included in the by Fred Drake · 21 years ago
  34. aeaec8d fix typo by Andrew M. Kuchling · 21 years ago
  35. f13c024 Insert missing pronoun by Raymond Hettinger · 21 years ago
  36. dbb4078 - add entry for complex number by Skip Montanaro · 21 years ago
  37. 8123ff6 remove out-of-date warning by Fred Drake · 21 years ago
  38. 707483f Update timeit example to reflect current performance. by Raymond Hettinger · 21 years ago
  39. 504ca68 Note that reading from a socket may not always return all of the by Fred Drake · 21 years ago
  40. 267b062 - make sure the methods minidom adds to the basic DOM are attributed by Fred Drake · 21 years ago
  41. ad62202 include the right index sources by Fred Drake · 21 years ago
  42. 73789bc remove duplicate use of the meta-data label by Fred Drake · 21 years ago
  43. 2f00c54 fix typo by Fred Drake · 21 years ago
  44. f39c3c7 note that distutils API docs are included in "Distributing Python Modules" by Fred Drake · 21 years ago
  45. d0c3b26 improve the very-high-level API docs (contributed by Jeff Epler) by Fred Drake · 21 years ago
  46. 8530951 Remove note that PyErr_SetInterrupt() is obsolete; add comment about the by Fred Drake · 21 years ago
  47. 5232f50 SF bug: #921927: Fixed a typo/thinko spelling "parameter" as "paramter" by Raymond Hettinger · 21 years ago
  48. c69ebe8 Enable the profiling of C functions (builtins and extensions) by Nicholas Bastin · 21 years ago
  49. fee6f33 more markup nits by Fred Drake · 21 years ago
  50. e05c3e0 fix markup nits by Fred Drake · 21 years ago
  51. 4ac6c6a add the distutils modules to the global modules list by Fred Drake · 21 years ago
  52. 6356fff give the document indexes by Fred Drake · 21 years ago
  53. 630e5bd - use recommended Python style in examples (no spaces around "=" for 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. 6fca7cc merge Anthony Baxter's distutils API reference into the package by Fred Drake · 21 years ago
  56. 211a2eb convert from a howto to a manual by Fred Drake · 21 years ago
  57. 1eb4bfc Added global runctx function to profile to fix SF Bug #716587 by Nicholas Bastin · 21 years ago
  58. cbddabf Remove 'now' by Andrew M. Kuchling · 21 years ago
  59. 07973da Modified string.split documentation to reflect behaviour of splitting emtpy string. Closes SF bug #811604 by Nicholas Bastin · 21 years ago
  60. 20a8336 concrete example of why retaining old objects is good by Skip Montanaro · 21 years ago
  61. 8b6cc2e Removed extra period from \versionchanged entry; macro adds period by Brett Cannon · 21 years ago
  62. 508c57d Clarify docs on where .pth files can exist. by Brett Cannon · 21 years ago
  63. fe703e0 SF bug #918371: hasattr()'s return type by Raymond Hettinger · 21 years ago
  64. d4079e1 Update copyright years, and change copyright.tex to use the same spelling by Tim Peters · 21 years ago
  65. 9de0a2b fix two typos that turned text into markup by Fred Drake · 21 years ago
  66. 8e6ad6f Expand on the semantics of reload(). Closes #919099. by Skip Montanaro · 21 years ago
  67. 5c5316f Add a new unicode codec: ptcp154 (Kazakh) by Hye-Shik Chang · 21 years ago
  68. ade08ea Add news entries for the dictionary optimizations. by Raymond Hettinger · 21 years ago
  69. d1de45f Fix capitalization of title for subsection 2. by Brett Cannon · 21 years ago
  70. 65d6342 Minor grammatical fixes. by Brett Cannon · 21 years ago
  71. 9b976e6 Extremely minor typo fixed. by Brett Cannon · 21 years ago
  72. bdda9f3 The example files need to be opened with the "b" flag. by Skip Montanaro · 21 years ago
  73. 49f9bd1 SF feature request #686323: Minor array module enhancements by Raymond Hettinger · 21 years ago
  74. c1e4f9d Use a new macro, PySequence_Fast_ITEMS to factor out code common to by Raymond Hettinger · 21 years ago
  75. 9168c70 SF Patch #912462: Relocate \end tag to the right place. by Hye-Shik Chang · 21 years ago
  76. b7d05db Optimize tuple_slice() and make further improvements to list_slice() by Raymond Hettinger · 21 years ago
  77. dd80f76 SF patch #910929: Optimize list comprehensions by Raymond Hettinger · 21 years ago
  78. 31017ae SF #904720: dict.update should take a 2-tuple sequence like dict.__init_ by Raymond Hettinger · 21 years ago
  79. 35c62e5 Added license notices that are required to be included in the by Raymond Hettinger · 21 years ago
  80. d1080a3 Have strftime() check its time tuple argument to make sure the tuple's values by Brett Cannon · 21 years ago
  81. 0a4977c Replace left(), right(), and __reversed__() with the more general purpose by Raymond Hettinger · 21 years ago
  82. 738ec90 Improvements to collections.deque(): by Raymond Hettinger · 21 years ago
  83. fb0521f Use versionadded for new features by Neal Norwitz · 21 years ago
  84. 3e0877e Add version changed/added to doc by Neal Norwitz · 21 years ago
  85. 59e02c1 fix typo in reference to RFC 3464 DSN MIME type by Fred Drake · 21 years ago
  86. f0ae427 fix English usage error reported by Ken Fuchs by Fred Drake · 21 years ago
  87. 781380c - "Mac OS" should always include the space by Fred Drake · 21 years ago
  88. 2a1bc50 - according to Apple's publication style guide, yes, "Mac people" use by Fred Drake · 21 years ago
  89. a9ee0da use API documentation style for the descriptions of the additional by Fred Drake · 21 years ago
  90. c54d925 minor markup improvements by Fred Drake · 21 years ago
  91. e2b4b32 Implementation of patch 869468 by David Ascher · 21 years ago
  92. 79b5cf1 Mention the optimization of list.extend(). by Raymond Hettinger · 21 years ago
  93. 70a30e8 markup correction by Fred Drake · 21 years ago
  94. d3f4a1a Patch #893566: Document that tp_dealloc may be called from any thread. by Martin v. Löwis · 21 years ago
  95. ab517d2 Fine tune the speed/space trade-off for overallocating small lists. by Raymond Hettinger · 21 years ago
  96. 238b267 Lists are measured in elements not bytes. by Raymond Hettinger · 21 years ago
  97. 7a6d297 * Note list optimizations * Move an example out of a comment. by Raymond Hettinger · 21 years ago
  98. ce3caf2 minor markup improvements by Fred Drake · 21 years ago
  99. 70a6b49 Replace backticks with repr() or "%r" by Walter Dörwald · 21 years ago
  100. e6ed33a fix minor markup error: \code{for} --> \keyword{for} by Fred Drake · 21 years ago