1. 7acb7b4 [Bug #1477102] Add necessary import to example by Andrew M. Kuchling · 19 years ago
  2. 4b8ec63 add missing word by Fred Drake · 19 years ago
  3. 790c3c1 Fix an error in the last contextlib.closing example by Nick Coghlan · 19 years ago
  4. 2afbf96 markup fixes, cleanup by Fred Drake · 19 years ago
  5. 34a70c6 Fix markup glitch in unittest docs. Will backport. by Thomas Wouters · 19 years ago
  6. e708cf5 Fix latex typo by Nick Coghlan · 19 years ago
  7. a7e820a Move the PEP 343 documentation and implementation closer to the by Nick Coghlan · 19 years ago
  8. 327ea38 Revert previous change, SKIP had a versionadded elsewhere by Neal Norwitz · 19 years ago
  9. 85c767a versionadded for SKIP by Neal Norwitz · 19 years ago
  10. 711bf30 Patch #1475231: add a new SKIP doctest option, thanks to Edward Loper. by Tim Peters · 19 years ago
  11. 877cf23 Change PEP 343 related documentation to use the term context specifier instead of context object by Nick Coghlan · 19 years ago
  12. 8dc73d2 Bug #1337990: clarified that `doctest` does not support examples by Tim Peters · 19 years ago
  13. 9ab2f45 it's always helpful if the example works... by Skip Montanaro · 19 years ago
  14. 56a3706 minor tweak by Skip Montanaro · 19 years ago
  15. 47767c3 first cut at trace module doc by Skip Montanaro · 19 years ago
  16. 5ef9d9f Update contextlib documentation to use the same terminology as the module implementation by Nick Coghlan · 19 years ago
  17. 84faa85 Add a Context Types section to parallel the Iterator Types section (uses the same terminology as the 2.5a1 implementation) by Nick Coghlan · 19 years ago
  18. ab05edc Update optparse to Optik 1.5.1. by Greg Ward · 19 years ago
  19. 51a23fe - add versionadded tag - make arbitrary arguments come last by George Yoshida · 19 years ago
  20. 3c134a2 Typo fixes by George Yoshida · 19 years ago
  21. 1da4a94 Add Gregory K. Johnson's revised version of mailbox.py (funded by by Andrew M. Kuchling · 19 years ago
  22. 9f7e58a Documentation for ctypes. by Thomas Heller · 19 years ago
  23. cd84b92 Correct the grammar by George Yoshida · 19 years ago
  24. 0d84028 Fix a markup. This generated a ugly code, "P>". by George Yoshida · 19 years ago
  25. ba67a8a Typo, grammar fixes. This file could use another proofreading pass. by Andrew M. Kuchling · 19 years ago
  26. 84a7ee7 Typo fixes by Andrew M. Kuchling · 19 years ago
  27. 262fb92 Allow pstats.Stats creator to specify an alternate to stdout. by Skip Montanaro · 19 years ago
  28. 94785ef Correct implementation and documentation of os.confstr. Add a simple test by Skip Montanaro · 19 years ago
  29. e7670a3 fix typo by George Yoshida · 19 years ago
  30. bd30f52 Patch #790710: Add breakpoint command lists in pdb. by Martin v. Löwis · 19 years ago
  31. 8ed2914 Typo fix by Andrew M. Kuchling · 19 years ago
  32. 121c98c Typo fixes by Andrew M. Kuchling · 19 years ago
  33. 984bdd7 Typo fix by Andrew M. Kuchling · 19 years ago
  34. 3adc4aa raise the minimum supported BerkeleyDB version to 3.3 and add notes to by Gregory P. Smith · 19 years ago
  35. 678b8ec Forgot to mark up a PEP reference by Phillip J. Eby · 19 years ago
  36. 4703211 Updated the warnings, linecache, inspect, traceback, site, and doctest modules by Phillip J. Eby · 19 years ago
  37. 729156e Bug #1465619: rot13 codec decodes to a Unicode string. by Georg Brandl · 19 years ago
  38. caf9539 Bug #1465600: note encoding issue in ZipFile.write(). by Georg Brandl · 19 years ago
  39. f7bc5f9 Change the example classes UnicodeReader and UnicodeWriter so by Walter Dörwald · 19 years ago
  40. cb30f97 added another example of Unicode CSV parsing; reworked the example text a bit; corrected notice in the intro and added a link to the examples by David Goodger · 19 years ago
  41. 92e212f Accept keyword arguments for __import__ and doc the addition of the level param from PEP 328. by Neal Norwitz · 19 years ago
  42. 5f284da Document recent fdopen() change. by Georg Brandl · 19 years ago
  43. e805829 Grammar fix by Andrew M. Kuchling · 19 years ago
  44. ad5177c Patch #624325: urlparse.urlparse() and urlparse.urlsplit() results by Fred Drake · 19 years ago
  45. f878b81 Make firstweekday a simple attribute instead by Walter Dörwald · 19 years ago
  46. cd10347 Fix LaTeX oversight. by Georg Brandl · 19 years ago
  47. 9cdf563 clarify new docs on attr value entity expansion by Georg Brandl · 19 years ago
  48. 7f6b67c patch #1462498: handle entityrefs in attribute values. by Georg Brandl · 19 years ago
  49. 48d5e50 Bug #947906: Add classes LocaleTextCalendar and LocaleHTMLCalendar, by Walter Dörwald · 19 years ago
  50. 014d29f Patch #1462496: typo in libsignal.tex by Georg Brandl · 19 years ago
  51. 22a9dc8 Patch #1459631: documnent zlib.Decompress.flush() length parameter. by Georg Brandl · 19 years ago
  52. dcfdae7 Bug #1460564: document that socket.fromfd() duplicates the given by Georg Brandl · 19 years ago
  53. 23fd3d4 add support for the sips: scheme (identical to sip: except for scheme name) by Fred Drake · 19 years ago
  54. b88e19c bug #1444104: add note about fdopen() to os.open(). by Georg Brandl · 19 years ago
  55. 338ef7d Bug #1445068: getpass.getpass() can now be given an explicit stream by Georg Brandl · 19 years ago
  56. 3bf538f Complete markup. by Georg Brandl · 19 years ago
  57. 58917a6 Bug #947906: An object oriented interface has been added to the calendar by Walter Dörwald · 19 years ago
  58. b227bea object() is a function, not a base class. by Georg Brandl · 19 years ago
  59. 1320cf8 Bug #1461610: xmlrpclib has no function "binary". by Georg Brandl · 19 years ago
  60. a35b05e Clarify what the final argument does in IncrementalDecoder.decode(). by Walter Dörwald · 19 years ago
  61. 842ab70 fix sectioning: cannot skip section levels by Fred Drake · 19 years ago
  62. 275935d document sys.maxint in std objects by Georg Brandl · 19 years ago
  63. 7fd548f Bug #1459103: add inter-section links for strftime section. by Georg Brandl · 19 years ago
  64. d03b073 Add version added info for with statement and context managers by Neal Norwitz · 19 years ago
  65. 168e99f Document objects that can be used with the ``with`` statement. by Phillip J. Eby · 19 years ago
  66. bdfd693 Fix some missing imports by Phillip J. Eby · 19 years ago
  67. d207b4f Document the contextlib module. by Phillip J. Eby · 19 years ago
  68. a531e5b Guarantee evaluation order for izip(). Document its creative uses and its limitations. by Raymond Hettinger · 19 years ago
  69. 4d65af0 Add section headers and examples. by Raymond Hettinger · 19 years ago
  70. 6a91e94 SF bug # 1457358 and patch # 1458419, floor division not documented. Patch by Andy. by Neal Norwitz · 19 years ago
  71. fd3fcf0 SF Patch #1455676: Simplify using Queues with daemon consumer threads by Raymond Hettinger · 19 years ago
  72. 98bcb70 Add documentation for PEP 338 by Nick Coghlan · 19 years ago
  73. bb03ac0 Correct API design mistake from rev. 43126: make socket attributes readonly properties. by Georg Brandl · 19 years ago
  74. 48b4bf7 Add a note about pow(x,y) equalling x**y (the "**" operator by Georg Brandl · 19 years ago
  75. 05a4559 Patch #1309579: wait3 and wait4 were added to the posix module by Chad J. Schroeder. by Neal Norwitz · 19 years ago
  76. fa86907 SF [ 1231053 ] audioop - alaw encoding/decoding added, code updated by Anthony Baxter · 19 years ago
  77. 40ef006 Merge email package 4.0 from the sandbox, including documentation, test cases, by Barry Warsaw · 19 years ago
  78. bc45a3f RFE #567972: Socket objects' family, type and proto properties are by Georg Brandl · 19 years ago
  79. a5a0704 Remove the lib-old modules from Doc/lib/libundoc.tex. by Georg Brandl · 19 years ago
  80. db815ab More \exception fixes. by Georg Brandl · 19 years ago
  81. a062270 Markup fix by Andrew M. Kuchling · 19 years ago
  82. 6bed1c1 Add some versionadded info to new incremental codec docs and fix doco nits. by Neal Norwitz · 19 years ago
  83. 10be10c Remove regsub, reconvert, regex, regex_syntax and everything under lib-old. by Neal Norwitz · 19 years ago
  84. abb02e5 Patch #1436130: codecs.lookup() now returns a CodecInfo object (a subclass by Walter Dörwald · 19 years ago
  85. 5bd7c02 Avoid forward-declaring the methods array. by Martin v. Löwis · 19 years ago
  86. 480f1bb Update Unicode database to Unicode 4.1. by Martin v. Löwis · 19 years ago
  87. 8f4b4db typo by Georg Brandl · 19 years ago
  88. ddb73fe Bug #1445901: os.path.realpath() is available on Win/Mac too. by Georg Brandl · 19 years ago
  89. 533ff6f Patch #1434038: property() now uses the getter's docstring if there is by Georg Brandl · 19 years ago
  90. 38fff8c Checking in the code for PEP 357. by Guido van Rossum · 19 years ago
  91. 58780d2 Bug #1440831: fix csv UnicodeWriter example by Georg Brandl · 19 years ago
  92. d3c38ff SF patch #1443865; gc.get_count() added and optional argument 'generation' by Barry Warsaw · 19 years ago
  93. 7356dcb SF #1442767, docs for os.statvfs miss f_bsize parameter. Will backport. by Neal Norwitz · 19 years ago
  94. 3096c53 Fix latex typos as spotted by George Yoshida. by Brett Cannon · 19 years ago
  95. 49c5da1 Patch #1440601: Add col_offset attribute to AST nodes. by Martin v. Löwis · 19 years ago
  96. 54ac294 Document PEP 352 changes. Also added GeneratorExit. by Brett Cannon · 19 years ago
  97. 77e42ff George Yoshida points out that the special characters by Neal Norwitz · 19 years ago
  98. d318863 markup glitch (spotted by George Yoshida) by Fredrik Lundh · 19 years ago
  99. 40d8459 Add generation of the version. by Martin v. Löwis · 19 years ago
  100. c2e2074 PEP 343 -- the with-statement. by Guido van Rossum · 19 years ago