1. 38fff8c Checking in the code for PEP 357. by Guido van Rossum · 19 years ago
  2. 58780d2 Bug #1440831: fix csv UnicodeWriter example by Georg Brandl · 19 years ago
  3. d3c38ff SF patch #1443865; gc.get_count() added and optional argument 'generation' by Barry Warsaw · 19 years ago
  4. 0917988 Fix SF #1442937, Bad Coroutine link by Neal Norwitz · 19 years ago
  5. 7356dcb SF #1442767, docs for os.statvfs miss f_bsize parameter. Will backport. by Neal Norwitz · 19 years ago
  6. 3096c53 Fix latex typos as spotted by George Yoshida. by Brett Cannon · 19 years ago
  7. 49c5da1 Patch #1440601: Add col_offset attribute to AST nodes. by Martin v. Löwis · 19 years ago
  8. 54ac294 Document PEP 352 changes. Also added GeneratorExit. by Brett Cannon · 19 years ago
  9. c9066ca Fix warning that texcheck complained about. by Martin v. Löwis · 19 years ago
  10. 1f2dac5 markup glitch (spotted by George Yoshida) by Fredrik Lundh · 19 years ago
  11. 3b19754 Document new Py_ssize_t API. by Martin v. Löwis · 19 years ago
  12. 497114e Add tool to check documentation against declaration. by Martin v. Löwis · 19 years ago
  13. 29fafd8 Make documentation match the implementation. by Martin v. Löwis · 19 years ago
  14. 77e42ff George Yoshida points out that the special characters by Neal Norwitz · 19 years ago
  15. d318863 markup glitch (spotted by George Yoshida) by Fredrik Lundh · 19 years ago
  16. d615110 XXX something for amk's attention by Anthony Baxter · 19 years ago
  17. 40d8459 Add generation of the version. by Martin v. Löwis · 19 years ago
  18. c2e2074 PEP 343 -- the with-statement. by Guido van Rossum · 19 years ago
  19. f9f61b4 Note version added for conditional expressions by Neal Norwitz · 19 years ago
  20. 577b5b9 Create _ast module. Cleanup Python-ast.c generation. by Martin v. Löwis · 19 years ago
  21. dca3b9c PEP 308 implementation, including minor refdocs and some testcases. It by Thomas Wouters · 19 years ago
  22. 1968ad3 - Patch 1433928: by Guido van Rossum · 19 years ago
  23. b518d8c Fix casing of function names. by Georg Brandl · 19 years ago
  24. e51fc53 George Yoshida's fix. by Neal Norwitz · 19 years ago
  25. 7d42d3c fix typo by Georg Brandl · 19 years ago
  26. 868e704 Document "multifile" as deprecated. by Georg Brandl · 19 years ago
  27. d34350e At Brian Wichmann's request, added words warning against by Tim Peters · 19 years ago
  28. b075fce Fix table header. by Walter Dörwald · 19 years ago
  29. 4d0bd0b Trimmed trailing whitespace. by Tim Peters · 19 years ago
  30. 124a4e5 Bug #947571: By default, urllib.urlopen() does not raise IOErrors by Georg Brandl · 19 years ago
  31. 69774c2 Bug #1102649: add a note to pickle docs that pickle files should be by Georg Brandl · 19 years ago
  32. 9b743f5 Bug #1013800: document PyFunction_* functions by Georg Brandl · 19 years ago
  33. 7132212 Bug #1323369: document possible values of sys.getwindowsversion() platform field by Georg Brandl · 19 years ago
  34. 8f7c54e Bug #1413790: zipfile now sanitizes absolute archive names that are by Georg Brandl · 19 years ago
  35. 6302a5a Fix typpo. by Thomas Wouters · 19 years ago
  36. 87f2875 Minor tweaks by Neal Norwitz · 19 years ago
  37. c3e950c Clarify how hook_compressed determines how to open a file. by Georg Brandl · 19 years ago
  38. c98eeed Patch #1215184: FileInput now can be given an opening hook which can by Georg Brandl · 19 years ago
  39. c029f87 Patch #1212287: fileinput.input() now has a mode parameter for by Georg Brandl · 19 years ago
  40. 67e9fb9 Patch #1215184: fileinput now has a fileno() function for getting the by Georg Brandl · 19 years ago
  41. 602b9ba Patch #1349274: gettext.install() now optionally installs additional by Georg Brandl · 19 years ago
  42. 1dc5a84 Bug #801349: document that start/stop/step slice arguments can be None by Georg Brandl · 19 years ago
  43. 4caeff9 Patch #1415507: clarify docs on reference stealing by Georg Brandl · 19 years ago
  44. f4f4415 Patch #1393157: os.startfile() now has an optional argument to specify by Georg Brandl · 19 years ago
  45. 6aab16e Move "httpresponses" dict from urllib2 to httplib where it belongs. by Georg Brandl · 19 years ago
  46. 5d07696 Patch #1417555: SimpleHTTPServer now returns Last-Modified headers. by Georg Brandl · 19 years ago
  47. bcd548b Update "undocumented modules" section. by Georg Brandl · 19 years ago
  48. b56230b Add deprecation notices to modules deprecated since 2000. by Georg Brandl · 19 years ago
  49. 1b67267 Bug #1432350: arrayobject should use PyObject_VAR_HEAD by Georg Brandl · 19 years ago
  50. bbdf607 Fix broken example of csv.reader use (it returns an iterator, which isn't by Thomas Wouters · 19 years ago
  51. 55aafab Added some more versionchanged markup. by Vinay Sajip · 19 years ago
  52. 4482929 use correct function in example by Fred Drake · 19 years ago
  53. c16dd48 Doc some user visible changes by Neal Norwitz · 19 years ago
  54. 8ed1ca8 Even more copyright year locations! by Georg Brandl · 19 years ago
  55. b69406d Update general copyright years to 2006. by Georg Brandl · 19 years ago
  56. b4549c4 Added information on function name added to LogRecord, and the 'extra' keyword parameter. by Vinay Sajip · 19 years ago
  57. a871ef2 Added the cProfile module. by Armin Rigo · 19 years ago
  58. 5eefdca Update projected release date by Andrew M. Kuchling · 19 years ago
  59. 05110aa Add versionadded note for new methods by Neal Norwitz · 19 years ago
  60. 0e6bc8c Patch #1407135, bug #1424041, make mmap.mmap(-1, length) work the same by Neal Norwitz · 19 years ago
  61. b7b54f7 SF bug 1415455, fix typo in module name by Neal Norwitz · 19 years ago
  62. 57a34e8 Patch #1422385: Changes to nis module to support multiple NIS domains by Martin v. Löwis · 19 years ago
  63. 5a49fae SF patch #1421726 by Fredrik Lundh · 19 years ago
  64. ec2f74f module list utility by Fredrik Lundh · 19 years ago
  65. caa94bd Correct misspellings. by Georg Brandl · 19 years ago
  66. 131e4f7 Add markup to new section in codecs docs by Georg Brandl · 19 years ago
  67. 296152e Correct typos and markup errors (Raymond, thanks for texcheck) by Georg Brandl · 19 years ago
  68. 2103a01 Add \versionadded for sftp scheme by Georg Brandl · 19 years ago
  69. ffa6f3d Another typo. by Georg Brandl · 19 years ago
  70. 56ace78 typo by Georg Brandl · 19 years ago
  71. 4865e4a Correct several typos in libos.tex. Bug #1412227. by Georg Brandl · 19 years ago
  72. 0ce2be8 Typo by Georg Brandl · 19 years ago
  73. 95ac287 Remove reference to Grail and Netscape 2.0 from cgi docs. by Georg Brandl · 19 years ago
  74. 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
  75. 9d9af8a Fix typo by Walter Dörwald · 19 years ago
  76. 87b90ad Patch #1410783: add documentation links for static/classmethod by Georg Brandl · 19 years ago
  77. 1de3700 Document supported schemes. by Georg Brandl · 19 years ago
  78. 23929f2 Try to resolve the remaining webbrowser issues (backgrounding, local urls) by Georg Brandl · 19 years ago
  79. 5f0ff5c Add markup to a "Python Standard Library" doc reference I added for bug 839585. by Georg Brandl · 19 years ago
  80. 8cb3077 Bug #1402224: Add warning to dl docs about crashes. by Georg Brandl · 19 years ago
  81. a3a93ae Bug #1396471: Document that Windows' ftell() can return invalid by Georg Brandl · 19 years ago
  82. 40558fe add missing version identification by Fred Drake · 19 years ago
  83. d790a7b fixed example: adding missing import, handle_close, test code, etc. by Fredrik Lundh · 19 years ago
  84. 48653af Update email.Message.get_filename() documentation. by Barry Warsaw · 19 years ago
  85. 4678dc8 Add recent item by Andrew M. Kuchling · 19 years ago
  86. 26075a1 the implementation uses ZipImportError, not ZipImporterError... by Fredrik Lundh · 19 years ago
  87. 7c2ea7f typo by Fredrik Lundh · 19 years ago
  88. a635fbb Remove dots in \version{changed,added} argument and correct argument order. by Georg Brandl · 19 years ago
  89. 42a84fe Remove extra period at end. by Neal Norwitz · 19 years ago
  90. 11017b1 Patch #1103116: AF_NETLINK sockets basic support. by Martin v. Löwis · 19 years ago
  91. 015f72b added kjohnson to the ACKS list by Fredrik Lundh · 19 years ago
  92. 5b093a0 added a missing +\versionadded{2.2} tag by Fredrik Lundh · 19 years ago
  93. 049fd90 added a few missing \versionadded{2.3} tags by Fredrik Lundh · 19 years ago
  94. 9ad6963 Bug #1397205: doc typo by Georg Brandl · 19 years ago
  95. ab92afd added a couple of missing periods. by Fredrik Lundh · 19 years ago
  96. b0cbf30 fixed broken sentence by Fredrik Lundh · 19 years ago
  97. b449c17 typo by Fredrik Lundh · 19 years ago
  98. b754fe4 Fix typos. by Walter Dörwald · 19 years ago
  99. 412ed3b Patch #1177307: UTF-8-Sig codec. by Martin v. Löwis · 19 years ago
  100. 74ef694 Correct typo by Georg Brandl · 19 years ago