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