1. 5c137c2 Patch #495598: add an -q (quiet) option to pycompile. by Martin v. Löwis · 22 years ago
  2. 10acc8f added note that xmlrpclib won't marshal instances of subclasses of the by Skip Montanaro · 22 years ago
  3. 587c98c Patch #430706: Persistent connections in BaseHTTPServer. by Martin v. Löwis · 22 years ago
  4. 8e0c82a Fix stupid typo in example. by Fred Drake · 22 years ago
  5. 83d14c1 Markup error: braces not properly marked in dictionary display by Fred Drake · 22 years ago
  6. f275803 Clarify the descriptions of the positive and negative lookbehind assertions. by Fred Drake · 22 years ago
  7. 0e4cd7f pdfTeX 0.13 and 0.14 do not agree on the name of the macro, and I will not by Fred Drake · 22 years ago
  8. 5381588 Revise the markup related to the grammar productions to increase the by Fred Drake · 22 years ago
  9. 7fe80a1 Make the release status obvious in the title area. by Fred Drake · 22 years ago
  10. dc8d407 update text to refer to ServerProxy class in preference to Server, which is by Skip Montanaro · 22 years ago
  11. 5d11747 Describe how to support the iterator protocol in extension types. by Fred Drake · 22 years ago
  12. e789ea1 Extend the list of special characters and magic markup used to produce them by Fred Drake · 22 years ago
  13. f171ad9 Change the way \textasciitilde is implemented so it works more consistently by Fred Drake · 22 years ago
  14. 6ccdccd Add a note that Py_None needs the same reference count treatment as any by Fred Drake · 22 years ago
  15. f981617 "level" keyword argument in example should be "stacklevel". by Fred Drake · 22 years ago
  16. 8f01b68 Change Windows file.truncate() to (a) restore the original file position, by Tim Peters · 22 years ago
  17. 314bae5 Documentation for PyObject_GetIter(), contributed by Greg Chapman by Fred Drake · 22 years ago
  18. e38b7e8 Make the extension manual format using the Makefile; recent changes broke by Fred Drake · 22 years ago
  19. fb05db2 file_truncate(): provide full "large file" support on Windows, by by Tim Peters · 22 years ago
  20. 27761f3 Patch #500136: Update Update ext build documentation. 2.2.1 candidate. by Martin v. Löwis · 22 years ago
  21. 632bda3 Add more explanation of how data_files is used (esp. where the files end up by Fred Drake · 22 years ago
  22. 10b3eac [Bug #486527] Note that the caller has to ensure there are no control by Andrew M. Kuchling · 22 years ago
  23. 02d2212 Add entry for mac/libscrap.tex. by Fred Drake · 22 years ago
  24. f3e6f06 I started writing more documentation on the Scrap module at one point, but by Fred Drake · 22 years ago
  25. a4f8313 add SSL class submitted by Tino Lange by Piers Lauder · 22 years ago
  26. 6cb64f9 "Shortcut" should be "short-circuit". This closes SF bug #526277. by Fred Drake · 22 years ago
  27. da8a6dd Added missing version annotation for dict(). by Fred Drake · 22 years ago
  28. 58fb237 Add implementations for \textgreater and \textless, defined in (relatively) by Fred Drake · 22 years ago
  29. 9479c95 Remove extra indenatation from sample interpreter session. by Fred Drake · 22 years ago
  30. a8e1d81 add simple example of avoiding backtracking by Skip Montanaro · 22 years ago
  31. 29001ff Patch #523268, #522027: return enhanced tuples. by Martin v. Löwis · 22 years ago
  32. dbd55b3 Patch #523268, #522027: return enhanced tuples. by Martin v. Löwis · 22 years ago
  33. 9986633 Patch 520694: arraymodule.c improvements: by Martin v. Löwis · 22 years ago
  34. 494cdb6 Add 2002 to PSF copyrights. by Michael W. Hudson · 22 years ago
  35. b6b2aa6 Fix error in explanation of the interaction between $ and MULTILINE mode. by Fred Drake · 22 years ago
  36. 9f4341b SF bug #501591: dir() doc is old Bugfix candidate. by Tim Peters · 22 years ago
  37. f8b1f24 Grammar tweak. by Greg Ward · 22 years ago
  38. 216cbca Typo: thsi -> this. Closes SF bug #521450. by Fred Drake · 22 years ago
  39. 8371e84 Correct the refcount information for the PyWeakref_GetObject() function. by Fred Drake · 22 years ago
  40. ba902fd SF #515041, Update path for 2.3 by Neal Norwitz · 22 years ago
  41. e73ad2a Use the standard expression for the availability statement for alarm(). by Fred Drake · 22 years ago
  42. 8d1fdaf note that the alarm function is not available on Windows. by Skip Montanaro · 22 years ago
  43. 960d7a6 Added deprecatioon information for mac.xstat(). This closes SF bug #505150. by Fred Drake · 22 years ago
  44. 928051f The "%" character does not need to be escaped in verbatim environments. by Fred Drake · 22 years ago
  45. 7bc6f7a Consistently use \textasciicircum to produce a ^ character. by Fred Drake · 22 years ago
  46. c121745 Update the instructions on reporting bugs to reflect that anonymous reports by Fred Drake · 22 years ago
  47. baf43c5 When linking to an index page, explicitly name index.html instead of by Fred Drake · 22 years ago
  48. 210d3cc Update version number to match Include/patchlevel.h. by Fred Drake · 22 years ago
  49. 375bbc3 Update version number to match Include/patchlevel.h. by Fred Drake · 22 years ago
  50. ab034fa Implement os.waitpid() for Windows, in a way that's compatible with Linux by Tim Peters · 22 years ago
  51. c318260 added handle_error method description by Skip Montanaro · 22 years ago
  52. c48a3ca Add new constants usable with os.popen() on Windows. by Tim Peters · 22 years ago
  53. c26467d Revise cheeseshop example so that the order of the keyword output is by Fred Drake · 22 years ago
  54. ef180dc Document that get_referrers can return unreachable but uncollected objects. by Martin v. Löwis · 22 years ago
  55. 744f67f Add keyword.kwlist to the public API. by Fred Drake · 22 years ago
  56. db2d3d1 libkeyword.tex was missing from the list of dependencies for the by Fred Drake · 22 years ago
  57. ea3ceaa PyDict_Next: update doc to indicate that pkey and pvalue return values are by Skip Montanaro · 22 years ago
  58. a23bc42 add missing return value info for PyDict_DelItem by Skip Montanaro · 22 years ago
  59. aae728f Fix typo reported by François Pinard. by Fred Drake · 22 years ago
  60. ac6dd0a Updated GNU info dir segment from Milan Zamazal. by Fred Drake · 23 years ago
  61. 826e982 Update email address. by Fred Drake · 23 years ago
  62. d6bdb07 Update the list of output formats. by Fred Drake · 23 years ago
  63. ac96868 Consistency nits. by Fred Drake · 23 years ago
  64. efff11b Minor consistency nit. by Fred Drake · 23 years ago
  65. 8fbd4a3 That hasn't been my email address for a while! by Michael W. Hudson · 23 years ago
  66. 4f3a62d There's no need for typechecks on the second and third argument of by Guido van Rossum · 23 years ago
  67. 3d62f8c Fix a simple typo. Has this to be fixed also in other branches? by Thomas Heller · 23 years ago
  68. a55ffae Add a per-message fallback mechanism for translations. by Martin v. Löwis · 23 years ago
  69. 1be6419 Add fallback argument to translation(). Request fallbacks on install. by Martin v. Löwis · 23 years ago
  70. 3e3eacb Fixed "u#" parser marker to pass through Unicode objects as-is without by Marc-André Lemburg · 23 years ago
  71. 7731ed4 Do not mask the name of a built-in function in example code. by Fred Drake · 23 years ago
  72. 5e74d36 Fix indentation error in example from the Tkinter Life Preserver. by Fred Drake · 23 years ago
  73. d93d68b Fix minor typo reported in SF patch #497951. by Fred Drake · 23 years ago
  74. c33e077 SF patch #497420 (Eduardo Pérez): ftplib: ftp anonymous password by Guido van Rossum · 23 years ago
  75. 089c7d1 Another name; should be added to Python 2.2.1. by Fred Drake · 23 years ago
  76. 687bde9 Added some missing index entries, noted by L. Peter Deutsch. by Fred Drake · 23 years ago
  77. 7c9a53d Elaborate the descriptions for onecmd(), precmd(), and postcmd() so they are by Fred Drake · 23 years ago
  78. fd7f115 Fix wrongly-named formal parameters in three places: begin_y was used twice by Fred Drake · 23 years ago
  79. 7fa4ec5 Added another name. by Fred Drake · 23 years ago
  80. ab2dc1d Added index entries similar to some recommended by Skip, and used the word by Fred Drake · 23 years ago
  81. 3d42266 Make this do the right thing with entries which start with the percent sign, by Fred Drake · 23 years ago
  82. ef338ec More index entries. by Fred Drake · 23 years ago
  83. 8b8fe28 Close an improperly-closed verbatim environment. This closes SF patch #496215. by Fred Drake · 23 years ago
  84. 39960f6 Fix the erroneous availability annotation for s.makefile() from the last by Fred Drake · 23 years ago
  85. 87fa3aa Add notes that fromfd() and s.makefile() are Unix-specific. by Fred Drake · 23 years ago
  86. 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
  87. bec5b36 1.00 at last! by Andrew M. Kuchling · 23 years ago
  88. 5c79831 Add a reference to the signal module to the os.kill() description. by Fred Drake · 23 years ago
  89. dce2e11 Fix typo in httplib example. This fixes SF bug #495221. by Fred Drake · 23 years ago
  90. 23d45f4 Fix up some examples in the tutorial so we don't contradict our own by Fred Drake · 23 years ago
  91. 8c8e871 Fix the availability statement for the spawn*() functions to reflect the by Fred Drake · 23 years ago
  92. 34a37b8 Re-commit Ping's patch to the cgi and cgitb documentation, using the by Fred Drake · 23 years ago
  93. 5e08d10 Update the documentation links Remove reference to this being a draft by Andrew M. Kuchling · 23 years ago
  94. adc7df5 Use the final patch/bug numbers by Andrew M. Kuchling · 23 years ago
  95. 4b1b3bf Add entry for the pydoc documentation. by Fred Drake · 23 years ago
  96. 96be564 Add documentation for the pydoc module; contributed by Ka-Ping Yee. by Fred Drake · 23 years ago
  97. 732299f Add documentation for the help() built-in; contributed by Ka-Ping Yee. by Fred Drake · 23 years ago
  98. e088970 Merge in Ping's changes to the cgitb documentation, and add a version by Fred Drake · 23 years ago
  99. 0c0b530 Mark the mpz module deprecated as of Python 2.2. by Fred Drake · 23 years ago
  100. b9c0ef5 Update to reflect recently added markup. by Fred Drake · 23 years ago