1. e11c9b3 Implemented feature request 2157: Converter names are cut off at '(' by Gerhard Häring · 17 years ago
  2. 08c7218 #2752: wrong meaning of '' for socket host. by Georg Brandl · 17 years ago
  3. 1840c1a Backport Raymond's changes in r60508 to Python 2.6. by Mark Dickinson · 17 years ago
  4. 0c65fe6 Fix synopsis. by Georg Brandl · 17 years ago
  5. 28e0873 #2719: backport next() from 3k. by Georg Brandl · 17 years ago
  6. e855991 Fix markup. by Georg Brandl · 17 years ago
  7. dfd9827 Wrap some long lines. by Skip Montanaro · 17 years ago
  8. f30f6e8 Correct documentation to match implementation: "Class" instead of by Skip Montanaro · 17 years ago
  9. 7980992 Wrap some long paragraphs and include the default values for optional by Skip Montanaro · 17 years ago
  10. ef1e58b minor wording changes, rewrap a few lines by Skip Montanaro · 17 years ago
  11. a3bb57c #2668: nit in apply() docs. by Georg Brandl · 17 years ago
  12. 6ad5fbb Add from_buffer and from_buffer_copy class methods to ctypes types. by Thomas Heller · 17 years ago
  13. c7b0592 reformat some documentation of classes so methods and attributes are under the class directive by Benjamin Peterson · 17 years ago
  14. c859094 #2673 Fix example typo in optparse docs by Benjamin Peterson · 17 years ago
  15. 6c6f4f7 syntax fixup by Gregory P. Smith · 17 years ago
  16. 6d9aafa Factor in documentation changes from issue 1753732. by Skip Montanaro · 17 years ago
  17. 19b4411 Major improvements: by Gregory P. Smith · 17 years ago
  18. 3c399d1 Various io doc updates by Benjamin Peterson · 17 years ago
  19. aa3cadb Windows x64 also falls under VER_PLATFORM_WIN32_NT. by Jeroen Ruigrok van der Werven · 17 years ago
  20. ad9f629 Moved Mark SummerField's io doc changes back to the trunk. (He will edit here in the future.) by Benjamin Peterson · 17 years ago
  21. 89830c3 Wording changes by Andrew M. Kuchling · 17 years ago
  22. 64c6a0e Markup fix by Andrew M. Kuchling · 17 years ago
  23. 47a84aa Move asinh documentation to the proper place. by Mark Dickinson · 17 years ago
  24. 48f7a4a Correct documentation for math.pow; by Mark Dickinson · 17 years ago
  25. a7d0903 Complete documentation for errors argument of io's open and TextIOWrapper by Benjamin Peterson · 17 years ago
  26. 53be57e Copy io documentation back from py3k branch so changes can be merged into it. by Benjamin Peterson · 17 years ago
  27. 2fb8a53 #2631: clarify IMPORT_NAME semantics. by Georg Brandl · 17 years ago
  28. f801b0f #2633: clarify meaning of env parameter. by Georg Brandl · 17 years ago
  29. fb246c4 #2634: clarify meaning of env parameter to spawn/exec*e. by Georg Brandl · 17 years ago
  30. 786ead6 #2369: clarify that copyfile() doesn't take a target directory. by Georg Brandl · 17 years ago
  31. 734de68 Fix-up docs for revision 62386. by Georg Brandl · 17 years ago
  32. e74c8f2 Added kill, terminate and send_signal to subprocess.Popen by Christian Heimes · 17 years ago
  33. 6f34109 I finally got the time to update and merge Mark's and my trunk-math branch. The patch is collaborated work of Mark Dickinson and me. It was mostly done a few months ago. The patch fixes a lot of loose ends and edge cases related to operations with NaN, INF, very small values and complex math. by Christian Heimes · 17 years ago
  34. 0892317 Rewrite introductory section, and remove old section. (It was already commented-out, but why keep it?) by Andrew M. Kuchling · 17 years ago
  35. 02f6356 Remove personal note from Jim Roskind; it no longer applies, and the by Andrew M. Kuchling · 17 years ago
  36. aea8d2e Use correct parameter name by Andrew M. Kuchling · 17 years ago
  37. e2e0313 Typo fixes by Andrew M. Kuchling · 17 years ago
  38. ea7fa72 Be consistent in the use of read-only. by Jeroen Ruigrok van der Werven · 17 years ago
  39. 5eaffc4 Issue 2648: Add leading zero to money format recipe in the docs. by Raymond Hettinger · 17 years ago
  40. 967a83c Add details about the return value for mmap.flush(). by Jeroen Ruigrok van der Werven · 17 years ago
  41. 069dfad Reformat to 80 columns prior to adding documentation. by Jeroen Ruigrok van der Werven · 17 years ago
  42. 106fc48 Issue 2439: add pkgutils.get_data() as a convenience wrapper for the PEP 302 get_data() API (contributed by Paul Moore) by Nick Coghlan · 17 years ago
  43. 4aa8df2 Fix markup. by Georg Brandl · 17 years ago
  44. 7bb4d2d Backported io module docs by Benjamin Peterson · 17 years ago
  45. e974689 Re-implement the 'warnings' module in C. This allows for usage of the by Brett Cannon · 17 years ago
  46. 8189310 #2615: small consistency update by Jeroen Ruigrok van der Werven. by Georg Brandl · 17 years ago
  47. 7adc776 Issue 2408: remove the _types module by Amaury Forgeot d'Arc · 17 years ago
  48. 5b1070a Typo fix by Andrew M. Kuchling · 17 years ago
  49. 5285760 changed "2500 components" to "several thousand" since the number keeps by Mark Summerfield · 17 years ago
  50. 3b1202d Mention that the tuple returned by __reduce__ is pickled as normal. by Georg Brandl · 17 years ago
  51. 1f2af8c Markup fix; explain what interval timers do; typo fix by Andrew M. Kuchling · 17 years ago
  52. 9ff4aea Minor edits by Andrew M. Kuchling · 17 years ago
  53. 89a01cd Added updates with respect to recent changes to TimedRotatingFileHandler. by Vinay Sajip · 17 years ago
  54. 092a1f7 PyErr_Warn is decrepated. Use PyErr_WarnEx by Benjamin Peterson · 17 years ago
  55. c52ed59 #2505: allow easier creation of AST nodes. by Georg Brandl · 17 years ago
  56. c15317e Documented the lastrowid attribute. by Gerhard Häring · 17 years ago
  57. 0069d85 Fix capitalization. by Georg Brandl · 17 years ago
  58. 594b76b Be explicit about what efficient means. by Raymond Hettinger · 17 years ago
  59. 4130930 Brought documentation for sqlite3 module up-to-date. Fixed Issue1625205 which by Gerhard Häring · 17 years ago
  60. d289ea6 #2502: add example how to do enum types with named tuples. by Georg Brandl · 17 years ago
  61. 8ca6c84 Phase out has_key usage in the tutorial; correct docs for PyMapping_HasKey*. by Georg Brandl · 17 years ago
  62. fc8eef3 Patch #1810 by Thomas Lee, reviewed by myself: by Georg Brandl · 17 years ago
  63. b980342 Accept patch issue2426 by Paul Kippes (kippesp). by Gregory P. Smith · 17 years ago
  64. 621cd26 #2406: add examples to gzip docs. by Georg Brandl · 17 years ago
  65. deaf2ca #2248: return result of QUIT from quit(). by Georg Brandl · 17 years ago
  66. 27f4374 Add an example for an RFC 822 continuation. by Georg Brandl · 17 years ago
  67. 799b372 #2476: document that %default feature is new in 2.4. by Georg Brandl · 17 years ago
  68. 18f1914 #868845: document <...> reprs. by Georg Brandl · 17 years ago
  69. aef18b1 Patch #2240: Implement signal.setitimer and signal.getitimer. by Martin v. Löwis · 17 years ago
  70. 9bdead0 #1700821: add a note to audioop docs about signedness of sample formats. by Georg Brandl · 17 years ago
  71. d145240 Tighten documentation for Random.triangular. by Raymond Hettinger · 17 years ago
  72. c4f7bab Adopt Nick's suggestion for useful default arguments. by Raymond Hettinger · 17 years ago
  73. bbc50ea Issue 1681432: Add triangular distribution the random module. by Raymond Hettinger · 17 years ago
  74. 6185433 Make the doctests presentation-friendlier. by Georg Brandl · 17 years ago
  75. e70bb8d Simplify demo code. by Raymond Hettinger · 17 years ago
  76. e8f1b00 Enable doctest running for several other documents. by Georg Brandl · 17 years ago
  77. 7a45ab8 Enable doctests in functions.rst. Already found two errors :) by Georg Brandl · 17 years ago
  78. 4f0f34f Test doctests in operator docs. by Georg Brandl · 17 years ago
  79. 3f04303 Test doctests in datetime docs. by Georg Brandl · 17 years ago
  80. 4c8bbe6 Make collections' doctests executable. by Georg Brandl · 17 years ago
  81. 3dd5781 Fix-up syntax problems. by Georg Brandl · 17 years ago
  82. 838b4b0 No need to specify explicit "doctest_block" anymore. by Georg Brandl · 17 years ago
  83. 473f164 Make more doctests in pprint docs testable. by Georg Brandl · 17 years ago
  84. 6199e32 Make doctests in re docs usable with sphinx' doctest. by Georg Brandl · 17 years ago
  85. 9f66232 Test decimal.rst doctests as far as possible with sphinx doctest. by Georg Brandl · 17 years ago
  86. 17baef0 Activate the Sphinx doctest extension and convert howto/functional to use it. by Georg Brandl · 17 years ago
  87. 86f38c8 #1918: document that weak references *to* an object are by Georg Brandl · 17 years ago
  88. 0e9ab5f Applied patch #1657 epoll and kqueue wrappers for the select module by Christian Heimes · 17 years ago
  89. 5f79446 Add missing versionadded tag. by Georg Brandl · 17 years ago
  90. d346475 Add docs for print_function and future_builtins. Fixes #2442. by Georg Brandl · 17 years ago
  91. 3fbe20c Add docs for __func__ and __self__ on methods. by Georg Brandl · 17 years ago
  92. 0629118 Fix a code block in __future__ docs. by Georg Brandl · 17 years ago
  93. 4e0c72b Clarfiy the availability of the extended support for win32_ver() in Py2.6. by Marc-André Lemburg · 17 years ago
  94. 53c7a60 Add documentation for updated Windows support in win32_ver(). by Marc-André Lemburg · 17 years ago
  95. 45ea86c Issue 2188: Documentation hint about disabling proxy detection. by Sean Reifscheider · 17 years ago
  96. a5cfcad Prevent ioctl op codes from being sign extended from int to unsigned long by Gregory P. Smith · 17 years ago
  97. 97e863e Another one. by Georg Brandl · 17 years ago
  98. 482d752 Remove footnote from versionchanged as it upsets LaTeX. by Georg Brandl · 17 years ago
  99. bde4007 Mention that crc32 and adler32 are available in a different module (zlib). by Gregory P. Smith · 17 years ago
  100. 6f778cf Document unicode.isnumeric() and unicode.isdecimal() (issue2326) by Steven Bethard · 17 years ago