1. 89b1296 Normalize spelling of Mac OS X. by Georg Brandl · 16 years ago
  2. 9af0c56 #1742837: expand HTTP server docs, and fix SocketServer ones to document methods as methods, not functions. by Georg Brandl · 16 years ago
  3. f9c8193 note how using iter* are unsafe while mutating and document iter(dict) by Benjamin Peterson · 16 years ago
  4. 29b3630 #5601: clarify that webbrowser is not meant for file names. by Georg Brandl · 16 years ago
  5. 9d977b8 #5642: clarify map() compatibility to the builtin. by Georg Brandl · 16 years ago
  6. 195374e Fix error in description of 'oct' (issue 5678). by R. David Murray · 16 years ago
  7. 64906bb Add helpful link. by Raymond Hettinger · 16 years ago
  8. 353a85f Clarified warning about logging use from asynchronous signal handlers. by Vinay Sajip · 16 years ago
  9. a178a69 Fix 'the the' duplication by Andrew M. Kuchling · 16 years ago
  10. aa34f5a Fix 'the the'; grammar fix by Andrew M. Kuchling · 16 years ago
  11. 9a4b94c Add some items by Andrew M. Kuchling · 16 years ago
  12. b0b1aa2 Added warning about logging use from asynchronous signal handlers. by Vinay Sajip · 16 years ago
  13. 6df48a3 Update docs for namedtuple's renaming change. by Raymond Hettinger · 16 years ago
  14. 789be0c Issue #2396: backport the memoryview object. by Antoine Pitrou · 16 years ago
  15. 7152f6d Add custom initializer argument to multiprocess.Manager*, courtesy of lekma by Jesse Noller · 16 years ago
  16. d56bab4 Clarify that datetime strftime does not produce leap seconds and datetime by R. David Murray · 16 years ago
  17. 5053fbb Issue 3551: Raise ValueError if the size causes ERROR_NO_SYSTEM_RESOURCES by Jesse Noller · 16 years ago
  18. 345b2fe Better exception messages for unittest assert methods. by Michael Foord · 16 years ago
  19. c4f90eb PyImport_AppendInittab() took a char * as a first argument even though that by Brett Cannon · 16 years ago
  20. 7b0f154 this should be :noindex: by Benjamin Peterson · 16 years ago
  21. 02ee888 fix markup by Benjamin Peterson · 16 years ago
  22. e9d35ef Typo fix by Andrew M. Kuchling · 16 years ago
  23. 88ed8f2 #4572: add SEEK_* values as constants in io.py. by Georg Brandl · 16 years ago
  24. fff2f4b Add link to an alternative generator with a long-period. by Raymond Hettinger · 16 years ago
  25. b12e79d Issue 3270: document Listener address restrictions on windows by Jesse Noller · 16 years ago
  26. 02cb0eb Fix multiprocessing.event to match the new threading.Event API by Jesse Noller · 16 years ago
  27. bb94d43 Fix for failing asyncore tests. by Josiah Carlson · 16 years ago
  28. a08867d Dont shout to users. by Georg Brandl · 16 years ago
  29. 6bc94cb Improve examples for collections.deque() by Raymond Hettinger · 16 years ago
  30. 354e4cb #5018: remove confusing paragraph. by Georg Brandl · 16 years ago
  31. 9e47ce4 #5583 Added optional Extensions in Distutils by Tarek Ziadé · 16 years ago
  32. b771586 #3427: document correct return type for urlopen().info(). by Georg Brandl · 16 years ago
  33. 95fafec #5563: more documentation for bdist_msi. by Georg Brandl · 16 years ago
  34. a08e8de #5598: document DocFileSuite *args argument. by Georg Brandl · 16 years ago
  35. 186188d #1530012: move TQS section before raw strings. by Georg Brandl · 16 years ago
  36. ef660e8 #1674032: return value of flag from Event.wait(). OKed by Guido. by Georg Brandl · 16 years ago
  37. 65ff005 Issue an actual PendingDeprecationWarning for the TestCase.fail* methods. by Gregory P. Smith · 16 years ago
  38. bdaa6a7 #5618: fix typo. by Georg Brandl · 16 years ago
  39. 956ed97 #4411: document mro() and __mro__. (I hope I got it right.) by Georg Brandl · 16 years ago
  40. 2ce1c61 Fix-up unwanted change. by Georg Brandl · 16 years ago
  41. b48adec #1096310: document usage of sys.__std*__ a bit better. by Georg Brandl · 16 years ago
  42. 5206086 #4882: document named group behavior a bit better. by Georg Brandl · 16 years ago
  43. 6eabc24 #5241: document missing U in regex howto. by Georg Brandl · 16 years ago
  44. a9efe6f #5227: note that Py_Main doesnt return on SystemExit. by Georg Brandl · 16 years ago
  45. 9e0b363 #5245: note that PyRun_SimpleString doesnt return on SystemExit. by Georg Brandl · 16 years ago
  46. 22717df #837577: note cryptic return value of spawn*e on invalid env dicts. by Georg Brandl · 16 years ago
  47. aa11810 #970783: document PyObject_Generic[GS]etAttr. by Georg Brandl · 16 years ago
  48. 268d85d #992207: document that the parser only accepts \\n newlines. by Georg Brandl · 16 years ago
  49. 2839985 The unittest.TestCase.assertEqual() now displays the differences in lists, by Gregory P. Smith · 16 years ago
  50. c278422 #5417: replace references to undocumented functions by ones to documented functions. by Georg Brandl · 16 years ago
  51. b945bbf #1386675: specify WindowsError as the exception, because it has a winerror attribute that EnvironmentError doesnt have. by Georg Brandl · 16 years ago
  52. 624f337 #5529: backport new docs of import semantics written by Brett to 2.x. by Georg Brandl · 16 years ago
  53. 21b60af #5581: fget argument of abstractproperty is optional as well. by Georg Brandl · 16 years ago
  54. 74c018a #5566: fix versionadded from PyLong ssize_t functions. by Georg Brandl · 16 years ago
  55. 382edff #5519: remove reference to Kodos, which seems dead. by Georg Brandl · 16 years ago
  56. 7706957 Add various items by Andrew M. Kuchling · 16 years ago
  57. 6c2633e Add more items by Andrew M. Kuchling · 16 years ago
  58. efa9771 typo fix by Andrew M. Kuchling · 16 years ago
  59. dc340ee #5039: make it clear that the impl. note refers to CPython. by Georg Brandl · 16 years ago
  60. dbf95a3 A fix for issue 1974, inspired by the patch from Andi Albrecht (aalbrecht), by Barry Warsaw · 16 years ago
  61. 55acfc6 Many edits by Andrew M. Kuchling · 16 years ago
  62. 71d5c28 Add several items and placeholders by Andrew M. Kuchling · 16 years ago
  63. b585255 Remove comment by Andrew M. Kuchling · 16 years ago
  64. 1967200 Typo fixes by Andrew M. Kuchling · 16 years ago
  65. d59efbc #5199: make warning about vars() assignment more visible. by Georg Brandl · 16 years ago
  66. 008af85 Fix for issue 13095 by Ronald Oussoren · 16 years ago
  67. 8ba6f3b Fix for issue 896199 (some Carbon modules aren't present in the documentation) by Ronald Oussoren · 16 years ago
  68. ac0580e there's actually three methods here #5600 by Benjamin Peterson · 16 years ago
  69. c5206b3 use the awesome new status iterator by Benjamin Peterson · 16 years ago
  70. 2e648ec Issue #532631: Replace confusing fabs(x)/1e25 >= 1e25 test by Mark Dickinson · 16 years ago
  71. 097aafd fix consistency by Benjamin Peterson · 16 years ago
  72. 7233acc stop the versionchanged directive from hiding the docs by Benjamin Peterson · 16 years ago
  73. be76d4c a more realistic example by Benjamin Peterson · 16 years ago
  74. a0eea59 Add section numbering to some of the larger subdocuments. by Georg Brandl · 16 years ago
  75. 400fd60 Switch to fixed Sphinx version. by Georg Brandl · 16 years ago
  76. b22b948 Fix a typo and be more specific by Antoine Pitrou · 16 years ago
  77. 0e92858 give os.symlink and os.link() better parameter names #5564 by Benjamin Peterson · 16 years ago
  78. a31aa45 #5324: document __subclasses__(). by Georg Brandl · 16 years ago
  79. c18f6b0 Publicize the GC untracking optimization by Antoine Pitrou · 16 years ago
  80. 47d9738 rename TestCase.skip() to skipTest() because it causes annoying problems with trial #5571 by Benjamin Peterson · 16 years ago
  81. 9a1337b clarify the type of data returned by Skip Montanaro · 16 years ago
  82. 21b617b Add links to related resources. by Raymond Hettinger · 16 years ago
  83. 31b7806 forgot to document that setUp can be skipped (silly me...) by Benjamin Peterson · 16 years ago
  84. 99721e0 refactor unittest docs by Benjamin Peterson · 16 years ago
  85. cb2b0e4 comply with the evilJavaNamingScheme for attribute names by Benjamin Peterson · 16 years ago
  86. 692428e implement test skipping and expected failures by Benjamin Peterson · 16 years ago
  87. f8387af Issue #4688: Add a heuristic so that tuples and dicts containing only by Antoine Pitrou · 16 years ago
  88. 2cef1a5 Add MutableSet example. by Raymond Hettinger · 16 years ago
  89. efc82f7 Issue #4258: Use 30-bit digits for Python longs, on 64-bit platforms. by Mark Dickinson · 16 years ago
  90. 2412299 * Add clearer comment to initialization code. by Raymond Hettinger · 16 years ago
  91. 91852ca Issue 5381: Add object_pairs_hook to the json module. by Raymond Hettinger · 16 years ago
  92. 06919a1 a much better example by Benjamin Peterson · 16 years ago
  93. ed3558b I thought this was begging for an example by Benjamin Peterson · 16 years ago
  94. 8cbe955 Add token markup. by Georg Brandl · 16 years ago
  95. 545a134 Fix markup in re docs and give a mail address in regex howto, so that by Georg Brandl · 16 years ago
  96. 173c1f1 #5469: add with statement to list of name-binding constructs. by Georg Brandl · 16 years ago
  97. 09827eb #5276: document IDLESTARTUP and .Idle.py. by Georg Brandl · 16 years ago
  98. 8db96b5 #5478: fix copy-paste oversight in function signature. by Georg Brandl · 16 years ago
  99. 44e5cd3 #5488: add missing struct member. by Georg Brandl · 16 years ago
  100. 5a95b21 #5491: clarify nested() semantics. by Georg Brandl · 16 years ago