1. 699799e Add a couple of comments about the use of \normalsize and \footnotesize. by Fred Drake · 22 years ago
  2. 2394900 Still more magical <link> elements. by Fred Drake · 22 years ago
  3. dbb2b9d Hackish way to generate an up-<link> for the title page if we have one. by Fred Drake · 22 years ago
  4. 4a47349 More <link> support for generated pages. by Fred Drake · 22 years ago
  5. 8687609 Two more <link> elements. by Fred Drake · 22 years ago
  6. 942bd50 Add some relevant <link> elements. by Fred Drake · 22 years ago
  7. 3adefcc Use personal e-mail address by Andrew M. Kuchling · 22 years ago
  8. 0e2e687 Minor rearranging. by Fred Drake · 22 years ago
  9. 4e303aa Add notes to the asctime() and ctime() descriptions to make it by Fred Drake · 22 years ago
  10. b1510d5 Sprinkle with --favicon options. by Fred Drake · 22 years ago
  11. b07216b Added support for --favicon. Fix support for the Aesop Meta Type. by Fred Drake · 22 years ago
  12. 56c8c27 Added support for --favicon. by Fred Drake · 22 years ago
  13. dd3d6a0 Add support for using a "favicon". by Fred Drake · 22 years ago
  14. 11eb3d0 Make use of the new "favicon" image. by Fred Drake · 22 years ago
  15. 45be2fe Added "favicon" image. by Fred Drake · 22 years ago
  16. d8ea2e0 Added missing class to __all__. by Raymond Hettinger · 22 years ago
  17. a853cc6 Added __all__. by Raymond Hettinger · 22 years ago
  18. 39f02f9 Added missing names to __all__. by Raymond Hettinger · 22 years ago
  19. 2b9bfb3 Added new move() function to __all__. by Raymond Hettinger · 22 years ago
  20. fb05c4e SF bug 630824: pydoc Helper keywords missing 'yield' by Tim Peters · 22 years ago
  21. edc853e Patrick K. O'Brien notices that kwlist was missing from __all__. by Raymond Hettinger · 22 years ago
  22. 37e4772 Forward port of 1.12.14.3 (which has an incorrect log message): by Jack Jansen · 22 years ago
  23. 2c9590f Added test for this fix to classobject.c: by Guido van Rossum · 22 years ago
  24. f740bdf Since properties are supported here, is possible that by Guido van Rossum · 22 years ago
  25. 3e2c632 Patch #629426: Eliminate more autoconf warnings. Use AC_HELP_STRING. by Martin v. Löwis · 22 years ago
  26. d0c7137 Chapter titles that get split over multiple lines in the typeset by Fred Drake · 22 years ago
  27. 6d89050 Minor simplification. by Fred Drake · 22 years ago
  28. 9142b19 Remove unnecessary output file. by Fred Drake · 22 years ago
  29. 32f3add Add a test of interaction between &amp; and extra replacements. by Fred Drake · 22 years ago
  30. 407fea5 Really do replacement of &amp; last to avoid bad interactions between &amp; by Fred Drake · 22 years ago
  31. f55222d Avoid calling __dict_replace() if we don't need to -- the call is much by Fred Drake · 22 years ago
  32. 15941e6 Oops, committed this in the wrong place. by Guido van Rossum · 22 years ago
  33. 69ccfcc Spreadsheet demo that I used in the advanced talk at Linux Lunacy II. by Guido van Rossum · 22 years ago
  34. 38749b6 Beginnings of a spreadsheet I used as an example on Linux Lunacy II. by Guido van Rossum · 22 years ago
  35. 35f63a8 Change PyOS_Readline declaration to match the recent change to myreadline.c by Skip Montanaro · 22 years ago
  36. 8c14028 Patch #627105: Document that SYSTEM_PAGE_SIZE really should not be by Martin v. Löwis · 22 years ago
  37. 74b51ac Patch #613256: Add nescape method to xml.sax.saxutils. by Martin v. Löwis · 22 years ago
  38. edb6bff Add Daniel Stutzbach, for #512981. by Martin v. Löwis · 22 years ago
  39. 080689c Document patch #512981. by Martin v. Löwis · 22 years ago
  40. 566f6af Patch #512981: Update readline input stream on sys.stdin/out change. by Martin v. Löwis · 22 years ago
  41. 88afe66 Patch #623771: Properly use autoconf 2.5x macros. by Martin v. Löwis · 22 years ago
  42. c9d07df Remove duplicate definitions of _XOPEN_SOURCE_EXTENDED. by Martin v. Löwis · 22 years ago
  43. e482658 Patch #628898: Define _XOPEN_SOURCE_EXTENDED and _POSIX_C_SOURCE. by Martin v. Löwis · 22 years ago
  44. 7fbd012 Clarify packages in tutorial. Closes SF bug #616211. by Raymond Hettinger · 22 years ago
  45. 0eebd5c Implement a safer and more predictable interpolation approach. by Fred Drake · 22 years ago
  46. 98e3b29 Add tests for both raw and non-raw versions of the items() methods. by Fred Drake · 22 years ago
  47. df393bd According to the docs, __name__ is not exposed via the API except by Fred Drake · 22 years ago
  48. 97d5f05 Update to reflect the refactoring into the RawConfigParser and by Fred Drake · 22 years ago
  49. b1248ce Under Jaguar it seems that 'errn' return value keyword parameters don't by Jack Jansen · 22 years ago
  50. 8811ce7 Remove useless output file. by Fred Drake · 22 years ago
  51. c6f2891 Convert to PyUnit. by Fred Drake · 22 years ago
  52. 3af0eb8 Added (very) minimal tests of the RawConfigParser class. by Fred Drake · 22 years ago
  53. fce6557 Re-factor: Use a RawConfigParser base class and make ConfigParser a by Fred Drake · 22 years ago
  54. f596826 - The "-" format flag overrides the "0" flag, not the "-" flag. by Fred Drake · 22 years ago
  55. 5e96f1f Correct the description of PyErr_Restore(). Closes SF bug #577000. by Fred Drake · 22 years ago
  56. 7b02551 'Replace all' in the find dialog didn't properly update the text view (it used to, though...). Fixed. by Just van Rossum · 22 years ago
  57. 79713fd Relocate an index entry so named anchors are not generated in a section head. by Fred Drake · 22 years ago
  58. 50276ab Update an example to use the DOM implementation object. Explain that by Fred Drake · 22 years ago
  59. 73c5b660 Clean up some really minor Perl warnings. by Fred Drake · 22 years ago
  60. ff287cf Point to the PyXML package as an extended version of the "xml" package by Fred Drake · 22 years ago
  61. 9cd87aa Fix for bug #626172: crash using unicode latin1 single char by Marc-André Lemburg · 22 years ago
  62. 45186c4 Implement Restoring Breakpoints in Subprocess Debugger by Kurt B. Kaiser · 22 years ago
  63. 88f015d Moved description of _urlopener adjacent to the related functions. by Fred Drake · 22 years ago
  64. 55803bc Describe __path__ along with the rest of the package description. by Fred Drake · 22 years ago
  65. d6cf8be Modify example to use string methods instead of the string module. by Fred Drake · 22 years ago
  66. 4b24726 Clarified the error cases and Unicode handling of PyString_AsString(), by Fred Drake · 22 years ago
  67. 4c486bc Add comment about inability to handle Unicode strings (hopefully a by Greg Ward · 22 years ago
  68. 019bd4a terminology by Fredrik Lundh · 22 years ago
  69. 1303c7c add support for basic authentication, based on patch #624180 by Phillip J. Eby by Fredrik Lundh · 22 years ago
  70. 7d428ec Clarify what versions of Windows are supported, and add Linux specifically. by Fred Drake · 22 years ago
  71. 9ecf9ce Patches #626105: by Raymond Hettinger · 22 years ago
  72. 644991f (py-parse-state-re): Remove the "if" from the regular expression. by Barry Warsaw · 22 years ago
  73. 5c45805 FILETYPES: Newer XFree86 rgb.txt files use the key Xorg instead of by Barry Warsaw · 22 years ago
  74. d9e0e1f Some fixes based on feedback from Hans Petter Langtangen. by Barry Warsaw · 22 years ago
  75. 531e393 Fix a typo, update (only one) style improvement, whitespace normalization. by Barry Warsaw · 22 years ago
  76. 4111804 test_body_encoding(): a new test for Charset.body_encode(), especially by Barry Warsaw · 22 years ago
  77. 34aa445 test_body_encoding(): a new test by Barry Warsaw · 22 years ago
  78. 3d57589 body_encode(): Fixed typo reported by Chris Lawrence, closing SF bug by Barry Warsaw · 22 years ago
  79. fca3bb6 Explicitly use floor division by Raymond Hettinger · 22 years ago
  80. d058f08 Eliminate unused instance variable by Raymond Hettinger · 22 years ago
  81. 7aa7f2e cd to users home dir if no current dir has been set. Fixes bug #625734 by Just van Rossum · 22 years ago
  82. 8fce2ef Made MacOS.Error a class style exception (at last!). by Jack Jansen · 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. 37a0982 point people to the Python bug tracker, rather than to a mail by Fredrik Lundh · 22 years ago
  86. eeb7827 Remove reference to deleted 'www' directory. by Guido van Rossum · 22 years ago
  87. b50e1de Note lack of speedup. Remove Irix reference. Remove silly extra by Guido van Rossum · 22 years ago
  88. 5e31c3f Fix markup for tilde in URL. by Fred Drake · 22 years ago
  89. 99ac328 Verify that lower-higher case delta are 16-bit. by Martin v. Löwis · 22 years ago
  90. d8eeeae Fix reference to the Fetchmail FAQ: by Fred Drake · 22 years ago
  91. edf368c Make lower/upper/title work for non-BMP characters. by Martin v. Löwis · 22 years ago
  92. ddc369a Fix markup for tilde in URL. by Fred Drake · 22 years ago
  93. 673cd82 Fix SF # 624982, Potential AV in slot_sq_item, by Greg Chapman by Neal Norwitz · 22 years ago
  94. 9def6a3 Update to Unicode 3.2 database. by Martin v. Löwis · 22 years ago
  95. ecbb0ea Update docs. Remove old classes.doc. by Guido van Rossum · 22 years ago
  96. 989ea8d Add description of the cgi directory. by Guido van Rossum · 22 years ago
  97. cc44ccc Add description of what's here. by Guido van Rossum · 22 years ago
  98. 78eb200 Added cross-references to related material on exceptions. Closes SF bug #217195. by Fred Drake · 22 years ago
  99. e7097e0 Added cross-references to related material on exceptions. Closes SF bug #217195. by Fred Drake · 22 years ago
  100. 30be576 Make sure section numbers wrap together with the preceeding word ("section"). by Fred Drake · 22 years ago