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