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