1. 3350b5b NamedTemporaryFile: clarify behavior based on confusions noted by a by Tim Peters · 22 years ago
  2. 495172c Add change to int() and OverflowError by Andrew M. Kuchling · 22 years ago
  3. 72f8616 Document additional error handling names available through PEP 293. by Walter Dörwald · 22 years ago
  4. f171540 Change int() so that passing a string, unicode, float or long argument by Walter Dörwald · 22 years ago
  5. 6f429c3 Use \ulink instead of \citetitle; bump version number by Andrew M. Kuchling · 22 years ago
  6. 669249e Add PyBSDDB update by Andrew M. Kuchling · 22 years ago
  7. 311f419 Improve comments. Clarify docs. by Raymond Hettinger · 22 years ago
  8. 8ddc176e Improve DictMixin. by Raymond Hettinger · 22 years ago
  9. 6141812 correct typo detected by Lee Hansen by Skip Montanaro · 22 years ago
  10. e55bec2 Better note that str.zfill() was added in 2.2.2 as well. ;-( by Fred Drake · 22 years ago
  11. 9171801 Document that a minor feature was added in 2.2.2. ;-( Closes SF bug #639170. by Fred Drake · 22 years ago
  12. 5654cc2 SF 639138, Ref. calendar module in time docs by John J Lee by Neal Norwitz · 22 years ago
  13. 0e9bfa3 Minor markup nits. by Fred Drake · 22 years ago
  14. 08abe8e Fix stupid typo. by Fred Drake · 22 years ago
  15. e61f365 Document the available command line flags for bdist_wininst, which are by Thomas Heller · 22 years ago
  16. 36343f6 Correct typo: the option is 'formats' not 'format'. by Thomas Heller · 22 years ago
  17. 49b33fa Squash an enormous number of warnings reported when adding "use by Fred Drake · 22 years ago
  18. c734b01 Fix critical markup errors. by Fred Drake · 22 years ago
  19. 3a2cda8 Minor revisions to clarify the status of xreadlines(), change the way by Fred Drake · 22 years ago
  20. 88eed70 Mention that the MRO algorithm changes in 2.3 by Andrew M. Kuchling · 22 years ago
  21. b60ea3f Mention change in MRO by Andrew M. Kuchling · 22 years ago
  22. 7994716 SF patch #520382: Expand shelve.py to have a full dictionary interface by Raymond Hettinger · 22 years ago
  23. 3a7f405 Draft a section on modifying Python's path. I'm not sure where by Andrew M. Kuchling · 22 years ago
  24. 24d5a52 Add section on Optik by Andrew M. Kuchling · 22 years ago
  25. 366c10c Finish up the logging section by Andrew M. Kuchling · 22 years ago
  26. 28f2f88 Add partial section on the logging package; not finished yet. by Andrew M. Kuchling · 22 years ago
  27. 4ebe2e3 add liblogging by Skip Montanaro · 22 years ago
  28. 649698f initial rough cut at documentation of logging module. This is basically by Skip Montanaro · 22 years ago
  29. 66abcee Integrate updates to the GNU info conversion. by Fred Drake · 22 years ago
  30. b02f0df - Committing the modified signature lines I've been using for a long by Fred Drake · 22 years ago
  31. bad4607 Document struct_time and the field names. by Fred Drake · 22 years ago
  32. 4400509 Add \funcline, \funclineni, and \methodlineni to the list of functions by Fred Drake · 22 years ago
  33. a5a173e Fix broken markup. Closes SF bug #637807. by Fred Drake · 22 years ago
  34. 2c184e7 Typo: it's --> its Closes SF bug #637810. by Fred Drake · 22 years ago
  35. ce5619e Update: Older versions of Python crashed when calling repr() by Fred Drake · 22 years ago
  36. 674dae2 Clarify that PyImport_AddModule() and PyImport_ExecCodeModule() don't by Fred Drake · 22 years ago
  37. 5c4cf15 Normalize whitespace. Fix a number of markup consistency buglets. by Fred Drake · 22 years ago
  38. 8a61f49 Fill out the 'Porting' section Add random.sample() by Andrew M. Kuchling · 22 years ago
  39. 3d03968 Clarified meaning of \w and \W with respect to the UNICODE and LOCALE flags. by Fred Drake · 22 years ago
  40. b9099c3 SF patch 637176: list.sort crasher by Tim Peters · 22 years ago
  41. 4b9ed2f Clarified documentation of tempnam(). Closes SF bug #635656. by Fred Drake · 22 years ago
  42. cab94a1 Update text to refer to 2.2.2 by Andrew M. Kuchling · 22 years ago
  43. 71dd790 Remove extra word by Andrew M. Kuchling · 22 years ago
  44. f24eb35 SF patch 629637: Add sample(population, k) method to the random module. by Raymond Hettinger · 22 years ago
  45. 0da7f39 Closes SF bug #634069 reporting the docs on the ** operator were out by Raymond Hettinger · 22 years ago
  46. 430b156 Add documentation for the PEP 293 functionality: by Walter Dörwald · 22 years ago
  47. b5f41de Minor markup adjustments. by Fred Drake · 22 years ago
  48. 5b470e0 Document the changed fdopen behaviour. (Hope the markup is ok). by Thomas Heller · 22 years ago
  49. 572aae3 Old change (probably suggested by Jason Tishler) The GNU/Windows compiler is now called MinGW by Andrew M. Kuchling · 22 years ago
  50. e3fb22b [Patch #633635 from David M. Cooke] by Andrew M. Kuchling · 22 years ago
  51. 110aa50 Fix minor wording and 2 typos by Neal Norwitz · 22 years ago
  52. fad265e Whoops, fix the typo correctly this time by Neal Norwitz · 22 years ago
  53. 75f36b7 Document the new `pp' command. by Barry Warsaw · 22 years ago
  54. c2f7757 Fix minor typos by Neal Norwitz · 22 years ago
  55. 71f5acd Minor cleanups, markup. by Fred Drake · 22 years ago
  56. a288a23 Document that images go away when they go away. Fixes #632323. by Martin v. Löwis · 22 years ago
  57. 18c7d98 Fix a few minor nits. Still need to actually proofread this. by Fred Drake · 22 years ago
  58. cc6cc5d Fix minor markup nits. by Fred Drake · 22 years ago
  59. f8ca836 Patch implementing bz2 module. by Gustavo Niemeyer · 22 years ago
  60. bc5e3cc Use personal e-mail address; update date; various small edits; add a name to acks by Andrew M. Kuchling · 22 years ago
  61. 7a82b8c Bring back the patch/bug count paragraph. by Andrew M. Kuchling · 22 years ago
  62. dc3f7e1 Mention distutil changes by Andrew M. Kuchling · 22 years ago
  63. 22610da Document symbolic constants for commands. by Martin v. Löwis · 22 years ago
  64. 2eba52f Thinking on comp.text.tex seems to be that it's better to override by Fred Drake · 22 years ago
  65. 1da9c57 Patch #630829: Don't block on IAC, process suboptions. by Martin v. Löwis · 22 years ago
  66. f0a4668 Add getpreferredencoding. Support @euro modifiers. Fixes #554676. by Martin v. Löwis · 22 years ago
  67. cf57e50 Fix SF #632864, Typo string instead of sting in LibDoc. Will backport. by Neal Norwitz · 22 years ago
  68. 1aca2d0 Fix SF # 518775, buffer object API description truncated by Neal Norwitz · 22 years ago
  69. 034c749 Fix SF #618146, overflow error in calendar module Will backport. by Neal Norwitz · 22 years ago
  70. 1a7a894 Move introductory sentence to where it belongs. by Walter Dörwald · 22 years ago
  71. 9482d25 Update example for the type() function to use the currently accepted by Fred Drake · 22 years ago
  72. ff031cf Define abstract way to get the normal and smaller font sizes that work by Fred Drake · 22 years ago
  73. 8612a43 Add a missing % to a Windows-style environment variable expression. by Fred Drake · 22 years ago
  74. 699799e Add a couple of comments about the use of \normalsize and \footnotesize. by Fred Drake · 22 years ago
  75. 2394900 Still more magical <link> elements. by Fred Drake · 22 years ago
  76. dbb2b9d Hackish way to generate an up-<link> for the title page if we have one. by Fred Drake · 22 years ago
  77. 4a47349 More <link> support for generated pages. by Fred Drake · 22 years ago
  78. 8687609 Two more <link> elements. by Fred Drake · 22 years ago
  79. 942bd50 Add some relevant <link> elements. by Fred Drake · 22 years ago
  80. 3adefcc Use personal e-mail address by Andrew M. Kuchling · 22 years ago
  81. 0e2e687 Minor rearranging. by Fred Drake · 22 years ago
  82. 4e303aa Add notes to the asctime() and ctime() descriptions to make it by Fred Drake · 22 years ago
  83. b1510d5 Sprinkle with --favicon options. by Fred Drake · 22 years ago
  84. b07216b Added support for --favicon. Fix support for the Aesop Meta Type. by Fred Drake · 22 years ago
  85. 56c8c27 Added support for --favicon. by Fred Drake · 22 years ago
  86. dd3d6a0 Add support for using a "favicon". by Fred Drake · 22 years ago
  87. 11eb3d0 Make use of the new "favicon" image. by Fred Drake · 22 years ago
  88. 45be2fe Added "favicon" image. by Fred Drake · 22 years ago
  89. d0c7137 Chapter titles that get split over multiple lines in the typeset by Fred Drake · 22 years ago
  90. 74b51ac Patch #613256: Add nescape method to xml.sax.saxutils. by Martin v. Löwis · 22 years ago
  91. 7fbd012 Clarify packages in tutorial. Closes SF bug #616211. by Raymond Hettinger · 22 years ago
  92. 0eebd5c Implement a safer and more predictable interpolation approach. by Fred Drake · 22 years ago
  93. 97d5f05 Update to reflect the refactoring into the RawConfigParser and by Fred Drake · 22 years ago
  94. f596826 - The "-" format flag overrides the "0" flag, not the "-" flag. by Fred Drake · 22 years ago
  95. 5e96f1f Correct the description of PyErr_Restore(). Closes SF bug #577000. by Fred Drake · 22 years ago
  96. 79713fd Relocate an index entry so named anchors are not generated in a section head. by Fred Drake · 22 years ago
  97. 50276ab Update an example to use the DOM implementation object. Explain that by Fred Drake · 22 years ago
  98. 73c5b660 Clean up some really minor Perl warnings. by Fred Drake · 22 years ago
  99. ff287cf Point to the PyXML package as an extended version of the "xml" package by Fred Drake · 22 years ago
  100. 88f015d Moved description of _urlopener adjacent to the related functions. by Fred Drake · 22 years ago