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