1. d3e3232 Refactor some longobject internals: PyLong_AsDouble and _PyLong_AsScaledDouble by Mark Dickinson · 15 years ago
  2. d73973f Merged revisions 77230 via svnmerge from by Mark Dickinson · 15 years ago
  3. 5a485c1 Clarify that the rect, phase and polar functions work with radians. by Mark Dickinson · 15 years ago
  4. 36f4214 Fix casing. by Georg Brandl · 15 years ago
  5. 4b2c064 Make script work with 2.5. by Martin v. Löwis · 15 years ago
  6. f477b93 Update Windows build to sqlite 3.6.21. by Martin v. Löwis · 15 years ago
  7. de6cde6 Merged revisions 77222 via svnmerge from by Benjamin Peterson · 15 years ago
  8. 1a635e4 remove use of deprecated os.popen #7619 by Benjamin Peterson · 15 years ago
  9. fc3286b Blocked revisions 77218 via svnmerge by Mark Dickinson · 15 years ago
  10. 1b34d25 Issue #5080: turn the DeprecationWarning from float arguments passed by Mark Dickinson · 15 years ago
  11. edfe72f allow --with-dbmliborder to specify that no dbm modules will be built #6491 by Benjamin Peterson · 15 years ago
  12. 6c99b4e fix indentation by Benjamin Peterson · 15 years ago
  13. b4abef6 add note by Benjamin Peterson · 15 years ago
  14. 1c335e6 use pkg-config to find the libffi headers when --with-system-ffi is used #6943 by Benjamin Peterson · 15 years ago
  15. 8cdc9bc More yearly updates. by Georg Brandl · 15 years ago
  16. 558a57a Merged revisions 77203-77204 via svnmerge from by Ezio Melotti · 15 years ago
  17. 9db7746 more copyright year updates by Ezio Melotti · 15 years ago
  18. 71380c3 update copyright year by Benjamin Peterson · 15 years ago
  19. 1264f1e Merged revisions 77198 via svnmerge from by Brett Cannon · 15 years ago
  20. f31d1a0 Add some missing command-line options to the main list. All but -V were already by Brett Cannon · 15 years ago
  21. caa44c0 Merged revisions 77193 via svnmerge from by Mark Dickinson · 15 years ago
  22. d19e143 Regenerate configure using GNU autoconf 2.61. by Mark Dickinson · 15 years ago
  23. 0ef0b91 More configure fixes: avoid sh 'integer argument expected' error when 'long long' type doesn't exist. by Mark Dickinson · 15 years ago
  24. e9a9218 Blocked revisions 77189 via svnmerge by Mark Dickinson · 15 years ago
  25. 5ce8474 Add missing quotes. by Mark Dickinson · 15 years ago
  26. ae9a0a0 add another advancement by Benjamin Peterson · 15 years ago
  27. a7f5947 Add various items by Andrew M. Kuchling · 15 years ago
  28. 2fd2e86 update expat comment by Benjamin Peterson · 15 years ago
  29. 91e0db8 Add some items by Andrew M. Kuchling · 15 years ago
  30. 14cc13c Merged revisions 77181 via svnmerge from by Ezio Melotti · 15 years ago
  31. aac4df6 #7613: missing ) in flmodule.c by Ezio Melotti · 15 years ago
  32. 763f1e8 indentation and further alignment with py3k by Ezio Melotti · 15 years ago
  33. 6d6b53c cleanup and refactoring by Ezio Melotti · 15 years ago
  34. 2c19674 add a --with-system-expat option to build pyexpat against the system's lib #7609 by Benjamin Peterson · 15 years ago
  35. bcf6ca1 rewrite for inferior assertRaises by Benjamin Peterson · 15 years ago
  36. df6f963 Merged revisions 77158 via svnmerge from by Benjamin Peterson · 15 years ago
  37. 788864f Merged revisions 77157 via svnmerge from by Benjamin Peterson · 15 years ago
  38. 0f02d39 check if the attribute is set before deleting it with T_OBJECT_EX (fixes #7604) by Benjamin Peterson · 15 years ago
  39. b7953f0 We only support Windows NT derivatives now. by Georg Brandl · 15 years ago
  40. e5ee7e3 #7602: improve "clean" and "checkout" targets now that all tools are in externals. by Georg Brandl · 15 years ago
  41. 5a5fee8 #7487: update Pygments version. by Georg Brandl · 15 years ago
  42. 36d3da8 Merged revisions 77145 via svnmerge from by Georg Brandl · 15 years ago
  43. 95049f2 Use new Pygments version. by Georg Brandl · 15 years ago
  44. a6c0df7 Blocked revisions 77139-77140 via svnmerge by Mark Dickinson · 15 years ago
  45. 9b02e85 Add Marcos Donolo for work on issue 7534 patch. by Mark Dickinson · 15 years ago
  46. 99d652e Issue #7534: Fix handling of nans, infinities, and negative zero in ** by Mark Dickinson · 15 years ago
  47. 569e61f #5511: Added the ability to use ZipFile as a context manager. Patch by Brian Curtin. by Ezio Melotti · 15 years ago
  48. 4f9ac83 Merged revisions 77130 via svnmerge from by Benjamin Peterson · 15 years ago
  49. 2cabbcf Merged revisions 77128 via svnmerge from by Benjamin Peterson · 15 years ago
  50. eb74da8 wrap long line by Benjamin Peterson · 15 years ago
  51. 500ce23 only build the nis module when the headers are found #7589 by Benjamin Peterson · 15 years ago
  52. 3c8a24e Add various items by Andrew M. Kuchling · 15 years ago
  53. c8a2ce7 #7579: Add docstrings to the msvcrt module by Amaury Forgeot d'Arc · 15 years ago
  54. 7682d04 Merged revisions 77122 via svnmerge from by Amaury Forgeot d'Arc · 15 years ago
  55. 8645a5c #7413: Passing '\0' as the separator to datetime.datetime.isoformat() by Amaury Forgeot d'Arc · 15 years ago
  56. fa1ffb6 #7595: fix typo in argument default constant. by Georg Brandl · 15 years ago
  57. 2b4b2d1 Blocked revisions 77116 via svnmerge by Mark Dickinson · 15 years ago
  58. 8e3e1d6 Issue #7575: An overflow test for math.expm1 was failing on OS X 10.4/Intel, by Mark Dickinson · 15 years ago
  59. b4a4f51 Various additions by Andrew M. Kuchling · 15 years ago
  60. aae8e3e Merged revisions 77108-77109,77111 via svnmerge from by Georg Brandl · 15 years ago
  61. c2aad8a Fix wrong markup. by Georg Brandl · 15 years ago
  62. a25658b Improve markup of ctypes docs. by Georg Brandl · 15 years ago
  63. d2ff486 #7569: clarification about c_char_p. by Georg Brandl · 15 years ago
  64. b598393 enable test_main.py by Benjamin Peterson · 15 years ago
  65. abb4274 Merged revisions 76871-76872,77093-77095,77097-77101 via svnmerge from by Benjamin Peterson · 15 years ago
  66. 0d19eaf document new fix_callable behavior by Benjamin Peterson · 15 years ago
  67. 66d8d69 #7404: remove reference to non-existing example files. by Georg Brandl · 15 years ago
  68. 3361367 Blocked revisions 77088 via svnmerge by Georg Brandl · 15 years ago
  69. 740cdc3 #7033: add new API function PyErr_NewExceptionWithDoc, for easily giving new exceptions a docstring. by Georg Brandl · 15 years ago
  70. 02e7dfd #7381: consistency update, and backport avoiding ``None >= 0`` check from py3k. by Georg Brandl · 15 years ago
  71. fe8df4f #7586: fix typo. by Georg Brandl · 15 years ago
  72. 1686f34 #7577: fix signature of PyBuffer_FillInfo(). by Georg Brandl · 15 years ago
  73. 7757756 Blocked revisions 77071 via svnmerge by Mark Dickinson · 15 years ago
  74. e079636 Use a more idiomatic check in check_truediv. by Mark Dickinson · 15 years ago
  75. 2401c03 Fix a typo in comment by Amaury Forgeot d'Arc · 15 years ago
  76. 32e5fee Blocked revisions 77066 via svnmerge by Mark Dickinson · 15 years ago
  77. 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
  78. 7670ea9 Blocked revisions 77062 via svnmerge by Mark Dickinson · 15 years ago
  79. 4657283 Issue #1811: Improve accuracy and consistency of true division for integers. by Mark Dickinson · 15 years ago
  80. c4151ef Merged revisions 77058 via svnmerge from by Senthil Kumaran · 15 years ago
  81. 13c2ef9 Fix for issue5625 - test_urllib2 fails - urlopen error file not on local host. by Senthil Kumaran · 15 years ago
  82. d772933 Merged revisions 77050 via svnmerge from by Ezio Melotti · 15 years ago
  83. 1ac1c39 Updated sys.flags table in Doc by Ezio Melotti · 15 years ago
  84. e748238 Merged revisions 77045 via svnmerge from by Ezio Melotti · 15 years ago
  85. f84caf4 #6108: unicode(exception) and str(exception) should return the same message by Ezio Melotti · 15 years ago
  86. 995d6a3 Merged revisions 77041 via svnmerge from by Mark Dickinson · 15 years ago
  87. db69f01 Issue #7568: typo in docstring. Thanks Mike Putnam. by Mark Dickinson · 15 years ago
  88. 7b3cfa4 Merged revisions 77038 via svnmerge from by Benjamin Peterson · 15 years ago
  89. 27cae34 allow Process name to be unicode #7571 by Benjamin Peterson · 15 years ago
  90. ca8e7ec Unittests and news items for the patch in r77026. by Ronald Oussoren · 15 years ago
  91. 63364fb Merged revisions 77033 via svnmerge from by Ronald Oussoren · 15 years ago
  92. b5afe54 Fix for issue #7541: python-config --ldflags doesn't pick up libpython2.5.a by Ronald Oussoren · 15 years ago
  93. 92919a6 Issue #6834: replace the implementation for the 'python' and 'pythonw' executables on OSX. by Ronald Oussoren · 15 years ago
  94. 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
  95. 175dc9d Merged revisions 77026 via svnmerge from by Ronald Oussoren · 15 years ago
  96. 728cc61 On OSX the output of "uname -m" always reflects the 32-bit architecture by Ronald Oussoren · 15 years ago
  97. 0273c84 Merged revisions 77022 via svnmerge from by Ezio Melotti · 15 years ago
  98. 9c236bf Added markup and default arg, fixed example by Ezio Melotti · 15 years ago
  99. a1e8450 Merged revisions 77018 via svnmerge from by Senthil Kumaran · 15 years ago
  100. f9a21f4 Fix for Issue7570: Error in urllib2 example. by Senthil Kumaran · 15 years ago