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