1. 65e5f80 #6928: fix class docs w.r.t. new metaclasses. by Georg Brandl · 14 years ago
  2. 502c3eb #8578: mention danger of not incref'ing weak referenced object. by Georg Brandl · 14 years ago
  3. 790f831 Rewording the getheader method of HTTPResponse. by Senthil Kumaran · 14 years ago
  4. bfc8fe4 Document how to refer to decorators and decorator methods. by Georg Brandl · 14 years ago
  5. 9f8dc44 Fix Issue8572 - httplib getheader() throws error instead of default by Senthil Kumaran · 14 years ago
  6. aed05eb Demonstrate the caching decorators in whatsnew. by Raymond Hettinger · 14 years ago
  7. c8dc62d Add example applications for the LRU and LFU cache docs. by Raymond Hettinger · 14 years ago
  8. 0bccc18 #8046: add context manager protocol support to mmap objects. Also add closed property. by Georg Brandl · 14 years ago
  9. 0941012 #8735: better explain semantics of *values* argument for parse(). by Georg Brandl · 14 years ago
  10. d67075e Reorder entries by module lexicographic order by Antoine Pitrou · 14 years ago
  11. bb19015 Fix "Berkeley" name. by Georg Brandl · 14 years ago
  12. 6cb7b65 #1286: allow using fileinput.FileInput as context manager. by Georg Brandl · 14 years ago
  13. e42a59d #9442: do not document a specific format for sys.version; rather refer to version_info and the platform module. by Georg Brandl · 14 years ago
  14. 721507b #5778: document that sys.version can contain a newline. by Georg Brandl · 14 years ago
  15. 2e7346a Re-commit r83327 now that the release is done. by Georg Brandl · 14 years ago
  16. 4f2a0a8 Add ssl changes to the 3.2 "what's new". by Antoine Pitrou · 14 years ago
  17. f55c315 #9430: document timedelta str() and repr(). by Georg Brandl · 14 years ago
  18. 014e0ca Revert r83327. This will have to wait until after the alpha1 release. by Georg Brandl · 14 years ago
  19. 4821ef8 Document how to change OrderedDict update order from first to last. by Raymond Hettinger · 14 years ago
  20. 9e46ef8 Add functools.lfu_cache() and functools.lru_cache(). by Raymond Hettinger · 14 years ago
  21. d5f2d6e After distutils doc reversal, change back **bold todo** items to XXX comments. by Georg Brandl · 14 years ago
  22. 96c45a9 reverted distutils doc to its 3.1 state by Tarek Ziadé · 14 years ago
  23. fff9021 Update copyright years and add releases to release list. Also update Sphinx version number. by Georg Brandl · 14 years ago
  24. 80ff2ad Update pydoc topics and adapt Topics builder to Sphinx 1.0. by Georg Brandl · 14 years ago
  25. 0a9c3e9 Show the traceback line numbers as well as the current line numbers if an exception is being debugged. Courtesy of pdb++ by Antonio Cuni. Also document -> and >> markers for "list". by Georg Brandl · 14 years ago
  26. e59ca2a Add "longlist" and "source" commands, ideas borrowed from pdb++ by Antonio Cuni. by Georg Brandl · 14 years ago
  27. d2fd4ca Add Breakpoint.bpformat(), which returns the info usually printed by bpprint(). Necessary for major refactoring of pdb output handling. by Georg Brandl · 14 years ago
  28. c4fbcdc Add note about surprising behaviour from round function. by Mark Dickinson · 14 years ago
  29. 7410dd1 #809887: improve pdb feedback for breakpoint-related actions. Also add a functional test for these commands. by Georg Brandl · 14 years ago
  30. a074523 #3143: enable "collapsible sidebar" feature of new Sphinx version. by Georg Brandl · 14 years ago
  31. 46b9afc #1472251: remove addition of "\n" to code given to pdb.run[eval](), the bug in exec() that made this necessary has been fixed. Also document that you can give code objects to run() and runeval(), and add some tests to test_pdb. by Georg Brandl · 14 years ago
  32. 26a0f87 Document the "jump" command in pdb.__doc__, and add a version tag for "until X". by Georg Brandl · 14 years ago
  33. 2dfec55 Allow giving an explicit line number to "until". by Georg Brandl · 14 years ago
  34. e023091 #1437051: allow "continue"/"next"/etc. in .pdbrc, also add pdb -c option to give these commands. This allows to run a script until an exception occurs. by Georg Brandl · 14 years ago
  35. b3b96bd Clarification. by Georg Brandl · 14 years ago
  36. 056cb93 #6630: allow customizing flags for compiling string.Template.idpattern. by Georg Brandl · 14 years ago
  37. 8a1caa2 #6522: add a "decorator" directive to explicitly document decorators, and use it in a few places. by Georg Brandl · 14 years ago
  38. b0a4e3c #9388: remove ERA_YEAR which is never defined in the source code. by Georg Brandl · 14 years ago
  39. ac958ce #9397: remove mention of dbm.bsd which does not exist anymore. by Georg Brandl · 14 years ago
  40. 933b974 Use correct directive and name. by Georg Brandl · 14 years ago
  41. 436ccdc #9407: document configparser.Error. by Georg Brandl · 14 years ago
  42. 470a123 #1090076: explain the behavior of *vars* in get() better. by Georg Brandl · 14 years ago
  43. 6a74d34 Fix typo. by Mark Dickinson · 14 years ago
  44. 46aa5c5 #3874: document HTMLParser.unknown_decl(). by Georg Brandl · 14 years ago
  45. 8dcaa73 #9411: allow selecting an encoding for configparser files. Also adds a new test config file to test special cases. by Georg Brandl · 14 years ago
  46. c62a704 #6538: fix regex documentation again -- use fictional class names "regex" and "match" but do not document them as classes, remove 1.5 compat info and use new default argument syntax where possible. by Georg Brandl · 14 years ago
  47. ebeb44d Remove Python 1.5 compatibility note. by Georg Brandl · 14 years ago
  48. 96a60ae #1682942: add some ConfigParser features: alternate delimiters, alternate comments, empty lines in values. Also enhance the docs with more examples and mention SafeConfigParser before ConfigParser. Patch by Lukas Langa, review by myself, Eric and Ezio. by Georg Brandl · 14 years ago
  49. f1046ca Issue #4770: Restrict binascii module to accept only bytes (as specified). by Florent Xicluna · 14 years ago
  50. 4bf7068 Update Sphinx to 1.0.1. by Georg Brandl · 14 years ago
  51. c02cc27 Issue #9384: python -m tkinter will now display a simple demo applet. by Alexander Belopolsky · 14 years ago
  52. f5ae1ef Clarify. by Georg Brandl · 14 years ago
  53. f39f628 Added versionadded entry for the annotate argument. by Alexander Belopolsky · 14 years ago
  54. 571a953 Fix indentation in example. by Georg Brandl · 14 years ago
  55. f6914aa Fix grammar. by Georg Brandl · 14 years ago
  56. 3f911a1 Reword paragraph by Andrew M. Kuchling · 14 years ago
  57. 57a7c3d #7637: fix a grammar error; simplify a sentence by Andrew M. Kuchling · 14 years ago
  58. 6f93419 #9381: fix markup. by Georg Brandl · 14 years ago
  59. ea64a6a #7637: clarify description of encoding parameter by Andrew M. Kuchling · 14 years ago
  60. 4d4d1ce #1495229: update the type names used by the XML DOM mapping by Andrew M. Kuchling · 14 years ago
  61. 9c71f90 Put listdir default argument into declaration. by Martin v. Löwis · 14 years ago
  62. 803ef8a Implementation for issue 4184 by Richard Jones · 14 years ago
  63. 030244a Mention in the fnmatch docs that meta-characters in translate cannot be quoted. by Brett Cannon · 14 years ago
  64. 6b0e0e4 Update to 1.0. by Georg Brandl · 14 years ago
  65. a5eacee Fix some markup glitches. by Georg Brandl · 14 years ago
  66. a57edd0 Clarify the wording for threading.is_alive() to not suggest something is by Brett Cannon · 14 years ago
  67. c9e1c7d Issue #6095: Make directory argument to os.listdir optional. by Martin v. Löwis · 14 years ago
  68. 3a4e50c Document the fact that the 'test' package is meant only for use by Python by Brett Cannon · 14 years ago
  69. de5b024 Remove outdated mention of deprecated functions in the string module - they have been removed in 3.x. by Antoine Pitrou · 14 years ago
  70. 6dfbff3 Minor clarification about importlib.abc.SourceLoader.get_filename. by Brett Cannon · 14 years ago
  71. 0674255 Clarification. Yay importlib! by Georg Brandl · 14 years ago
  72. 55353ca pydoc.pager does not promise to use $PAGER. by Georg Brandl · 14 years ago
  73. a5ed401 Clarify :option: description. by Georg Brandl · 14 years ago
  74. 70f355d Clarify. by Georg Brandl · 14 years ago
  75. 7f54dce Document the extra epoll flags by Jean-Paul Calderone · 14 years ago
  76. 7f94f39 There is no method named "register(fd, eventmask)"; fix markup to just indicate this is code. by Jean-Paul Calderone · 14 years ago
  77. d319ad5 nest method and attribute doc by Benjamin Peterson · 14 years ago
  78. 0b9fb80 use classmethod by Benjamin Peterson · 14 years ago
  79. 86e78d1 #9110: update to ContextDecorator doc. by Georg Brandl · 14 years ago
  80. 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
  81. 929d384 Issue #9268: Add annotation option to pickletools.dis by Alexander Belopolsky · 14 years ago
  82. 0736767 Fix issue9132 - Documentation for comparing dictionaries is out of date by Senthil Kumaran · 14 years ago
  83. fc9e08d High byte is the exit status. by Stefan Krah · 14 years ago
  84. 49b31d0 Remove XXX from text. by Georg Brandl · 14 years ago
  85. e767e04 #9258: fix copy-paste errors. by Georg Brandl · 14 years ago
  86. 9c558bcf Fix documentation typo: wprite() -> write(). by Jeroen Ruigrok van der Werven · 14 years ago
  87. 85f2177 Add bytes in literal_eval doc. by Georg Brandl · 14 years ago
  88. c779515 Fix definition of len() and indexing for memoryview objects (part of #7696). by Antoine Pitrou · 14 years ago
  89. cf48e44 Remove mention of execfile from the tutorial. by Mark Dickinson · 14 years ago
  90. db4e939 Use raw string literals for regexes containing backlash. by Georg Brandl · 14 years ago
  91. 4abda54 Take care of duplicate target name warnings. by Georg Brandl · 14 years ago
  92. c762242 Include versionadded in (c)math.isfinite docs (thanks Ezio Melotti). Other minor doc cleanups. by Mark Dickinson · 14 years ago
  93. 8e0c996 Issue #9165: Add math.isfinite and cmath.isfinite. by Mark Dickinson · 14 years ago
  94. 349d558 #9223: link to Command class reference, and move Command interface docs nearer to class docs. by Georg Brandl · 14 years ago
  95. 05bfcc5 #7935: cross-reference to ast.literal_eval() from eval() docs. by Georg Brandl · 14 years ago
  96. 492f3fc Allow set literals in literal_eval(). by Georg Brandl · 14 years ago
  97. e40ee50 #9184: fix default value for "buffering" param of open(). by Georg Brandl · 14 years ago
  98. de41bf3 Fix typo. by Georg Brandl · 14 years ago
  99. 0104bcd #6774: explain shutdown() behavior varying with platform. by Georg Brandl · 14 years ago
  100. 8a1c254 #3214 followup: add link to ABC entry. by Georg Brandl · 14 years ago