1. 0cc3ea6 Revert the following revisions, as they don't fix security by Martin v. Löwis · 17 years ago
  2. 85375ee - mark the findCaller 2-element tuple/3-element tuple change as new in 2.4 by Matthias Klose · 18 years ago
  3. 042e514 - fix build error with the findCaller backport by Matthias Klose · 18 years ago
  4. 8ceecd3 Updated documentation for SysLogHandler (#1720726). by Vinay Sajip · 18 years ago
  5. 26e2439 Updated findCaller documentation. by Vinay Sajip · 18 years ago
  6. dbc6826 - Make the documentation match the code and the docstring by Matthias Klose · 19 years ago
  7. d8df714 Point users to the subprocess module in the docs for os.system, os.spawn*, os.popen2, and the popen2 and commands modules by Andrew M. Kuchling · 19 years ago
  8. a9e85bd [Bug #1562583] Mention the set_reuse_addr() method by Andrew M. Kuchling · 19 years ago
  9. e250562 [Bug #1579796] Wrong syntax for PyDateTime_IMPORT in documentation. Reported by David Faure. by Andrew M. Kuchling · 19 years ago
  10. 1fad0cd preparing for 2.4.4 final by Anthony Baxter · 19 years ago
  11. 84332f9 what month is it again? I get confused... by Anthony Baxter · 19 years ago v2.4.4c1
  12. 126ba44 preparing for 2.4.4c1 by Anthony Baxter · 19 years ago
  13. b8f82e6 Backport r45505, r45573, r45576 by Martin v. Löwis · 19 years ago
  14. 08d7a49 Case fixes by Andrew M. Kuchling · 19 years ago
  15. d176806 - update links - remove Sleepycat name now that they have been bought by Fred Drake · 19 years ago
  16. 3b3a7fc Bug #1567375: a minor logical glitch in example description. by Georg Brandl · 19 years ago
  17. 7de2818 [Backport rev.39739 by nnorwitz] by Andrew M. Kuchling · 19 years ago
  18. 7e580c9 [Backport rev. 39645 by nnorwitz] by Andrew M. Kuchling · 19 years ago
  19. c39c7c1 Make examples do error checking on Py_InitModule by Andrew M. Kuchling · 19 years ago
  20. 86933f5 Minor edits by Andrew M. Kuchling · 19 years ago
  21. c7521c9 Typo in tp_clear docs. (backport from rev. 51368) by Georg Brandl · 19 years ago
  22. dbd6958 Bug #1541682: Fix example in the "Refcount details" API docs. by Georg Brandl · 19 years ago
  23. d703f45 Fix typo. by Georg Brandl · 19 years ago
  24. aeff182 Bug #1536660: separate two words. (backport from rev. 51153) by Georg Brandl · 19 years ago
  25. 9083f93 Bug #1536828: typo: TypeType should have been StringType. by Georg Brandl · 19 years ago
  26. 59f7c2c Update status of relative import by Andrew M. Kuchling · 19 years ago
  27. b8a4bbb Fix mangled sentence by Andrew M. Kuchling · 19 years ago
  28. 29397de Bug #1531349: right <-> left glitch in __rop__ description. by Georg Brandl · 19 years ago
  29. 4e0992d Bug #1002398: The documentation for os.path.sameopenfile now correctly by Georg Brandl · 19 years ago
  30. 9526e32 [Patch #1068277] Clarify that os.path.exists() can return False depending on permissions. by Andrew M. Kuchling · 19 years ago
  31. 787fdf3 Update URL by Andrew M. Kuchling · 19 years ago
  32. 70939ef Bug #835255: The "closure" argument to new.function() is now documented. by Georg Brandl · 19 years ago
  33. e0b7f39 Delete a misleading example. SF bug #1481650. by Barry Warsaw · 19 years ago
  34. 4336a0b Update URL by Andrew M. Kuchling · 19 years ago
  35. a849380 clean up some link markup by Fred Drake · 19 years ago
  36. 3776d0d Backport revision 50664 by George Yoshida · 19 years ago
  37. 69fd239 no need to elaborate "string". (backport from rev. 47244) by Georg Brandl · 19 years ago
  38. 3f92289 Patch #1517490: fix glitches in filter() docs. (backport from rev. 47241) by Georg Brandl · 19 years ago
  39. efc8fc8 [Bug #1511911] Backport: Clarify optional arguments to sorted() and improve xref by Andrew M. Kuchling · 19 years ago
  40. 8f15c91 remove unnecessary markup by Fred Drake · 19 years ago
  41. 3ee1280 Update url. by George Yoshida · 19 years ago
  42. e7545b6 markup fix by George Yoshida · 19 years ago
  43. c190b66 Bug #1153163: describe __add__ vs __radd__ behavior when adding by Georg Brandl · 19 years ago
  44. dfdebf0 Bug #1501122: mention __gt__ &co in description of comparison order. by Georg Brandl · 19 years ago
  45. 3bd73bb credit for SF patch #1303595 by Fred Drake · 19 years ago
  46. 25d8b31 SF patch #1303595: improve description of __builtins__, explaining how it by Fred Drake · 19 years ago
  47. 796878d backport wording fix by Skip Montanaro · 19 years ago
  48. eac8737 Clarify docs for bf_getcharbuffer. by Brett Cannon · 19 years ago
  49. f608088 [Bug #1470026] Include link to list of classifiers; remove use of Trove name by Andrew M. Kuchling · 19 years ago
  50. 7c6f012 [Bug #1441864] Clarify description of 'data' argument by Andrew M. Kuchling · 19 years ago
  51. e2c2578 [Bug #1475554] Strengthen text to say 'must' instead of 'should' by Andrew M. Kuchling · 19 years ago
  52. 9f8833b [Bug #1472084] Fix description of do_tag by Andrew M. Kuchling · 19 years ago
  53. a8d0e01 Clarify wording about how default values in strptime() are used. by Brett Cannon · 19 years ago
  54. 056df14 minor markup nits by George Yoshida · 19 years ago
  55. 6b51b37 Patch #1492218: document None being a constant. by Georg Brandl · 19 years ago
  56. 765ac58 fix broken links in PDF (SF patch #1281291, contributed by Rory Yorke) by Fred Drake · 19 years ago
  57. 8b8377b - markup fix - add clarifying words (backport r46055) by George Yoshida · 19 years ago
  58. e00aff3 Add \exception markup by George Yoshida · 19 years ago
  59. 2f30f7a Duplicated description about the illegal continue usage can be found in nearly the same place. by George Yoshida · 19 years ago
  60. 12384b5 Grammar fix(backport r45965) by George Yoshida · 19 years ago
  61. d8165c2 Fix two small errors in argument lists. (backport from rev. 45957) by Georg Brandl · 19 years ago
  62. 0b996fd Bug #1484978: curses.panel: clarify that Panel objects are destroyed on garbage collection. by Georg Brandl · 19 years ago
  63. 1f67e5a Bug #1485447: subprocess: document that the "cwd" parameter isn't used to find the executable. Misc. other markup fixes. by Georg Brandl · 19 years ago
  64. 2af1d69 backport r45920 by George Yoshida · 19 years ago
  65. a5a4604 correct a dead link(backport from rev.45783) by George Yoshida · 19 years ago
  66. 6063368 Bug #1475009: clarify ntpath.join behavior with absolute components by Georg Brandl · 19 years ago
  67. 9548256 fix markup glitch(backport from rev.45778) by George Yoshida · 19 years ago
  68. 781d660 Mention xmlrpclib.Error base class; import Error in example by Andrew M. Kuchling · 19 years ago
  69. 52f2f22 [Bug #1477102] Add necessary import to example by Andrew M. Kuchling · 19 years ago
  70. 87cc7a0 Backport trunk's 45708: Fix markup glitch in unittest docs. by Thomas Wouters · 19 years ago
  71. ca7841c Merge rev 45677 from the trunk. by Tim Peters · 19 years ago
  72. 0e706e8 wrap SyntaxError with \exception{} by George Yoshida · 19 years ago
  73. cfe771a fix tex markup by George Yoshida · 19 years ago
  74. 779d35e Typo fixes by George Yoshida · 19 years ago
  75. c31f893 Typo fixes by Andrew M. Kuchling · 19 years ago
  76. 7555cb5 Typo, grammar fixes by Andrew M. Kuchling · 19 years ago
  77. 5625c32 Typo fixes by Andrew M. Kuchling · 19 years ago
  78. 7678407 fix typo by George Yoshida · 19 years ago
  79. 7d441a9 Add missing word by Andrew M. Kuchling · 19 years ago
  80. 653d87d Bug #1467952: backport: make os.listdir() raise if readdir() fails by Georg Brandl · 19 years ago
  81. 0ab63d8 Bug #1464658: make clear that PyList_GetItem doesn't take negative indices. by Georg Brandl · 19 years ago
  82. a5abdb3 Bug #1465619: rot13 codec decodes to a Unicode string. by Georg Brandl · 19 years ago
  83. bb89890 Bug #1465600: note encoding issue in ZipFile.write(). by Georg Brandl · 19 years ago
  84. 2a07e73 update URL to reflect new website by Fred Drake · 19 years ago
  85. ac38762 Patch #1462496: typo in libsignal.tex (backport from rev. 43527) by Georg Brandl · 19 years ago
  86. 3694446 Patch #1459631: documnent zlib.Decompress.flush() length parameter. by Georg Brandl · 19 years ago
  87. a7993a7 Bug #1460564: document that socket.fromfd() duplicates the given by Georg Brandl · 19 years ago
  88. fd7b6e8 bug #1462278: small fix in documentation of __op__ vs __rop__ methods by Georg Brandl · 19 years ago
  89. 31fa7e3 Bug #1461610: xmlrpclib has no function "binary". (backport from rev. 43477) by Georg Brandl · 19 years ago
  90. dec4326 - update the refcount information (late, but not a bad thing to do...) by Fred Drake · 19 years ago
  91. e77ff2a preparing for 2.4.3 final by Anthony Baxter · 19 years ago
  92. d9578f9 Fix mark-up. by Raymond Hettinger · 19 years ago
  93. ee43b6c Guarantee evaluation order for izip(). Document its creative uses and its limitations. by Raymond Hettinger · 19 years ago
  94. af7bb8e Backport of rev 43312: by Neal Norwitz · 19 years ago
  95. 022a55c update - still some old .cvsignore files lying around by Anthony Baxter · 19 years ago
  96. e33da3b 2.4.3c1 by Anthony Baxter · 19 years ago
  97. ea901a1 Bug #1445901: os.path.realpath() is available on Win/Mac too. by Georg Brandl · 19 years ago
  98. a10a09d Backport: SF #1442767, docs for os.statvfs miss f_bsize parameter. by Neal Norwitz · 19 years ago
  99. aefbf72 backport by Skip Montanaro · 19 years ago
  100. e8cebba Bug #947571: By default, urllib.urlopen() does not raise IOErrors by Georg Brandl · 20 years ago