1. 8cdc9bc More yearly updates. by Georg Brandl · 15 years ago
  2. 9db7746 more copyright year updates by Ezio Melotti · 15 years ago
  3. 71380c3 update copyright year by Benjamin Peterson · 15 years ago
  4. f31d1a0 Add some missing command-line options to the main list. All but -V were already by Brett Cannon · 15 years ago
  5. 0ef0b91 More configure fixes: avoid sh 'integer argument expected' error when 'long long' type doesn't exist. by Mark Dickinson · 15 years ago
  6. 5ce8474 Add missing quotes. by Mark Dickinson · 15 years ago
  7. ae9a0a0 add another advancement by Benjamin Peterson · 15 years ago
  8. a7f5947 Add various items by Andrew M. Kuchling · 15 years ago
  9. 2fd2e86 update expat comment by Benjamin Peterson · 15 years ago
  10. 91e0db8 Add some items by Andrew M. Kuchling · 15 years ago
  11. aac4df6 #7613: missing ) in flmodule.c by Ezio Melotti · 15 years ago
  12. 763f1e8 indentation and further alignment with py3k by Ezio Melotti · 15 years ago
  13. 6d6b53c cleanup and refactoring by Ezio Melotti · 15 years ago
  14. 2c19674 add a --with-system-expat option to build pyexpat against the system's lib #7609 by Benjamin Peterson · 15 years ago
  15. df6f963 Merged revisions 77158 via svnmerge from by Benjamin Peterson · 15 years ago
  16. 0f02d39 check if the attribute is set before deleting it with T_OBJECT_EX (fixes #7604) by Benjamin Peterson · 15 years ago
  17. b7953f0 We only support Windows NT derivatives now. by Georg Brandl · 15 years ago
  18. e5ee7e3 #7602: improve "clean" and "checkout" targets now that all tools are in externals. by Georg Brandl · 15 years ago
  19. 5a5fee8 #7487: update Pygments version. by Georg Brandl · 15 years ago
  20. 95049f2 Use new Pygments version. by Georg Brandl · 15 years ago
  21. 9b02e85 Add Marcos Donolo for work on issue 7534 patch. by Mark Dickinson · 15 years ago
  22. 99d652e Issue #7534: Fix handling of nans, infinities, and negative zero in ** by Mark Dickinson · 15 years ago
  23. 569e61f #5511: Added the ability to use ZipFile as a context manager. Patch by Brian Curtin. by Ezio Melotti · 15 years ago
  24. eb74da8 wrap long line by Benjamin Peterson · 15 years ago
  25. 500ce23 only build the nis module when the headers are found #7589 by Benjamin Peterson · 15 years ago
  26. 3c8a24e Add various items by Andrew M. Kuchling · 15 years ago
  27. c8a2ce7 #7579: Add docstrings to the msvcrt module by Amaury Forgeot d'Arc · 15 years ago
  28. 8645a5c #7413: Passing '\0' as the separator to datetime.datetime.isoformat() by Amaury Forgeot d'Arc · 15 years ago
  29. fa1ffb6 #7595: fix typo in argument default constant. by Georg Brandl · 15 years ago
  30. 8e3e1d6 Issue #7575: An overflow test for math.expm1 was failing on OS X 10.4/Intel, by Mark Dickinson · 15 years ago
  31. b4a4f51 Various additions by Andrew M. Kuchling · 15 years ago
  32. c2aad8a Fix wrong markup. by Georg Brandl · 15 years ago
  33. a25658b Improve markup of ctypes docs. by Georg Brandl · 15 years ago
  34. d2ff486 #7569: clarification about c_char_p. by Georg Brandl · 15 years ago
  35. b598393 enable test_main.py by Benjamin Peterson · 15 years ago
  36. abb4274 Merged revisions 76871-76872,77093-77095,77097-77101 via svnmerge from by Benjamin Peterson · 15 years ago
  37. 0d19eaf document new fix_callable behavior by Benjamin Peterson · 15 years ago
  38. 66d8d69 #7404: remove reference to non-existing example files. by Georg Brandl · 15 years ago
  39. 740cdc3 #7033: add new API function PyErr_NewExceptionWithDoc, for easily giving new exceptions a docstring. by Georg Brandl · 15 years ago
  40. 02e7dfd #7381: consistency update, and backport avoiding ``None >= 0`` check from py3k. by Georg Brandl · 15 years ago
  41. fe8df4f #7586: fix typo. by Georg Brandl · 15 years ago
  42. 1686f34 #7577: fix signature of PyBuffer_FillInfo(). by Georg Brandl · 15 years ago
  43. e079636 Use a more idiomatic check in check_truediv. by Mark Dickinson · 15 years ago
  44. 2401c03 Fix a typo in comment by Amaury Forgeot d'Arc · 15 years ago
  45. 4c96035 Use ldexp(q, exp) instead of q*2.**exp in true division test, to avoid bogus failures on platforms with broken pow (e.g., Ubuntu/ia64). by Mark Dickinson · 15 years ago
  46. 4657283 Issue #1811: Improve accuracy and consistency of true division for integers. by Mark Dickinson · 15 years ago
  47. 13c2ef9 Fix for issue5625 - test_urllib2 fails - urlopen error file not on local host. by Senthil Kumaran · 15 years ago
  48. 1ac1c39 Updated sys.flags table in Doc by Ezio Melotti · 15 years ago
  49. f84caf4 #6108: unicode(exception) and str(exception) should return the same message by Ezio Melotti · 15 years ago
  50. db69f01 Issue #7568: typo in docstring. Thanks Mike Putnam. by Mark Dickinson · 15 years ago
  51. 27cae34 allow Process name to be unicode #7571 by Benjamin Peterson · 15 years ago
  52. ca8e7ec Unittests and news items for the patch in r77026. by Ronald Oussoren · 15 years ago
  53. b5afe54 Fix for issue #7541: python-config --ldflags doesn't pick up libpython2.5.a by Ronald Oussoren · 15 years ago
  54. 92919a6 Issue #6834: replace the implementation for the 'python' and 'pythonw' executables on OSX. by Ronald Oussoren · 15 years ago
  55. 1a13cff An update to the script that's used to build the binary installer: don't install files in by Ronald Oussoren · 15 years ago
  56. 728cc61 On OSX the output of "uname -m" always reflects the 32-bit architecture by Ronald Oussoren · 15 years ago
  57. 9c236bf Added markup and default arg, fixed example by Ezio Melotti · 15 years ago
  58. f9a21f4 Fix for Issue7570: Error in urllib2 example. by Senthil Kumaran · 15 years ago
  59. 3293593 fix alleged refleak by Benjamin Peterson · 15 years ago
  60. 9f12d46 Fix possible integer overflow in lchown and fchown functions. For issue1747858. by Gregory P. Smith · 15 years ago
  61. ca2dc47 Make a word plural. by Brett Cannon · 15 years ago
  62. 0479eb5 added a note about #7556 in Misc/NEWS by Tarek Ziadé · 15 years ago
  63. 3efd767 backported r76993 and r76994 so the trunk behaves the same way with MSVC Manifest files editing by Tarek Ziadé · 15 years ago
  64. b4261d5 Add NEWS for OpenSSL changes. by Martin v. Löwis · 15 years ago
  65. 55e1a69 Switch to OpenSSL 0.9.8l. by Martin v. Löwis · 15 years ago
  66. c3f5ca1 Drop 2.4 compatibility. by Martin v. Löwis · 15 years ago
  67. 2ba1e9c Issue #7553: test_long_future wasn't testing properly. Thanks Florent Xicluna by Mark Dickinson · 15 years ago
  68. 1730fdc Inverse hyperbolic trigonometric functions should call m_log1p, not log1p. by Mark Dickinson · 15 years ago
  69. 12748b0 Issue #7518: Move substitute definitions of C99 math functions from by Mark Dickinson · 15 years ago
  70. 08dca0d Remove a leftover from a previous iteration of the issue 7376 patch. by R. David Murray · 15 years ago
  71. bd335bf Additional edge-case tests for test_long_and_overflow. by Mark Dickinson · 15 years ago
  72. ed02b3f Fix reference counts for test_long_and_overflow. by Mark Dickinson · 15 years ago
  73. e31d300 Issue #7528: Backport PyLong_AsLongAndOverflow from py3k to trunk. by Mark Dickinson · 15 years ago
  74. 2b66da7 massive import cleaning in Distutils by Tarek Ziadé · 15 years ago
  75. 2421d56 Fixed #7552: fixed distutils.command.upload failure on very long passwords by Tarek Ziadé · 15 years ago
  76. 603ae9e Issue #7554: Various fixups in test_cmath.py: remove code duplication, by Mark Dickinson · 15 years ago
  77. ed28499 Silence -3 warnings. Thanks Florent Xicluna. by Mark Dickinson · 15 years ago
  78. 3e0bafe Fix for consistency with py3k keyword-only version of assertAlmostEqual by Mark Dickinson · 15 years ago
  79. 1d2ae21 Issue #7554: Fix incorrect usage of rAssertAlmostEqual. Thanks Florent Xicluna. by Mark Dickinson · 15 years ago
  80. 77e48ba Issue #7376: When called with no arguments doctest was running a by R. David Murray · 15 years ago
  81. 9713811 Fix comment typo. by R. David Murray · 15 years ago
  82. b5e348b Add missing tests for PyArg_Parse* with format 'h' by Mark Dickinson · 15 years ago
  83. 1c2353b builtin-ins -> builtins by Benjamin Peterson · 15 years ago
  84. 6ab5d08 #7381: subprocess documentation and library docstring consistency fixes. by Georg Brandl · 15 years ago
  85. 819a8fa Small indentation fix. by Georg Brandl · 15 years ago
  86. 0cedb4b #7495: backport Programming FAQ review to trunk. by Georg Brandl · 15 years ago
  87. 5698977 math.factorial depends on PyLong_AsLong correctly converting floats; rewrite by Mark Dickinson · 15 years ago
  88. 0732fd9 Document the headers parameter for set_tunnel. by Senthil Kumaran · 15 years ago
  89. 7713acf Fix for issue 7291 - urllib2 cannot handle https with proxy requiring auth by Senthil Kumaran · 15 years ago
  90. 062d2b5 #7388: "python".capitalize() in the Doc by Ezio Melotti · 15 years ago
  91. 98a24de Remove superfetatory paragraph (left there by mistake). by Antoine Pitrou · 15 years ago
  92. e812d29 Issue #7545: improve documentation of the `buffering` argument in io.open(). by Antoine Pitrou · 15 years ago
  93. d86e9d7 #7480: remove tautology. by Georg Brandl · 15 years ago
  94. c51d1f0 #7479: add note about function availability on Unices. by Georg Brandl · 15 years ago
  95. 27d1903 #7493: review of Design FAQ by Florent Xicluna. by Georg Brandl · 15 years ago
  96. 670e596 #7521: remove Py_GetBuildNumber(), which was removed in favor of Py_GetBuildInfo(). by Georg Brandl · 15 years ago
  97. 8b10f13 #7527: use standard versionadded tags. by Georg Brandl · 15 years ago
  98. 5ff37ae Issue #3366: Add error function and complementary error function to math module. by Mark Dickinson · 15 years ago
  99. 0c6a0e3 Issue #7529: logging: Minor correction to documentation. by Vinay Sajip · 15 years ago
  100. 1c49828 Add _math.h to math module dependencies in setup.py. by Mark Dickinson · 15 years ago