1. 366c10c Finish up the logging section by Andrew M. Kuchling · 22 years ago
  2. 28f2f88 Add partial section on the logging package; not finished yet. by Andrew M. Kuchling · 22 years ago
  3. 4ebe2e3 add liblogging by Skip Montanaro · 22 years ago
  4. 649698f initial rough cut at documentation of logging module. This is basically by Skip Montanaro · 22 years ago
  5. 66abcee Integrate updates to the GNU info conversion. by Fred Drake · 22 years ago
  6. b02f0df - Committing the modified signature lines I've been using for a long by Fred Drake · 22 years ago
  7. bad4607 Document struct_time and the field names. by Fred Drake · 22 years ago
  8. 4400509 Add \funcline, \funclineni, and \methodlineni to the list of functions by Fred Drake · 22 years ago
  9. a5a173e Fix broken markup. Closes SF bug #637807. by Fred Drake · 22 years ago
  10. 2c184e7 Typo: it's --> its Closes SF bug #637810. by Fred Drake · 22 years ago
  11. ce5619e Update: Older versions of Python crashed when calling repr() by Fred Drake · 22 years ago
  12. 674dae2 Clarify that PyImport_AddModule() and PyImport_ExecCodeModule() don't by Fred Drake · 22 years ago
  13. 5c4cf15 Normalize whitespace. Fix a number of markup consistency buglets. by Fred Drake · 22 years ago
  14. 8a61f49 Fill out the 'Porting' section Add random.sample() by Andrew M. Kuchling · 22 years ago
  15. 3d03968 Clarified meaning of \w and \W with respect to the UNICODE and LOCALE flags. by Fred Drake · 22 years ago
  16. b9099c3 SF patch 637176: list.sort crasher by Tim Peters · 22 years ago
  17. 4b9ed2f Clarified documentation of tempnam(). Closes SF bug #635656. by Fred Drake · 22 years ago
  18. cab94a1 Update text to refer to 2.2.2 by Andrew M. Kuchling · 22 years ago
  19. 71dd790 Remove extra word by Andrew M. Kuchling · 22 years ago
  20. f24eb35 SF patch 629637: Add sample(population, k) method to the random module. by Raymond Hettinger · 22 years ago
  21. 0da7f39 Closes SF bug #634069 reporting the docs on the ** operator were out by Raymond Hettinger · 22 years ago
  22. 430b156 Add documentation for the PEP 293 functionality: by Walter Dörwald · 22 years ago
  23. b5f41de Minor markup adjustments. by Fred Drake · 22 years ago
  24. 5b470e0 Document the changed fdopen behaviour. (Hope the markup is ok). by Thomas Heller · 22 years ago
  25. 572aae3 Old change (probably suggested by Jason Tishler) The GNU/Windows compiler is now called MinGW by Andrew M. Kuchling · 22 years ago
  26. e3fb22b [Patch #633635 from David M. Cooke] by Andrew M. Kuchling · 22 years ago
  27. 110aa50 Fix minor wording and 2 typos by Neal Norwitz · 22 years ago
  28. fad265e Whoops, fix the typo correctly this time by Neal Norwitz · 22 years ago
  29. 75f36b7 Document the new `pp' command. by Barry Warsaw · 22 years ago
  30. c2f7757 Fix minor typos by Neal Norwitz · 22 years ago
  31. 71f5acd Minor cleanups, markup. by Fred Drake · 22 years ago
  32. a288a23 Document that images go away when they go away. Fixes #632323. by Martin v. Löwis · 22 years ago
  33. 18c7d98 Fix a few minor nits. Still need to actually proofread this. by Fred Drake · 22 years ago
  34. cc6cc5d Fix minor markup nits. by Fred Drake · 22 years ago
  35. f8ca836 Patch implementing bz2 module. by Gustavo Niemeyer · 22 years ago
  36. bc5e3cc Use personal e-mail address; update date; various small edits; add a name to acks by Andrew M. Kuchling · 22 years ago
  37. 7a82b8c Bring back the patch/bug count paragraph. by Andrew M. Kuchling · 22 years ago
  38. dc3f7e1 Mention distutil changes by Andrew M. Kuchling · 22 years ago
  39. 22610da Document symbolic constants for commands. by Martin v. Löwis · 22 years ago
  40. 2eba52f Thinking on comp.text.tex seems to be that it's better to override by Fred Drake · 22 years ago
  41. 1da9c57 Patch #630829: Don't block on IAC, process suboptions. by Martin v. Löwis · 22 years ago
  42. f0a4668 Add getpreferredencoding. Support @euro modifiers. Fixes #554676. by Martin v. Löwis · 22 years ago
  43. cf57e50 Fix SF #632864, Typo string instead of sting in LibDoc. Will backport. by Neal Norwitz · 22 years ago
  44. 1aca2d0 Fix SF # 518775, buffer object API description truncated by Neal Norwitz · 22 years ago
  45. 034c749 Fix SF #618146, overflow error in calendar module Will backport. by Neal Norwitz · 22 years ago
  46. 1a7a894 Move introductory sentence to where it belongs. by Walter Dörwald · 22 years ago
  47. 9482d25 Update example for the type() function to use the currently accepted by Fred Drake · 22 years ago
  48. ff031cf Define abstract way to get the normal and smaller font sizes that work by Fred Drake · 22 years ago
  49. 8612a43 Add a missing % to a Windows-style environment variable expression. by Fred Drake · 22 years ago
  50. 699799e Add a couple of comments about the use of \normalsize and \footnotesize. by Fred Drake · 22 years ago
  51. 2394900 Still more magical <link> elements. by Fred Drake · 22 years ago
  52. dbb2b9d Hackish way to generate an up-<link> for the title page if we have one. by Fred Drake · 22 years ago
  53. 4a47349 More <link> support for generated pages. by Fred Drake · 22 years ago
  54. 8687609 Two more <link> elements. by Fred Drake · 22 years ago
  55. 942bd50 Add some relevant <link> elements. by Fred Drake · 22 years ago
  56. 3adefcc Use personal e-mail address by Andrew M. Kuchling · 22 years ago
  57. 0e2e687 Minor rearranging. by Fred Drake · 22 years ago
  58. 4e303aa Add notes to the asctime() and ctime() descriptions to make it by Fred Drake · 22 years ago
  59. b1510d5 Sprinkle with --favicon options. by Fred Drake · 22 years ago
  60. b07216b Added support for --favicon. Fix support for the Aesop Meta Type. by Fred Drake · 22 years ago
  61. 56c8c27 Added support for --favicon. by Fred Drake · 22 years ago
  62. dd3d6a0 Add support for using a "favicon". by Fred Drake · 22 years ago
  63. 11eb3d0 Make use of the new "favicon" image. by Fred Drake · 22 years ago
  64. 45be2fe Added "favicon" image. by Fred Drake · 22 years ago
  65. d0c7137 Chapter titles that get split over multiple lines in the typeset by Fred Drake · 22 years ago
  66. 74b51ac Patch #613256: Add nescape method to xml.sax.saxutils. by Martin v. Löwis · 22 years ago
  67. 7fbd012 Clarify packages in tutorial. Closes SF bug #616211. by Raymond Hettinger · 22 years ago
  68. 0eebd5c Implement a safer and more predictable interpolation approach. by Fred Drake · 22 years ago
  69. 97d5f05 Update to reflect the refactoring into the RawConfigParser and by Fred Drake · 22 years ago
  70. f596826 - The "-" format flag overrides the "0" flag, not the "-" flag. by Fred Drake · 22 years ago
  71. 5e96f1f Correct the description of PyErr_Restore(). Closes SF bug #577000. by Fred Drake · 22 years ago
  72. 79713fd Relocate an index entry so named anchors are not generated in a section head. by Fred Drake · 22 years ago
  73. 50276ab Update an example to use the DOM implementation object. Explain that by Fred Drake · 22 years ago
  74. 73c5b660 Clean up some really minor Perl warnings. by Fred Drake · 22 years ago
  75. ff287cf Point to the PyXML package as an extended version of the "xml" package by Fred Drake · 22 years ago
  76. 88f015d Moved description of _urlopener adjacent to the related functions. by Fred Drake · 22 years ago
  77. 55803bc Describe __path__ along with the rest of the package description. by Fred Drake · 22 years ago
  78. d6cf8be Modify example to use string methods instead of the string module. by Fred Drake · 22 years ago
  79. 4b24726 Clarified the error cases and Unicode handling of PyString_AsString(), by Fred Drake · 22 years ago
  80. 019bd4a terminology by Fredrik Lundh · 22 years ago
  81. 1303c7c add support for basic authentication, based on patch #624180 by Phillip J. Eby by Fredrik Lundh · 22 years ago
  82. 7d428ec Clarify what versions of Windows are supported, and add Linux specifically. by Fred Drake · 22 years ago
  83. d22eb59 Added a paragraph to explain that SchedParams(0, 0) is usually what you want. by Jack Jansen · 22 years ago
  84. e7c38d4 fixed the mail address in the documentation, too... by Fredrik Lundh · 22 years ago
  85. 5e31c3f Fix markup for tilde in URL. by Fred Drake · 22 years ago
  86. d8eeeae Fix reference to the Fetchmail FAQ: by Fred Drake · 22 years ago
  87. ddc369a Fix markup for tilde in URL. by Fred Drake · 22 years ago
  88. 78eb200 Added cross-references to related material on exceptions. Closes SF bug #217195. by Fred Drake · 22 years ago
  89. e7097e0 Added cross-references to related material on exceptions. Closes SF bug #217195. by Fred Drake · 22 years ago
  90. 30be576 Make sure section numbers wrap together with the preceeding word ("section"). by Fred Drake · 22 years ago
  91. d7bc0fe Try to fix the broken links caused by multiple \ref on the same line. by Neal Norwitz · 22 years ago
  92. 5f2c1d2 Typo(!): "normal" -> "number" by Fred Drake · 22 years ago
  93. 98ef20d Document urldefrag(). by Fred Drake · 22 years ago
  94. f607bda Add PyStructSequence_UnnamedField. Add stat_float_times. by Martin v. Löwis · 22 years ago
  95. 2314a04 Use string methods. Re-organize imports to Python Normal Form. by Fred Drake · 22 years ago
  96. 27c4e09 Only reset _is_empty if needed. by Fred Drake · 22 years ago
  97. df85f0b Modernization: Use string methods, use str instead of by Fred Drake · 22 years ago
  98. 071972e Use string methods. by Fred Drake · 22 years ago
  99. 06912b7 Use string methods. Organize the imports in Python Normal Form. by Fred Drake · 22 years ago
  100. 4fe904d Use string methods; minor code cleanup. by Fred Drake · 22 years ago