1. f8476c1 Issue #2487. math.ldexp(x, n) raised OverflowError when n was large and by Mark Dickinson · 17 years ago
  2. 8bd5334 Add 2.6b1 and 2.6b2 UUIDs. by Martin v. Löwis · 17 years ago
  3. e81c376 Issue #2801: fix bug in float.is_integer where ValueError by Mark Dickinson · 17 years ago
  4. 17433d2 Add --user option to build_ext by Christian Heimes · 17 years ago
  5. ba290db Update planned release date. Uncomment PEP 370 section. Add some module items by Andrew M. Kuchling · 17 years ago
  6. 68fd63b Add a note about using reload(). by Georg Brandl · 17 years ago
  7. 2e829cb Add Kodos as a re reference. by Georg Brandl · 17 years ago
  8. 3ddaf2d Add another link to colorsys docs. by Georg Brandl · 17 years ago
  9. dfb5bbd Add a sentence to basicConfig() that is in the docstring. by Georg Brandl · 17 years ago
  10. 5117409 #2781: fix function name. by Georg Brandl · 17 years ago
  11. ada12e3 #2788: add .hgignore file. by Georg Brandl · 17 years ago
  12. fa24d9a Deprecate the toaiff module for removal in 3.0. by Brett Cannon · 17 years ago
  13. 3c75914 Deprecate test.testall for removal in 3.0. by Brett Cannon · 17 years ago
  14. d7265d6 Deprecate the new module for removal in 3.0. by Brett Cannon · 17 years ago
  15. d03238a reindent example by Benjamin Peterson · 17 years ago
  16. e404a12 Add an example about using NamedTemporaryFile() to replace mktemp(). I'm by Skip Montanaro · 17 years ago
  17. 0893a0a Add Py3k warnings to os.path.walk by Benjamin Peterson · 17 years ago
  18. 9ec4aa0 Replace instances of os.path.walk with os.walk by Benjamin Peterson · 17 years ago
  19. e3b1940 Deprecate the user module for removal in 3.0. by Brett Cannon · 17 years ago
  20. cae4f5f Add test.test_support.catch_warning()'s new argument. by Brett Cannon · 17 years ago
  21. 3c1d50a Add a missing entry on the fix for issue #2790. by Brett Cannon · 17 years ago
  22. be1501b Fix sys.flags to properly expose bytes_warning. by Brett Cannon · 17 years ago
  23. 98b9c07 Document the 'record' argument for test.test_support.catch_warning(). by Brett Cannon · 17 years ago
  24. 5d023c3 Fix a bug introduced by the addition of the 'record' argument to by Brett Cannon · 17 years ago
  25. 6071cc8 Deprecate stringold for removal in 3.0. by Brett Cannon · 17 years ago
  26. bfb997d Make test.test_support.catch_warning() take an argument specifying if any by Brett Cannon · 17 years ago
  27. 9d44182 The mutex module has been deprecated for removal in 3.0. by Brett Cannon · 17 years ago
  28. 80bb9d9 Deprecate the imputil module for removal in 3.0. by Brett Cannon · 17 years ago
  29. f8105ce Issue 2778. Document the temporary frozenset swap in __contains__(), remove(), and discard(). by Raymond Hettinger · 17 years ago
  30. bf5bd9f Post tag updates. by Barry Warsaw · 17 years ago
  31. f8a0ded Tagging 2.6a3 by Barry Warsaw · 17 years ago
  32. 6cc7940 Bump to 2.6a3 by Barry Warsaw · 17 years ago
  33. c27b8b8 Fix for issue 1770190: platform.mac_ver() now returns the right by Ronald Oussoren · 17 years ago
  34. 5a9fed7 Fix-up the enumerate type example and move it to the end. by Raymond Hettinger · 17 years ago
  35. cf98f03 The __all__ variable forgot to expose the gcd() function. by Raymond Hettinger · 17 years ago
  36. c5a1cc5 Frozensets do not benefit from autoconversion. by Raymond Hettinger · 17 years ago
  37. 2e6407d Practice EAFP, and revert 62787 by Benjamin Peterson · 17 years ago
  38. 33e4a98 Replace more float hacks with correct math functions by Christian Heimes · 17 years ago
  39. 342c095 update .bzrignore by Benjamin Peterson · 17 years ago
  40. 5be0176 Re-added getbuildinfo.c solution item by Christian Heimes · 17 years ago
  41. 34f18fd Create a TextMate directory in Misc to house a Python-Dev bundle. by Brett Cannon · 17 years ago
  42. c2ca6db Disabled some unit tests for the upcoming release. See #2777 by Christian Heimes · 17 years ago
  43. f843682 Add an entry about audiodev being slated for removal in 3.0. by Brett Cannon · 17 years ago
  44. e5d2cba Deprecate the audiodev module for 3.0. by Brett Cannon · 17 years ago
  45. 7961823 When testing a module's __all__, we really don't care if it is deprecated. by Brett Cannon · 17 years ago
  46. af748c3 Implemented PEP 370 by Christian Heimes · 17 years ago
  47. 323c40d Make the Python implementation of warnings compatible with the C implementation regarding non-callable showwarning by Benjamin Peterson · 17 years ago
  48. d295032 Fix logic error in Python/_warnings.c and add a test to verify by Benjamin Peterson · 17 years ago
  49. c730d5f > != (!<). by Georg Brandl · 17 years ago
  50. 5820022 #2773: fix description of 'g' and 'G' formatting spec. by Georg Brandl · 17 years ago
  51. c8a0d2f Intern static string by Christian Heimes · 17 years ago
  52. 8e49973 fix issue2707 - os.walk docstring example correctness typo. by Gregory P. Smith · 17 years ago
  53. e3dcb01 Fix a bug in the handling of the stacklevel argument in warnings.warn() where by Brett Cannon · 17 years ago
  54. 0b7f778 PEP 8 nits in json package by Benjamin Peterson · 17 years ago
  55. 24237ea Fix a bug introduced in r62627. see issue2760 and issue2632. by Gregory P. Smith · 17 years ago
  56. 98fd036 #2752: fix second example too. by Georg Brandl · 17 years ago
  57. cb63565 #2769: markup glitch. by Georg Brandl · 17 years ago
  58. 3961f18 Fix JSON module docs. by Georg Brandl · 17 years ago
  59. 4b964f9 Add the 'json' package. Code taken from simplejson 1.9 and contributed by Bob by Brett Cannon · 17 years ago
  60. 5f2e0e5 Revert bogus checkin in r62724 to that file. by Martin v. Löwis · 17 years ago
  61. c3ad68c Fix Unicode filename test. by Martin v. Löwis · 17 years ago
  62. 471617d Issue #1734346: Support Unicode file names for zipfiles. by Martin v. Löwis · 17 years ago
  63. 9c19bc6 Remove the use of 'inspect' from 'warnings' for detected deprecated use of the by Brett Cannon · 17 years ago
  64. 8a232cc Add a DeprecationWarning for when warnings.showwarning() is set to a function by Brett Cannon · 17 years ago
  65. 9ae080e Remove method signatures from the docstrings of io.py by Benjamin Peterson · 17 years ago
  66. 8d66dcd #2695: Do case-insensitive check for algorithms. by Georg Brandl · 17 years ago
  67. 83ea2a9 Fix typo in bugs.rst by Benjamin Peterson · 17 years ago
  68. bc04346 #2757: Remove spare newline. by Georg Brandl · 17 years ago
  69. e11c9b3 Implemented feature request 2157: Converter names are cut off at '(' by Gerhard Häring · 17 years ago
  70. 5a366c3 Applied sqliterow-richcmp.diff patch from Thomas Heller in Issue2152. The by Gerhard Häring · 17 years ago
  71. ffa3357 SQLite requires 64-bit integers in order to build. So the whole HAVE_LONG_LONG by Gerhard Häring · 17 years ago
  72. 7e3ab45 Added note that Python requires at least Win2k SP4 by Christian Heimes · 17 years ago
  73. 08c7218 #2752: wrong meaning of '' for socket host. by Georg Brandl · 17 years ago
  74. 8334330 Fix typo in whatsnew by Benjamin Peterson · 17 years ago
  75. 71f3b85 Make sure that Context traps and flags dictionaries have values 0 and 1 by Mark Dickinson · 17 years ago
  76. 8aca9d0 Some very minor changes to decimal.py in Python 2.6, aimed by Mark Dickinson · 17 years ago
  77. 979395b Moved testing of builtin types out of test_builtin and into type specific modules by Benjamin Peterson · 17 years ago
  78. 761b9c6 Insert correct OpenSearch base URL. by Georg Brandl · 17 years ago
  79. 1840c1a Backport Raymond's changes in r60508 to Python 2.6. by Mark Dickinson · 17 years ago
  80. 2b30ea0 The compiling struct is now passed around to all AST helpers (see issue 2720) by Benjamin Peterson · 17 years ago
  81. 7684f85 In test_io, StatefulIncrementalDecoderTest was not part of the test suite. by Amaury Forgeot d'Arc · 17 years ago
  82. 64a4bbe Fix the C implementation of 'warnings' to infer the filename of the module that by Brett Cannon · 17 years ago
  83. ab9cc1b Fix some indentation errors. by Brett Cannon · 17 years ago
  84. 56fcb0b capitalization nit for reStructuredText by Benjamin Peterson · 17 years ago
  85. 26f545c Fix for issue #2520 (cannot import macerrors) by Ronald Oussoren · 17 years ago
  86. f2ef92c Fix for #1905: PythonLauncher not working correctly on OSX 10.5/Leopard by Ronald Oussoren · 17 years ago
  87. 6780a9d Merged revisions 62263-62646 via svnmerge from by Martin v. Löwis · 17 years ago
  88. 85f1970 Finish fix for issue2573, previous patch was incomplete. by Ronald Oussoren · 17 years ago
  89. 580c7fe Fix for issue #2573: Can't change the framework name on OS X builds by Ronald Oussoren · 17 years ago
  90. ee340e5 Fixed some test structures. Thanks Mark Dickinson. by Facundo Batista · 17 years ago
  91. 7c5c8e6 #2581: Vista UAC/elevation support for bdist_wininst by Mark Hammond · 17 years ago
  92. f8cc640 This should fix issue2632. A long description of the two competing by Gregory P. Smith · 17 years ago
  93. b457dda Fix a backwards-compatibility mistake where a new optional argument for by Brett Cannon · 17 years ago
  94. 0c65fe6 Fix synopsis. by Georg Brandl · 17 years ago
  95. 80ef62e Fix typo in whatsnew by Benjamin Peterson · 17 years ago
  96. 95287fa Remove some from __future__ import with_statements by Benjamin Peterson · 17 years ago
  97. 655fc70 #1748: use functools.wraps instead of rolling own metadata update. by Georg Brandl · 17 years ago
  98. d8f2d0b make test_support's captured_output a bit more robust when exceptions happen by Benjamin Peterson · 17 years ago
  99. 63b0a2e #2727: clarify tp_iternext docs. by Georg Brandl · 17 years ago
  100. 28e0873 #2719: backport next() from 3k. by Georg Brandl · 17 years ago