1. 097aafd fix consistency by Benjamin Peterson · 15 years ago
  2. 7233acc stop the versionchanged directive from hiding the docs by Benjamin Peterson · 15 years ago
  3. be76d4c a more realistic example by Benjamin Peterson · 15 years ago
  4. a0eea59 Add section numbering to some of the larger subdocuments. by Georg Brandl · 15 years ago
  5. 400fd60 Switch to fixed Sphinx version. by Georg Brandl · 15 years ago
  6. b22b948 Fix a typo and be more specific by Antoine Pitrou · 15 years ago
  7. 0e92858 give os.symlink and os.link() better parameter names #5564 by Benjamin Peterson · 15 years ago
  8. a31aa45 #5324: document __subclasses__(). by Georg Brandl · 15 years ago
  9. c18f6b0 Publicize the GC untracking optimization by Antoine Pitrou · 15 years ago
  10. 47d9738 rename TestCase.skip() to skipTest() because it causes annoying problems with trial #5571 by Benjamin Peterson · 15 years ago
  11. 9a1337b clarify the type of data returned by Skip Montanaro · 15 years ago
  12. 21b617b Add links to related resources. by Raymond Hettinger · 15 years ago
  13. 31b7806 forgot to document that setUp can be skipped (silly me...) by Benjamin Peterson · 15 years ago
  14. 99721e0 refactor unittest docs by Benjamin Peterson · 15 years ago
  15. cb2b0e4 comply with the evilJavaNamingScheme for attribute names by Benjamin Peterson · 15 years ago
  16. 692428e implement test skipping and expected failures by Benjamin Peterson · 15 years ago
  17. f8387af Issue #4688: Add a heuristic so that tuples and dicts containing only by Antoine Pitrou · 15 years ago
  18. 2cef1a5 Add MutableSet example. by Raymond Hettinger · 15 years ago
  19. efc82f7 Issue #4258: Use 30-bit digits for Python longs, on 64-bit platforms. by Mark Dickinson · 15 years ago
  20. 2412299 * Add clearer comment to initialization code. by Raymond Hettinger · 15 years ago
  21. 91852ca Issue 5381: Add object_pairs_hook to the json module. by Raymond Hettinger · 15 years ago
  22. 06919a1 a much better example by Benjamin Peterson · 15 years ago
  23. ed3558b I thought this was begging for an example by Benjamin Peterson · 15 years ago
  24. 8cbe955 Add token markup. by Georg Brandl · 15 years ago
  25. 545a134 Fix markup in re docs and give a mail address in regex howto, so that by Georg Brandl · 16 years ago
  26. 173c1f1 #5469: add with statement to list of name-binding constructs. by Georg Brandl · 16 years ago
  27. 09827eb #5276: document IDLESTARTUP and .Idle.py. by Georg Brandl · 16 years ago
  28. 8db96b5 #5478: fix copy-paste oversight in function signature. by Georg Brandl · 16 years ago
  29. 44e5cd3 #5488: add missing struct member. by Georg Brandl · 16 years ago
  30. 5a95b21 #5491: clarify nested() semantics. by Georg Brandl · 16 years ago
  31. 3259ef3 #5493: clarify __nonzero__ docs. by Georg Brandl · 16 years ago
  32. e83a4ad #5486: typos. by Georg Brandl · 16 years ago
  33. efa7c13 Issue 5477: Fix buglet in the itertools documentation. by Raymond Hettinger · 16 years ago
  34. 351de80 Add reference to solution for a commonly asked question. by Raymond Hettinger · 16 years ago
  35. 6c4cff0 Require implementations for warnings.showwarning() support the 'line' argument. by Brett Cannon · 16 years ago
  36. 8f19598 Fix typo. by Raymond Hettinger · 16 years ago
  37. 56411aa For collections.deque() objects, expose the maxlen parameter as a read-only attribute. by Raymond Hettinger · 16 years ago
  38. ced6b1d Update the decimal FAQ for the from_float() classmethod and improve the recipe for remove_exponent() to make it cut and pasteable. by Raymond Hettinger · 16 years ago
  39. eecd1dc6 Clarify the meaning of normal and subnormal. by Raymond Hettinger · 16 years ago
  40. f345a21 Update url for the spec. by Raymond Hettinger · 16 years ago
  41. f4ea929 Fix markup. by Raymond Hettinger · 16 years ago
  42. 6d83429 gzip and bz2 are context managers by Benjamin Peterson · 16 years ago
  43. 38f1bf6 Add missing space. by Georg Brandl · 16 years ago
  44. 2cd82a8 #5458: add a note when we started to raise RuntimeErrors. by Georg Brandl · 16 years ago
  45. 9324ed8 Add cross-reference to the collections docs. by Raymond Hettinger · 16 years ago
  46. 3496a89 Add consume() recipe to itertools docs. by Raymond Hettinger · 16 years ago
  47. fed84c7 Issue 5443: Fix typo. by Raymond Hettinger · 16 years ago
  48. ce15a65 Minor bsddb documentation glitch by Jesus Cea · 16 years ago
  49. c51ec0a add example by Benjamin Peterson · 16 years ago
  50. eeafb96 Fixed a typo. by Facundo Batista · 16 years ago
  51. d5ad6da Remove obsolete stuff from string module docs. by Georg Brandl · 16 years ago
  52. 288618e making the writing more formal by Benjamin Peterson · 16 years ago
  53. a07038d Fix markup. by Raymond Hettinger · 16 years ago
  54. e89b8e9 Backport 70111: Let configparser use ordered dicts by default. by Raymond Hettinger · 16 years ago
  55. 88a9164 Backport 70106: Add OrderedDict support to collections.namedtuple(). by Raymond Hettinger · 16 years ago
  56. bc512d3 Backport PEP 372: OrderedDict() by Raymond Hettinger · 16 years ago
  57. ae91d09 Adds an optional flags argument to re.split, re.sub and re.subn to be by Gregory P. Smith · 16 years ago
  58. 0261e5d The note about caching of regular expression objects was incorrect ReST and by Gregory P. Smith · 16 years ago
  59. 3bac8b2 Fix docs for ConfigParser. by Raymond Hettinger · 16 years ago
  60. 68d6852 Backport r69961 to trunk, replacing JUMP_IF_{TRUE,FALSE} with by Jeffrey Yasskin · 16 years ago
  61. 02172dd Binary flag is needed on windows. by Hirokazu Yamamoto · 16 years ago
  62. 5c189b1 #5365: add quick look conversion table for different time representations. by Georg Brandl · 16 years ago
  63. fbb995f #5344: fix punctuation. by Georg Brandl · 16 years ago
  64. ee6361f #5363: fix cmpfiles() docs. Another instance where a prose description is twice as long as the code. by Georg Brandl · 16 years ago
  65. da2790c #5361: fix typo. by Georg Brandl · 16 years ago
  66. 75a4fab more info on long_description by Tarek Ziadé · 16 years ago
  67. cdb4e62 The curses panel library is now supported by Andrew M. Kuchling · 16 years ago
  68. 13813f7 Document that setting sys.py3kwarning wont do anything. by Georg Brandl · 16 years ago
  69. a168698 fix str.format()'s first arg #5371 by Benjamin Peterson · 16 years ago
  70. ed955f1 Fix typo. by Raymond Hettinger · 16 years ago
  71. a665853 Clarify Counter() docs. by Raymond Hettinger · 16 years ago
  72. afe496d Remove reference to zero argument form of super() in 2.x docs. by Raymond Hettinger · 16 years ago
  73. b762d58 More markup and spelling fixes. by Raymond Hettinger · 16 years ago
  74. eb7cbb9 Restore Py2.x version of sample call to super(). by Raymond Hettinger · 16 years ago
  75. 9766033 Sync-up py3.1 doc updates for super(). by Raymond Hettinger · 16 years ago
  76. d47442e Update itertools recipes to use next(). by Raymond Hettinger · 16 years ago
  77. 52bc7b8 Fix grammar. by Georg Brandl · 16 years ago
  78. de19691 #5352: str.count() counts non-overlapping instances. by Georg Brandl · 16 years ago
  79. 89d4f0d #5349: C++ pure virtuals can also have an implementation. by Georg Brandl · 16 years ago
  80. 528f881 #5348: format() converts all kinds of values. by Georg Brandl · 16 years ago
  81. 2595edc using versionchanged instead of versionadded for distutils doc on sdist default files by Tarek Ziadé · 16 years ago
  82. 3e4caeb Issue #5341: Fix a variety of spelling errors. by Mark Dickinson · 16 years ago
  83. a12a86e #5338, #5339: two types in the API manual. by Georg Brandl · 16 years ago
  84. 8b8c2df Fix punctuation. by Georg Brandl · 16 years ago
  85. 6b5dbaa At least separate imports from other statements. by Georg Brandl · 16 years ago
  86. 4a69872 #5327: fix a broken link by joining it. by Georg Brandl · 16 years ago
  87. a7b55a3 revert r69777 since all the experts agree that extra import lines distract from the code by Benjamin Peterson · 16 years ago
  88. 5149742 Since we recommend one module per import line, reflect this also in the by Jeroen Ruigrok van der Werven · 16 years ago
  89. a630735 #5317: update IronPython URL. by Georg Brandl · 16 years ago
  90. e7cb1ce #5310, #3558: fix operator precedence table. by Georg Brandl · 16 years ago
  91. 749e6d0 Add links to helpful external resources. by Raymond Hettinger · 16 years ago
  92. 7d85495 Add an example for math.fsum() and elaborate on the accurary note. by Raymond Hettinger · 16 years ago
  93. f9bce83 Add some cross-references to the docs. Simplify the python code equivalent for izip(). Supply an optional argument for the nth() recipe. by Raymond Hettinger · 16 years ago
  94. c8223b0 Generalize the itertools.tee() recipe. by Raymond Hettinger · 16 years ago
  95. 8367bec Clarify socket timeout behavior vs system network stack behavior on connect by Gregory P. Smith · 16 years ago
  96. 580d7c1 #5268: mention VMSError. by Georg Brandl · 16 years ago
  97. 0ac63f1 #5296: sequence -> iterable. by Georg Brandl · 16 years ago
  98. 52f6b6d #5297: fix example. by Georg Brandl · 16 years ago
  99. 1d0b5cc Clarify the deprecation of platform.dist(). by Marc-André Lemburg · 16 years ago
  100. 0aee942 Fixup intro paragraphs for the itertools docs. Add some tables for quick reference. by Raymond Hettinger · 16 years ago