1. cbddabf Remove 'now' by Andrew M. Kuchling · 20 years ago
  2. 07973da Modified string.split documentation to reflect behaviour of splitting emtpy string. Closes SF bug #811604 by Nicholas Bastin · 20 years ago
  3. 20a8336 concrete example of why retaining old objects is good by Skip Montanaro · 20 years ago
  4. 8b6cc2e Removed extra period from \versionchanged entry; macro adds period by Brett Cannon · 20 years ago
  5. 508c57d Clarify docs on where .pth files can exist. by Brett Cannon · 20 years ago
  6. fe703e0 SF bug #918371: hasattr()'s return type by Raymond Hettinger · 20 years ago
  7. d4079e1 Update copyright years, and change copyright.tex to use the same spelling by Tim Peters · 20 years ago
  8. 9de0a2b fix two typos that turned text into markup by Fred Drake · 20 years ago
  9. 8e6ad6f Expand on the semantics of reload(). Closes #919099. by Skip Montanaro · 20 years ago
  10. 5c5316f Add a new unicode codec: ptcp154 (Kazakh) by Hye-Shik Chang · 20 years ago
  11. ade08ea Add news entries for the dictionary optimizations. by Raymond Hettinger · 20 years ago
  12. d1de45f Fix capitalization of title for subsection 2. by Brett Cannon · 20 years ago
  13. 65d6342 Minor grammatical fixes. by Brett Cannon · 20 years ago
  14. 9b976e6 Extremely minor typo fixed. by Brett Cannon · 20 years ago
  15. bdda9f3 The example files need to be opened with the "b" flag. by Skip Montanaro · 20 years ago
  16. 49f9bd1 SF feature request #686323: Minor array module enhancements by Raymond Hettinger · 20 years ago
  17. c1e4f9d Use a new macro, PySequence_Fast_ITEMS to factor out code common to by Raymond Hettinger · 20 years ago
  18. 9168c70 SF Patch #912462: Relocate \end tag to the right place. by Hye-Shik Chang · 21 years ago
  19. b7d05db Optimize tuple_slice() and make further improvements to list_slice() by Raymond Hettinger · 21 years ago
  20. dd80f76 SF patch #910929: Optimize list comprehensions by Raymond Hettinger · 21 years ago
  21. 31017ae SF #904720: dict.update should take a 2-tuple sequence like dict.__init_ by Raymond Hettinger · 21 years ago
  22. 35c62e5 Added license notices that are required to be included in the by Raymond Hettinger · 21 years ago
  23. d1080a3 Have strftime() check its time tuple argument to make sure the tuple's values by Brett Cannon · 21 years ago
  24. 0a4977c Replace left(), right(), and __reversed__() with the more general purpose by Raymond Hettinger · 21 years ago
  25. 738ec90 Improvements to collections.deque(): by Raymond Hettinger · 21 years ago
  26. fb0521f Use versionadded for new features by Neal Norwitz · 21 years ago
  27. 3e0877e Add version changed/added to doc by Neal Norwitz · 21 years ago
  28. 59e02c1 fix typo in reference to RFC 3464 DSN MIME type by Fred Drake · 21 years ago
  29. f0ae427 fix English usage error reported by Ken Fuchs by Fred Drake · 21 years ago
  30. 781380c - "Mac OS" should always include the space by Fred Drake · 21 years ago
  31. 2a1bc50 - according to Apple's publication style guide, yes, "Mac people" use by Fred Drake · 21 years ago
  32. a9ee0da use API documentation style for the descriptions of the additional by Fred Drake · 21 years ago
  33. c54d925 minor markup improvements by Fred Drake · 21 years ago
  34. e2b4b32 Implementation of patch 869468 by David Ascher · 21 years ago
  35. 79b5cf1 Mention the optimization of list.extend(). by Raymond Hettinger · 21 years ago
  36. 70a30e8 markup correction by Fred Drake · 21 years ago
  37. d3f4a1a Patch #893566: Document that tp_dealloc may be called from any thread. by Martin v. Löwis · 21 years ago
  38. ab517d2 Fine tune the speed/space trade-off for overallocating small lists. by Raymond Hettinger · 21 years ago
  39. 238b267 Lists are measured in elements not bytes. by Raymond Hettinger · 21 years ago
  40. 7a6d297 * Note list optimizations * Move an example out of a comment. by Raymond Hettinger · 21 years ago
  41. ce3caf2 minor markup improvements by Fred Drake · 21 years ago
  42. 70a6b49 Replace backticks with repr() or "%r" by Walter Dörwald · 21 years ago
  43. e6ed33a fix minor markup error: \code{for} --> \keyword{for} by Fred Drake · 21 years ago
  44. b1e5b50 SF 895560: minor typo by Raymond Hettinger · 21 years ago
  45. 29f5933 add support for \e to the {alltt} environment by Fred Drake · 21 years ago
  46. d311f1f SF #894428, fix typo by Neal Norwitz · 21 years ago
  47. 27da291 the \file macro is no longer a good example of where \e can't be used by Fred Drake · 21 years ago
  48. 52feb81 support \e in \file and \filenq; this is useful for Windows paths by Fred Drake · 21 years ago
  49. fd0e494 Minor edits by Andrew M. Kuchling · 21 years ago
  50. 8178a22 Documentation for PyDescr_NewClassMethod was missing - here's at least by Thomas Heller · 21 years ago
  51. 5de3378 SF patch #892821: example for urllib2 has SyntaxError by Raymond Hettinger · 21 years ago
  52. 3fd9779 Fix misspelled name. by Raymond Hettinger · 21 years ago
  53. 7820554 Fix typo by Raymond Hettinger · 21 years ago
  54. ce9b471 SF patch #880552: Fix typo in usage message(prechm.py) by Raymond Hettinger · 21 years ago
  55. 4c9800d SF bug #892854: typo in textwrap doc page (Reported by Drew Perttula.) by Raymond Hettinger · 21 years ago
  56. 5c5eb86 * Incorporate Skip's suggestions for documentation (explain the word deque by Raymond Hettinger · 21 years ago
  57. 7209294 a couple other sunos4 support items removed by Skip Montanaro · 21 years ago
  58. c058fd1 * Fix ref counting in extend() and extendleft(). by Raymond Hettinger · 21 years ago
  59. 3ba85c2 Have deques support high volume loads. by Raymond Hettinger · 21 years ago
  60. 21ae4f9 minor markup adjustments by Fred Drake · 21 years ago
  61. 4458ece Clarify minor point about the ref() and proxy() constructors. by Fred Drake · 21 years ago
  62. 4d205e3 update dependency information by Fred Drake · 21 years ago
  63. dd256d9 Add documentation for collections.deque(). by Raymond Hettinger · 21 years ago
  64. e52f3b1 Add documentation for collections.deque(). by Raymond Hettinger · 21 years ago
  65. 756b3f3 * Move collections.deque() in from the sandbox by Raymond Hettinger · 21 years ago
  66. bd12b18 fix whitespace style (inconsistent with the rest of the docs) by Fred Drake · 21 years ago
  67. fcc5176 update signature of the socket constructor by Fred Drake · 21 years ago
  68. ee3c607 add missing period by Fred Drake · 21 years ago
  69. 913829c fix markup by Fred Drake · 21 years ago
  70. db8d1c2 add references between getopt and optparse docs by Skip Montanaro · 21 years ago
  71. 6d98f19 make this distutils doc match the other in using boilerplate.tex by Fred Drake · 21 years ago
  72. 20d4738 no reason not to use boilerplate.tex now that it names the PSF by Fred Drake · 21 years ago
  73. 0d8da3a fix some sloppy markup to use \guilabel by Fred Drake · 21 years ago
  74. f0f6d12 add \guilabel macro to mark labels that occur in user interfaces by Fred Drake · 21 years ago
  75. 226f697 fix method name in example code by Fred Drake · 21 years ago
  76. 1fe9750 add direct link to the article in DDJ closes SF bug #871402 by Fred Drake · 21 years ago
  77. ba0485a expand on notion of row object type by Skip Montanaro · 21 years ago
  78. 7895146 typo by Skip Montanaro · 21 years ago
  79. 734fb57 Add a Guido inspired example for groupby(). by Raymond Hettinger · 21 years ago
  80. 5303a96 Add CJK codecs by Andrew M. Kuchling · 21 years ago
  81. 3e2a306 Add CJK codecs support as discussed on python-dev. (SF #873597) by Hye-Shik Chang · 21 years ago
  82. 621b443 - add warning that hotshot doesn't work well with threads - fix some markup by Fred Drake · 21 years ago
  83. 990a46b minor markup improvements by Fred Drake · 21 years ago
  84. 4977ff0 add a note about memory consumption and LaTeX closes SF bug #721157 by Fred Drake · 21 years ago
  85. 3f26af7 - add comment about $CUSTOM_BUTTONS by Fred Drake · 21 years ago
  86. 3bbd115 markup changes by Fred Drake · 21 years ago
  87. 44a9823 [Bug #873205] Update URL by Andrew M. Kuchling · 21 years ago
  88. 7e6bbe1 The format of the string data used in the imageop module is described by Sjoerd Mullender · 21 years ago
  89. c62af02 Fix some digicool addresses I noticed by Andrew M. Kuchling · 21 years ago
  90. 1151479 add link to the red-dove.com page about the logging package by Fred Drake · 21 years ago
  91. 4f687b3 add new reference macro: \seelink by Fred Drake · 21 years ago
  92. 91f5cbe SF bug #872461: list.extend() described as experimental by Raymond Hettinger · 21 years ago
  93. 0c41027 SF Patch #864863: Bisect C implementation (Contributed by Dmitry Vasiliev.) by Raymond Hettinger · 21 years ago
  94. 23a0f4e Small correction to example by Raymond Hettinger · 21 years ago
  95. 97ef8de * Add various updates reflecting the last two weeks of checkins: by Raymond Hettinger · 21 years ago
  96. c14149e Show how to re-enable GC during timings. by Raymond Hettinger · 21 years ago
  97. 4cd5a08 Fix small factual error. by Raymond Hettinger · 21 years ago
  98. ad9aaee Documentation for new RFC 3548 functions. by Barry Warsaw · 21 years ago
  99. b914ef0 list the Python Software Foundation on all the documents by Fred Drake · 21 years ago
  100. d3530be PythonLabs --> Python Software Foundation by Fred Drake · 21 years ago