1. e5fced7 SF bug #936827: PyNumber_And() 's description by Raymond Hettinger · 20 years ago
  2. 0ed6634 really scream out that people should use the file objects instead of by Fred Drake · 20 years ago
  3. 10659f2 bring description of optional and keyword args for DictReader and DictWriter by Skip Montanaro · 20 years ago
  4. 8efc74d remove bogus markup that caused the docs to be wrong by Fred Drake · 20 years ago
  5. 6b3b046 fix up some markup by Fred Drake · 20 years ago
  6. 94ffbb7 give rational filenames to some of the generated HTML by Fred Drake · 20 years ago
  7. 4cc425a switch to PNG navigation icons by default by Fred Drake · 20 years ago
  8. 4f580e8 include both the GIF and PNG icons in the HTML package by Fred Drake · 20 years ago
  9. 899072a avoid stripping space after indexing macros by Fred Drake · 20 years ago
  10. ba813e2 #928751, fix typos in socket doc by Neal Norwitz · 20 years ago
  11. 8effa01 fix typo that wasn't properly fixed in revision 1.144 by Fred Drake · 20 years ago
  12. 862b46b add a heavy box around warning notices to make them really stand out in the by Fred Drake · 20 years ago
  13. 90756c2 add missing and forthcoming releases by Fred Drake · 20 years ago
  14. 34c4320 Emphasize the requirement that Python.h be included first more strongly. by Fred Drake · 20 years ago
  15. 203b10c added scripts to the list of files automatically included in the by Fred Drake · 20 years ago
  16. aeaec8d fix typo by Andrew M. Kuchling · 20 years ago
  17. f13c024 Insert missing pronoun by Raymond Hettinger · 20 years ago
  18. dbb4078 - add entry for complex number by Skip Montanaro · 20 years ago
  19. 8123ff6 remove out-of-date warning by Fred Drake · 20 years ago
  20. 707483f Update timeit example to reflect current performance. by Raymond Hettinger · 20 years ago
  21. 504ca68 Note that reading from a socket may not always return all of the by Fred Drake · 20 years ago
  22. 267b062 - make sure the methods minidom adds to the basic DOM are attributed by Fred Drake · 20 years ago
  23. ad62202 include the right index sources by Fred Drake · 20 years ago
  24. 73789bc remove duplicate use of the meta-data label by Fred Drake · 20 years ago
  25. 2f00c54 fix typo by Fred Drake · 20 years ago
  26. f39c3c7 note that distutils API docs are included in "Distributing Python Modules" by Fred Drake · 20 years ago
  27. d0c3b26 improve the very-high-level API docs (contributed by Jeff Epler) by Fred Drake · 20 years ago
  28. 8530951 Remove note that PyErr_SetInterrupt() is obsolete; add comment about the by Fred Drake · 20 years ago
  29. 5232f50 SF bug: #921927: Fixed a typo/thinko spelling "parameter" as "paramter" by Raymond Hettinger · 20 years ago
  30. c69ebe8 Enable the profiling of C functions (builtins and extensions) by Nicholas Bastin · 20 years ago
  31. fee6f33 more markup nits by Fred Drake · 20 years ago
  32. e05c3e0 fix markup nits by Fred Drake · 20 years ago
  33. 4ac6c6a add the distutils modules to the global modules list by Fred Drake · 20 years ago
  34. 6356fff give the document indexes by Fred Drake · 20 years ago
  35. 630e5bd - use recommended Python style in examples (no spaces around "=" for by Fred Drake · 20 years ago
  36. 824b1b2 Added command line options for profile.py - one for stats output file by Nicholas Bastin · 20 years ago
  37. 6fca7cc merge Anthony Baxter's distutils API reference into the package by Fred Drake · 20 years ago
  38. 211a2eb convert from a howto to a manual by Fred Drake · 20 years ago
  39. 1eb4bfc Added global runctx function to profile to fix SF Bug #716587 by Nicholas Bastin · 20 years ago
  40. cbddabf Remove 'now' by Andrew M. Kuchling · 20 years ago
  41. 07973da Modified string.split documentation to reflect behaviour of splitting emtpy string. Closes SF bug #811604 by Nicholas Bastin · 20 years ago
  42. 20a8336 concrete example of why retaining old objects is good by Skip Montanaro · 20 years ago
  43. 8b6cc2e Removed extra period from \versionchanged entry; macro adds period by Brett Cannon · 20 years ago
  44. 508c57d Clarify docs on where .pth files can exist. by Brett Cannon · 20 years ago
  45. fe703e0 SF bug #918371: hasattr()'s return type by Raymond Hettinger · 20 years ago
  46. d4079e1 Update copyright years, and change copyright.tex to use the same spelling by Tim Peters · 20 years ago
  47. 9de0a2b fix two typos that turned text into markup by Fred Drake · 20 years ago
  48. 8e6ad6f Expand on the semantics of reload(). Closes #919099. by Skip Montanaro · 20 years ago
  49. 5c5316f Add a new unicode codec: ptcp154 (Kazakh) by Hye-Shik Chang · 20 years ago
  50. ade08ea Add news entries for the dictionary optimizations. by Raymond Hettinger · 20 years ago
  51. d1de45f Fix capitalization of title for subsection 2. by Brett Cannon · 20 years ago
  52. 65d6342 Minor grammatical fixes. by Brett Cannon · 20 years ago
  53. 9b976e6 Extremely minor typo fixed. by Brett Cannon · 20 years ago
  54. bdda9f3 The example files need to be opened with the "b" flag. by Skip Montanaro · 20 years ago
  55. 49f9bd1 SF feature request #686323: Minor array module enhancements by Raymond Hettinger · 20 years ago
  56. c1e4f9d Use a new macro, PySequence_Fast_ITEMS to factor out code common to by Raymond Hettinger · 20 years ago
  57. 9168c70 SF Patch #912462: Relocate \end tag to the right place. by Hye-Shik Chang · 20 years ago
  58. b7d05db Optimize tuple_slice() and make further improvements to list_slice() by Raymond Hettinger · 20 years ago
  59. dd80f76 SF patch #910929: Optimize list comprehensions by Raymond Hettinger · 20 years ago
  60. 31017ae SF #904720: dict.update should take a 2-tuple sequence like dict.__init_ by Raymond Hettinger · 20 years ago
  61. 35c62e5 Added license notices that are required to be included in the by Raymond Hettinger · 20 years ago
  62. d1080a3 Have strftime() check its time tuple argument to make sure the tuple's values by Brett Cannon · 20 years ago
  63. 0a4977c Replace left(), right(), and __reversed__() with the more general purpose by Raymond Hettinger · 20 years ago
  64. 738ec90 Improvements to collections.deque(): by Raymond Hettinger · 20 years ago
  65. fb0521f Use versionadded for new features by Neal Norwitz · 20 years ago
  66. 3e0877e Add version changed/added to doc by Neal Norwitz · 20 years ago
  67. 59e02c1 fix typo in reference to RFC 3464 DSN MIME type by Fred Drake · 21 years ago
  68. f0ae427 fix English usage error reported by Ken Fuchs by Fred Drake · 21 years ago
  69. 781380c - "Mac OS" should always include the space by Fred Drake · 21 years ago
  70. 2a1bc50 - according to Apple's publication style guide, yes, "Mac people" use by Fred Drake · 21 years ago
  71. a9ee0da use API documentation style for the descriptions of the additional by Fred Drake · 21 years ago
  72. c54d925 minor markup improvements by Fred Drake · 21 years ago
  73. e2b4b32 Implementation of patch 869468 by David Ascher · 21 years ago
  74. 79b5cf1 Mention the optimization of list.extend(). by Raymond Hettinger · 21 years ago
  75. 70a30e8 markup correction by Fred Drake · 21 years ago
  76. d3f4a1a Patch #893566: Document that tp_dealloc may be called from any thread. by Martin v. Löwis · 21 years ago
  77. ab517d2 Fine tune the speed/space trade-off for overallocating small lists. by Raymond Hettinger · 21 years ago
  78. 238b267 Lists are measured in elements not bytes. by Raymond Hettinger · 21 years ago
  79. 7a6d297 * Note list optimizations * Move an example out of a comment. by Raymond Hettinger · 21 years ago
  80. ce3caf2 minor markup improvements by Fred Drake · 21 years ago
  81. 70a6b49 Replace backticks with repr() or "%r" by Walter Dörwald · 21 years ago
  82. e6ed33a fix minor markup error: \code{for} --> \keyword{for} by Fred Drake · 21 years ago
  83. b1e5b50 SF 895560: minor typo by Raymond Hettinger · 21 years ago
  84. 29f5933 add support for \e to the {alltt} environment by Fred Drake · 21 years ago
  85. d311f1f SF #894428, fix typo by Neal Norwitz · 21 years ago
  86. 27da291 the \file macro is no longer a good example of where \e can't be used by Fred Drake · 21 years ago
  87. 52feb81 support \e in \file and \filenq; this is useful for Windows paths by Fred Drake · 21 years ago
  88. fd0e494 Minor edits by Andrew M. Kuchling · 21 years ago
  89. 8178a22 Documentation for PyDescr_NewClassMethod was missing - here's at least by Thomas Heller · 21 years ago
  90. 5de3378 SF patch #892821: example for urllib2 has SyntaxError by Raymond Hettinger · 21 years ago
  91. 3fd9779 Fix misspelled name. by Raymond Hettinger · 21 years ago
  92. 7820554 Fix typo by Raymond Hettinger · 21 years ago
  93. ce9b471 SF patch #880552: Fix typo in usage message(prechm.py) by Raymond Hettinger · 21 years ago
  94. 4c9800d SF bug #892854: typo in textwrap doc page (Reported by Drew Perttula.) by Raymond Hettinger · 21 years ago
  95. 5c5eb86 * Incorporate Skip's suggestions for documentation (explain the word deque by Raymond Hettinger · 21 years ago
  96. 7209294 a couple other sunos4 support items removed by Skip Montanaro · 21 years ago
  97. c058fd1 * Fix ref counting in extend() and extendleft(). by Raymond Hettinger · 21 years ago
  98. 3ba85c2 Have deques support high volume loads. by Raymond Hettinger · 21 years ago
  99. 21ae4f9 minor markup adjustments by Fred Drake · 21 years ago
  100. 4458ece Clarify minor point about the ref() and proxy() constructors. by Fred Drake · 21 years ago