1. 27cae1f Revise the __all__ index entry a touch. by Fred Drake · 22 years ago
  2. f9229d9 Add __all__ to Reference Manual index. Closes SF 643227. by Raymond Hettinger · 22 years ago
  3. ead60e5 Typo: propogate -> propagate by Thomas Heller · 22 years ago
  4. edb635f Remove extra ")" in example. by Fred Drake · 22 years ago
  5. 08d10f9 Typo: "dead lock" --> "deadlock" by Fred Drake · 22 years ago
  6. 6d5f30e Document that the second argument to PyObject_IsInstance by Walter Dörwald · 22 years ago
  7. a41b2bb Fix problem in example code. It's minor in this particular example, by Fred Drake · 22 years ago
  8. 7af24bd Fix example regular expressions that simulate scanf() constructs. by Fred Drake · 22 years ago
  9. 71aa6d6 Patch #646824: Remove extra \end. by Martin v. Löwis · 22 years ago
  10. b1e4bf9 Bug #647387: corrections to the logging section by Vinay Sanjip by Andrew M. Kuchling · 22 years ago
  11. 8af50bc _ssl.pyd available for Windows. by Mark Hammond · 22 years ago
  12. 75bc8ba Fix SF # 646578, Documentation Typo by Neal Norwitz · 22 years ago
  13. ae6bf4a Remove unused variable by Neal Norwitz · 22 years ago
  14. 5326257 Add ossaudiodev; fix typo by Andrew M. Kuchling · 22 years ago
  15. 3eb166b Slightly improved version of patch #642578: "Expose PyImport_FrozenModules by Just van Rossum · 22 years ago
  16. b6f7959 Fix value of 'propagate' (noted by Chris Reedy) Rewrite paragraph by Andrew M. Kuchling · 22 years ago
  17. fb97443 Fix typo. by Walter Dörwald · 22 years ago
  18. b492fa9 Mention dict.fromkeys() Various edits by Andrew M. Kuchling · 22 years ago
  19. 5ef2b21 Update e-mail address by Andrew M. Kuchling · 22 years ago
  20. d680a86 Bug #643631: MacOS 9 details missing from inst.tex by Andrew M. Kuchling · 22 years ago
  21. e33d3df SF Patch 643443. Added dict.fromkeys(iterable, value=None), a class by Raymond Hettinger · 22 years ago
  22. e9cfcef Clarify the interpretation of the __getstate__() return value for by Fred Drake · 22 years ago
  23. 4add68b Add missing dependency information for the "What's New" document. by Fred Drake · 22 years ago
  24. 54fe3fd Noted the support for resource exclusion for regrtest. Some people by Fred Drake · 22 years ago
  25. 8c8aa5d Rename want_objects to wantobjects throughout, for consistency. by Martin v. Löwis · 22 years ago
  26. f955412 * Doc/ref/ref5.tex Fixed minor bug preventing documentation compilation. by Gustavo Niemeyer · 22 years ago
  27. 96bc3b4 This is not part of my patch by Michael W. Hudson · 22 years ago
  28. 39b4852 Report Tkinter changes. by Martin v. Löwis · 22 years ago
  29. 057ab14 * libbz2.tex by Gustavo Niemeyer · 22 years ago
  30. 9e7453d Remove \module{} in link text to avoid HTML generation bug by Andrew M. Kuchling · 22 years ago
  31. 15353f5 Remove extra word by Andrew M. Kuchling · 22 years ago
  32. 1a54d71 Mention that .pth files can't be used to override standard modules by Andrew M. Kuchling · 22 years ago
  33. b5c980b Add unidata_version. Bump generator version number. by Martin v. Löwis · 22 years ago
  34. 5b21df4 Repaired inaccuracies in the % docs. In particular, we don't (and can't) by Tim Peters · 22 years ago
  35. 677bde2 Patch #626485: Support Unicode normalization. by Martin v. Löwis · 22 years ago
  36. 6e596b6 Added change note about returning a dictionary based on keyword arguments. by Fred Drake · 22 years ago
  37. a797d81 Patch #642500 with slight modifications: allow keyword arguments in by Just van Rossum · 22 years ago
  38. a191bef Clarify the default setting for daemon_threads. by Fred Drake · 22 years ago
  39. 74f5a56 Fix markup. by Fred Drake · 22 years ago
  40. 4581cfa Patch #486438: Make module argument to testmod optional. by Martin v. Löwis · 22 years ago
  41. f86e8ef Patch #550765: Add daemon_threads flag. by Martin v. Löwis · 22 years ago
  42. d3c821e added details of new IMAP4_stream class; emphasised meaning of data part of command results; added proxyauth command description by Piers Lauder · 22 years ago
  43. d899605 Patch #633547: Support plural forms. Do TODOs in test suite. by Martin v. Löwis · 22 years ago
  44. 3350b5b NamedTemporaryFile: clarify behavior based on confusions noted by a by Tim Peters · 22 years ago
  45. 495172c Add change to int() and OverflowError by Andrew M. Kuchling · 22 years ago
  46. 72f8616 Document additional error handling names available through PEP 293. by Walter Dörwald · 22 years ago
  47. f171540 Change int() so that passing a string, unicode, float or long argument by Walter Dörwald · 22 years ago
  48. 6f429c3 Use \ulink instead of \citetitle; bump version number by Andrew M. Kuchling · 22 years ago
  49. 669249e Add PyBSDDB update by Andrew M. Kuchling · 22 years ago
  50. 311f419 Improve comments. Clarify docs. by Raymond Hettinger · 22 years ago
  51. 8ddc176 Improve DictMixin. by Raymond Hettinger · 22 years ago
  52. 6141812 correct typo detected by Lee Hansen by Skip Montanaro · 22 years ago
  53. e55bec2 Better note that str.zfill() was added in 2.2.2 as well. ;-( by Fred Drake · 22 years ago
  54. 9171801 Document that a minor feature was added in 2.2.2. ;-( Closes SF bug #639170. by Fred Drake · 22 years ago
  55. 5654cc2 SF 639138, Ref. calendar module in time docs by John J Lee by Neal Norwitz · 22 years ago
  56. 0e9bfa3 Minor markup nits. by Fred Drake · 22 years ago
  57. 08abe8e Fix stupid typo. by Fred Drake · 22 years ago
  58. e61f365 Document the available command line flags for bdist_wininst, which are by Thomas Heller · 22 years ago
  59. 36343f6 Correct typo: the option is 'formats' not 'format'. by Thomas Heller · 22 years ago
  60. 49b33fa Squash an enormous number of warnings reported when adding "use by Fred Drake · 22 years ago
  61. c734b01 Fix critical markup errors. by Fred Drake · 22 years ago
  62. 3a2cda8 Minor revisions to clarify the status of xreadlines(), change the way by Fred Drake · 22 years ago
  63. 88eed70 Mention that the MRO algorithm changes in 2.3 by Andrew M. Kuchling · 22 years ago
  64. b60ea3f Mention change in MRO by Andrew M. Kuchling · 22 years ago
  65. 7994716 SF patch #520382: Expand shelve.py to have a full dictionary interface by Raymond Hettinger · 22 years ago
  66. 3a7f405 Draft a section on modifying Python's path. I'm not sure where by Andrew M. Kuchling · 22 years ago
  67. 24d5a52 Add section on Optik by Andrew M. Kuchling · 22 years ago
  68. 366c10c Finish up the logging section by Andrew M. Kuchling · 22 years ago
  69. 28f2f88 Add partial section on the logging package; not finished yet. by Andrew M. Kuchling · 22 years ago
  70. 4ebe2e3 add liblogging by Skip Montanaro · 22 years ago
  71. 649698f initial rough cut at documentation of logging module. This is basically by Skip Montanaro · 22 years ago
  72. 66abcee Integrate updates to the GNU info conversion. by Fred Drake · 22 years ago
  73. b02f0df - Committing the modified signature lines I've been using for a long by Fred Drake · 22 years ago
  74. bad4607 Document struct_time and the field names. by Fred Drake · 22 years ago
  75. 4400509 Add \funcline, \funclineni, and \methodlineni to the list of functions by Fred Drake · 22 years ago
  76. a5a173e Fix broken markup. Closes SF bug #637807. by Fred Drake · 22 years ago
  77. 2c184e7 Typo: it's --> its Closes SF bug #637810. by Fred Drake · 22 years ago
  78. ce5619e Update: Older versions of Python crashed when calling repr() by Fred Drake · 22 years ago
  79. 674dae2 Clarify that PyImport_AddModule() and PyImport_ExecCodeModule() don't by Fred Drake · 22 years ago
  80. 5c4cf15 Normalize whitespace. Fix a number of markup consistency buglets. by Fred Drake · 22 years ago
  81. 8a61f49 Fill out the 'Porting' section Add random.sample() by Andrew M. Kuchling · 22 years ago
  82. 3d03968 Clarified meaning of \w and \W with respect to the UNICODE and LOCALE flags. by Fred Drake · 22 years ago
  83. b9099c3 SF patch 637176: list.sort crasher by Tim Peters · 22 years ago
  84. 4b9ed2f Clarified documentation of tempnam(). Closes SF bug #635656. by Fred Drake · 22 years ago
  85. cab94a1 Update text to refer to 2.2.2 by Andrew M. Kuchling · 22 years ago
  86. 71dd790 Remove extra word by Andrew M. Kuchling · 22 years ago
  87. f24eb35 SF patch 629637: Add sample(population, k) method to the random module. by Raymond Hettinger · 22 years ago
  88. 0da7f39 Closes SF bug #634069 reporting the docs on the ** operator were out by Raymond Hettinger · 22 years ago
  89. 430b156 Add documentation for the PEP 293 functionality: by Walter Dörwald · 22 years ago
  90. b5f41de Minor markup adjustments. by Fred Drake · 22 years ago
  91. 5b470e0 Document the changed fdopen behaviour. (Hope the markup is ok). by Thomas Heller · 22 years ago
  92. 572aae3 Old change (probably suggested by Jason Tishler) The GNU/Windows compiler is now called MinGW by Andrew M. Kuchling · 22 years ago
  93. e3fb22b [Patch #633635 from David M. Cooke] by Andrew M. Kuchling · 22 years ago
  94. 110aa50 Fix minor wording and 2 typos by Neal Norwitz · 22 years ago
  95. fad265e Whoops, fix the typo correctly this time by Neal Norwitz · 22 years ago
  96. 75f36b7 Document the new `pp' command. by Barry Warsaw · 22 years ago
  97. c2f7757 Fix minor typos by Neal Norwitz · 22 years ago
  98. 71f5acd Minor cleanups, markup. by Fred Drake · 22 years ago
  99. a288a23 Document that images go away when they go away. Fixes #632323. by Martin v. Löwis · 22 years ago
  100. 18c7d98 Fix a few minor nits. Still need to actually proofread this. by Fred Drake · 22 years ago