1. ef180dc Document that get_referrers can return unreachable but uncollected objects. by Martin v. Löwis · 22 years ago
  2. 744f67f Add keyword.kwlist to the public API. by Fred Drake · 22 years ago
  3. db2d3d1 libkeyword.tex was missing from the list of dependencies for the by Fred Drake · 22 years ago
  4. ea3ceaa PyDict_Next: update doc to indicate that pkey and pvalue return values are by Skip Montanaro · 22 years ago
  5. a23bc42 add missing return value info for PyDict_DelItem by Skip Montanaro · 22 years ago
  6. aae728f Fix typo reported by François Pinard. by Fred Drake · 22 years ago
  7. ac6dd0a Updated GNU info dir segment from Milan Zamazal. by Fred Drake · 22 years ago
  8. 826e982 Update email address. by Fred Drake · 22 years ago
  9. d6bdb07 Update the list of output formats. by Fred Drake · 22 years ago
  10. ac96868 Consistency nits. by Fred Drake · 22 years ago
  11. efff11b Minor consistency nit. by Fred Drake · 22 years ago
  12. 8fbd4a3 That hasn't been my email address for a while! by Michael W. Hudson · 23 years ago
  13. 4f3a62d There's no need for typechecks on the second and third argument of by Guido van Rossum · 23 years ago
  14. 3d62f8c Fix a simple typo. Has this to be fixed also in other branches? by Thomas Heller · 23 years ago
  15. a55ffae Add a per-message fallback mechanism for translations. by Martin v. Löwis · 23 years ago
  16. 1be6419 Add fallback argument to translation(). Request fallbacks on install. by Martin v. Löwis · 23 years ago
  17. 3e3eacb Fixed "u#" parser marker to pass through Unicode objects as-is without by Marc-André Lemburg · 23 years ago
  18. 7731ed4 Do not mask the name of a built-in function in example code. by Fred Drake · 23 years ago
  19. 5e74d36 Fix indentation error in example from the Tkinter Life Preserver. by Fred Drake · 23 years ago
  20. d93d68b Fix minor typo reported in SF patch #497951. by Fred Drake · 23 years ago
  21. c33e077 SF patch #497420 (Eduardo Pérez): ftplib: ftp anonymous password by Guido van Rossum · 23 years ago
  22. 089c7d1 Another name; should be added to Python 2.2.1. by Fred Drake · 23 years ago
  23. 687bde9 Added some missing index entries, noted by L. Peter Deutsch. by Fred Drake · 23 years ago
  24. 7c9a53d Elaborate the descriptions for onecmd(), precmd(), and postcmd() so they are by Fred Drake · 23 years ago
  25. fd7f115 Fix wrongly-named formal parameters in three places: begin_y was used twice by Fred Drake · 23 years ago
  26. 7fa4ec5 Added another name. by Fred Drake · 23 years ago
  27. ab2dc1d Added index entries similar to some recommended by Skip, and used the word by Fred Drake · 23 years ago
  28. 3d42266 Make this do the right thing with entries which start with the percent sign, by Fred Drake · 23 years ago
  29. ef338ec More index entries. by Fred Drake · 23 years ago
  30. 8b8fe28 Close an improperly-closed verbatim environment. This closes SF patch #496215. by Fred Drake · 23 years ago
  31. 39960f6 Fix the erroneous availability annotation for s.makefile() from the last by Fred Drake · 23 years ago
  32. 87fa3aa Add notes that fromfd() and s.makefile() are Unix-specific. by Fred Drake · 23 years ago
  33. 09aa55a Doc changes on the trunk will not be in Python 2.2, so let's call it 2.2+. by Fred Drake · 23 years ago
  34. bec5b36 1.00 at last! by Andrew M. Kuchling · 23 years ago
  35. 5c79831 Add a reference to the signal module to the os.kill() description. by Fred Drake · 23 years ago
  36. dce2e11 Fix typo in httplib example. This fixes SF bug #495221. by Fred Drake · 23 years ago
  37. 23d45f4 Fix up some examples in the tutorial so we don't contradict our own by Fred Drake · 23 years ago
  38. 8c8e871 Fix the availability statement for the spawn*() functions to reflect the by Fred Drake · 23 years ago
  39. 34a37b8 Re-commit Ping's patch to the cgi and cgitb documentation, using the by Fred Drake · 23 years ago
  40. 5e08d10 Update the documentation links Remove reference to this being a draft by Andrew M. Kuchling · 23 years ago
  41. adc7df5 Use the final patch/bug numbers by Andrew M. Kuchling · 23 years ago
  42. 4b1b3bf Add entry for the pydoc documentation. by Fred Drake · 23 years ago
  43. 96be564 Add documentation for the pydoc module; contributed by Ka-Ping Yee. by Fred Drake · 23 years ago
  44. 732299f Add documentation for the help() built-in; contributed by Ka-Ping Yee. by Fred Drake · 23 years ago
  45. e088970 Merge in Ping's changes to the cgitb documentation, and add a version by Fred Drake · 23 years ago
  46. 0c0b530 Mark the mpz module deprecated as of Python 2.2. by Fred Drake · 23 years ago
  47. b9c0ef5 Update to reflect recently added markup. by Fred Drake · 23 years ago
  48. c577728 Add a link to the mxNumber package. by Fred Drake · 23 years ago
  49. b40501b Add link to the gmpy project. by Fred Drake · 23 years ago
  50. 08d752c Update to use the notice environment so a multi-paragraph note can be by Fred Drake · 23 years ago
  51. 591dd8f Update information about __del__() & reference cycles for CPython. by Fred Drake · 23 years ago
  52. 6ca3377 Add a new environment for whole-paragraph (or longer) notes & warnings. by Fred Drake · 23 years ago
  53. dda7dcb Add a missing "cycle". by Fred Drake · 23 years ago
  54. b062cb2 Work around the problem of spaces after a "}" being dropped by LaTeX2HTML if by Fred Drake · 23 years ago
  55. e27f868 The valign attribute to control the vertical alignment of a table cell should by Fred Drake · 23 years ago
  56. e6965cd Bump version numbers for the trunk. by Fred Drake · 23 years ago
  57. 7b82271 Reflect change of Digital Creations to Zope Corporation. by Fred Drake · 23 years ago
  58. 526c7a0 Ensure that complex() only accepts a string argument as the first arg, by Fred Drake · 23 years ago
  59. 5f29319 Replace the "Cookbook approach" with the approach documented in by Fred Drake · 23 years ago
  60. a0b7676 Minor adjustments. by Fred Drake · 23 years ago
  61. 850d398 Fix for by Michael W. Hudson · 23 years ago
  62. 5f443cb Added the iSilo documentation to the standard target for distribution files by Fred Drake · 23 years ago
  63. 8d0645c Add a note about yield requiring a __future__ directive. by Fred Drake · 23 years ago
  64. 1529ef8 Document that isleap() returns exactly 1 or 0, which is guaranteed by the by Fred Drake · 23 years ago
  65. 3a8e59e Clean up a sad sentence in the yield description. by Fred Drake · 23 years ago
  66. e31e9ce Document generators and the yield statement, avoiding implementation details. by Fred Drake · 23 years ago
  67. be6dd30 Remove crufty whitespace in a block of index entries. by Fred Drake · 23 years ago
  68. 54e6294 A number of small adjustments. by Fred Drake · 23 years ago
  69. 145b479 Added discussion of protecting against screwing up the exception state in by Fred Drake · 23 years ago
  70. f582b82 SF bug #491415 PyDict_UpdateFromSeq2() unused by Tim Peters · 23 years ago
  71. c82bd72 Save a new version of the productionlist environment for safe-keeping; this by Fred Drake · 23 years ago
  72. 1d3e6c1 Fix whitespace in example of bad indentation: a comment indicated that one by Fred Drake · 23 years ago
  73. cf72aba Update link to the SAX homepage. by Fred Drake · 23 years ago
  74. 6048ce9 Added documentation for str.decode(). This closes SF bug #490823. by Fred Drake · 23 years ago
  75. 1464839 Patch supplied by Burton Radons for his own SF bug #487390: Modifying by Guido van Rossum · 23 years ago
  76. 73f0a4e Script to generate the table of distribution packages, plugging in the size by Fred Drake · 23 years ago
  77. f9d5803 Add change notes where im_class is discussed, since the exact meaning changes by Fred Drake · 23 years ago
  78. b62f0e1 Correct the description of im_class. (Fred, this is changed in 2.2. by Guido van Rossum · 23 years ago
  79. 7961930 Revise description of dumbdbm.open() to reflect that the flag argument is by Fred Drake · 23 years ago
  80. 8b7bb7a Describe the behavior of the read() method when the list of filenames by Fred Drake · 23 years ago
  81. c6259d7 Another name. by Fred Drake · 23 years ago
  82. 44b3f76 More info about the cycle detector. by Guido van Rossum · 23 years ago
  83. 874c4f0 Trivial spelling repair on new cyclic garbage text. by Tim Peters · 23 years ago
  84. 024e647 Added more information about reference counting limitations and the cycle by Fred Drake · 23 years ago
  85. 038215a Use an immutable tuple for __slots instead of a mutable list Bump version number by Andrew M. Kuchling · 23 years ago
  86. b404145 s/it/if/ in descriptions of spawn mode argument. by Tim Peters · 23 years ago
  87. c7cb692 For ratecv, document that None should be the initial state argument (when by Tim Peters · 23 years ago
  88. 32a3587 Document that PyString_FromString() cannot take NULL as a parameter. by Fred Drake · 23 years ago
  89. 22d35a7 [Bug #459270] Fix incorrect filename for system-wide config file by Andrew M. Kuchling · 23 years ago
  90. a16433b Re-enabled debugging prints in poplib & documented the set_debuglevel() by Fred Drake · 23 years ago
  91. d761662 asyncore.loop() description contributed by Skip Montanaro. by Fred Drake · 23 years ago
  92. c2f496a Add a note to the description of the interaction between the softspace by Fred Drake · 23 years ago
  93. 39368c1 Added documentation of the sendall() method, and a note to the send() method by Fred Drake · 23 years ago
  94. d2a557e Added entry for the "cgitb" module docs. by Fred Drake · 23 years ago
  95. 6e70e8b Documentation for the "cgitb" module. by Fred Drake · 23 years ago
  96. 4ed6be7 Import the keyword module instead of relying on our own list of by Guido van Rossum · 23 years ago
  97. 41c6719 Put the keywords back in alphabetical order. Apparently somebody by Guido van Rossum · 23 years ago
  98. ecd8157 Include a warning that scripts should not have the same name as standard by Fred Drake · 23 years ago
  99. 6016dbe Talk about str() in the discussion of string representations of values, and by Fred Drake · 23 years ago
  100. bb7775a Fix SF bug #479967: Appearantly I broke something that made the index by Fred Drake · 23 years ago