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