1. 50ea456 Issue #6508: Add posix.{getresuid,getresgid,setresuid,setresgid}. by Martin v. Löwis · 16 years ago
  2. acbe3bd Issue #6845: Add restart support for binary upload in ftplib. The by Antoine Pitrou · 16 years ago
  3. 2600a33 #7400: typo. by Georg Brandl · 16 years ago
  4. e236c3c Forgot to add a `versionadded` tag by Antoine Pitrou · 16 years ago
  5. bcfaf80 Issue #5788: `datetime.timedelta` objects get a new `total_seconds()` method returning by Antoine Pitrou · 16 years ago
  6. 6b87f11 Fix some documentation examples involving the repr of a float. by Mark Dickinson · 16 years ago
  7. 9dd5e16 Issue #7117, continued: Remove substitution of %g-style formatting for by Mark Dickinson · 16 years ago
  8. faa2599 #7345: fix arguments of formatyear(). by Georg Brandl · 16 years ago
  9. 6c37674 issue5738: The distribution example was confusing, and out of date. It's too large to include inline in the docs as well. It belongs in an addons module outside the stdlib. Removing. by Jesse Noller · 16 years ago
  10. 4823961 Issue 7363: fix indentation in socketserver udpserver example. by R. David Murray · 16 years ago
  11. 9eac119 Fix docstrings for itertools combinatoric functions. by Raymond Hettinger · 16 years ago
  12. 1136ff5 Fix markup. by Georg Brandl · 16 years ago
  13. 8c18a47 upcase Python by Georg Brandl · 16 years ago
  14. d3571c8 #7302: fix link. by Georg Brandl · 16 years ago
  15. ccd5e02 Issue #2054: ftplib now provides an FTP_TLS class to do secure FTP using by Antoine Pitrou · 16 years ago
  16. d5b34d4 Issue #4969: The mimetypes module now reads the MIME database from by Antoine Pitrou · 16 years ago
  17. 49868cb Issue #6816: expose the zipfile and directory execution mechanism to Python code via the runpy module. Also consolidated some script execution functionality in the test harness into a helper module and removed some implementation details from the runpy module documentation. by Nick Coghlan · 16 years ago
  18. b6fb8dc Fix terminology. by Georg Brandl · 16 years ago
  19. 2fb77bd revert r76243; I was right, actually :) by Benjamin Peterson · 16 years ago
  20. c4a346c never mind about eval mode in this case by Benjamin Peterson · 16 years ago
  21. e36199b fix several compile() issues by translating newlines in the tokenizer by Benjamin Peterson · 16 years ago
  22. 7232d41 Give the profile module a module directive. by Georg Brandl · 16 years ago
  23. 610326d Show example of how to make a sorted dictionary by Raymond Hettinger · 16 years ago
  24. a5dcf21 Remove redundant sentence. by R. David Murray · 16 years ago
  25. 0ac6942 discuss how to use -p by Benjamin Peterson · 16 years ago
  26. 1a22e87 #7271: fix typo. by Georg Brandl · 16 years ago
  27. efc2858 #7259: show correct equivalent for operator.i* operations in docstring; fix minor issues in operator docs. by Georg Brandl · 16 years ago
  28. a6714b2 #7256: add versionadded tags for functions copied from cgi. by Georg Brandl · 16 years ago
  29. 5b54432 Fix doc typo reported by Arfrever. by Mark Dickinson · 16 years ago
  30. 6418577 typo (space-o?) by Skip Montanaro · 16 years ago
  31. 2c970a2 Remove official documentation entry for thread._count() and make the by Antoine Pitrou · 16 years ago
  32. 59c44f3 Issue #7222: Make thread "reaping" more reliable so that reference by Antoine Pitrou · 16 years ago
  33. a7d4400 Issue 7199: Documentation made slightly more consistent w.r.t. logging level enumeration. by Vinay Sajip · 16 years ago
  34. da8652d9 Issue #7117 (backport py3k float repr) continued: by Mark Dickinson · 16 years ago
  35. 5460ff9 Fix markup. by Georg Brandl · 16 years ago
  36. d617cba add further note about what's passed to optionxform by Fred Drake · 16 years ago
  37. dc02052 #7188: fix optionxform() docs. by Georg Brandl · 16 years ago
  38. d1bed8e #6977: getopt does not support optional option arguments. by Georg Brandl · 16 years ago
  39. 76d6d4a #7156: document curses as Unix-only. by Georg Brandl · 16 years ago
  40. f4ffae2 #7035: improve docs of the various <method>_errors() functions, and give them docstrings. by Georg Brandl · 16 years ago
  41. c5026f8 #7088: document new functions in signal as Unix-only. by Georg Brandl · 16 years ago
  42. 6c14e58 Use "impl-detail" directive where applicable. by Georg Brandl · 16 years ago
  43. 08be2e2 Add a new directive marking up implementation details and start using it. by Georg Brandl · 16 years ago
  44. ceb32af Fix markup. by Georg Brandl · 16 years ago
  45. 0968fd6 Fix punctuation. by Georg Brandl · 16 years ago
  46. ff81cb8 rewrite to be nice to other implementations by Benjamin Peterson · 16 years ago
  47. cf842ad #7170: fix explanation about non-weakrefable builtin types. by Georg Brandl · 16 years ago
  48. eb7c377 clarify buffer arg #7178 by Benjamin Peterson · 16 years ago
  49. e047d79 use property api by Benjamin Peterson · 16 years ago
  50. 11abfe6 Fix missing word. by Georg Brandl · 16 years ago
  51. 83f1ef6 Fix a typo. by Senthil Kumaran · 16 years ago
  52. 45a505f Fix for Issue7155 - urllib do not document default use of system proxy configuration by Senthil Kumaran · 16 years ago
  53. 9b4e582 #7116: str.join() takes an iterable. by Georg Brandl · 16 years ago
  54. 647e9d2 #7126: os.environ changes *do* take effect in subprocesses started with os.system(). by Georg Brandl · 16 years ago
  55. 5ffa146 Fix markup. by Georg Brandl · 16 years ago
  56. 526bec2 platform we don't care about by Benjamin Peterson · 16 years ago
  57. a4314c2 Fix broken links found by "make linkcheck". scipy.org seems to be done right now, so I could not verify links going there. by Georg Brandl · 16 years ago
  58. 1c77b7f Issue #7086: Added TCP support to SysLogHandler and tidied up some anachronisms in the code. by Vinay Sajip · 16 years ago
  59. d5a713e Issue #7051: Clarify behaviour of 'g' and 'G'-style formatting. by Mark Dickinson · 16 years ago
  60. fa6a427 Backport r73983: Document the thousands separator. by Andrew M. Kuchling · 16 years ago
  61. f6e3d7d Document 'skip' parameter to constructor by Andrew M. Kuchling · 16 years ago
  62. f5852f5 Fix narkup by Andrew M. Kuchling · 16 years ago
  63. 3fab040 Wording fix by Andrew M. Kuchling · 16 years ago
  64. 530df33 Issue #7028: Add note to hex() builtin docs pointing to float.hex(). by Mark Dickinson · 16 years ago
  65. f895cf5 #7031: Add TestCase.assertIsInstance and negated method. by Georg Brandl · 16 years ago
  66. c9062ca Sync the 2.x `io` docs with py3k, with a small note as to the distinction by Antoine Pitrou · 16 years ago
  67. 657024c Mention issue6972 in extractall docs about overwriting things outside of by Gregory P. Smith · 16 years ago
  68. 8b90204 #5329: fix os.popen* regression from 2.5: don't execute commands as a sequence by Philip Jenvey · 16 years ago
  69. 13305f6 Issue 7008: Better document str.title and show how to work around the apostrophe problem. by Raymond Hettinger · 16 years ago
  70. b93fff0 Issue #3366: Add gamma function to math module. by Mark Dickinson · 16 years ago
  71. 17565e5 Documentation improvement for load_tests protocol in unittest. Issue 6515. by Michael Foord · 16 years ago
  72. 4780c9a Tidied up name of parameter in StreamHandler by Vinay Sajip · 16 years ago
  73. 9aac245 #7000: document "sep" in capwords. Add a few tests by Ezio Melotti · 16 years ago
  74. afdbe3d comment out ugly xxx by Benjamin Peterson · 16 years ago
  75. 2fd3592 improved phrasing, markup and example by Ezio Melotti · 16 years ago
  76. ca66cb5 fix typos/rephrase by Benjamin Peterson · 16 years ago
  77. 2f75572 Fix a minor doc syntax typo. by Brett Cannon · 16 years ago
  78. f778bec Fixed a typo, and added sections on optimization and using arbitrary objects as messages. by Vinay Sajip · 16 years ago
  79. ac87077 Fix encoding name. by Georg Brandl · 16 years ago
  80. 1d18b5b Fix markup for external links. by Doug Hellmann · 16 years ago
  81. 9f20d9d Issue 6877: this patch makes it possible to link the readline extension by Ronald Oussoren · 16 years ago
  82. f4da666 Fix references to threading.enumerate(). by Georg Brandl · 16 years ago
  83. 592c58d #6946: fix duplicate index entries for datetime classes. by Georg Brandl · 16 years ago
  84. 54967d9 #6925: rewrite docs for locals() and vars() a bit. by Georg Brandl · 16 years ago
  85. 332d721 add keyword arguments support to str/unicode encode and decode #6300 by Benjamin Peterson · 16 years ago
  86. b926ebb Make the optparse doc style a bit more standard: use standard description units for attrs/methods/etc., and use the correct referencing roles. by Georg Brandl · 16 years ago
  87. 7842a41 Remove duplicate doc of enable/disable_interspersed_args. by Georg Brandl · 16 years ago
  88. 304d396 #6932: remove paragraph that advises relying on __del__ being called. by Georg Brandl · 16 years ago
  89. bc3777d String values should be shown with quotes, to avoid confusion with constants. by Georg Brandl · 16 years ago
  90. fd1fcff pep 8 defaults by Benjamin Peterson · 16 years ago
  91. a50d20a Rewrap long lines. by Georg Brandl · 16 years ago
  92. 718b221 #6892: fix optparse example involving help option. by Georg Brandl · 16 years ago
  93. d7226ff Remove strange trailing commas. by Georg Brandl · 16 years ago
  94. b29709a #6876: fix base class constructor invocation in example. by Georg Brandl · 16 years ago
  95. 038f38d #6917 - typo in method name by Ezio Melotti · 16 years ago
  96. 58d23fb #6908: fix association of hashlib hash attributes. by Georg Brandl · 16 years ago
  97. 7eb43b7 #6574: list the future features in a table. by Georg Brandl · 16 years ago
  98. dc0460a Remove an extraneous space in unittest documentation. by Michael Foord · 16 years ago
  99. e91ea56 Test discovery in unittest will only attempt to import modules that are importable; i.e. their names are valid Python identifiers. If an import fails during discovery this will be recorded as an error and test discovery will continue. Issue 6568. by Michael Foord · 16 years ago
  100. 6848d82 Typo fix. by Georg Brandl · 16 years ago