1. 5d0f4c6 Document the PEP 343 context manager protocol methods. by Phillip J. Eby · 18 years ago
  2. a531e5b Guarantee evaluation order for izip(). Document its creative uses and its limitations. by Raymond Hettinger · 18 years ago
  3. 4d65af0 Add section headers and examples. by Raymond Hettinger · 18 years ago
  4. 6a91e94 SF bug # 1457358 and patch # 1458419, floor division not documented. Patch by Andy. by Neal Norwitz · 18 years ago
  5. 1a9fac0 Yield is now allowed in try-finally, so update docs accordingly by Phillip J. Eby · 18 years ago
  6. fd3fcf0 SF Patch #1455676: Simplify using Queues with daemon consumer threads by Raymond Hettinger · 18 years ago
  7. 98bcb70 Add documentation for PEP 338 by Nick Coghlan · 18 years ago
  8. bb03ac0 Correct API design mistake from rev. 43126: make socket attributes readonly properties. by Georg Brandl · 18 years ago
  9. 48b4bf7 Add a note about pow(x,y) equalling x**y (the "**" operator by Georg Brandl · 18 years ago
  10. 66760f8 Show an example of calling a named set method. by Raymond Hettinger · 18 years ago
  11. 05a4559 Patch #1309579: wait3 and wait4 were added to the posix module by Chad J. Schroeder. by Neal Norwitz · 18 years ago
  12. fa86907 SF [ 1231053 ] audioop - alaw encoding/decoding added, code updated by Anthony Baxter · 18 years ago
  13. 8a85ac6 Update tutorial wrt PEP 341 try-except-finally statement by Georg Brandl · 18 years ago
  14. 40ef006 Merge email package 4.0 from the sandbox, including documentation, test cases, by Barry Warsaw · 18 years ago
  15. 237037b You need at least one \item by Andrew M. Kuchling · 18 years ago
  16. b182db4 Write section by Andrew M. Kuchling · 18 years ago
  17. bc45a3f RFE #567972: Socket objects' family, type and proto properties are by Georg Brandl · 18 years ago
  18. a5a0704 Remove the lib-old modules from Doc/lib/libundoc.tex. by Georg Brandl · 18 years ago
  19. db815ab More \exception fixes. by Georg Brandl · 18 years ago
  20. da37604 Add two items by Andrew M. Kuchling · 18 years ago
  21. a062270 Markup fix by Andrew M. Kuchling · 18 years ago
  22. f4b0660 Remove mention of lib-old, and list more deleted modules by Andrew M. Kuchling · 18 years ago
  23. 01e3d26 Add some items by Andrew M. Kuchling · 18 years ago
  24. 6bed1c1 Add some versionadded info to new incremental codec docs and fix doco nits. by Neal Norwitz · 18 years ago
  25. 10be10c Remove regsub, reconvert, regex, regex_syntax and everything under lib-old. by Neal Norwitz · 18 years ago
  26. 21d3a7c Add section by Andrew M. Kuchling · 18 years ago
  27. abb02e5 Patch #1436130: codecs.lookup() now returns a CodecInfo object (a subclass by Walter Dörwald · 18 years ago
  28. f688cc5 Unicode database updated; use SVN instead of CVS by Andrew M. Kuchling · 18 years ago
  29. 5bd7c02 Avoid forward-declaring the methods array. by Martin v. Löwis · 18 years ago
  30. 480f1bb Update Unicode database to Unicode 4.1. by Martin v. Löwis · 18 years ago
  31. aeadf95 Write a section by Andrew M. Kuchling · 18 years ago
  32. d0fcc02 Markup fix by Andrew M. Kuchling · 18 years ago
  33. e362d93 Write a section by Andrew M. Kuchling · 18 years ago
  34. 8f4b4db typo by Georg Brandl · 18 years ago
  35. ddb73fe Bug #1445901: os.path.realpath() is available on Win/Mac too. by Georg Brandl · 18 years ago
  36. 533ff6f Patch #1434038: property() now uses the getter's docstring if there is by Georg Brandl · 18 years ago
  37. 025f14b Move version added tag from PyObject_Length/Size to PyNumber_Index. by Neal Norwitz · 18 years ago
  38. 8f4d255 Add section by Andrew M. Kuchling · 18 years ago
  39. 437567c Some edits; add empty sections by Andrew M. Kuchling · 18 years ago
  40. 38fff8c Checking in the code for PEP 357. by Guido van Rossum · 18 years ago
  41. 58780d2 Bug #1440831: fix csv UnicodeWriter example by Georg Brandl · 18 years ago
  42. d3c38ff SF patch #1443865; gc.get_count() added and optional argument 'generation' by Barry Warsaw · 18 years ago
  43. 0917988 Fix SF #1442937, Bad Coroutine link by Neal Norwitz · 18 years ago
  44. 7356dcb SF #1442767, docs for os.statvfs miss f_bsize parameter. Will backport. by Neal Norwitz · 18 years ago
  45. 3096c53 Fix latex typos as spotted by George Yoshida. by Brett Cannon · 18 years ago
  46. 49c5da1 Patch #1440601: Add col_offset attribute to AST nodes. by Martin v. Löwis · 18 years ago
  47. 54ac294 Document PEP 352 changes. Also added GeneratorExit. by Brett Cannon · 18 years ago
  48. c9066ca Fix warning that texcheck complained about. by Martin v. Löwis · 18 years ago
  49. 1f2dac5 markup glitch (spotted by George Yoshida) by Fredrik Lundh · 18 years ago
  50. 3b19754 Document new Py_ssize_t API. by Martin v. Löwis · 18 years ago
  51. 497114e Add tool to check documentation against declaration. by Martin v. Löwis · 18 years ago
  52. 29fafd8 Make documentation match the implementation. by Martin v. Löwis · 18 years ago
  53. 77e42ff George Yoshida points out that the special characters by Neal Norwitz · 18 years ago
  54. d318863 markup glitch (spotted by George Yoshida) by Fredrik Lundh · 18 years ago
  55. d615110 XXX something for amk's attention by Anthony Baxter · 18 years ago
  56. 40d8459 Add generation of the version. by Martin v. Löwis · 18 years ago
  57. c2e2074 PEP 343 -- the with-statement. by Guido van Rossum · 18 years ago
  58. f9f61b4 Note version added for conditional expressions by Neal Norwitz · 18 years ago
  59. 577b5b9 Create _ast module. Cleanup Python-ast.c generation. by Martin v. Löwis · 18 years ago
  60. dca3b9c PEP 308 implementation, including minor refdocs and some testcases. It by Thomas Wouters · 18 years ago
  61. 1968ad3 - Patch 1433928: by Guido van Rossum · 18 years ago
  62. b518d8c Fix casing of function names. by Georg Brandl · 18 years ago
  63. e51fc53 George Yoshida's fix. by Neal Norwitz · 18 years ago
  64. 7d42d3c fix typo by Georg Brandl · 18 years ago
  65. 868e704 Document "multifile" as deprecated. by Georg Brandl · 18 years ago
  66. d34350e At Brian Wichmann's request, added words warning against by Tim Peters · 18 years ago
  67. b075fce Fix table header. by Walter Dörwald · 18 years ago
  68. 4d0bd0b Trimmed trailing whitespace. by Tim Peters · 18 years ago
  69. 124a4e5 Bug #947571: By default, urllib.urlopen() does not raise IOErrors by Georg Brandl · 18 years ago
  70. 69774c2 Bug #1102649: add a note to pickle docs that pickle files should be by Georg Brandl · 18 years ago
  71. 9b743f5 Bug #1013800: document PyFunction_* functions by Georg Brandl · 18 years ago
  72. 7132212 Bug #1323369: document possible values of sys.getwindowsversion() platform field by Georg Brandl · 18 years ago
  73. 8f7c54e Bug #1413790: zipfile now sanitizes absolute archive names that are by Georg Brandl · 18 years ago
  74. 6302a5a Fix typpo. by Thomas Wouters · 18 years ago
  75. 87f2875 Minor tweaks by Neal Norwitz · 18 years ago
  76. c3e950c Clarify how hook_compressed determines how to open a file. by Georg Brandl · 18 years ago
  77. c98eeed Patch #1215184: FileInput now can be given an opening hook which can by Georg Brandl · 18 years ago
  78. c029f87 Patch #1212287: fileinput.input() now has a mode parameter for by Georg Brandl · 18 years ago
  79. 67e9fb9 Patch #1215184: fileinput now has a fileno() function for getting the by Georg Brandl · 18 years ago
  80. 602b9ba Patch #1349274: gettext.install() now optionally installs additional by Georg Brandl · 18 years ago
  81. 1dc5a84 Bug #801349: document that start/stop/step slice arguments can be None by Georg Brandl · 18 years ago
  82. 4caeff9 Patch #1415507: clarify docs on reference stealing by Georg Brandl · 18 years ago
  83. f4f4415 Patch #1393157: os.startfile() now has an optional argument to specify by Georg Brandl · 18 years ago
  84. 6aab16e Move "httpresponses" dict from urllib2 to httplib where it belongs. by Georg Brandl · 18 years ago
  85. 5d07696 Patch #1417555: SimpleHTTPServer now returns Last-Modified headers. by Georg Brandl · 18 years ago
  86. bcd548b Update "undocumented modules" section. by Georg Brandl · 18 years ago
  87. b56230b Add deprecation notices to modules deprecated since 2000. by Georg Brandl · 18 years ago
  88. 1b67267 Bug #1432350: arrayobject should use PyObject_VAR_HEAD by Georg Brandl · 18 years ago
  89. bbdf607 Fix broken example of csv.reader use (it returns an iterator, which isn't by Thomas Wouters · 18 years ago
  90. 55aafab Added some more versionchanged markup. by Vinay Sajip · 18 years ago
  91. 4482929 use correct function in example by Fred Drake · 18 years ago
  92. c16dd48 Doc some user visible changes by Neal Norwitz · 18 years ago
  93. 8ed1ca8 Even more copyright year locations! by Georg Brandl · 18 years ago
  94. b69406d Update general copyright years to 2006. by Georg Brandl · 18 years ago
  95. b4549c4 Added information on function name added to LogRecord, and the 'extra' keyword parameter. by Vinay Sajip · 19 years ago
  96. a871ef2 Added the cProfile module. by Armin Rigo · 19 years ago
  97. 5eefdca Update projected release date by Andrew M. Kuchling · 19 years ago
  98. 05110aa Add versionadded note for new methods by Neal Norwitz · 19 years ago
  99. 0e6bc8c Patch #1407135, bug #1424041, make mmap.mmap(-1, length) work the same by Neal Norwitz · 19 years ago
  100. b7b54f7 SF bug 1415455, fix typo in module name by Neal Norwitz · 19 years ago