1. b8f82e6 Backport r45505, r45573, r45576 by Martin v. Löwis · 19 years ago
  2. 08d7a49 Case fixes by Andrew M. Kuchling · 19 years ago
  3. d176806 - update links - remove Sleepycat name now that they have been bought by Fred Drake · 19 years ago
  4. 7de2818 [Backport rev.39739 by nnorwitz] by Andrew M. Kuchling · 19 years ago
  5. 7e580c9 [Backport rev. 39645 by nnorwitz] by Andrew M. Kuchling · 19 years ago
  6. b8a4bbb Fix mangled sentence by Andrew M. Kuchling · 19 years ago
  7. 4e0992d Bug #1002398: The documentation for os.path.sameopenfile now correctly by Georg Brandl · 19 years ago
  8. 9526e32 [Patch #1068277] Clarify that os.path.exists() can return False depending on permissions. by Andrew M. Kuchling · 19 years ago
  9. 787fdf3 Update URL by Andrew M. Kuchling · 19 years ago
  10. 70939ef Bug #835255: The "closure" argument to new.function() is now documented. by Georg Brandl · 19 years ago
  11. e0b7f39 Delete a misleading example. SF bug #1481650. by Barry Warsaw · 19 years ago
  12. 4336a0b Update URL by Andrew M. Kuchling · 19 years ago
  13. 69fd239 no need to elaborate "string". (backport from rev. 47244) by Georg Brandl · 19 years ago
  14. 3f92289 Patch #1517490: fix glitches in filter() docs. (backport from rev. 47241) by Georg Brandl · 19 years ago
  15. efc8fc8 [Bug #1511911] Backport: Clarify optional arguments to sorted() and improve xref by Andrew M. Kuchling · 19 years ago
  16. 3ee1280 Update url. by George Yoshida · 19 years ago
  17. 796878d backport wording fix by Skip Montanaro · 19 years ago
  18. 7c6f012 [Bug #1441864] Clarify description of 'data' argument by Andrew M. Kuchling · 19 years ago
  19. e2c2578 [Bug #1475554] Strengthen text to say 'must' instead of 'should' by Andrew M. Kuchling · 19 years ago
  20. 9f8833b [Bug #1472084] Fix description of do_tag by Andrew M. Kuchling · 19 years ago
  21. a8d0e01 Clarify wording about how default values in strptime() are used. by Brett Cannon · 19 years ago
  22. e00aff3 Add \exception markup by George Yoshida · 19 years ago
  23. 12384b5 Grammar fix(backport r45965) by George Yoshida · 19 years ago
  24. d8165c2 Fix two small errors in argument lists. (backport from rev. 45957) by Georg Brandl · 19 years ago
  25. 0b996fd Bug #1484978: curses.panel: clarify that Panel objects are destroyed on garbage collection. by Georg Brandl · 19 years ago
  26. 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
  27. 2af1d69 backport r45920 by George Yoshida · 19 years ago
  28. a5a4604 correct a dead link(backport from rev.45783) by George Yoshida · 19 years ago
  29. 6063368 Bug #1475009: clarify ntpath.join behavior with absolute components by Georg Brandl · 19 years ago
  30. 781d660 Mention xmlrpclib.Error base class; import Error in example by Andrew M. Kuchling · 19 years ago
  31. 52f2f22 [Bug #1477102] Add necessary import to example by Andrew M. Kuchling · 19 years ago
  32. 87cc7a0 Backport trunk's 45708: Fix markup glitch in unittest docs. by Thomas Wouters · 19 years ago
  33. ca7841c Merge rev 45677 from the trunk. by Tim Peters · 19 years ago
  34. 779d35e Typo fixes by George Yoshida · 19 years ago
  35. 7555cb5 Typo, grammar fixes by Andrew M. Kuchling · 19 years ago
  36. 5625c32 Typo fixes by Andrew M. Kuchling · 19 years ago
  37. 7678407 fix typo by George Yoshida · 19 years ago
  38. 653d87d Bug #1467952: backport: make os.listdir() raise if readdir() fails by Georg Brandl · 19 years ago
  39. a5abdb3 Bug #1465619: rot13 codec decodes to a Unicode string. by Georg Brandl · 19 years ago
  40. bb89890 Bug #1465600: note encoding issue in ZipFile.write(). by Georg Brandl · 19 years ago
  41. ac38762 Patch #1462496: typo in libsignal.tex (backport from rev. 43527) by Georg Brandl · 19 years ago
  42. 3694446 Patch #1459631: documnent zlib.Decompress.flush() length parameter. by Georg Brandl · 19 years ago
  43. a7993a7 Bug #1460564: document that socket.fromfd() duplicates the given by Georg Brandl · 19 years ago
  44. 31fa7e3 Bug #1461610: xmlrpclib has no function "binary". (backport from rev. 43477) by Georg Brandl · 19 years ago
  45. d9578f9 Fix mark-up. by Raymond Hettinger · 19 years ago
  46. ee43b6c Guarantee evaluation order for izip(). Document its creative uses and its limitations. by Raymond Hettinger · 19 years ago
  47. af7bb8e Backport of rev 43312: by Neal Norwitz · 19 years ago
  48. 022a55c update - still some old .cvsignore files lying around by Anthony Baxter · 19 years ago
  49. ea901a1 Bug #1445901: os.path.realpath() is available on Win/Mac too. by Georg Brandl · 19 years ago
  50. a10a09d Backport: SF #1442767, docs for os.statvfs miss f_bsize parameter. by Neal Norwitz · 19 years ago
  51. aefbf72 backport by Skip Montanaro · 19 years ago
  52. e8cebba Bug #947571: By default, urllib.urlopen() does not raise IOErrors by Georg Brandl · 20 years ago
  53. f1a408d Bug #1102649: add a note to pickle docs that pickle files should be by Georg Brandl · 20 years ago
  54. 9c65202 Bug #1323369: document possible values of sys.getwindowsversion() platform field by Georg Brandl · 20 years ago
  55. 394e4af Bug #801349: document that start/stop/step slice arguments can be None by Georg Brandl · 20 years ago
  56. f1fadcc Remove soundex from "undocumented modules". by Georg Brandl · 20 years ago
  57. ada0d18 SF bug 1415455, fix typo in module name by Neal Norwitz · 20 years ago
  58. 29beb16 Correct misspellings. by Georg Brandl · 20 years ago
  59. 8b41b08 Backport typo fixes. by Georg Brandl · 20 years ago
  60. 1eb6bb6 Another typo. by Georg Brandl · 20 years ago
  61. ea3aa8f typo by Georg Brandl · 20 years ago
  62. b52ba9d Correct several typos in libos.tex. Bug #1412227. by Georg Brandl · 20 years ago
  63. 85ced98 Typo by Georg Brandl · 20 years ago
  64. 5105cb8 Backport winreg documentation quirk fix. by Georg Brandl · 20 years ago
  65. 7626cd9 Remove reference to Grail and Netscape 2.0 from cgi docs. by Georg Brandl · 20 years ago
  66. e446337 Patch #1410783: add documentation links for static/classmethod by Georg Brandl · 20 years ago
  67. 03c5a89 Document supported schemes. by Georg Brandl · 20 years ago
  68. 3b3e481 Bug #1402224: Add warning to dl docs about crashes. by Georg Brandl · 20 years ago
  69. 90394a5 Bug #1396471: Document that Windows' ftell() can return invalid by Georg Brandl · 20 years ago
  70. 543511c add missing version identification by Fred Drake · 20 years ago
  71. e87ccea Update documentation for email.Message.get_filename(). by Barry Warsaw · 20 years ago
  72. 22df553 Remove dots in \version{added,changed} arguments. by Georg Brandl · 20 years ago
  73. 8a82fe8 Bug #1397205: doc typo by Georg Brandl · 20 years ago
  74. a58cbd5 Bug #139571: wrong LaTeX label by Georg Brandl · 20 years ago
  75. 3951b1c bug #1395597: doc typo by Georg Brandl · 20 years ago
  76. 967828c Bug #1394868: doc typos by Georg Brandl · 20 years ago
  77. f48e424 Revert checkin for bug #1386675. by Georg Brandl · 20 years ago
  78. 31ecece Bug #1386675: winreg raises WindowsErrors (backport) by Georg Brandl · 20 years ago
  79. 19d245d Bug #1389673: document correct return value of set methods (backport) by Georg Brandl · 20 years ago
  80. 109e6d4 Bug #954981: urllib2 example wont work w/o ssl (backport) by Georg Brandl · 20 years ago
  81. 6638b86 Bug #839075 (backport): document that highly recursive data cannot be pickled by Georg Brandl · 20 years ago
  82. b9ae3e3 Bug #756104 (backport): document that bufsize in socket.recv() should be small by Georg Brandl · 20 years ago
  83. 2108d55 Typo fix by Andrew M. Kuchling · 20 years ago
  84. 08a34f9 Typo fix by Andrew M. Kuchling · 20 years ago
  85. ddaf065 [ 1388141 ] Minor error in md5 docs (backport) by Georg Brandl · 20 years ago
  86. 3758868 Bug #1373197: note that os.makedirs does not work with '..' by Georg Brandl · 20 years ago
  87. 03f93a0 Bug #1343671: clarify docs for os.removedirs by Georg Brandl · 20 years ago
  88. e46a1de Bug #1106572: clarify os.makedirs docs wrt umask by Georg Brandl · 20 years ago
  89. 84eebf3 Patch #1377848: typo in pyexpat docs by Georg Brandl · 20 years ago
  90. 4e3335d Patch #1376914: traceback.format_exc() has no "file" argument. by Georg Brandl · 20 years ago
  91. 2f6c775 Remove reference to open() mode "t" as it is platform dependent. by Georg Brandl · 20 years ago
  92. 7b08ff2 Backport checkin: by Walter Dörwald · 20 years ago
  93. 62efb93 Bug #1357604: os.makedirs handles UNC paths by Georg Brandl · 20 years ago
  94. 7bf4d58 Patch #1255218: libmultifile.tex: tell what a decoration is by Georg Brandl · 20 years ago
  95. a4e9aa6 Add a note to os.chown that permission constants can be combined by Georg Brandl · 20 years ago
  96. c6f6cb7 [Bug #449093] FloorDiv AST node type not listed by Andrew M. Kuchling · 20 years ago
  97. a68d719 Backport r41462: Fix typo in comment (reported on the pydotorg mailing list). by Walter Dörwald · 20 years ago
  98. e361d8a Make consistent with HEAD (some change was not backported) by Neal Norwitz · 20 years ago
  99. 19c431a Fix SF #1346026, doc typo by Neal Norwitz · 20 years ago
  100. 3606fca SF Bug #1341934: Fix a representation of "\n" to use a proper tag. by Hye-Shik Chang · 20 years ago