1. 7d42d3c fix typo by Georg Brandl · 19 years ago
  2. 868e704 Document "multifile" as deprecated. by Georg Brandl · 19 years ago
  3. d34350e At Brian Wichmann's request, added words warning against by Tim Peters · 19 years ago
  4. b075fce Fix table header. by Walter Dörwald · 19 years ago
  5. 4d0bd0b Trimmed trailing whitespace. by Tim Peters · 19 years ago
  6. 124a4e5 Bug #947571: By default, urllib.urlopen() does not raise IOErrors by Georg Brandl · 19 years ago
  7. 69774c2 Bug #1102649: add a note to pickle docs that pickle files should be by Georg Brandl · 19 years ago
  8. 9b743f5 Bug #1013800: document PyFunction_* functions by Georg Brandl · 19 years ago
  9. 7132212 Bug #1323369: document possible values of sys.getwindowsversion() platform field by Georg Brandl · 19 years ago
  10. 8f7c54e Bug #1413790: zipfile now sanitizes absolute archive names that are by Georg Brandl · 19 years ago
  11. 6302a5a Fix typpo. by Thomas Wouters · 19 years ago
  12. 87f2875 Minor tweaks by Neal Norwitz · 19 years ago
  13. c3e950c Clarify how hook_compressed determines how to open a file. by Georg Brandl · 19 years ago
  14. c98eeed Patch #1215184: FileInput now can be given an opening hook which can by Georg Brandl · 19 years ago
  15. c029f87 Patch #1212287: fileinput.input() now has a mode parameter for by Georg Brandl · 19 years ago
  16. 67e9fb9 Patch #1215184: fileinput now has a fileno() function for getting the by Georg Brandl · 19 years ago
  17. 602b9ba Patch #1349274: gettext.install() now optionally installs additional by Georg Brandl · 19 years ago
  18. 1dc5a84 Bug #801349: document that start/stop/step slice arguments can be None by Georg Brandl · 19 years ago
  19. 4caeff9 Patch #1415507: clarify docs on reference stealing by Georg Brandl · 19 years ago
  20. f4f4415 Patch #1393157: os.startfile() now has an optional argument to specify by Georg Brandl · 19 years ago
  21. 6aab16e Move "httpresponses" dict from urllib2 to httplib where it belongs. by Georg Brandl · 19 years ago
  22. 5d07696 Patch #1417555: SimpleHTTPServer now returns Last-Modified headers. by Georg Brandl · 19 years ago
  23. bcd548b Update "undocumented modules" section. by Georg Brandl · 19 years ago
  24. b56230b Add deprecation notices to modules deprecated since 2000. by Georg Brandl · 19 years ago
  25. 1b67267 Bug #1432350: arrayobject should use PyObject_VAR_HEAD by Georg Brandl · 19 years ago
  26. bbdf607 Fix broken example of csv.reader use (it returns an iterator, which isn't by Thomas Wouters · 19 years ago
  27. 55aafab Added some more versionchanged markup. by Vinay Sajip · 19 years ago
  28. 4482929 use correct function in example by Fred Drake · 19 years ago
  29. c16dd48 Doc some user visible changes by Neal Norwitz · 19 years ago
  30. 8ed1ca8 Even more copyright year locations! by Georg Brandl · 19 years ago
  31. b69406d Update general copyright years to 2006. by Georg Brandl · 19 years ago
  32. b4549c4 Added information on function name added to LogRecord, and the 'extra' keyword parameter. by Vinay Sajip · 19 years ago
  33. a871ef2 Added the cProfile module. by Armin Rigo · 19 years ago
  34. 5eefdca Update projected release date by Andrew M. Kuchling · 19 years ago
  35. 05110aa Add versionadded note for new methods by Neal Norwitz · 19 years ago
  36. 0e6bc8c Patch #1407135, bug #1424041, make mmap.mmap(-1, length) work the same by Neal Norwitz · 19 years ago
  37. b7b54f7 SF bug 1415455, fix typo in module name by Neal Norwitz · 19 years ago
  38. 57a34e8 Patch #1422385: Changes to nis module to support multiple NIS domains by Martin v. Löwis · 19 years ago
  39. 5a49fae SF patch #1421726 by Fredrik Lundh · 19 years ago
  40. ec2f74f module list utility by Fredrik Lundh · 19 years ago
  41. caa94bd Correct misspellings. by Georg Brandl · 19 years ago
  42. 131e4f7 Add markup to new section in codecs docs by Georg Brandl · 19 years ago
  43. 296152e Correct typos and markup errors (Raymond, thanks for texcheck) by Georg Brandl · 19 years ago
  44. 2103a01 Add \versionadded for sftp scheme by Georg Brandl · 19 years ago
  45. ffa6f3d Another typo. by Georg Brandl · 19 years ago
  46. 56ace78 typo by Georg Brandl · 19 years ago
  47. 4865e4a Correct several typos in libos.tex. Bug #1412227. by Georg Brandl · 19 years ago
  48. 0ce2be8 Typo by Georg Brandl · 19 years ago
  49. 95ac287 Remove reference to Grail and Netscape 2.0 from cgi docs. by Georg Brandl · 19 years ago
  50. 51f5235 Misc. changes, including documenting the ability to specify a class attribute in Formatter configuration. Contributed by Shane Hathaway. by Vinay Sajip · 19 years ago
  51. 9d9af8a Fix typo by Walter Dörwald · 19 years ago
  52. 87b90ad Patch #1410783: add documentation links for static/classmethod by Georg Brandl · 19 years ago
  53. 1de3700 Document supported schemes. by Georg Brandl · 19 years ago
  54. 23929f2 Try to resolve the remaining webbrowser issues (backgrounding, local urls) by Georg Brandl · 19 years ago
  55. 5f0ff5c Add markup to a "Python Standard Library" doc reference I added for bug 839585. by Georg Brandl · 19 years ago
  56. 8cb3077 Bug #1402224: Add warning to dl docs about crashes. by Georg Brandl · 19 years ago
  57. a3a93ae Bug #1396471: Document that Windows' ftell() can return invalid by Georg Brandl · 19 years ago
  58. 40558fe add missing version identification by Fred Drake · 19 years ago
  59. d790a7b fixed example: adding missing import, handle_close, test code, etc. by Fredrik Lundh · 19 years ago
  60. 48653af7 Update email.Message.get_filename() documentation. by Barry Warsaw · 19 years ago
  61. 4678dc8 Add recent item by Andrew M. Kuchling · 19 years ago
  62. 26075a1 the implementation uses ZipImportError, not ZipImporterError... by Fredrik Lundh · 19 years ago
  63. 7c2ea7f typo by Fredrik Lundh · 19 years ago
  64. a635fbb Remove dots in \version{changed,added} argument and correct argument order. by Georg Brandl · 19 years ago
  65. 42a84fe Remove extra period at end. by Neal Norwitz · 19 years ago
  66. 11017b1 Patch #1103116: AF_NETLINK sockets basic support. by Martin v. Löwis · 19 years ago
  67. 015f72b added kjohnson to the ACKS list by Fredrik Lundh · 19 years ago
  68. 5b093a0 added a missing +\versionadded{2.2} tag by Fredrik Lundh · 19 years ago
  69. 049fd90 added a few missing \versionadded{2.3} tags by Fredrik Lundh · 19 years ago
  70. 9ad6963 Bug #1397205: doc typo by Georg Brandl · 19 years ago
  71. ab92afd added a couple of missing periods. by Fredrik Lundh · 19 years ago
  72. b0cbf30 fixed broken sentence by Fredrik Lundh · 19 years ago
  73. b449c17 typo by Fredrik Lundh · 19 years ago
  74. b754fe4 Fix typos. by Walter Dörwald · 19 years ago
  75. 412ed3b Patch #1177307: UTF-8-Sig codec. by Martin v. Löwis · 19 years ago
  76. 74ef694 Correct typo by Georg Brandl · 19 years ago
  77. 43b5780 Drop sys.build_number. Add sys.subversion. by Martin v. Löwis · 19 years ago
  78. 5f86142 Bug #1395715: wrong LaTeX label by Georg Brandl · 19 years ago
  79. 36cbdf9 Updated doc from patch 1117398 by Neal Norwitz · 19 years ago
  80. 6bc6ed8 Bug #1395597: doc typo by Georg Brandl · 19 years ago
  81. aaa28df update to reflect move to Subversion by Fred Drake · 19 years ago
  82. 0f19423 Bug #1394868: doc typos by Georg Brandl · 19 years ago
  83. b9359c4 SF patch #1379023: document that a weakref callback is not invoked if the by Armin Rigo · 19 years ago
  84. f5bd3b4 adding in-place operators to the operator module. by Armin Rigo · 19 years ago
  85. ecc275b Typo. by Armin Rigo · 19 years ago
  86. 8bdaac7 typo by Skip Montanaro · 19 years ago
  87. c6224db Revert checkin for bug #1386675. by Georg Brandl · 19 years ago
  88. 0cdcec5 Bug #1386675: winreg raises WindowsErrors by Georg Brandl · 19 years ago
  89. 75400db Bug #1389673: document correct return value of set methods by Georg Brandl · 19 years ago
  90. 6c1908d Bug #489256: remove note about Python 1.1 profiler by Georg Brandl · 19 years ago
  91. a2764ad Bug #954981: urllib2 example wont work w/o ssl by Georg Brandl · 19 years ago
  92. d90d1c1 Bug #839075: document that highly recursive data cannot be pickled by Georg Brandl · 19 years ago
  93. c47f1c1 Bug #839585: mention % string operator in language ref by Georg Brandl · 19 years ago
  94. 1014174 Bug #756104: document that bufsize in socket.recv() should be small by Georg Brandl · 19 years ago
  95. ddddd2f Updating the short blob about old/new-style classes to reflect (IMHO) more by Armin Rigo · 19 years ago
  96. bb2bf2c fixed one more typo by Fredrik Lundh · 19 years ago
  97. 428b413 fixed two typos in pprint reference page by Fredrik Lundh · 19 years ago
  98. 71dad72 SF patch #1157027, cookielib mis-handles RFC 2109 cookies in Netscape mode by Neal Norwitz · 19 years ago
  99. a2c110b Add missing dep for cookielib doc by Neal Norwitz · 19 years ago
  100. b164daf [Patch #1375417] Massive rearrangement of the Library Reference. by Andrew M. Kuchling · 19 years ago