1. d341ec8 Further documentation fix for unittest.rst by Michael Foord · 15 years ago
  2. c5ff3f6 Furterh documentation fix for unittest.rst by Michael Foord · 15 years ago
  3. 3165503 Documentation fixes for unittest by Michael Foord · 15 years ago
  4. 9ccc581 Fix markup errors. by Ezio Melotti · 15 years ago
  5. 01fa86a Fix markup, punctuation and whitespaces in _winreg.rst. by Ezio Melotti · 15 years ago
  6. c0deec1 #8212: rephrase the webservers howto and fix some mistakes. by Ezio Melotti · 15 years ago
  7. 5543035 Document signal handling functions in unittest.rst by Michael Foord · 15 years ago
  8. ddb20df Adding documentation for new unittest.main() parameters by Michael Foord · 15 years ago
  9. 6f65d2d Fix markup in decimal.rst. by Ezio Melotti · 15 years ago
  10. 09e2980 unittest documentation formatting changes by Michael Foord · 15 years ago
  11. 06bc0b6 Add tests for functools.total_ordering. by Raymond Hettinger · 15 years ago
  12. b1affc5 Add versionchanged entry for Decimal(float) construction. by Mark Dickinson · 15 years ago
  13. bb006cf Add tests for cmp_to_key. by Raymond Hettinger · 15 years ago
  14. a551f31 Add functools.CmpToKey() by Raymond Hettinger · 15 years ago
  15. 0d57caa Documentation nit by Raymond Hettinger · 15 years ago
  16. 4edfe96 Revert 79733 - Counter is new in 2.7, the versionadded is not necessary - and fix a typo. by Ezio Melotti · 15 years ago
  17. 0cee379 Add a versionadded to Counter.subtract() doc. by Ezio Melotti · 15 years ago
  18. 20ae90d Issue 5479: Add functools.total_ordering class decorator. by Raymond Hettinger · 15 years ago
  19. 945d4cc Fix wording / typography, and a slightly misleading statement by Antoine Pitrou · 15 years ago
  20. 5f516ed Add count() method to collections.deque(). by Raymond Hettinger · 15 years ago
  21. ba097ec Documenting new features in unittest by Michael Foord · 15 years ago
  22. 4846a8e Issue #8300: Let struct.pack use __index__ to convert and pack non-integers. by Mark Dickinson · 15 years ago
  23. 34c35b2 Add subtract() method to collections.Counter() objects. by Raymond Hettinger · 15 years ago
  24. f70c581 Issue #8227: Fix C API documentation, argument parsing by Victor Stinner · 15 years ago
  25. e5aa886 Implement #1220212. Add os.kill support for Windows. by Brian Curtin · 15 years ago
  26. 7c63eee Issue #8294: Allow float and Decimal arguments in Fraction constructor. by Mark Dickinson · 15 years ago
  27. 51f2f16 removed documentation on code that was reverted and pushed into distutils2 by Tarek Ziadé · 15 years ago
  28. e33fa88 Implement #7347. Add CreateKeyEx, DeleteKeyEx, and update _winreg tests. by Brian Curtin · 15 years ago
  29. ed171ab Issue 8257: Decimal constructor to accept float. by Raymond Hettinger · 15 years ago
  30. dc36d7c #6647: add note to two examples by Andrew M. Kuchling · 15 years ago
  31. d886290 #6647: document that catch_warnings is not thread-safe by Andrew M. Kuchling · 15 years ago
  32. ea2d389 #8012: clarification in generator glossary entry. by Georg Brandl · 15 years ago
  33. 677fdec Document PyImport_ExecCodeModuleEx(). by Georg Brandl · 15 years ago
  34. d3bab6a Remove col-spanning cells in logging docs. by Georg Brandl · 15 years ago
  35. 99d8096 Issue #2531: Make float-to-decimal comparisons return correct results. by Mark Dickinson · 15 years ago
  36. 6eba779 Fix typo in unicode character name. by Georg Brandl · 15 years ago
  37. 49b9192 #2768: add a note on how to get a file descriptor. by Georg Brandl · 15 years ago
  38. f28dd0d Cleanup itertools recipes by Raymond Hettinger · 15 years ago
  39. 4bfd3bd Add and update itertools recipes. by Raymond Hettinger · 15 years ago
  40. f54c268 Document link to Sorting HowTo by Raymond Hettinger · 15 years ago
  41. 6c9fc4c A couple small grammar fixes in test.rst, and rewrite the by R. David Murray · 15 years ago
  42. ad59833 Fix typo by Florent Xicluna · 15 years ago
  43. eb72991 Revert r79179 and merge r75584 to explain how to implement a queue using collection.deque instead of a list. by Ezio Melotti · 15 years ago
  44. 7e21325 add inspect.getcallargs, which binds function arguments like a normal call #3135 by Benjamin Peterson · 15 years ago
  45. e6410c5 Backport of weakref.WeakSet and tests from Python 3. by Michael Foord · 15 years ago
  46. b8d688c Update itertools recipe for consume(). by Raymond Hettinger · 15 years ago
  47. d282b93 Add a note on optimizing the itertools recipes for production. by Raymond Hettinger · 15 years ago
  48. 5b027f8 Update itertools recipes. by Raymond Hettinger · 15 years ago
  49. fbe5199 Fix #6538. Markup RegexObject and MatchObject as classes. Patch by Ryan Arana. by Brian Curtin · 15 years ago
  50. 4a0661b Add various items by Andrew M. Kuchling · 15 years ago
  51. 402b73f Backported PyCapsule from 3.1, and converted most uses of CObject to PyCapsule. by Larry Hastings · 15 years ago
  52. f91a679 Various edits by Andrew M. Kuchling · 15 years ago
  53. 66d19e2 logging: Updated SysLogHandler documentation. by Vinay Sajip · 15 years ago
  54. a3c39c0 logging: Documentation tweak. by Vinay Sajip · 15 years ago
  55. b0623d6 logging: Added LOG_FTP for SysLogHandler and updated documentation. by Vinay Sajip · 15 years ago
  56. f8d1d0f Another typo. by Ezio Melotti · 15 years ago
  57. d72a628 #8217: typo. by Ezio Melotti · 15 years ago
  58. 9858f63 add some unittest items by Andrew M. Kuchling · 15 years ago
  59. 67b4e18 Fixed Issue8209 - OptionParser keyword arg 'epilog' not mentioned in the docs by Senthil Kumaran · 15 years ago
  60. 0d0b80b Link specifically to the UCD version 5.2.0. by Ezio Melotti · 15 years ago
  61. 88b6f8b Remove link to objects.rst (gone in r79179). by Ezio Melotti · 15 years ago
  62. ae735a7 Update the version number of the Unicode Database in a few more places. by Ezio Melotti · 15 years ago
  63. 804899b logging: Added getChild utility method to Logger and added isEnabledFor method to LoggerAdapter. by Vinay Sajip · 15 years ago
  64. 46c2db5 Add items by Andrew M. Kuchling · 15 years ago
  65. aa89f8d Remove leftover word. by Georg Brandl · 15 years ago
  66. 236da4b Include structmember.h correctly. by Georg Brandl · 15 years ago
  67. ce00cf2 Update text for newest US DST regulation. The sample file already has the calculation right. by Georg Brandl · 15 years ago
  68. f23f0a2 Update os.kill() emulation example for Windows to use ctypes. by Georg Brandl · 15 years ago
  69. a39f2af Mention inefficiency of lists as queues, add link to collections.deque discussion. by Georg Brandl · 15 years ago
  70. 0b56ce0 Clarify that for shell=True, the shell PID will be the child PID. by Georg Brandl · 15 years ago
  71. 0fcd882 Introduce copy by slicing, used in later chapters. by Georg Brandl · 15 years ago
  72. d1068be Document that GzipFile supports iteration. by Georg Brandl · 15 years ago
  73. 3814ddf Add a paragraph about set displays. by Georg Brandl · 15 years ago
  74. dad0203 Remove the "built-in objects" file. It only contained two paragraphs of which only one contained useful information, which belongs in the ref manual however. by Georg Brandl · 15 years ago
  75. 118c557 Fix some issues found by Jacques Ducasse on the docs list. by Georg Brandl · 15 years ago
  76. 2405547 wrap by Benjamin Peterson · 15 years ago
  77. d47667c document exitfunc fixer by Benjamin Peterson · 15 years ago
  78. 98e7b76 Issue 7832: renaming unittest.TestCase.assertSameElements to assertItemsEqual and changing behaviour by Michael Foord · 15 years ago
  79. b2efeff Fixing the file call in the rfc822.Message replacement example. by Sean Reifscheider · 15 years ago
  80. 95ce1fc Adding an example of reproducing the rfc822.Message() parsing. by Sean Reifscheider · 15 years ago
  81. 001a395 Add support for weak references to code objects. This will be used by an optimization in the incoming Python 3 JIT. by Collin Winter · 15 years ago
  82. 7358854 #8155: Preserve backward compatibility for test_support.check_warnings(). Add regression tests. by Florent Xicluna · 15 years ago
  83. 2060e42 Issue #8162: logging: Clarified docstring and documentation for disable function. by Vinay Sajip · 15 years ago
  84. 65db587 #8137: add iso-8859-16 to the standard encodings table. by Georg Brandl · 15 years ago
  85. 88db6f4 Minor documentation updates for xml.etree. by Florent Xicluna · 15 years ago
  86. a231e45 Add the keyword argument "method=None" to the .write() method and the tostring/tostringlist functions. by Florent Xicluna · 15 years ago
  87. 583302c Update some parts of the xml.etree documentation. by Florent Xicluna · 15 years ago
  88. 45534ce Update for new download location. by Georg Brandl · 15 years ago
  89. e82110f Change/fix handling of docs download location: for daily builds, put them right next to the HTML. by Georg Brandl · 15 years ago
  90. fce7b86 Bump externals versions for doc build. by Georg Brandl · 15 years ago
  91. 3446583 Add Makefile targets for automatic doc build. Add script that will be used for daily build. by Georg Brandl · 15 years ago
  92. 93dd9b8 #8011: use exc.tb_lineno instead of traceback.tb_lineno() and pep8ify variable names. by Ezio Melotti · 15 years ago
  93. c4785a7 fix broken links by Ezio Melotti · 15 years ago
  94. f6d36745 Fix warnings from "make check". by Georg Brandl · 15 years ago
  95. 5542727 Get rid of backticks. by Georg Brandl · 15 years ago
  96. ecfa08f Issue #8117: Updated NEWS entry and added to logging documentation. by Vinay Sajip · 15 years ago
  97. 9cf41d0 normalize shebang lines to #!/usr/bin/env python by Benjamin Peterson · 15 years ago
  98. 3e8c189 Issue #6472: The xml.etree package is updated to ElementTree 1.3. The cElementTree module is updated too. by Florent Xicluna · 15 years ago
  99. 9bd3508 Add nicer docstrings to namedtuples(). by Raymond Hettinger · 15 years ago
  100. 08090bf Improve the basic example. by Raymond Hettinger · 15 years ago