1. 507690c Take credit for my patch for issue 5237. by Eric Smith · 15 years ago
  2. aa0a0b9 fix markup by Benjamin Peterson · 15 years ago
  3. 64e1c75 Take credit for a patch of mine. by Georg Brandl · 15 years ago
  4. b2faddb Re-word by Andrew M. Kuchling · 15 years ago
  5. 2c130b6 Add various items by Andrew M. Kuchling · 15 years ago
  6. 942825f #5732: added the check command into Distutils by Tarek Ziadé · 15 years ago
  7. b2daff2 fixed link by Tarek Ziadé · 15 years ago
  8. 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 · 15 years ago
  9. f0f475d Add examples. by Raymond Hettinger · 15 years ago
  10. 5623e50 Let "lambda" point to the correct heading. by Georg Brandl · 15 years ago
  11. c4f4697 Fix the count of datatypes. by Raymond Hettinger · 15 years ago
  12. f368fbc Clarify the table entries for combinatorics. by Raymond Hettinger · 15 years ago
  13. 3f5a0b3 IE needs the border-left:0 for some reason. by Raymond Hettinger · 15 years ago
  14. 8dbae0f More table clean-up by Raymond Hettinger · 15 years ago
  15. 80a71a0 Center table headings. by Raymond Hettinger · 15 years ago
  16. 390fa98 More table formatting. by Raymond Hettinger · 15 years ago
  17. c473c5a Add note on using keyword arguments with OrderedDict. by Raymond Hettinger · 15 years ago
  18. c8c358a Add a custom stylesheet with better table formatting. by Georg Brandl · 15 years ago
  19. 5963185 Typo fixes by Andrew M. Kuchling · 15 years ago
  20. 24520b4 Add items by Andrew M. Kuchling · 15 years ago
  21. 1e97cb2 Update ignore file for suspicious builder. by Georg Brandl · 15 years ago
  22. 6cb1ff3 Remove redundant backtick. by Georg Brandl · 15 years ago
  23. 085b998 Fix make.bat to match makefile changes by Raymond Hettinger · 15 years ago
  24. 64408fb Fixed #5095: msi missing from Distutils bdist formats by Tarek Ziadé · 15 years ago
  25. f2dfef1 Adding assertIs and assertIsNot methods to unittest.TestCase by Michael Foord · 15 years ago
  26. 1ede0d6 #5298: clarify docs about GIL by using more consistent wording. by Georg Brandl · 15 years ago
  27. 4af280e #5444: adapt make.bat to new htmlhelp output file name. by Georg Brandl · 15 years ago
  28. a7ec072 #5370: doc update about unpickling objects with custom __getattr__ etc. methods. by Georg Brandl · 15 years ago
  29. 5d19610 #1718017: document the relation of os.path and the posixpath, ntpath etc. modules better. by Georg Brandl · 15 years ago
  30. 75f1107 Avoid sure signs of a diseased mind. by Georg Brandl · 15 years ago
  31. 89b1296 Normalize spelling of Mac OS X. by Georg Brandl · 15 years ago
  32. 9af0c56 #1742837: expand HTTP server docs, and fix SocketServer ones to document methods as methods, not functions. by Georg Brandl · 15 years ago
  33. f9c8193 note how using iter* are unsafe while mutating and document iter(dict) by Benjamin Peterson · 15 years ago
  34. 29b3630 #5601: clarify that webbrowser is not meant for file names. by Georg Brandl · 15 years ago
  35. 9d977b8 #5642: clarify map() compatibility to the builtin. by Georg Brandl · 15 years ago
  36. 195374e Fix error in description of 'oct' (issue 5678). by R. David Murray · 15 years ago
  37. 64906bb Add helpful link. by Raymond Hettinger · 15 years ago
  38. 353a85f Clarified warning about logging use from asynchronous signal handlers. by Vinay Sajip · 15 years ago
  39. a178a69 Fix 'the the' duplication by Andrew M. Kuchling · 15 years ago
  40. aa34f5a Fix 'the the'; grammar fix by Andrew M. Kuchling · 15 years ago
  41. 9a4b94c Add some items by Andrew M. Kuchling · 15 years ago
  42. b0b1aa2 Added warning about logging use from asynchronous signal handlers. by Vinay Sajip · 15 years ago
  43. 6df48a3 Update docs for namedtuple's renaming change. by Raymond Hettinger · 15 years ago
  44. 789be0c Issue #2396: backport the memoryview object. by Antoine Pitrou · 15 years ago
  45. 7152f6d Add custom initializer argument to multiprocess.Manager*, courtesy of lekma by Jesse Noller · 15 years ago
  46. d56bab4 Clarify that datetime strftime does not produce leap seconds and datetime by R. David Murray · 15 years ago
  47. 5053fbb Issue 3551: Raise ValueError if the size causes ERROR_NO_SYSTEM_RESOURCES by Jesse Noller · 15 years ago
  48. 345b2fe Better exception messages for unittest assert methods. by Michael Foord · 15 years ago
  49. c4f90eb PyImport_AppendInittab() took a char * as a first argument even though that by Brett Cannon · 15 years ago
  50. 7b0f154 this should be :noindex: by Benjamin Peterson · 15 years ago
  51. 02ee888 fix markup by Benjamin Peterson · 15 years ago
  52. e9d35ef Typo fix by Andrew M. Kuchling · 15 years ago
  53. 88ed8f2 #4572: add SEEK_* values as constants in io.py. by Georg Brandl · 15 years ago
  54. fff2f4b Add link to an alternative generator with a long-period. by Raymond Hettinger · 15 years ago
  55. b12e79d Issue 3270: document Listener address restrictions on windows by Jesse Noller · 15 years ago
  56. 02cb0eb Fix multiprocessing.event to match the new threading.Event API by Jesse Noller · 15 years ago
  57. bb94d43 Fix for failing asyncore tests. by Josiah Carlson · 15 years ago
  58. a08867d Dont shout to users. by Georg Brandl · 15 years ago
  59. 6bc94cb Improve examples for collections.deque() by Raymond Hettinger · 15 years ago
  60. 354e4cb #5018: remove confusing paragraph. by Georg Brandl · 15 years ago
  61. 9e47ce4 #5583 Added optional Extensions in Distutils by Tarek Ziadé · 15 years ago
  62. b771586 #3427: document correct return type for urlopen().info(). by Georg Brandl · 15 years ago
  63. 95fafec #5563: more documentation for bdist_msi. by Georg Brandl · 15 years ago
  64. a08e8de #5598: document DocFileSuite *args argument. by Georg Brandl · 15 years ago
  65. 186188d #1530012: move TQS section before raw strings. by Georg Brandl · 15 years ago
  66. ef660e8 #1674032: return value of flag from Event.wait(). OKed by Guido. by Georg Brandl · 15 years ago
  67. 65ff005 Issue an actual PendingDeprecationWarning for the TestCase.fail* methods. by Gregory P. Smith · 15 years ago
  68. bdaa6a7 #5618: fix typo. by Georg Brandl · 15 years ago
  69. 956ed97 #4411: document mro() and __mro__. (I hope I got it right.) by Georg Brandl · 15 years ago
  70. 2ce1c61 Fix-up unwanted change. by Georg Brandl · 15 years ago
  71. b48adec #1096310: document usage of sys.__std*__ a bit better. by Georg Brandl · 15 years ago
  72. 5206086 #4882: document named group behavior a bit better. by Georg Brandl · 15 years ago
  73. 6eabc24 #5241: document missing U in regex howto. by Georg Brandl · 15 years ago
  74. a9efe6f #5227: note that Py_Main doesnt return on SystemExit. by Georg Brandl · 15 years ago
  75. 9e0b363 #5245: note that PyRun_SimpleString doesnt return on SystemExit. by Georg Brandl · 15 years ago
  76. 22717df #837577: note cryptic return value of spawn*e on invalid env dicts. by Georg Brandl · 15 years ago
  77. aa11810 #970783: document PyObject_Generic[GS]etAttr. by Georg Brandl · 15 years ago
  78. 268d85d #992207: document that the parser only accepts \\n newlines. by Georg Brandl · 15 years ago
  79. 2839985 The unittest.TestCase.assertEqual() now displays the differences in lists, by Gregory P. Smith · 15 years ago
  80. c278422 #5417: replace references to undocumented functions by ones to documented functions. by Georg Brandl · 15 years ago
  81. b945bbf #1386675: specify WindowsError as the exception, because it has a winerror attribute that EnvironmentError doesnt have. by Georg Brandl · 15 years ago
  82. 624f337 #5529: backport new docs of import semantics written by Brett to 2.x. by Georg Brandl · 15 years ago
  83. 21b60af #5581: fget argument of abstractproperty is optional as well. by Georg Brandl · 15 years ago
  84. 74c018a #5566: fix versionadded from PyLong ssize_t functions. by Georg Brandl · 15 years ago
  85. 382edff #5519: remove reference to Kodos, which seems dead. by Georg Brandl · 15 years ago
  86. 7706957 Add various items by Andrew M. Kuchling · 15 years ago
  87. 6c2633e Add more items by Andrew M. Kuchling · 15 years ago
  88. efa9771 typo fix by Andrew M. Kuchling · 15 years ago
  89. dc340ee #5039: make it clear that the impl. note refers to CPython. by Georg Brandl · 15 years ago
  90. dbf95a3 A fix for issue 1974, inspired by the patch from Andi Albrecht (aalbrecht), by Barry Warsaw · 15 years ago
  91. 55acfc6 Many edits by Andrew M. Kuchling · 15 years ago
  92. 71d5c28 Add several items and placeholders by Andrew M. Kuchling · 15 years ago
  93. b585255 Remove comment by Andrew M. Kuchling · 15 years ago
  94. 1967200 Typo fixes by Andrew M. Kuchling · 15 years ago
  95. d59efbc #5199: make warning about vars() assignment more visible. by Georg Brandl · 15 years ago
  96. 008af85 Fix for issue 13095 by Ronald Oussoren · 15 years ago
  97. 8ba6f3b Fix for issue 896199 (some Carbon modules aren't present in the documentation) by Ronald Oussoren · 15 years ago
  98. ac0580e there's actually three methods here #5600 by Benjamin Peterson · 15 years ago
  99. c5206b3 use the awesome new status iterator by Benjamin Peterson · 15 years ago
  100. 2e648ec Issue #532631: Replace confusing fabs(x)/1e25 >= 1e25 test by Mark Dickinson · 15 years ago