1. 86cc502 wording for for issue4903. by Gregory P. Smith · 16 years ago
  2. 5501d65 Update doc wording as suggested in issue4903. by Gregory P. Smith · 16 years ago
  3. a528dc5 markup fix by David Goodger · 16 years ago
  4. 4829136 fix indentation by Benjamin Peterson · 16 years ago
  5. 0ef803f PyErr_BadInternalCall() raises a SystemError, not TypeError #5112 by Benjamin Peterson · 16 years ago
  6. 8c2f85c Text edits and markup fixes by Andrew M. Kuchling · 16 years ago
  7. a17cd4a Add a section by Andrew M. Kuchling · 16 years ago
  8. 6c83218 fix download url by Benjamin Peterson · 16 years ago
  9. 8aa2c6c Minor spelling mistake in datetime docs. by Brett Cannon · 16 years ago
  10. 5b0d553 Clarify some __del__ stuff. by Brett Cannon · 16 years ago
  11. 1712baa Correct docs for ABCs (MutableSequence was missing __setiem). Simplify the table by taking out inherited requirements for abstract methods. by Raymond Hettinger · 16 years ago
  12. cda93aa Added the ttk module. See issue #2983: Ttk support for Tkinter. by Guilherme Polo · 16 years ago
  13. d081abc Promote combinations_with_replacement() from a recipe to a regular itertool. by Raymond Hettinger · 16 years ago
  14. 22bfa9e Tweak column alignment for collections docs. by Raymond Hettinger · 16 years ago
  15. 0c2430b Copy over docs on advanced role features from Sphinx docs. by Georg Brandl · 16 years ago
  16. 93881c6 Backport importlib in the form of providing importlib.import_module(). This has by Brett Cannon · 16 years ago
  17. 68d919e Improved itertools recipe for generating powerset(). by Raymond Hettinger · 16 years ago
  18. 2bcb8e9 Promote compress() from a recipe to being a regular itertool. by Raymond Hettinger · 16 years ago
  19. 1af3b5a Issue #4863, removing remaining bits by Tarek Ziadé · 16 years ago
  20. b5a4b0a Properly document multiprocessing's logging support, resolve outstanding issues with the custom levels by Jesse Noller · 16 years ago
  21. 466bd9d Add various items by Andrew M. Kuchling · 16 years ago
  22. 403c663 Issue 4593: apply() documentation is unclear by Jesse Noller · 16 years ago
  23. 40e8415 Clarify wording. by Georg Brandl · 16 years ago
  24. 7bdca05 More doc tweaks. by Raymond Hettinger · 16 years ago
  25. 0a1f7b8 Tighten-up the docs for Counter(). by Raymond Hettinger · 16 years ago
  26. 4571f34 Simplify explanation of multiset operations by removing restrictions on negative inputs. by Raymond Hettinger · 16 years ago
  27. 42ffbdb Markup fixes by Andrew M. Kuchling · 16 years ago
  28. 9cb4277 Add some items by Andrew M. Kuchling · 16 years ago
  29. acdc84a Beautify and cleanup the references section. by Raymond Hettinger · 16 years ago
  30. 196a0f7 Fix typos. by Raymond Hettinger · 16 years ago
  31. 230dd27 Don't disrupt automatic url target name generation by Raymond Hettinger · 16 years ago
  32. bad1eb2 Build-outs for Counter() class: by Raymond Hettinger · 16 years ago
  33. c84ebe7 add email address by Benjamin Peterson · 16 years ago
  34. b6c7beb move BufferedIOBase into the base class section by Benjamin Peterson · 16 years ago
  35. 4b78233 Added more cross-reference targets and tidied up list of useful handlers. by Vinay Sajip · 16 years ago
  36. fe11f4d #4986: augassigns are not expressions. by Georg Brandl · 16 years ago
  37. af9a97b #4923: clarify what was added. by Georg Brandl · 16 years ago
  38. 4a565cc #4857: fix augmented assignment target spec. by Georg Brandl · 16 years ago
  39. 9f7fb84 #4979: correct result range for some random functions. by Georg Brandl · 16 years ago
  40. bb550c9 #4914: trunc is in math. by Georg Brandl · 16 years ago
  41. 79f722d #4974: fix redundant mention of lists and tuples. by Georg Brandl · 16 years ago
  42. 6c81b54 #4976: union() and intersection() take multiple args, but talk about "the other". by Georg Brandl · 16 years ago
  43. 6ab2215 Resolve issue 4449: AssertionError in mp_benchmarks.py by Jesse Noller · 16 years ago
  44. b746448 fix grammar by Benjamin Peterson · 16 years ago
  45. f1a4069 bytearrays are mutable sequences by Benjamin Peterson · 16 years ago
  46. 757d255 Change an example in the docs to avoid a mistake when the code is copy by Thomas Heller · 16 years ago
  47. b1a15e4 Minor changes/corrections in markup. by Vinay Sajip · 16 years ago
  48. b5902e6 Made minor changes/corrections in markup. Added a couple of section headings. by Vinay Sajip · 16 years ago
  49. 2950bca Fix-up indentation of sample code blocks for namedtuple mthod definitions. by Raymond Hettinger · 16 years ago
  50. 5989412 Minor doc tweaks. by Raymond Hettinger · 16 years ago
  51. 847c43a Note that first coord. is left alone by Andrew M. Kuchling · 16 years ago
  52. fbcf749 Add table of idioms/patterns for using Counter objects. by Raymond Hettinger · 16 years ago
  53. dd958e0 Fix call signature and markup. by Georg Brandl · 16 years ago
  54. 8278385 Minor documentation tweaks and simpler update() example. by Raymond Hettinger · 16 years ago
  55. 5a0c864 small logic correction by Benjamin Peterson · 16 years ago
  56. aaa6e63 Simplify Counter() API. Replace items keyword argument by Raymond Hettinger · 16 years ago
  57. f94d7fa Issue 1696199: Add collections.Counter(). by Raymond Hettinger · 16 years ago
  58. 99234c5 Minor changes/corrections in markup. by Vinay Sajip · 16 years ago
  59. 51a3703 add email addresses by Benjamin Peterson · 16 years ago
  60. 987735c Update the documentation for binascii and zlib crc32/adler32 functions by Gregory P. Smith · 16 years ago
  61. 26f8d1b correct email address by Gregory P. Smith · 16 years ago
  62. 5ed4f6c macos 9 isn't supported by Benjamin Peterson · 16 years ago
  63. 4db53b2 move seealso to a more appropiate place by Benjamin Peterson · 16 years ago
  64. c2211ad Corrected minor typo and added .currentmodule directives to fix missing cross-references. by Vinay Sajip · 16 years ago
  65. 590c668 fix encoding by Benjamin Peterson · 16 years ago
  66. 35b80e0 tp_iter only exists with Py_TPFLAGS_HAVE_ITER #4901 by Benjamin Peterson · 16 years ago
  67. 7c303e9 Corrected an incorrect self-reference. by Vinay Sajip · 16 years ago
  68. 99505c8 Minor documentation changes cross-referencing NullHandler to the documentation on configuring logging in a library. by Vinay Sajip · 16 years ago
  69. 0e2d8c3 Issue 4293: Make Py_AddPendingCall() thread safe by Kristján Valur Jónsson · 16 years ago
  70. a924289 fix spelling by Benjamin Peterson · 16 years ago
  71. cebb25d fix markup by Benjamin Peterson · 16 years ago
  72. fe8076e specify what -3 warnings are about by Benjamin Peterson · 16 years ago
  73. 1a240fb fixed #4394 make the storage of the password optional in .pypirc by Tarek Ziadé · 16 years ago
  74. 5b913e3 Forward port r68394 for issue 4816. by Raymond Hettinger · 16 years ago
  75. 1a67f58 use new sphinx modules by Benjamin Peterson · 16 years ago
  76. 35b3454 string exceptions are gone by Benjamin Peterson · 16 years ago
  77. e6dc531 Issue #4869: clarify documentation for random.expovariate. by Mark Dickinson · 16 years ago
  78. e87a28c Update make.bat. by Georg Brandl · 16 years ago
  79. d680d96 use Jinja 2.1.1 by Benjamin Peterson · 16 years ago
  80. f0d2c3f Issue #4272: Add an optional argument to the GzipFile constructor to override the timestamp in the gzip stream. by Antoine Pitrou · 16 years ago
  81. dd7e313 Fix two issues found by the suspicious builder. by Georg Brandl · 16 years ago
  82. 700cf28 Add "suspicious" builder which finds leftover markup in the HTML files. by Georg Brandl · 16 years ago
  83. 775aa4a Test commit. by Georg Brandl · 16 years ago
  84. 248fb13 only check the actual compile() call for a SyntaxError by Benjamin Peterson · 16 years ago
  85. 8c8cc6b Manually merge r67868 from 2.6 branch. by Georg Brandl · 16 years ago
  86. fe42789 Manually merge r68095,68186,68187,68188,68190 from 2.6 branch. by Georg Brandl · 16 years ago
  87. c63785d Grammar fix. by Georg Brandl · 16 years ago
  88. 3b62c2f Disable the line length checker by default. by Georg Brandl · 16 years ago
  89. 7044b11 Remove tabs from the documentation. by Georg Brandl · 16 years ago
  90. c62ef8b Remove trailing whitespace. by Georg Brandl · 16 years ago
  91. e92818f Fix uses of the default role. by Georg Brandl · 16 years ago
  92. ae24e7b Recognize usage of the default role. by Georg Brandl · 16 years ago
  93. 9f7a339 Add rstlint, a little tool to find subtle markup problems and inconsistencies in the Doc sources. by Georg Brandl · 16 years ago
  94. a24067e Fix role name. by Georg Brandl · 16 years ago
  95. aa5bb32 Make indentation consistent. by Georg Brandl · 16 years ago
  96. 69bd8d2 Set eol-style correctly for mp_distributing.py. by Georg Brandl · 16 years ago
  97. f4d8597 Issue 4796: Add from_float methods to the decimal module. by Raymond Hettinger · 16 years ago
  98. 0fa10b3 Issue #4817: Remove unused function PyOS_GetLastModificationTime. by Martin v. Löwis · 16 years ago
  99. edd7d95 Fix indentation. by Georg Brandl · 16 years ago
  100. 44e1581 Issue #4615. Document how to use itertools for de-duping. by Raymond Hettinger · 16 years ago