1. 54ebb78 Typo fix. by Georg Brandl · 14 years ago
  2. 8e27fce Wording fix. by Georg Brandl · 14 years ago
  3. d7fc374 Oops, fix typo by Éric Araujo · 14 years ago
  4. 7142887 Fix reference (follow-up to #9061) by Éric Araujo · 14 years ago
  5. a85e217 Manually merge r83995: Fix version{added,changed} and spacing in NEWS by Éric Araujo · 14 years ago
  6. da668ff Use a marker in generated MANIFEST files, don't touch files without it. Fixes #8688. by Éric Araujo · 14 years ago
  7. 47fcb5b Issue #9542: Create PyUnicode_FSDecoder() function by Victor Stinner · 14 years ago
  8. 6fdb74f Re-apply r83871. by Antoine Pitrou · 14 years ago
  9. 4d22409 Fix copy-paste error. by Georg Brandl · 14 years ago
  10. 4a2b7a1 Issue #9425: Create PyErr_WarnFormat() function by Victor Stinner · 14 years ago
  11. 3603cc5 Issue #9425: PyFile_FromFd() ignores the name argument by Victor Stinner · 14 years ago
  12. 6e451df Followup to r83869 and issue #8524: rename socket.forget() to socket.detach() by Antoine Pitrou · 14 years ago
  13. f0769e8 Fix Issue7007 - Use percent-encoded consistently instead of URL Encoded variations. Docs changed. by Senthil Kumaran · 14 years ago
  14. a492362 issue #9452: by Fred Drake · 14 years ago
  15. f14c263 Also temporarily revert r83871, to fix compilation on buildbots by Antoine Pitrou · 14 years ago
  16. cca6531 use 3 space indents by Benjamin Peterson · 14 years ago
  17. 5b0c1e0 Issue 7846: fnmatch cache can grow without bound by Raymond Hettinger · 14 years ago
  18. e43f9d0 Issue #8524: Add a forget() method to socket objects, so as to put the by Antoine Pitrou · 14 years ago
  19. 696e035 Issue #477863: Print a warning at shutdown if gc.garbage is not empty. by Antoine Pitrou · 14 years ago
  20. c17f172 Issue #8047: Fix the xml.etree serializer to return bytes by default. by Florent Xicluna · 14 years ago
  21. afdeca9 Issue #4570: Clean-up tutorial example by Raymond Hettinger · 14 years ago
  22. d331ce9 Issue #9507: Named tuple repr will now automatically display the right by Raymond Hettinger · 14 years ago
  23. a6b76ba Improve readability of collections docs by adding a summary table by Raymond Hettinger · 14 years ago
  24. 648e725 Fix typo by Raymond Hettinger · 14 years ago
  25. 0e833c3 Document implementation notes for priority queues by Raymond Hettinger · 14 years ago
  26. 769b6d3 Clean-up docstring in examples. by Raymond Hettinger · 14 years ago
  27. 87c9d6c Improve the docs for bisect to cover common searching tasks. by Raymond Hettinger · 14 years ago
  28. 08d01ee Add partition recipe to itertools docs. by Raymond Hettinger · 14 years ago
  29. e9499ae Fix markup by Raymond Hettinger · 14 years ago
  30. 86f9613 Improve the whatsnew article on the lru/lfu cache decorators. by Raymond Hettinger · 14 years ago
  31. ef9efbd Fix #9324: Add parameter validation to signal.signal on Windows in order by Brian Curtin · 14 years ago
  32. c34d76c Issue #3854: Documented using the sqlite3 module with multiple threads. by Gerhard Häring · 14 years ago
  33. f045d77 Issue #9524: Document that two CTRL* signals are meant for use only by Brian Curtin · 14 years ago
  34. ae78018 Issue 5077: Add documentation for operator fixer. by Alexandre Vassalotti · 14 years ago
  35. 388122d Issue #9337: Make float.__str__ identical to float.__repr__. by Mark Dickinson · 14 years ago
  36. 74f5902 Issue #9498: Add reference to sys.float_info from 'numeric types' docs. by Mark Dickinson · 14 years ago
  37. 560f764 Issue #8814: function annotations (the `__annotations__` attribute) by Antoine Pitrou · 14 years ago
  38. 84c7d9f Fix Issue754016 - urlparse goes wrong with IP:port without scheme by Senthil Kumaran · 14 years ago
  39. 88c49fe #9444: use first of prefix_chars for help opt instead of raising error by R. David Murray · 14 years ago
  40. 38557f2 A couple of nits how to ignore errors. by Georg Brandl · 14 years ago
  41. 2f27755 Get rid of UserWarnings when running Sphinx from tools dir. by Georg Brandl · 14 years ago
  42. 7cb1319 Terminology fix: exceptions are raised, except in generator.throw(). by Georg Brandl · 14 years ago
  43. 1800934 #9061: warn that single quotes are never escaped. by Georg Brandl · 14 years ago
  44. 98be996 #9238: zipfile does handle archive comments. by Georg Brandl · 14 years ago
  45. 17dafdc Clarify that abs() is not a namespace. by Georg Brandl · 14 years ago
  46. 62e4231 #7797: be explicit about bytes-oriented interface of base64 functions. by Georg Brandl · 14 years ago
  47. a1631b3 #9019: remove false (in 3k) claim about Headers updates. by Georg Brandl · 14 years ago
  48. b2566cf #9111: document that do_help() looks at docstrings. by Georg Brandl · 14 years ago
  49. 9c491c9 #9037: add example how to raise custom exceptions from C code. by Georg Brandl · 14 years ago
  50. 8477f82 #8648: document UTF-7 codec functions. by Georg Brandl · 14 years ago
  51. 0c7ade2 Remove redundant information. by Georg Brandl · 14 years ago
  52. c589a70 #9438: clarify that constant names also cannot be assigned as attributes. by Georg Brandl · 14 years ago
  53. 9499bb7 Remove XXX comment that was displayed. by Georg Brandl · 14 years ago
  54. 7d180a0 #9451: strengthen warning about __*__ special name usage. by Georg Brandl · 14 years ago
  55. 7528b9b #8172: how does one use a property? by Georg Brandl · 14 years ago
  56. 353ebce #7386: add example that shows that trailing path separators are stripped. by Georg Brandl · 14 years ago
  57. 56be37c #7973: Fix distutils options spelling. by Georg Brandl · 14 years ago
  58. 65e5f80 #6928: fix class docs w.r.t. new metaclasses. by Georg Brandl · 14 years ago
  59. 502c3eb #8578: mention danger of not incref'ing weak referenced object. by Georg Brandl · 14 years ago
  60. 790f831 Rewording the getheader method of HTTPResponse. by Senthil Kumaran · 14 years ago
  61. bfc8fe4 Document how to refer to decorators and decorator methods. by Georg Brandl · 14 years ago
  62. 9f8dc44 Fix Issue8572 - httplib getheader() throws error instead of default by Senthil Kumaran · 14 years ago
  63. aed05eb Demonstrate the caching decorators in whatsnew. by Raymond Hettinger · 14 years ago
  64. c8dc62d Add example applications for the LRU and LFU cache docs. by Raymond Hettinger · 14 years ago
  65. 0bccc18 #8046: add context manager protocol support to mmap objects. Also add closed property. by Georg Brandl · 14 years ago
  66. 0941012 #8735: better explain semantics of *values* argument for parse(). by Georg Brandl · 14 years ago
  67. d67075e Reorder entries by module lexicographic order by Antoine Pitrou · 14 years ago
  68. bb19015 Fix "Berkeley" name. by Georg Brandl · 14 years ago
  69. 6cb7b65 #1286: allow using fileinput.FileInput as context manager. by Georg Brandl · 14 years ago
  70. 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
  71. 721507b #5778: document that sys.version can contain a newline. by Georg Brandl · 14 years ago
  72. 2e7346a Re-commit r83327 now that the release is done. by Georg Brandl · 14 years ago
  73. 4f2a0a8 Add ssl changes to the 3.2 "what's new". by Antoine Pitrou · 14 years ago
  74. f55c315 #9430: document timedelta str() and repr(). by Georg Brandl · 14 years ago
  75. 014e0ca Revert r83327. This will have to wait until after the alpha1 release. by Georg Brandl · 14 years ago
  76. 4821ef8 Document how to change OrderedDict update order from first to last. by Raymond Hettinger · 14 years ago
  77. 9e46ef8 Add functools.lfu_cache() and functools.lru_cache(). by Raymond Hettinger · 14 years ago
  78. d5f2d6e After distutils doc reversal, change back **bold todo** items to XXX comments. by Georg Brandl · 14 years ago
  79. 96c45a9 reverted distutils doc to its 3.1 state by Tarek Ziadé · 14 years ago
  80. fff9021 Update copyright years and add releases to release list. Also update Sphinx version number. by Georg Brandl · 14 years ago
  81. 80ff2ad Update pydoc topics and adapt Topics builder to Sphinx 1.0. by Georg Brandl · 14 years ago
  82. 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
  83. e59ca2a Add "longlist" and "source" commands, ideas borrowed from pdb++ by Antonio Cuni. by Georg Brandl · 14 years ago
  84. 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
  85. c4fbcdc Add note about surprising behaviour from round function. by Mark Dickinson · 14 years ago
  86. 7410dd1 #809887: improve pdb feedback for breakpoint-related actions. Also add a functional test for these commands. by Georg Brandl · 14 years ago
  87. a074523 #3143: enable "collapsible sidebar" feature of new Sphinx version. by Georg Brandl · 14 years ago
  88. 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
  89. 26a0f87 Document the "jump" command in pdb.__doc__, and add a version tag for "until X". by Georg Brandl · 14 years ago
  90. 2dfec55 Allow giving an explicit line number to "until". by Georg Brandl · 14 years ago
  91. 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
  92. b3b96bd Clarification. by Georg Brandl · 14 years ago
  93. 056cb93 #6630: allow customizing flags for compiling string.Template.idpattern. by Georg Brandl · 14 years ago
  94. 8a1caa2 #6522: add a "decorator" directive to explicitly document decorators, and use it in a few places. by Georg Brandl · 14 years ago
  95. b0a4e3c #9388: remove ERA_YEAR which is never defined in the source code. by Georg Brandl · 14 years ago
  96. ac958ce #9397: remove mention of dbm.bsd which does not exist anymore. by Georg Brandl · 14 years ago
  97. 933b974 Use correct directive and name. by Georg Brandl · 14 years ago
  98. 436ccdc #9407: document configparser.Error. by Georg Brandl · 14 years ago
  99. 470a123 #1090076: explain the behavior of *vars* in get() better. by Georg Brandl · 14 years ago
  100. 6a74d34 Fix typo. by Mark Dickinson · 14 years ago