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