1. 6a5b027 Added itertools.tee() by Raymond Hettinger · 21 years ago
  2. 50a2570 Record an item I missed and bump the version number. [2.3 bugfix candidate.] by Andrew M. Kuchling · 21 years ago
  3. ee950ff - add "Why is Python installed on my computer?" as a documentation FAQ by Fred Drake · 21 years ago
  4. 38afcef [Bug #809174] loads() and dumps() not documented by Andrew M. Kuchling · 21 years ago
  5. d22bb65 Avoid confusing name for the 3rd argument to str.replace(). by Fred Drake · 21 years ago
  6. f12f324 Don't make promises about about the visibility of the induction variable. by Raymond Hettinger · 21 years ago
  7. 4e21dc9 - make this section format by Fred Drake · 21 years ago
  8. 5e75f15 add missing dependency by Fred Drake · 21 years ago
  9. 5b6150e markup fixes; this would not format by Fred Drake · 21 years ago
  10. 86c60ed ConfigParser.items() and SafeConfigParser.items() no longer return a by Fred Drake · 21 years ago
  11. 6aedcfc Add some more items by Andrew M. Kuchling · 21 years ago
  12. 2fb4d51 Document list.sort() changes by Andrew M. Kuchling · 21 years ago
  13. 0c9a318 Use 'predicate = bool' as the default predicate for ifilter[false]. by Guido van Rossum · 21 years ago
  14. f0dfc7a Fix a bunch of typos in documentation, docstrings and comments. by Walter Dörwald · 21 years ago
  15. 01a74b2 Make CObjects mutable. Fixes #477441. by Martin v. Löwis · 21 years ago
  16. 95cf84a Patch #821093: Fix various typos. by Martin v. Löwis · 21 years ago
  17. d969775 Fixed \versionadded for the (?(id/name)yes|no) expression support. by Gustavo Niemeyer · 21 years ago
  18. 6828e18 Patch #825679: Clarify semantics of .isfoo on empty strings. Backported to 2.3. by Martin v. Löwis · 21 years ago
  19. 849a972 Patch #809535: Mention behaviour of seek on text files. Backported to 2.3. by Martin v. Löwis · 21 years ago
  20. ad3fc44 Implemented non-recursive SRE matching. by Gustavo Niemeyer · 21 years ago
  21. 41e2809 Typo found by Lokasz Pankowski: by Thomas Heller · 21 years ago
  22. 42b1ba3 * list.sort() now supports three keyword arguments: cmp, key, and reverse. by Raymond Hettinger · 21 years ago
  23. 4fc3855 Initial checkin of docs for Lib/platform.py . by Brett Cannon · 21 years ago
  24. c2a2832 SF bug #821701: reduce docs neglect a very important piece of information. by Raymond Hettinger · 21 years ago
  25. 7decf5e SF #822262, Typo in Doc/api/intro.tex by Neal Norwitz · 21 years ago
  26. cb2da43 Extended tuple's C API to include a new function, PyTuple_Pack() that is by Raymond Hettinger · 21 years ago
  27. aac6ae9 SF patch #819955: Erroneous \seemodule in tarfile docs by Raymond Hettinger · 21 years ago
  28. 40b9df2 add some information about using graphics with the Python document classes by Fred Drake · 21 years ago
  29. 95a97d5 Fix a typo, discovered by Joonas Paalasmaa. by Thomas Heller · 21 years ago
  30. dbe3d28 Adopt Christian Stork's suggested argument order for the logic quantifiers. by Raymond Hettinger · 21 years ago
  31. 2f726e9 SF bug #812202: randint is always even by Raymond Hettinger · 21 years ago
  32. 664a271 - don't re-write a SourceForge authenticated CVS root into the by Fred Drake · 21 years ago
  33. dffeed3 Make the fieldnames argument optional in the DictReader. If self.fieldnames by Skip Montanaro · 21 years ago
  34. 6f75a36 normalize whitespace by Fred Drake · 21 years ago
  35. a6008d0 Make sure the trunk Makefile doesn't require mkhowto to be "installed" by Fred Drake · 21 years ago
  36. efb3a16 Various minor updates in the description of mkhowto. by Fred Drake · 21 years ago
  37. 4e3a277 no longer assign into sys; "print chevron" is the way to go by Fred Drake · 21 years ago
  38. 94b3463 We're long past worrying about Python versions older than 1.5.2; by Fred Drake · 21 years ago
  39. 1dc3bb4 Work around minor markup issue: we don't want markup to escape into by Fred Drake · 21 years ago
  40. 292f597 Fix stupid style bug in a second place. by Fred Drake · 21 years ago
  41. c504c20 Fix stupid style bug. by Fred Drake · 21 years ago
  42. 1da0bba Update to match the version used to build the 2.3.2c1 documentation. by Fred Drake · 21 years ago
  43. 69db2b9 - change computation of VERSION to use tools/getversioninfo; this is by Fred Drake · 21 years ago
  44. 984920b Make the embedded hyperlinks work. by Fred Drake · 21 years ago
  45. b36615d - update pkglist.html more frequently, and explain why that's helpful by Fred Drake · 21 years ago
  46. f7a0d68 Update the list of directories passed to py2texi.el. The ordering was by Fred Drake · 21 years ago
  47. d4956aa Make the "path math" more robust, and support both relative and by Fred Drake · 21 years ago
  48. c8083cf Load the version information from ../Include/patchlevel.h, so there are by Fred Drake · 21 years ago
  49. 43b5e40 * Fix markup. by Raymond Hettinger · 21 years ago
  50. 6122c12 re.sub expands escape sequences in it's second argument. by Thomas Heller · 21 years ago
  51. b7c9529 Typo: documnetation -> documentation by Thomas Heller · 21 years ago
  52. d4a1419 Lots of markup corrections. Some are minor, but others are not: the by Fred Drake · 21 years ago
  53. cc2e48d Make sure LaTeX2HTML's $TEXINPUTS variable is initialized to include by Fred Drake · 21 years ago
  54. e1b38c4 update one more reference to a file that moved from texinputs/ to commontex/ by Fred Drake · 21 years ago
  55. 0d86ea7 Adjust the organization a bit and update some of the comments to by Fred Drake · 21 years ago
  56. 2bc9b2f add commontex/ to the list of directories described here by Fred Drake · 21 years ago
  57. bac3f04 point to the new location of the license information by Fred Drake · 21 years ago
  58. 410825a Move content input files shared among the documents into a new directory by Fred Drake · 21 years ago
  59. 2ee37ff - use string methods by Fred Drake · 21 years ago
  60. e395e22 Fix the most recent change to the invocation of the mkhowto script so by Fred Drake · 21 years ago
  61. 5a25aa6 Fix spelling and add markup. by Raymond Hettinger · 21 years ago
  62. 7cf4d9b [Bug #812936] Correct the documentation for RotatingFileHandler. by Andrew M. Kuchling · 21 years ago
  63. df49324 define a variable to specify the mkhowto program itself, as for any by Fred Drake · 21 years ago
  64. 39cb54b Typo: sys.prefex -> sys.prefix by Thomas Heller · 21 years ago
  65. 40d4bc5 Add a glossary to the tutorial. Also generate an index. At the moment this by Skip Montanaro · 21 years ago
  66. 757dedc first cut at a glossary by Skip Montanaro · 21 years ago
  67. 2348afd - update to reflect that base classes can be class types as well as by Fred Drake · 21 years ago
  68. 16434b5 Fix whitespace in example by Raymond Hettinger · 21 years ago
  69. ccfbfb9 Change the default window size to 1024x768. This shows at least the by Thomas Heller · 21 years ago
  70. 9a80c5d Added codec for bz2 compression. by Raymond Hettinger · 21 years ago
  71. 09fad27 add entry for 2.3.1 by Fred Drake · 21 years ago
  72. 92016dc SF 810242. Fix doubled word errors. by Raymond Hettinger · 21 years ago
  73. 7e43110 SF 810242. Fix doubled word errors. by Raymond Hettinger · 21 years ago
  74. 1e80359 Clean-up example code: remove string module and backticks. by Raymond Hettinger · 21 years ago
  75. e94040a minor correction. python 2.3 was released with the bsddb module 4.1.6 not 4.1.1 by Gregory P. Smith · 21 years ago
  76. e7a9796 Patch #800697: Add readline.clear_history. by Martin v. Löwis · 21 years ago
  77. c6bb6c0 Patch #707167: Pass dircache exceptions to the caller. Fixes #682813. by Martin v. Löwis · 21 years ago
  78. 7bdc484 Patch #808362: Fix typos. by Martin v. Löwis · 21 years ago
  79. a425dbc Fix a typo found by Eric D. Moyer, closes SF 807813. by Thomas Heller · 21 years ago
  80. d21fd7b * Minor wording change * Reference the doctest.DocTestSuite() conversion tool. by Raymond Hettinger · 21 years ago
  81. 3404034 Minor fixups by Raymond Hettinger · 21 years ago
  82. 1e4cf67 SF bug #804113: Crypto terminology for crypto hash function by Raymond Hettinger · 21 years ago
  83. deadbf5 SF #662923 by Raymond Hettinger · 21 years ago
  84. 74c8e55 SF bug #804280: fromkeys is not listed in index by Raymond Hettinger · 21 years ago
  85. 614438a fix markup buglets by Fred Drake · 21 years ago
  86. f5c87c4 - added many links into the library reference by Fred Drake · 21 years ago
  87. 626d472 - add several links into the library reference by Fred Drake · 21 years ago
  88. 11b138f remove useless <br/> from the top navigation panel by Fred Drake · 21 years ago
  89. 4587fa2 try to fix up the padding inside a notice environment so they fit in a by Fred Drake · 21 years ago
  90. 7c4d8f3 - add version annotation for HIGHEST_PROTOCOL - cleaned up some markup by Fred Drake · 21 years ago
  91. 62dba4c select.select() now accepts a sequence (as defined by PySequence_Fast()) for by Brett Cannon · 21 years ago
  92. fd4fa88 mention new module doc display feature of pydoc in libref and NEWS by Skip Montanaro · 21 years ago
  93. 6e380cd SF bug #803679: Missing section number in csv module documentation by Raymond Hettinger · 21 years ago
  94. 5bcc933 SF bug #803842: Wrong description of regexp concatenation by Raymond Hettinger · 21 years ago
  95. 0d6e8cd SF bug #802302: Invalid documentation for dbhash. by Raymond Hettinger · 21 years ago
  96. bed92ee SF patch #800899: Making "|" directive from REs a bit clearer. by Raymond Hettinger · 21 years ago
  97. 9756f38 Fix typo. by Raymond Hettinger · 21 years ago
  98. f5f0c17 end-of-sentence punctuation comes *before* \footnote, not after by Fred Drake · 21 years ago
  99. dfa7bd9 SF #801306: Bad RE in scanf example by Raymond Hettinger · 21 years ago
  100. 74923d7 SF bug #560286: Add docs for 'basestring' by Raymond Hettinger · 21 years ago