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