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