1. 5000b3b #6175: document that inet_aton supports alternate input formats with less than three dots. by Georg Brandl · 16 years ago
  2. 4a20b1a #6176: fix man page section for flock(2). by Georg Brandl · 16 years ago
  3. c1edec3 Use the preferred form of raise statements in the docs. by Georg Brandl · 16 years ago
  4. 8fcaebb Issue 3848: document the fact that epoll register raises an IOError if by R. David Murray · 16 years ago
  5. d198b76 Fix markup. by Georg Brandl · 16 years ago
  6. 2152ca3 Add more examples to the ipaddr documentation. by Gregory P. Smith · 16 years ago
  7. 2fcd173 Rewrap a few long lines. by Georg Brandl · 16 years ago
  8. 6da0e6a Fix markup problem. by Georg Brandl · 16 years ago
  9. ccbb47b #6146: fix markup bug. by Georg Brandl · 16 years ago
  10. ecf3c62 no fdatasync on macos by Benjamin Peterson · 16 years ago
  11. b09f198 Move the basic examples section back to the beginning. by Raymond Hettinger · 16 years ago
  12. b4a81c8 Add test discovery to unittest. Issue 6001. by Michael Foord · 16 years ago
  13. fe6e784 Issue 6141: document that the first item of args is still the by R. David Murray · 16 years ago
  14. 822b87f Deprecate contextlib.nested(). The with-statement now provides this functionality directly. by Raymond Hettinger · 16 years ago
  15. a68cad1 Fix field name conflicts for named tuples. by Raymond Hettinger · 16 years ago
  16. 4ee8282 #6112: list.remove raises ValueError, not RuntimeError. by Georg Brandl · 16 years ago
  17. 1880d8b add a SETUP_WITH opcode by Benjamin Peterson · 16 years ago
  18. 176a56c make class skipping decorators the same as skipping every test of the class by Benjamin Peterson · 16 years ago
  19. d03e1b4 add a versionadded tag for set_tunnel by Gregory P. Smith · 16 years ago
  20. e266f25 Fixed Issue1424152, urllib2 fails with HTTPS over Proxy. by Senthil Kumaran · 16 years ago
  21. 655d835 Issue #6042: by Jeffrey Yasskin · 16 years ago
  22. 91d517c remove mention of old ctypes version by Benjamin Peterson · 16 years ago
  23. e15048e s/use/call/ by Georg Brandl · 16 years ago
  24. 22396da Fix confusing wording. by Georg Brandl · 16 years ago
  25. 012408c Fix references to file-related functions and methods (os.* vs file.*). by Georg Brandl · 16 years ago
  26. fa0123b #6084: fix example. by Georg Brandl · 16 years ago
  27. 739aa36 don't use subprocess.call with PIPEs as the child can fill the pipe buf and by Philip Jenvey · 16 years ago
  28. 9b6f13e Fix-up moving average example. by Raymond Hettinger · 16 years ago
  29. ac2380b #6051: refer to email examples for better way to construct email messages. by Georg Brandl · 16 years ago
  30. 498a9b3 #6055: refer to "sqlite3" consistently. by Georg Brandl · 16 years ago
  31. 50f362f Note that ordered dictionaries work with reversed(). by Raymond Hettinger · 16 years ago
  32. 903953c #5935: mention that BROWSER is looked for in PATH. by Georg Brandl · 16 years ago
  33. ee8e08b #5942: Copy over flag table from dbm.rst which is clearer. by Georg Brandl · 16 years ago
  34. 4c8b1c7 #6017: better document behavior of dictiterators when the dict is changed. by Georg Brandl · 16 years ago
  35. d933cc2 #2856: document 2.x os.listdir() behavior for undecodable filenames. by Georg Brandl · 16 years ago
  36. 14315d6 #6009: undocument default argument of Option as deprecated. by Georg Brandl · 16 years ago
  37. 29d3a04 #6025: fix signature of parse(). by Georg Brandl · 16 years ago
  38. 490096e Fix example output for doctest-like demos. by Georg Brandl · 16 years ago
  39. 7118954 Make it clear up front that shelve only records changes by R. David Murray · 16 years ago
  40. 5d31e05 Adds a verbosity keyword argument to unittest.main plus a minor fix allowing you to specify test modules / classes by Michael Foord · 16 years ago
  41. 3dabc10 sys.setdefaultencoding() strikes me as a bad example by Benjamin Peterson · 16 years ago
  42. d8282ee Fix name. by Georg Brandl · 16 years ago
  43. 7523234 Fixed wording for formatting integers: precision is not allowed. by Eric Smith · 16 years ago
  44. dd26681 Revert inappropriate doc change. by R. David Murray · 16 years ago
  45. e202700 Document how to pass a 'decode' argument to get_payload when by R. David Murray · 16 years ago
  46. 4d4313d #5142: add module skipping feature to pdb. by Georg Brandl · 16 years ago
  47. e3a3726 #5916, 5917: small socket doc improvements. by Georg Brandl · 16 years ago
  48. f5f045e #5927, 5928: typos. by Georg Brandl · 16 years ago
  49. d02eeda Issue #4751: For hashlib algorithms provided by OpenSSL, the Python by Gregory P. Smith · 16 years ago
  50. 07ef487 by Michael Foord · 16 years ago
  51. 2b42c29 add myself by Benjamin Peterson · 16 years ago
  52. e2fb98f Add addCleanup and doCleanups to unittest.TestCase. by Michael Foord · 16 years ago
  53. 829f6b8 Adds an exit parameter to unittest.main(). If False main no longer by Michael Foord · 16 years ago
  54. 24cc78a Fix directive name. by Georg Brandl · 16 years ago
  55. b64b827 Review ipaddr docs and add them in the TOC under "Internet protocols". by Georg Brandl · 16 years ago
  56. 1d49926 Adds the ipaddr module to the standard library. Issue #3959. by Gregory P. Smith · 16 years ago
  57. 6733bed Make test.test_support.EnvironmentVarGuard behave like a dictionary. by Walter Dörwald · 16 years ago
  58. b01c6e5 Make the turtle.rst doctests pass. I have a feeling there should be by R. David Murray · 16 years ago
  59. f6dab95 Make the doctests in the docs pass, except for those in the turtle module. by Georg Brandl · 16 years ago
  60. 3b23c9c Remove spurious 'u'. by R. David Murray · 16 years ago
  61. 636b23a Various small fixups to the multiprocessing docs, mostly fixing and by R. David Murray · 16 years ago
  62. 8b8f8cc Add example to the seealso section. by Raymond Hettinger · 16 years ago
  63. ec047e0 Make sys.xxx variable references into links, note that print_last only by R. David Murray · 16 years ago
  64. 9bc6682 #5848: small unittest doc patch. by Georg Brandl · 16 years ago
  65. b44c9f3 Demote warnings to notices, part 2: stuff that is 2.x-only. by Georg Brandl · 16 years ago
  66. 16a57f6 Demote warnings to notices where appropriate, following the goal that as few "red box" warnings by Georg Brandl · 16 years ago
  67. e1b79ce #5856: fix typo s in traceback example. by Georg Brandl · 16 years ago
  68. 208b00d #5841: add deprecation py3k warning and notice in the docs for commands module. by Georg Brandl · 16 years ago
  69. cf5608d #5821: add some capabilities of TarFile's file-like object. by Georg Brandl · 16 years ago
  70. 64034bb #5834: use "failure" instead of "error" because the two have different meanings in unittest context. by Georg Brandl · 16 years ago
  71. 69923a1 #5813: add a reference to the "future statements" section. by Georg Brandl · 16 years ago
  72. 95089bc Fix rewrapping accident. by Georg Brandl · 16 years ago
  73. 49cc4ea #5820: fix bug in usage of getreader(). by Georg Brandl · 16 years ago
  74. 8100bd8 Issue #5812: make Fraction('1e-6') valid. Backport of r71806. by Mark Dickinson · 16 years ago
  75. 5533ff6 Issue 5354: Change API for import_fresh_module() to better support test_warnings use case (also fixes some bugs in the original implementation) by Nick Coghlan · 16 years ago
  76. 4c07438 Documentation for issue 5237, auto-numbered format fields. Contributed by Terry J. Reedy. by Eric Smith · 16 years ago
  77. e561011 #5751: fix escaping of \\n. by Georg Brandl · 16 years ago
  78. ce54356 #5757: fix copy-paste error in notify(). by Georg Brandl · 16 years ago
  79. cccfc82 Fix typo by Raymond Hettinger · 16 years ago
  80. 76162e3 Clarify the behavior of any() and all() with an empty iterable. by Raymond Hettinger · 16 years ago
  81. 7203081 Less red ink (warning->note) and add link to def of side-by-side assembly. by R. David Murray · 16 years ago
  82. 6076d39 Fix for issue3440: add warning to subprocess discussion of by R. David Murray · 16 years ago
  83. 5c99148 tupel -> tuple by Benjamin Peterson · 16 years ago
  84. b48327a #5745: more linking for identifiers in email docs. by Georg Brandl · 16 years ago
  85. 4585746 Fixed another typos. (email.Utils => email.utils) by Hirokazu Yamamoto · 16 years ago
  86. 3bd4058 Fixed typo. (email.Utils => email.utils) by Hirokazu Yamamoto · 16 years ago
  87. a9feadc fix missing quote by Benjamin Peterson · 16 years ago
  88. 7bedd62 fix extra parenthesis #5774 by Benjamin Peterson · 16 years ago
  89. cd2e704 Issue 5354: Provide a standardised testing mechanism for doing fresh imports of modules, including the ability to block extension modules in order to test the pure Python fallbacks by Nick Coghlan · 16 years ago
  90. f0f475d Add examples. by Raymond Hettinger · 16 years ago
  91. c4f4697 Fix the count of datatypes. by Raymond Hettinger · 16 years ago
  92. f368fbc Clarify the table entries for combinatorics. by Raymond Hettinger · 16 years ago
  93. c473c5a Add note on using keyword arguments with OrderedDict. by Raymond Hettinger · 16 years ago
  94. 5963185 Typo fixes by Andrew M. Kuchling · 16 years ago
  95. f2dfef1 Adding assertIs and assertIsNot methods to unittest.TestCase by Michael Foord · 16 years ago
  96. a7ec072 #5370: doc update about unpickling objects with custom __getattr__ etc. methods. by Georg Brandl · 16 years ago
  97. 5d19610 #1718017: document the relation of os.path and the posixpath, ntpath etc. modules better. by Georg Brandl · 16 years ago
  98. 75f1107 Avoid sure signs of a diseased mind. by Georg Brandl · 16 years ago
  99. 89b1296 Normalize spelling of Mac OS X. by Georg Brandl · 16 years ago
  100. 9af0c56 #1742837: expand HTTP server docs, and fix SocketServer ones to document methods as methods, not functions. by Georg Brandl · 16 years ago