1. e4c74e1 Issue #8004: add a serve target to the Doc Makefile. by Dirkjan Ochtman · 15 years ago
  2. 2d78070 Issue #7733: add explicit reference in asyncore docs. by Dirkjan Ochtman · 15 years ago
  3. 6ae19ad #8000: fix deprecated directive. What a shame to lose that glorious issue number to such a minor bug :) by Georg Brandl · 15 years ago
  4. 8614817 Fix #1537721: add writeheader() method to csv.DictWriter. by Dirkjan Ochtman · 15 years ago
  5. 1605b33 fixup markup error by Jack Diederich · 15 years ago
  6. 1e069ee added a note on shutil new APIs by Tarek Ziadé · 15 years ago
  7. 48cc8dc added make_archive (and secondary APIs) to shutil by Tarek Ziadé · 15 years ago
  8. f2055ae Remove Tools/modulator, a reference to it in the docs, and a screenshot of it. by Andrew M. Kuchling · 15 years ago
  9. 8f48f4c fixes issue #7530, serve_forever() by Jack Diederich · 15 years ago
  10. f5be4e6 Clarify description of three-argument pow for Decimal types: the exponent of the result is always 0. by Mark Dickinson · 15 years ago
  11. dfd0148 #6414: clarify description of processor endianness. by Andrew M. Kuchling · 15 years ago
  12. 6b2bd05 #7794: describe 2.6 support for executing directories and zip archives by Andrew M. Kuchling · 15 years ago
  13. 25d6ddd #7076: mention SystemRandom class near start of the module docs; reword change description for clarity. Noted by Shawn Ligocki. by Andrew M. Kuchling · 15 years ago
  14. c7337b8 Re-word by Andrew M. Kuchling · 15 years ago
  15. 82b34c5 Issue #5211: Fix complex type to avoid implicit calls to by Mark Dickinson · 15 years ago
  16. 61afd26 logging: Documented warnings module integration. by Vinay Sajip · 15 years ago
  17. 74cbd66 #7967: PyXML is no more. by Georg Brandl · 15 years ago
  18. cc43b56 - apply patch from issue 7005 - add corresponding documentation by Fred Drake · 15 years ago
  19. 6d8effb Issue #7633: Context method in the decimal module (with the exception by Mark Dickinson · 15 years ago
  20. e41e4db Add various items by Andrew M. Kuchling · 15 years ago
  21. 6dfe662 Make the references to Popen in the description of Call by R. David Murray · 15 years ago
  22. cef3409 Remove incorrect apostrophe. by Eric Smith · 15 years ago
  23. f0f6bd6 #7926: fix-up wording. by Georg Brandl · 15 years ago
  24. 4a670c5 #7926: fix stray parens. by Georg Brandl · 15 years ago
  25. a68f7b8 #7921: fix links. Patch by Brian Curtin. by Ezio Melotti · 15 years ago
  26. 6164d7a #7907: fix wrong function name in doc. Patch by Brian Curtin. by Ezio Melotti · 15 years ago
  27. 7c29f07 Issue 5754: tweak shelve doc wording to make it clearer that even when by R. David Murray · 15 years ago
  28. db43b5a Issue 7893 and Issue 7588 by Michael Foord · 15 years ago
  29. 7b5aa46 Doc fix for unittest. by Michael Foord · 15 years ago
  30. fe6349c Make assertMultiLineEqual the default for comparing unicode strings. by Michael Foord · 15 years ago
  31. 1247775 Fix typo by Ezio Melotti · 15 years ago
  32. dde96e6 Clarify and correct description for ccbench and iobench. by Antoine Pitrou · 15 years ago
  33. 0e7123f Add two items; move a subsection by Andrew M. Kuchling · 15 years ago
  34. 9e483ef Move distutils into its own subsection; add various items by Andrew M. Kuchling · 15 years ago
  35. dd25e86 Issue 6003: ZipFile.writestr "compression_type" argument by Ronald Oussoren · 15 years ago
  36. dc3694b Rename "exc_value" attribute on assertRaises context manager to "exception". by Georg Brandl · 15 years ago
  37. ab3f5cb A number of APIs in macostools cannot work in 64-bit mode because they by Ronald Oussoren · 15 years ago
  38. 6f82cd3 #5341: fix "builtin" where used as an adjective ("built-in" is correct). by Georg Brandl · 15 years ago
  39. b79dc30 Review sysconfig docs. by Georg Brandl · 15 years ago
  40. 1c7c730 #7864: make deprecation notices a bit clearer. by Georg Brandl · 15 years ago
  41. ba7732e Minor doc change. by Michael Foord · 15 years ago
  42. fb0844b Adding versionadded to test skipping section of unittest documentation. by Michael Foord · 15 years ago
  43. 1f3fa8a Example of using assertRaises as a context manager in the unittest documentation. by Michael Foord · 15 years ago
  44. 1c43001 Closes issue 7030. by Michael Foord · 15 years ago
  45. b1e66ee Resolve bug 7847 by including documentation for -J, -U, and -X under "Options by Barry Warsaw · 15 years ago
  46. 0e6e97d Issue #7851: logging: clarification on logging configuration files. by Vinay Sajip · 15 years ago
  47. 85ee3e1 Use correct assert* methods in the examples. by Ezio Melotti · 15 years ago
  48. 7dfc9e1 Issue 6760: Clarify args handling for subprocess.Popen. Patch by Chris Rebert by Nick Coghlan · 15 years ago
  49. b3c5488 Corrected list of attributes exposed by sys.getwindowsversion. by Eric Smith · 15 years ago
  50. f8f4207 Explicitly mention the default value for formatdate's usegmt parameter. by R. David Murray · 15 years ago
  51. 17ae2ba Add various items by Andrew M. Kuchling · 15 years ago
  52. 2b21069 added a note in the whatsnew file for sysconfig by Tarek Ziadé · 15 years ago
  53. 1b93fc1 first version of the sysconfig module documentation by Tarek Ziadé · 15 years ago
  54. 039c899 Add various items by Andrew M. Kuchling · 15 years ago
  55. e70c72c Minor modification to unittest documentation. by Michael Foord · 15 years ago
  56. 979d79c Fix-up ftplib documentation: by Georg Brandl · 15 years ago
  57. 3fd2db9 move distutils.rst to different toc by Benjamin Peterson · 15 years ago
  58. 53ffca5 #7802: fix invalid example (heh). by Georg Brandl · 15 years ago
  59. 91d26b4 Use the correct markup for args by Ezio Melotti · 15 years ago
  60. 99af648 Relocate a couple of stars and remove redundant backticks by Ezio Melotti · 15 years ago
  61. a36507c Issue #7767: Add new C-API function PyLong_AsLongLongAndOverflow, a by Mark Dickinson · 15 years ago
  62. 75d3fb1 #7801: fix xmlrpclib binary example, open the picture in binary mode by Victor Stinner · 15 years ago
  63. 7b4e02c #7765: typos by Ezio Melotti · 15 years ago
  64. 654ade3 Issue #6963: Added maxtasksperchild argument to multiprocessing.Pool by Jesse Noller · 15 years ago
  65. 096d0bf Fix type on getwindowsversion documentation. Thanks Taggnostr. by Eric Smith · 15 years ago
  66. ee931b7 Issue #7766: Change sys.getwindowsversion() return value to a named tuple and add the additional members returned in an OSVERSIONINFOEX structure. The new members are service_pack_major, service_pack_minor, suite_mask, and product_type. by Eric Smith · 15 years ago
  67. 47b6659 Added a note about Event.is_set() syntax being new to 2.6 by Facundo Batista · 15 years ago
  68. c3b0cd7 #7725: fix referencing issue. by Georg Brandl · 15 years ago
  69. 6878ee8 #7762: fix refcount annotation of PyUnicode_Tailmatch(). by Georg Brandl · 15 years ago
  70. 77a64e7 #7746: rephrase a sentence by Ezio Melotti · 15 years ago
  71. 9179dab data descriptors do not override the class dictionary if __get__ is not defined by Benjamin Peterson · 15 years ago
  72. 42eaded Fix internal reference. by Georg Brandl · 15 years ago
  73. 6cbb7f9 #7699: improve datetime docs: straightforward linking to strftime/strptime section, mark classmethods as such. by Georg Brandl · 15 years ago
  74. 5afe42b remove wrong markup by Ezio Melotti · 15 years ago
  75. 5a9112c Issue #2846: Add support for gzip.GzipFile reading zero-padded files. by Antoine Pitrou · 15 years ago
  76. d0ff51c #7685: typo by Ezio Melotti · 15 years ago
  77. b227f47 Added documentation for dictionary views fixer. by Alexandre Vassalotti · 15 years ago
  78. 69eb516 Issue #1967: Backport dictionary views. by Alexandre Vassalotti · 15 years ago
  79. b646547 Issue #2333: Backport set and dict comprehensions syntax. by Alexandre Vassalotti · 15 years ago
  80. 0e207df Issue #7119: document that a program-generated Message object by R. David Murray · 15 years ago
  81. 6fdd3dc DeprecationWarning is now silent by default. by Brett Cannon · 15 years ago
  82. ee936a2 Issue #2335: Backport set literals syntax from Python 3.x. by Alexandre Vassalotti · 15 years ago
  83. 8360b21 #7422: make it clear that getargspec() only works on Python functions. by Georg Brandl · 15 years ago
  84. 96aa3ca #7653: clarify how the PythonPath registry key should look like. by Georg Brandl · 15 years ago
  85. 54fd8ae Fix description for Py_GetPath(); it sounded like it always returned sys.path. by Georg Brandl · 15 years ago
  86. bdd863d Eric Smith was missing fro m the issue 7117 whatsnew attribution. by Mark Dickinson · 15 years ago
  87. 705a358 #5950: document that zip files with comments are unsupported in zipimport. by Georg Brandl · 15 years ago
  88. b9c3ed4 #3340: document print/get_usage and print/get_version by Ezio Melotti · 15 years ago
  89. 8198256 fixed markup errors by Ezio Melotti · 15 years ago
  90. 722a8a9 :stmt: -> :keyword: by Ezio Melotti · 15 years ago
  91. 5129ed3 #7618: fix highlight of code blocks by Ezio Melotti · 15 years ago
  92. 9d32521 issue3972: HTTPConnection and HTTPSConnection now support a by Gregory P. Smith · 15 years ago
  93. 79a3eb1 Adds an optional source_address parameter to socket.create_connection(). by Gregory P. Smith · 15 years ago
  94. 7f8ebdb Add a few items by Andrew M. Kuchling · 15 years ago
  95. b56fb12 Correct documentation for s* z* and w*, the argument that should be passed by Gregory P. Smith · 15 years ago
  96. 5a485c1 Clarify that the rect, phase and polar functions work with radians. by Mark Dickinson · 15 years ago
  97. 9db7746 more copyright year updates by Ezio Melotti · 15 years ago
  98. f31d1a0 Add some missing command-line options to the main list. All but -V were already by Brett Cannon · 15 years ago
  99. ae9a0a0 add another advancement by Benjamin Peterson · 15 years ago
  100. a7f5947 Add various items by Andrew M. Kuchling · 15 years ago