1. 5a9fed7 Fix-up the enumerate type example and move it to the end. by Raymond Hettinger · 16 years ago
  2. e5d2cba Deprecate the audiodev module for 3.0. by Brett Cannon · 16 years ago
  3. af748c3 Implemented PEP 370 by Christian Heimes · 16 years ago
  4. c730d5f > != (!<). by Georg Brandl · 16 years ago
  5. 5820022 #2773: fix description of 'g' and 'G' formatting spec. by Georg Brandl · 16 years ago
  6. 98fd036 #2752: fix second example too. by Georg Brandl · 16 years ago
  7. cb63565 #2769: markup glitch. by Georg Brandl · 16 years ago
  8. 3961f18 Fix JSON module docs. by Georg Brandl · 16 years ago
  9. 4b964f9 Add the 'json' package. Code taken from simplejson 1.9 and contributed by Bob by Brett Cannon · 16 years ago
  10. 8a232cc Add a DeprecationWarning for when warnings.showwarning() is set to a function by Brett Cannon · 16 years ago
  11. 83ea2a9 Fix typo in bugs.rst by Benjamin Peterson · 16 years ago
  12. bc04346 #2757: Remove spare newline. by Georg Brandl · 16 years ago
  13. e11c9b3 Implemented feature request 2157: Converter names are cut off at '(' by Gerhard Häring · 16 years ago
  14. 7e3ab45 Added note that Python requires at least Win2k SP4 by Christian Heimes · 16 years ago
  15. 08c7218 #2752: wrong meaning of '' for socket host. by Georg Brandl · 16 years ago
  16. 8334330 Fix typo in whatsnew by Benjamin Peterson · 16 years ago
  17. 761b9c6 Insert correct OpenSearch base URL. by Georg Brandl · 16 years ago
  18. 1840c1a Backport Raymond's changes in r60508 to Python 2.6. by Mark Dickinson · 16 years ago
  19. 56fcb0b capitalization nit for reStructuredText by Benjamin Peterson · 16 years ago
  20. 7c5c8e6 #2581: Vista UAC/elevation support for bdist_wininst by Mark Hammond · 16 years ago
  21. 0c65fe6 Fix synopsis. by Georg Brandl · 16 years ago
  22. 80ef62e Fix typo in whatsnew by Benjamin Peterson · 16 years ago
  23. 63b0a2e #2727: clarify tp_iternext docs. by Georg Brandl · 16 years ago
  24. 28e0873 #2719: backport next() from 3k. by Georg Brandl · 16 years ago
  25. 31f6315 Update command line usage documentation to reflect 2.6 changes (also includes some minor cleanups). Addresses TODO list issue 2258 by Nick Coghlan · 16 years ago
  26. 805cdd8 Strip down SSL docs; I'm not managing to get test programs working, so I'll just give a minimal description by Andrew M. Kuchling · 16 years ago
  27. e855991 Fix markup. by Georg Brandl · 16 years ago
  28. dfd9827 Wrap some long lines. by Skip Montanaro · 16 years ago
  29. f30f6e8 Correct documentation to match implementation: "Class" instead of by Skip Montanaro · 16 years ago
  30. 7980992 Wrap some long paragraphs and include the default values for optional by Skip Montanaro · 16 years ago
  31. ef1e58b minor wording changes, rewrap a few lines by Skip Montanaro · 16 years ago
  32. 4f1f36b Add OpenSearch and a Python logo to the HTML output. by Georg Brandl · 16 years ago
  33. fe4948b #2700 Document PyNumber_ToBase by Benjamin Peterson · 16 years ago
  34. 7a69b4b Use correct XHTML tags. by Georg Brandl · 16 years ago
  35. f8770fb #2677: add note that not all functions may accept keyword args. by Georg Brandl · 16 years ago
  36. a692c4d Added PyErr_WarnPy3k function. (issue 2671) I will be converting current Py3k warnings to the use of this function soon. by Benjamin Peterson · 16 years ago
  37. 78b3ee8 #2691: document PyLong (s)size_t APIs, patch by Alexander Belopolsky. by Georg Brandl · 16 years ago
  38. a3bb57c #2668: nit in apply() docs. by Georg Brandl · 16 years ago
  39. 6ad5fbb Add from_buffer and from_buffer_copy class methods to ctypes types. by Thomas Heller · 16 years ago
  40. c7b0592 reformat some documentation of classes so methods and attributes are under the class directive by Benjamin Peterson · 16 years ago
  41. c859094 #2673 Fix example typo in optparse docs by Benjamin Peterson · 16 years ago
  42. 6c6f4f7 syntax fixup by Gregory P. Smith · 16 years ago
  43. 6d9aafa Factor in documentation changes from issue 1753732. by Skip Montanaro · 16 years ago
  44. 19b4411 Major improvements: by Gregory P. Smith · 16 years ago
  45. 3c399d1 Various io doc updates by Benjamin Peterson · 16 years ago
  46. 60ffcbe Fix Sphinx warnings by Benjamin Peterson · 16 years ago
  47. aa3cadb Windows x64 also falls under VER_PLATFORM_WIN32_NT. by Jeroen Ruigrok van der Werven · 16 years ago
  48. 67ea002 capitalization by David Goodger · 16 years ago
  49. 09f57b7 corrections ("reStructuredText" is one word) by David Goodger · 16 years ago
  50. ad9f629 Moved Mark SummerField's io doc changes back to the trunk. (He will edit here in the future.) by Benjamin Peterson · 16 years ago
  51. 57ce054 Add various items by Andrew M. Kuchling · 16 years ago
  52. 89830c3 Wording changes by Andrew M. Kuchling · 16 years ago
  53. 64c6a0e Markup fix by Andrew M. Kuchling · 16 years ago
  54. 2cede39 Move description of math module changes; various edits to description of cmath changes by Andrew M. Kuchling · 16 years ago
  55. 47a84aa Move asinh documentation to the proper place. by Mark Dickinson · 16 years ago
  56. 48f7a4a Correct documentation for math.pow; by Mark Dickinson · 16 years ago
  57. 1df986b Update template for newest Sphinx. by Georg Brandl · 16 years ago
  58. 53bd2e1 Document updates to math and cmath modules. by Mark Dickinson · 16 years ago
  59. a7d0903 Complete documentation for errors argument of io's open and TextIOWrapper by Benjamin Peterson · 16 years ago
  60. 53be57e Copy io documentation back from py3k branch so changes can be merged into it. by Benjamin Peterson · 16 years ago
  61. c7bef37 :func: et al. should *not* include the parens. by Georg Brandl · 16 years ago
  62. 2fb8a53 #2631: clarify IMPORT_NAME semantics. by Georg Brandl · 16 years ago
  63. f801b0f #2633: clarify meaning of env parameter. by Georg Brandl · 16 years ago
  64. fb246c4 #2634: clarify meaning of env parameter to spawn/exec*e. by Georg Brandl · 16 years ago
  65. 786ead6 #2369: clarify that copyfile() doesn't take a target directory. by Georg Brandl · 16 years ago
  66. 734de68 Fix-up docs for revision 62386. by Georg Brandl · 16 years ago
  67. e74c8f2 Added kill, terminate and send_signal to subprocess.Popen by Christian Heimes · 16 years ago
  68. 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 · 16 years ago
  69. 0892317 Rewrite introductory section, and remove old section. (It was already commented-out, but why keep it?) by Andrew M. Kuchling · 16 years ago
  70. 02f6356 Remove personal note from Jim Roskind; it no longer applies, and the by Andrew M. Kuchling · 16 years ago
  71. 4f74769 #2654: fix typo by Andrew M. Kuchling · 16 years ago
  72. aea8d2e Use correct parameter name by Andrew M. Kuchling · 16 years ago
  73. e2e0313 Typo fixes by Andrew M. Kuchling · 16 years ago
  74. ea7fa72 Be consistent in the use of read-only. by Jeroen Ruigrok van der Werven · 16 years ago
  75. 5eaffc4 Issue 2648: Add leading zero to money format recipe in the docs. by Raymond Hettinger · 16 years ago
  76. 967a83c Add details about the return value for mmap.flush(). by Jeroen Ruigrok van der Werven · 16 years ago
  77. 069dfad Reformat to 80 columns prior to adding documentation. by Jeroen Ruigrok van der Werven · 16 years ago
  78. 8c65b1e Typo fix by Andrew M. Kuchling · 16 years ago
  79. 3822af6 Add *,**,@ to index, as suggested by by Andrew M. Kuchling · 16 years ago
  80. 09a1ebc Add myself to Doc/ACKS.txt by Benjamin Peterson · 16 years ago
  81. 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 · 16 years ago
  82. 04f5876 Various items; begin writing the SSL section by Andrew M. Kuchling · 16 years ago
  83. da950eb Add example by Andrew M. Kuchling · 16 years ago
  84. 8ffb573 Check out Jinja as a separate step now that it's not included in the Sphinx package anymore. by Georg Brandl · 16 years ago
  85. 4aa8df2 Fix markup. by Georg Brandl · 16 years ago
  86. 037d829 Give the "Interactive Interpreter Changes" section in 2.6 whatsnew a unique link name by Benjamin Peterson · 16 years ago
  87. 7bb4d2d Backported io module docs by Benjamin Peterson · 16 years ago
  88. c161df6 Mention -J, -X by Andrew M. Kuchling · 16 years ago
  89. e974689 Re-implement the 'warnings' module in C. This allows for usage of the by Brett Cannon · 16 years ago
  90. 751a036 Don't offend snake lovers. by Georg Brandl · 16 years ago
  91. 8189310 #2615: small consistency update by Jeroen Ruigrok van der Werven. by Georg Brandl · 16 years ago
  92. b4d2113 Use absolute path in sys.path. by Georg Brandl · 16 years ago
  93. 17f8429 Use issue directive by Andrew M. Kuchling · 16 years ago
  94. 19baaad Add punctuation by Andrew M. Kuchling · 16 years ago
  95. 3351e41 Remove forward-looking statement by Andrew M. Kuchling · 16 years ago
  96. c157c9c Try out the new issue role. Thanks, Georg! by Andrew M. Kuchling · 16 years ago
  97. c305192 Add :issue: directive for easy linking to bugs.python.org. by Georg Brandl · 16 years ago
  98. f68b553 Add items by Andrew M. Kuchling · 16 years ago
  99. 7adc776 Issue 2408: remove the _types module by Amaury Forgeot d'Arc · 16 years ago
  100. abf8e01 Add items by Andrew M. Kuchling · 16 years ago