1. a57edd0 Clarify the wording for threading.is_alive() to not suggest something is by Brett Cannon · 14 years ago
  2. c9e1c7d Issue #6095: Make directory argument to os.listdir optional. by Martin v. Löwis · 14 years ago
  3. 3a4e50c Document the fact that the 'test' package is meant only for use by Python by Brett Cannon · 14 years ago
  4. de5b024 Remove outdated mention of deprecated functions in the string module - they have been removed in 3.x. by Antoine Pitrou · 14 years ago
  5. 6dfbff3 Minor clarification about importlib.abc.SourceLoader.get_filename. by Brett Cannon · 14 years ago
  6. 0674255 Clarification. Yay importlib! by Georg Brandl · 14 years ago
  7. 55353ca pydoc.pager does not promise to use $PAGER. by Georg Brandl · 14 years ago
  8. a5ed401 Clarify :option: description. by Georg Brandl · 14 years ago
  9. 70f355d Clarify. by Georg Brandl · 14 years ago
  10. 7f54dce Document the extra epoll flags by Jean-Paul Calderone · 14 years ago
  11. 7f94f39 There is no method named "register(fd, eventmask)"; fix markup to just indicate this is code. by Jean-Paul Calderone · 14 years ago
  12. d319ad5 nest method and attribute doc by Benjamin Peterson · 14 years ago
  13. 0b9fb80 use classmethod by Benjamin Peterson · 14 years ago
  14. 86e78d1 #9110: update to ContextDecorator doc. by Georg Brandl · 14 years ago
  15. 02053ee #9279: remove the pdb.doc file, put its contents in pdb.__doc__. Also sync this and the pdb docs, introduce a new directive for pdb commands and a role to link to them. by Georg Brandl · 14 years ago
  16. 929d384 Issue #9268: Add annotation option to pickletools.dis by Alexander Belopolsky · 14 years ago
  17. 0736767 Fix issue9132 - Documentation for comparing dictionaries is out of date by Senthil Kumaran · 14 years ago
  18. fc9e08d High byte is the exit status. by Stefan Krah · 14 years ago
  19. 49b31d0 Remove XXX from text. by Georg Brandl · 14 years ago
  20. e767e04 #9258: fix copy-paste errors. by Georg Brandl · 14 years ago
  21. 9c558bcf Fix documentation typo: wprite() -> write(). by Jeroen Ruigrok van der Werven · 14 years ago
  22. 85f2177 Add bytes in literal_eval doc. by Georg Brandl · 14 years ago
  23. c779515 Fix definition of len() and indexing for memoryview objects (part of #7696). by Antoine Pitrou · 14 years ago
  24. cf48e44 Remove mention of execfile from the tutorial. by Mark Dickinson · 14 years ago
  25. db4e939 Use raw string literals for regexes containing backlash. by Georg Brandl · 14 years ago
  26. 4abda54 Take care of duplicate target name warnings. by Georg Brandl · 14 years ago
  27. c762242 Include versionadded in (c)math.isfinite docs (thanks Ezio Melotti). Other minor doc cleanups. by Mark Dickinson · 14 years ago
  28. 8e0c996 Issue #9165: Add math.isfinite and cmath.isfinite. by Mark Dickinson · 14 years ago
  29. 349d558 #9223: link to Command class reference, and move Command interface docs nearer to class docs. by Georg Brandl · 14 years ago
  30. 05bfcc5 #7935: cross-reference to ast.literal_eval() from eval() docs. by Georg Brandl · 14 years ago
  31. 492f3fc Allow set literals in literal_eval(). by Georg Brandl · 14 years ago
  32. e40ee50 #9184: fix default value for "buffering" param of open(). by Georg Brandl · 14 years ago
  33. de41bf3 Fix typo. by Georg Brandl · 14 years ago
  34. 0104bcd #6774: explain shutdown() behavior varying with platform. by Georg Brandl · 14 years ago
  35. 8a1c254 #3214 followup: add link to ABC entry. by Georg Brandl · 14 years ago
  36. 692b3f8 Silence makeindex. by Georg Brandl · 14 years ago
  37. aba088e Issue2007: Removing reference to MSIE Cookie handling by mechanize. Suggested by John J Lee. by Senthil Kumaran · 14 years ago
  38. 522c32a Add missing docs for re module 'purge' function. by R. David Murray · 14 years ago
  39. 0425a8e Fix 'refleak' introduced by fnmatch cache purge tests. by R. David Murray · 14 years ago
  40. a851483 #8564: update docs on integrating doctest/unittest with unittest(2) test discovery. by Georg Brandl · 14 years ago
  41. 1c616a5 #8456: fix signature of sqlite3.connect(). by Georg Brandl · 14 years ago
  42. 47d48bb #8338: fix outdated class name. by Georg Brandl · 14 years ago
  43. 73b1c7b #3214: improve description of duck-typing in glossary. by Georg Brandl · 14 years ago
  44. 93eb42e Emphasize role of count for Pascal string. by Georg Brandl · 14 years ago
  45. b382337 Fix markup. by Georg Brandl · 14 years ago
  46. c739569 Adding versionchanged to the various Windows os.symlink additions, along by Brian Curtin · 14 years ago
  47. facb0e9 2.7 is now stable. by Georg Brandl · 14 years ago
  48. d40e6f7 Implement #1578269. Patch by Jason R. Coombs. by Brian Curtin · 14 years ago
  49. b913784 Turn more notes into comments. by Georg Brandl · 14 years ago
  50. e789016 Make comment out of an awkward note. by Georg Brandl · 14 years ago
  51. 44afa5e Fix typo. by Georg Brandl · 14 years ago
  52. c15dfd6 Minor improvements to logging documentation. by Vinay Sajip · 14 years ago
  53. 37c63a3 Change 'lowered' to 'lowercased' by Senthil Kumaran · 14 years ago
  54. 1f1ccc0 #9158: Fix y* format of PyArg_Parse*() functions documentation by Victor Stinner · 14 years ago
  55. b0f0991 #9166: NotImplemented is not an exception. by Georg Brandl · 14 years ago
  56. fa89798 Fix: Issue9091 Minor documentation clarification. by Senthil Kumaran · 14 years ago
  57. 61b1425 Make importlib.abc.SourceLoader the primary mechanism for importlib. by Brett Cannon · 14 years ago
  58. df022da Fix Issue5468 - urlencode to handle bytes and other alternate encodings. by Senthil Kumaran · 14 years ago
  59. 4833e5b Remove the need for a "()" empty argument list after opcodes. by Georg Brandl · 14 years ago
  60. 94e5de0 Fix markup. by Georg Brandl · 14 years ago
  61. 2cb72d3 Merged revisions 82483 via svnmerge from by Georg Brandl · 14 years ago
  62. f68798b Use the right role. by Georg Brandl · 14 years ago
  63. 19b7a87 Wrap and use the correct directive. by Georg Brandl · 14 years ago
  64. 39af05f Merged revisions 82476 via svnmerge from by Mark Dickinson · 14 years ago
  65. 5c8b54e Issue 6507: accept source strings directly in dis.dis(). Original patch by Daniel Urban by Nick Coghlan · 14 years ago
  66. d2191e0 Merged revisions 82455,82457,82459 via svnmerge from by Ezio Melotti · 14 years ago
  67. 8315fd1 Some people have mistaken Python bytecode as being stable and unchanging. In by Brett Cannon · 14 years ago
  68. be5846b Merged revisions 82446 via svnmerge from by Mark Dickinson · 14 years ago
  69. 4bfb7da Merged revisions 82441 via svnmerge from by Nick Coghlan · 14 years ago
  70. 9fc68c4 Merged revisions 82439 via svnmerge from by Nick Coghlan · 14 years ago
  71. 8971f74 Merged revisions 82433 via svnmerge from by Georg Brandl · 14 years ago
  72. b51b5c4 Merged revisions 82420 via svnmerge from by Benjamin Peterson · 14 years ago
  73. b3a8984 Issue 9110. Adding ContextDecorator to contextlib. This enables the creation of APIs that act as decorators as well as context managers. contextlib.contextmanager changed to use ContextDecorator. by Michael Foord · 14 years ago
  74. 719e4e3 Merged revisions 82379 via svnmerge from by Mark Dickinson · 14 years ago
  75. 927ccd2 update for nonlocal keyword by Benjamin Peterson · 14 years ago
  76. 0e13c94 Make a sentence a little less awkward. by Brett Cannon · 14 years ago
  77. 162dd74 note that byte strings can be raw, too #9114 by Benjamin Peterson · 14 years ago
  78. d31f363 Added information about pickle security and SocketHandler, and some cross-reference targets. by Vinay Sajip · 14 years ago
  79. fb288da rephrase and remove uneeded statement by Benjamin Peterson · 14 years ago
  80. 13a7eb4 Merged revisions 82334 via svnmerge from by Senthil Kumaran · 14 years ago
  81. 0cf9e6a Move importlib.abc.SourceLoader to _bootstrap. by Brett Cannon · 14 years ago
  82. 56894b5 fix versionchanged by Benjamin Peterson · 14 years ago
  83. 7ab4b8d Merged revisions 77402,77505,77510 via svnmerge from by Benjamin Peterson · 14 years ago
  84. f23e374 Implement importlib.abc.SourceLoader and deprecate PyLoader and PyPycLoader. by Brett Cannon · 14 years ago
  85. 5a6214a Merged revisions 81499,81506 via svnmerge from by Benjamin Peterson · 14 years ago
  86. d7c3ed5 Merged revisions 80605-80609,80642-80646,80651-80652,80674,80684-80686,80748,80852,80854,80870,80872-80873,80907,80915-80916,80951-80952,80976-80977,80985,81038-81040,81042,81053,81070,81104-81105,81114,81125,81245,81285,81402,81463,81516,81562-81563,81567,81593,81635,81680-81681,81684,81801,81888,81931-81933,81939-81942,81963,81984,81991,82120,82188,82264-82267 via svnmerge from by Benjamin Peterson · 14 years ago
  87. 30b7a90 Add a link to PEP 3147 from the importlib docs. by Brett Cannon · 14 years ago
  88. 2ebf8ce Merged revisions 81881-81882 via svnmerge from by Benjamin Peterson · 14 years ago
  89. 3a23c9e Issue #9089: PyNumber_Int is no more. Remove it from the docs. by Mark Dickinson · 14 years ago
  90. 7d82106 Wording fix. by Georg Brandl · 14 years ago
  91. eb1f4aa #9064: accept number of frames for "up" and "down" commands in pdb. by Georg Brandl · 14 years ago
  92. 952867a #9078: fix some Unicode C API descriptions, in comments and docs. by Georg Brandl · 14 years ago
  93. 1341f57 Merged revisions 82251 via svnmerge from by Alexander Belopolsky · 14 years ago
  94. 56303e0 Merged revisions 82236 via svnmerge from by Alexander Belopolsky · 14 years ago
  95. 5a3ef5b #9018: os.path.normcase() now raises a TypeError if the argument is not str or bytes. by Ezio Melotti · 14 years ago
  96. 25e8ec4 Issue #8850: Remove "w" and "w#" formats from PyArg_Parse*() functions, use by Victor Stinner · 14 years ago
  97. 0aae6dc Minor comment formatting. by Senthil Kumaran · 14 years ago
  98. c5b81ee Minor docs issue. by Senthil Kumaran · 14 years ago
  99. 75f94c2 Issue #9005: Prevent utctimetuple() from producing year 0 or year 10,000. by Alexander Belopolsky · 14 years ago
  100. 6ed7ac4 Revert r82089. Commit was intended for a branch. by Jean-Paul Calderone · 14 years ago