1. fe1372c Minor cleanups: by Skip Montanaro · 17 years ago
  2. 7980992 Wrap some long paragraphs and include the default values for optional by Skip Montanaro · 17 years ago
  3. ea59a84 A few small changes: by Skip Montanaro · 17 years ago
  4. 8310190 Autocompletion of filenames now support alternate separators, e.g. the by Kurt B. Kaiser · 17 years ago
  5. 9c5c0af Improved AutoCompleteWindow logic. Patch 2062 Tal Einat. by Kurt B. Kaiser · 17 years ago
  6. 93cdae5 Home / Control-A toggles between left margin and end of leading white by Kurt B. Kaiser · 17 years ago
  7. ef1e58b minor wording changes, rewrap a few lines by Skip Montanaro · 17 years ago
  8. 4f1f36b Add OpenSearch and a Python logo to the HTML output. by Georg Brandl · 17 years ago
  9. f19a7b9 A little reformating of Py3k warnings by Benjamin Peterson · 17 years ago
  10. fe4948b #2700 Document PyNumber_ToBase by Benjamin Peterson · 17 years ago
  11. 7a69b4b Use correct XHTML tags. by Georg Brandl · 17 years ago
  12. f8770fb #2677: add note that not all functions may accept keyword args. by Georg Brandl · 17 years ago
  13. 9f4f481 Use PyErr_WarnPy3k throughout by Benjamin Peterson · 17 years ago
  14. a692c4d Added PyErr_WarnPy3k function. (issue 2671) I will be converting current Py3k warnings to the use of this function soon. by Benjamin Peterson · 17 years ago
  15. ba08f07 Fixed URL of PEP 205 in weakref's module docstring. by Alexandre Vassalotti · 17 years ago
  16. a6b79f3 Add missing return type to dealloc. by Georg Brandl · 17 years ago
  17. 78b3ee8 #2691: document PyLong (s)size_t APIs, patch by Alexander Belopolsky. by Georg Brandl · 17 years ago
  18. a3bb57c #2668: nit in apply() docs. by Georg Brandl · 17 years ago
  19. 14204ad Allow test_import to work when it is invoked directly by Benjamin Peterson · 17 years ago
  20. fe536f5 Issue 2635: fix bug in the fix_sentence_endings option to textwrap.fill. by Mark Dickinson · 17 years ago
  21. 6513466 Issue #1496032. Add -mieee to BASECFLAGS on alpha, when gcc is by Mark Dickinson · 17 years ago
  22. 6ad5fbb Add from_buffer and from_buffer_copy class methods to ctypes types. by Thomas Heller · 17 years ago
  23. 5364e2e A new crasher. by Armin Rigo · 17 years ago
  24. 2b0bea5 Fix typo (now -> no) by Neal Norwitz · 17 years ago
  25. c7b0592 reformat some documentation of classes so methods and attributes are under the class directive by Benjamin Peterson · 17 years ago
  26. 1c596d5 Use absolute import for test package by Amaury Forgeot d'Arc · 17 years ago
  27. 7477205 Add a few tests for pydoc. by Amaury Forgeot d'Arc · 17 years ago
  28. 48ebc26 Disable gc when running test_trace, or we may record the __del__ of collected objects. by Amaury Forgeot d'Arc · 17 years ago
  29. bf027c4 Remove cyclic reference in CFuncPtr instances; see issue #2682. by Thomas Heller · 17 years ago
  30. 5216721 Issue2681: the literal 0o8 was wrongly accepted, and evaluated as float(0.0). by Amaury Forgeot d'Arc · 17 years ago
  31. 11034c6 Add Jesus Cea. by Martin v. Löwis · 17 years ago
  32. 83c9201 Fix typo. by Martin v. Löwis · 17 years ago
  33. 19dfa3e Remove Py_Refcnt, Py_Type, Py_Size, as they were added only by Martin v. Löwis · 17 years ago
  34. 5169891 Add Guilherme Polo. by Martin v. Löwis · 17 years ago
  35. c859094 #2673 Fix example typo in optparse docs by Benjamin Peterson · 17 years ago
  36. 6c6f4f7 syntax fixup by Gregory P. Smith · 17 years ago
  37. 6d9aafa Factor in documentation changes from issue 1753732. by Skip Montanaro · 17 years ago
  38. 9686585 Issue #2670: urllib2.build_opener() failed when two handlers by Amaury Forgeot d'Arc · 17 years ago
  39. d59fefb update the getpass entry by Gregory P. Smith · 17 years ago
  40. 19b4411 Major improvements: by Gregory P. Smith · 17 years ago
  41. 8e0319d Add Thomas Lee by Neal Norwitz · 17 years ago
  42. 3c399d1 Various io doc updates by Benjamin Peterson · 17 years ago
  43. 7a3d864 Make configure test for tanh(-0.) == -0. committed in r62447 actually by Mark Dickinson · 17 years ago
  44. 60ffcbe Fix Sphinx warnings by Benjamin Peterson · 17 years ago
  45. dd8d824 Issue 2665: On Windows, sys.stderr does not contain a valid file when running without a console. by Amaury Forgeot d'Arc · 17 years ago
  46. 265d738 test_math and test_cmath are failing on the FreeBSD 6.2 trunk buildbot, by Mark Dickinson · 17 years ago
  47. 41e3018 If sys.stdin is not a tty, fall back to default_getpass after printing by Gregory P. Smith · 17 years ago
  48. aa3cadb Windows x64 also falls under VER_PLATFORM_WIN32_NT. by Jeroen Ruigrok van der Werven · 17 years ago
  49. fa1814e explicitly flush after the ... since there wasn't a newline by Gregory P. Smith · 17 years ago
  50. 67ea002 capitalization by David Goodger · 17 years ago
  51. 09f57b7 corrections ("reStructuredText" is one word) by David Goodger · 17 years ago
  52. b9dd8db Fix typo. by Thomas Heller · 17 years ago
  53. 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
  54. 57ce054 Add various items by Andrew M. Kuchling · 17 years ago
  55. 89830c3 Wording changes by Andrew M. Kuchling · 17 years ago
  56. 64c6a0e Markup fix by Andrew M. Kuchling · 17 years ago
  57. 0da94c8 Silence 'r may be used uninitialized' compiler warning. by Mark Dickinson · 17 years ago
  58. a5489d4 Comment typo by Andrew M. Kuchling · 17 years ago
  59. 92483cd math.atan2 is misbehaving on Windows; this patch by Mark Dickinson · 17 years ago
  60. eac43af Correct an apparent refleak in test_pkgutil: zipimport._zip_directory_cache contains by Amaury Forgeot d'Arc · 17 years ago
  61. d6d5148 Add test for tanh(-0.) == -0. on IEEE 754 systems by Mark Dickinson · 17 years ago
  62. c632301 Even more fixes for alpha Tru64, this time for the phase and polar methods. by Mark Dickinson · 17 years ago
  63. 2cede39 Move description of math module changes; various edits to description of cmath changes by Andrew M. Kuchling · 17 years ago
  64. 98c317a Issue 2662: Initialize special value tables dynamically (i.e. when by Mark Dickinson · 17 years ago
  65. cec3f13 Yet more explicit special case handling to make by Mark Dickinson · 17 years ago
  66. b2f7090 FreeBSD doesn't follow C99 for modf(inf); so add explicit by Mark Dickinson · 17 years ago
  67. 9f99d70 Report additional diagnostic information in by Mark Dickinson · 17 years ago
  68. 47a84aa Move asinh documentation to the proper place. by Mark Dickinson · 17 years ago
  69. 48f7a4a Correct documentation for math.pow; by Mark Dickinson · 17 years ago
  70. 1df986b Update template for newest Sphinx. by Georg Brandl · 17 years ago
  71. 53bd2e1 Document updates to math and cmath modules. by Mark Dickinson · 17 years ago
  72. a7d0903 Complete documentation for errors argument of io's open and TextIOWrapper by Benjamin Peterson · 17 years ago
  73. a1293eb Additional special-case handling for math.pow. by Mark Dickinson · 17 years ago
  74. 53be57e Copy io documentation back from py3k branch so changes can be merged into it. by Benjamin Peterson · 17 years ago
  75. e941d97 Additional tests for math.pow, and extra special-case by Mark Dickinson · 17 years ago
  76. c7bef37 :func: et al. should *not* include the parens. by Georg Brandl · 17 years ago
  77. 2fb8a53 #2631: clarify IMPORT_NAME semantics. by Georg Brandl · 17 years ago
  78. f801b0f #2633: clarify meaning of env parameter. by Georg Brandl · 17 years ago
  79. fb246c4 #2634: clarify meaning of env parameter to spawn/exec*e. by Georg Brandl · 17 years ago
  80. 786ead6 #2369: clarify that copyfile() doesn't take a target directory. by Georg Brandl · 17 years ago
  81. 734de68 Fix-up docs for revision 62386. by Georg Brandl · 17 years ago
  82. e74c8f2 Added kill, terminate and send_signal to subprocess.Popen by Christian Heimes · 17 years ago
  83. c873550 Stupid me. Py_RETURN_NAN should actually return something ... by Christian Heimes · 17 years ago
  84. 81ad6a1 Added new files to Windows project files by Christian Heimes · 17 years ago
  85. 607bff1 Some tests did not pass on repeated calls (regrtest -R::) by Amaury Forgeot d'Arc · 17 years ago
  86. 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
  87. 858a770 Fix indentation in sysmodule.c by Benjamin Peterson · 17 years ago
  88. b131f04 resolve issue 2014 by Skip Montanaro · 17 years ago
  89. 0892317 Rewrite introductory section, and remove old section. (It was already commented-out, but why keep it?) by Andrew M. Kuchling · 17 years ago
  90. 02f6356 Remove personal note from Jim Roskind; it no longer applies, and the by Andrew M. Kuchling · 17 years ago
  91. 4f74769 #2654: fix typo by Andrew M. Kuchling · 17 years ago
  92. aea8d2e Use correct parameter name by Andrew M. Kuchling · 17 years ago
  93. e2e0313 Typo fixes by Andrew M. Kuchling · 17 years ago
  94. ea7fa72 Be consistent in the use of read-only. by Jeroen Ruigrok van der Werven · 17 years ago
  95. 5eaffc4 Issue 2648: Add leading zero to money format recipe in the docs. by Raymond Hettinger · 17 years ago
  96. 967a83c Add details about the return value for mmap.flush(). by Jeroen Ruigrok van der Werven · 17 years ago
  97. 069dfad Reformat to 80 columns prior to adding documentation. by Jeroen Ruigrok van der Werven · 17 years ago
  98. 27a6325 Fix for possible signed overflow: the behaviour of -LONG_MIN is by Mark Dickinson · 17 years ago
  99. 8c65b1e Typo fix by Andrew M. Kuchling · 17 years ago
  100. 3822af6 Add *,**,@ to index, as suggested by by Andrew M. Kuchling · 17 years ago