1. ba7732e Minor doc change. by Michael Foord · 16 years ago
  2. fb0844b Adding versionadded to test skipping section of unittest documentation. by Michael Foord · 16 years ago
  3. 1f3fa8a Example of using assertRaises as a context manager in the unittest documentation. by Michael Foord · 16 years ago
  4. 1c43001 Closes issue 7030. by Michael Foord · 16 years ago
  5. b1e66ee Resolve bug 7847 by including documentation for -J, -U, and -X under "Options by Barry Warsaw · 16 years ago
  6. 0e6e97d Issue #7851: logging: clarification on logging configuration files. by Vinay Sajip · 16 years ago
  7. 85ee3e1 Use correct assert* methods in the examples. by Ezio Melotti · 16 years ago
  8. 7dfc9e1 Issue 6760: Clarify args handling for subprocess.Popen. Patch by Chris Rebert by Nick Coghlan · 16 years ago
  9. b3c5488 Corrected list of attributes exposed by sys.getwindowsversion. by Eric Smith · 16 years ago
  10. f8f4207 Explicitly mention the default value for formatdate's usegmt parameter. by R. David Murray · 16 years ago
  11. 17ae2ba Add various items by Andrew M. Kuchling · 16 years ago
  12. 2b21069 added a note in the whatsnew file for sysconfig by Tarek Ziadé · 16 years ago
  13. 1b93fc1 first version of the sysconfig module documentation by Tarek Ziadé · 16 years ago
  14. 039c899 Add various items by Andrew M. Kuchling · 16 years ago
  15. e70c72c Minor modification to unittest documentation. by Michael Foord · 16 years ago
  16. 979d79c Fix-up ftplib documentation: by Georg Brandl · 16 years ago
  17. 3fd2db9 move distutils.rst to different toc by Benjamin Peterson · 16 years ago
  18. 53ffca5 #7802: fix invalid example (heh). by Georg Brandl · 16 years ago
  19. 91d26b4 Use the correct markup for args by Ezio Melotti · 16 years ago
  20. 99af648 Relocate a couple of stars and remove redundant backticks by Ezio Melotti · 16 years ago
  21. a36507c Issue #7767: Add new C-API function PyLong_AsLongLongAndOverflow, a by Mark Dickinson · 16 years ago
  22. 75d3fb1 #7801: fix xmlrpclib binary example, open the picture in binary mode by Victor Stinner · 16 years ago
  23. 7b4e02c #7765: typos by Ezio Melotti · 16 years ago
  24. 654ade3 Issue #6963: Added maxtasksperchild argument to multiprocessing.Pool by Jesse Noller · 16 years ago
  25. 096d0bf Fix type on getwindowsversion documentation. Thanks Taggnostr. by Eric Smith · 16 years ago
  26. 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 · 16 years ago
  27. 47b6659 Added a note about Event.is_set() syntax being new to 2.6 by Facundo Batista · 16 years ago
  28. c3b0cd7 #7725: fix referencing issue. by Georg Brandl · 16 years ago
  29. 6878ee8 #7762: fix refcount annotation of PyUnicode_Tailmatch(). by Georg Brandl · 16 years ago
  30. 77a64e7 #7746: rephrase a sentence by Ezio Melotti · 16 years ago
  31. 9179dab data descriptors do not override the class dictionary if __get__ is not defined by Benjamin Peterson · 16 years ago
  32. 42eaded Fix internal reference. by Georg Brandl · 16 years ago
  33. 6cbb7f9 #7699: improve datetime docs: straightforward linking to strftime/strptime section, mark classmethods as such. by Georg Brandl · 16 years ago
  34. 5afe42b remove wrong markup by Ezio Melotti · 16 years ago
  35. 5a9112c Issue #2846: Add support for gzip.GzipFile reading zero-padded files. by Antoine Pitrou · 16 years ago
  36. d0ff51c #7685: typo by Ezio Melotti · 16 years ago
  37. b227f47 Added documentation for dictionary views fixer. by Alexandre Vassalotti · 16 years ago
  38. 69eb516 Issue #1967: Backport dictionary views. by Alexandre Vassalotti · 16 years ago
  39. b646547 Issue #2333: Backport set and dict comprehensions syntax. by Alexandre Vassalotti · 16 years ago
  40. 0e207df Issue #7119: document that a program-generated Message object by R. David Murray · 16 years ago
  41. 6fdd3dc DeprecationWarning is now silent by default. by Brett Cannon · 16 years ago
  42. ee936a2 Issue #2335: Backport set literals syntax from Python 3.x. by Alexandre Vassalotti · 16 years ago
  43. 8360b21 #7422: make it clear that getargspec() only works on Python functions. by Georg Brandl · 16 years ago
  44. 96aa3ca #7653: clarify how the PythonPath registry key should look like. by Georg Brandl · 16 years ago
  45. 54fd8ae Fix description for Py_GetPath(); it sounded like it always returned sys.path. by Georg Brandl · 16 years ago
  46. bdd863d Eric Smith was missing fro m the issue 7117 whatsnew attribution. by Mark Dickinson · 16 years ago
  47. 705a358 #5950: document that zip files with comments are unsupported in zipimport. by Georg Brandl · 16 years ago
  48. b9c3ed4 #3340: document print/get_usage and print/get_version by Ezio Melotti · 16 years ago
  49. 8198256 fixed markup errors by Ezio Melotti · 16 years ago
  50. 722a8a9 :stmt: -> :keyword: by Ezio Melotti · 16 years ago
  51. 5129ed3 #7618: fix highlight of code blocks by Ezio Melotti · 16 years ago
  52. 9d32521 issue3972: HTTPConnection and HTTPSConnection now support a by Gregory P. Smith · 16 years ago
  53. 79a3eb1 Adds an optional source_address parameter to socket.create_connection(). by Gregory P. Smith · 16 years ago
  54. 7f8ebdb Add a few items by Andrew M. Kuchling · 16 years ago
  55. b56fb12 Correct documentation for s* z* and w*, the argument that should be passed by Gregory P. Smith · 16 years ago
  56. 5a485c1 Clarify that the rect, phase and polar functions work with radians. by Mark Dickinson · 16 years ago
  57. 9db7746 more copyright year updates by Ezio Melotti · 16 years ago
  58. f31d1a0 Add some missing command-line options to the main list. All but -V were already by Brett Cannon · 16 years ago
  59. ae9a0a0 add another advancement by Benjamin Peterson · 16 years ago
  60. a7f5947 Add various items by Andrew M. Kuchling · 16 years ago
  61. 91e0db8 Add some items by Andrew M. Kuchling · 16 years ago
  62. 0f02d39 check if the attribute is set before deleting it with T_OBJECT_EX (fixes #7604) by Benjamin Peterson · 16 years ago
  63. b7953f0 We only support Windows NT derivatives now. by Georg Brandl · 16 years ago
  64. e5ee7e3 #7602: improve "clean" and "checkout" targets now that all tools are in externals. by Georg Brandl · 16 years ago
  65. 5a5fee8 #7487: update Pygments version. by Georg Brandl · 16 years ago
  66. 95049f2 Use new Pygments version. by Georg Brandl · 16 years ago
  67. 569e61f #5511: Added the ability to use ZipFile as a context manager. Patch by Brian Curtin. by Ezio Melotti · 16 years ago
  68. 3c8a24e Add various items by Andrew M. Kuchling · 16 years ago
  69. fa1ffb6 #7595: fix typo in argument default constant. by Georg Brandl · 16 years ago
  70. b4a4f51 Various additions by Andrew M. Kuchling · 16 years ago
  71. c2aad8a Fix wrong markup. by Georg Brandl · 16 years ago
  72. a25658b Improve markup of ctypes docs. by Georg Brandl · 16 years ago
  73. d2ff486 #7569: clarification about c_char_p. by Georg Brandl · 16 years ago
  74. 0d19eaf document new fix_callable behavior by Benjamin Peterson · 16 years ago
  75. 66d8d69 #7404: remove reference to non-existing example files. by Georg Brandl · 16 years ago
  76. 740cdc3 #7033: add new API function PyErr_NewExceptionWithDoc, for easily giving new exceptions a docstring. by Georg Brandl · 16 years ago
  77. fe8df4f #7586: fix typo. by Georg Brandl · 16 years ago
  78. 1686f34 #7577: fix signature of PyBuffer_FillInfo(). by Georg Brandl · 16 years ago
  79. 1ac1c39 Updated sys.flags table in Doc by Ezio Melotti · 16 years ago
  80. 9c236bf Added markup and default arg, fixed example by Ezio Melotti · 16 years ago
  81. f9a21f4 Fix for Issue7570: Error in urllib2 example. by Senthil Kumaran · 16 years ago
  82. ca2dc47 Make a word plural. by Brett Cannon · 16 years ago
  83. e31d300 Issue #7528: Backport PyLong_AsLongAndOverflow from py3k to trunk. by Mark Dickinson · 16 years ago
  84. 1c2353b builtin-ins -> builtins by Benjamin Peterson · 16 years ago
  85. 6ab5d08 #7381: subprocess documentation and library docstring consistency fixes. by Georg Brandl · 16 years ago
  86. 819a8fa Small indentation fix. by Georg Brandl · 16 years ago
  87. 0cedb4b #7495: backport Programming FAQ review to trunk. by Georg Brandl · 16 years ago
  88. 0732fd9 Document the headers parameter for set_tunnel. by Senthil Kumaran · 16 years ago
  89. 062d2b5 #7388: "python".capitalize() in the Doc by Ezio Melotti · 16 years ago
  90. e812d29 Issue #7545: improve documentation of the `buffering` argument in io.open(). by Antoine Pitrou · 16 years ago
  91. d86e9d7 #7480: remove tautology. by Georg Brandl · 16 years ago
  92. c51d1f0 #7479: add note about function availability on Unices. by Georg Brandl · 16 years ago
  93. 27d1903 #7493: review of Design FAQ by Florent Xicluna. by Georg Brandl · 16 years ago
  94. 670e596 #7521: remove Py_GetBuildNumber(), which was removed in favor of Py_GetBuildInfo(). by Georg Brandl · 16 years ago
  95. 8b10f13 #7527: use standard versionadded tags. by Georg Brandl · 16 years ago
  96. 5ff37ae Issue #3366: Add error function and complementary error function to math module. by Mark Dickinson · 16 years ago
  97. 0c6a0e3 Issue #7529: logging: Minor correction to documentation. by Vinay Sajip · 16 years ago
  98. 9cae178 Issue #3366: Add expm1 function to math module. Thanks Eric Smith for by Mark Dickinson · 16 years ago
  99. bf306ca adverb by Benjamin Peterson · 16 years ago
  100. 9622873 Clarify phrasing that explains that there are currently two branches. by R. David Murray · 16 years ago