1. 9973ee8 Remove out-of-date section on Exact/Inexact. by Raymond Hettinger · 16 years ago
  2. 5aa0b4d Fix build issue on OSX 10.4, somehow this wasn't committed before. by Ronald Oussoren · 16 years ago
  3. 5a849d4 Fix buglet in fix for issue3381 by Ronald Oussoren · 16 years ago
  4. 0470bab Issue #2620: Overflow checking when allocating or reallocating memory by Gregory P. Smith · 16 years ago
  5. f5574a0 don't use assert statement by Benjamin Peterson · 16 years ago
  6. e4921fe Issue2378: pdb would delete free variables when stepping into a class statement. by Amaury Forgeot d'Arc · 16 years ago
  7. 90d0717 Increment version number in NEWS file, and move items that were added after 2.6b2. by Amaury Forgeot d'Arc · 16 years ago
  8. 74bd40d On Windows, silence a Purify warning and initialize the memory passed to CryptGenRandom. by Amaury Forgeot d'Arc · 16 years ago
  9. be44991 nonlocal is not in 2.6. by Georg Brandl · 16 years ago
  10. f3f6759 Issue 3396. Fixed the autocompletion of 'int.', and worked by Facundo Batista · 16 years ago
  11. fa26782 Save the whole of sys.modules instead of using an import tracker. by Georg Brandl · 16 years ago
  12. be3ff9c Fix misspeeld method name (negative) by Neal Norwitz · 16 years ago
  13. c86b54c Fix a couple of names in error messages that were wrong by Neal Norwitz · 16 years ago
  14. e64f738 #926501: add info where to put the docstring. by Georg Brandl · 16 years ago
  15. 61d5c43 Remove exception indexing in asyncore. by Georg Brandl · 16 years ago
  16. b90f4e8 fix issue3120 - don't truncate handles on 64-bit Windows. by Gregory P. Smith · 16 years ago
  17. f1f46f0 Clean-up itertools docs and recipes. by Raymond Hettinger · 16 years ago
  18. 39e0eb7 Fix compress() recipe in docs to use itertools. by Raymond Hettinger · 16 years ago
  19. d648f64 #3322: bounds checking for _json.scanstring by Bob Ippolito · 16 years ago
  20. 0147a76 Merged revisions 65137 via svnmerge from by Benjamin Peterson · 16 years ago
  21. b46d6ff Add ordering info for findall and finditer. by Georg Brandl · 16 years ago
  22. 3de1e69 #3323: mention that if inheriting from a class without __slots__, by Georg Brandl · 16 years ago
  23. 59ec315 #3319: don't raise ZeroDivisionError if number of rounds is so by Georg Brandl · 16 years ago
  24. 278fc50 #3303: fix crash with invalid Py_DECREF in strcoll(). by Georg Brandl · 16 years ago
  25. 6b41a8e #3302: fix segfaults when passing None for arguments that can't by Georg Brandl · 16 years ago
  26. 1ad108d #3378: in case of no memory, don't leak even more memory. :) by Georg Brandl · 16 years ago
  27. 3369167 Add recipe to the itertools docs. by Raymond Hettinger · 16 years ago
  28. 3c21216 Improve accuracy of gamma test function by Raymond Hettinger · 16 years ago
  29. f032a00 Fix issue 3411: default float format spec fails on negative numbers. by Eric Smith · 16 years ago
  30. 1e8fba7 Deprecate the sunaudio module for removal in Python 3.0. The sunau module can provide similar functionality. by Brett Cannon · 16 years ago
  31. 56af5fc #3390: replace a remaining has_key(). by Georg Brandl · 16 years ago
  32. 74bbc79 Replace all map(None, a) with list(a). by Georg Brandl · 16 years ago
  33. e2886fd now that test_lib2to3 actually works and isn't extremely slow, we don't need the lib2to3 resource by Benjamin Peterson · 16 years ago
  34. 0e3a6cf backport test_fileio by Benjamin Peterson · 16 years ago
  35. bf89981 Document the different meaning of precision for {:f} and {:g}. by Georg Brandl · 16 years ago
  36. 730c818 Correct attribute name. by Georg Brandl · 16 years ago
  37. 9334d02 Remove duplicate entry in __all__. by Georg Brandl · 16 years ago
  38. 51e6519 Issue #3389: Allow resolving dotted names for handlers in logging configuration files. Thanks to Philip Jenvey for the patch. by Vinay Sajip · 16 years ago
  39. 2a649f9 Issue #3389: Allow resolving dotted names for handlers in logging configuration files. Thanks to Philip Jenvey for the patch. by Vinay Sajip · 16 years ago
  40. 70fdc95 Issue #3389: Allow resolving dotted names for handlers in logging configuration files. Thanks to Philip Jenvey for the patch. by Vinay Sajip · 16 years ago
  41. bc7e34f Issue #3389: Allow resolving dotted names for handlers in logging configuration files. Thanks to Philip Jenvey for the patch. by Vinay Sajip · 16 years ago
  42. 0bd10fd Last bit of a fix for issue3381 (addon for my patch in r65061) by Ronald Oussoren · 16 years ago
  43. ecb8c79 Post release cleanup by Barry Warsaw · 16 years ago
  44. ef8cd5c Tagging 2.6 beta 2. by Barry Warsaw · 16 years ago
  45. daddf03 Bumping to 2.6b2 by Barry Warsaw · 16 years ago
  46. 7fb9640 Fix issue 3395, update _debugInfo to be _debug_info by Jesse Noller · 16 years ago
  47. d6c393a Backed out r65069, pending fixing it in Windows. by Eric Smith · 16 years ago
  48. 0c1dbf8 catch socket.error errors in badCertTest by Bill Janssen · 16 years ago
  49. 454816d Issue 3382: Make '%F' and float.__format__('F') convert results to upper case. by Eric Smith · 16 years ago
  50. 4347c44 #3381 fix framework builds on 10.4 by Benjamin Peterson · 16 years ago
  51. f5668f1 try to fix test_threading on the Windows bot by Benjamin Peterson · 16 years ago
  52. db3409c news note for r63052 by Gregory P. Smith · 16 years ago
  53. 1ab3149 Merged revisions 65053-65054 via svnmerge from by Benjamin Peterson · 16 years ago
  54. a66bb0a #3388: add a paragraph about using "with" for file objects. by Georg Brandl · 16 years ago
  55. 0a34baf Byte items *can* be chars in 2.6. by Georg Brandl · 16 years ago
  56. 3238a3e Backport part of r65043. by Georg Brandl · 16 years ago
  57. 3e75846 Use _getbytevalue() in init too. by Georg Brandl · 16 years ago
  58. 3e483f6 #3156: fix consistency in what type bytearray methods accept as items. by Georg Brandl · 16 years ago
  59. a24869a #3312: fix two sqlite3 crashes. by Georg Brandl · 16 years ago
  60. 4ed9be7 #3345: fix docstring. by Georg Brandl · 16 years ago
  61. b9b68ae #3305: self->stream can be NULL. by Georg Brandl · 16 years ago
  62. 86cbf81 #1608818: errno can get set by every call to readdir(). by Georg Brandl · 16 years ago
  63. b32dea5 #3045: fix pydoc behavior for TEMP path with spaces. by Georg Brandl · 16 years ago
  64. 0e6ea5d fix framework install on Mac 10.4 by Benjamin Peterson · 16 years ago
  65. 5e62ca4 Apply patch for 874900: threading module can deadlock after fork by Jesse Noller · 16 years ago
  66. 1bbf4ea Merged revisions 65025 via svnmerge from by Benjamin Peterson · 16 years ago
  67. 4cb965c Renamed a parameter in calc_number_widths, for consistency with the same parameter in fill_non_digits. by Eric Smith · 16 years ago
  68. 4b4f0eb lib2to3 isn't broken anymore, so we can run the test by Benjamin Peterson · 16 years ago
  69. 699b090 Merged revisions 64863,64868,64870,64942,65001-65002,65017-65018 via svnmerge from by Benjamin Peterson · 16 years ago
  70. 13e9d58 Apply Amaury's patch to multiprocessing for issue 3125, removes the copy_reg and replaces it with ForkingPickler.register(), which should resolve the conflict with the global registry/ctypes by Jesse Noller · 16 years ago
  71. a6c5dc0 Apply patch for issue 3090: ARCHFLAGS parsing incorrect by Jesse Noller · 16 years ago
  72. 64b7e50 Issue #3360: Fix incorrect parsing of "020000000000.0". by Mark Dickinson · 16 years ago
  73. c83f113 Add Antoine. by Martin v. Löwis · 16 years ago
  74. a736a28 disable lib2to3 in the trunk. It's broken just for 2.6 by Benjamin Peterson · 16 years ago
  75. a5fa5a2 Complete issue 3083: add alternate (#) formatting to bin, oct, hex in str.format(). by Eric Smith · 16 years ago
  76. 954a278 Keep sorted. by Georg Brandl · 16 years ago
  77. e2efba4 Move label to correct heading. by Georg Brandl · 16 years ago
  78. 6276456 Fix float.from_hex tests. It appears that Linux/ia64 doesn't like by Mark Dickinson · 16 years ago
  79. 2affb40 Fix test on 64-bit platforms. by Thomas Heller · 16 years ago
  80. 6d75ff8 Add Victor Stinner, he provided the patch for issue #3313. by Thomas Heller · 16 years ago
  81. 880f529 Issue #3313: Contrary to the man page, a failed dlopen() call does not by Thomas Heller · 16 years ago
  82. 7103aa4 Issue #3008: add instance method float.hex and class method float.fromhex by Mark Dickinson · 16 years ago
  83. 9949d6e Revert 3270 patch: self._address is in pretty widespread use, need to revisit by Jesse Noller · 16 years ago
  84. 2bad657 NEWS entry for #issue 3258. by Thomas Heller · 16 years ago
  85. c0b2a80 Issue #3258: Fix an assertion error (in debug build) and a crash (in by Thomas Heller · 16 years ago
  86. 6d6bd44 Add missing NEWS entry for r64962 by Nick Coghlan · 16 years ago
  87. 53663a6 Issue 2235: __hash__ is once again inherited by default, but inheritance can be blocked explicitly so that collections.Hashable remains meaningful by Nick Coghlan · 16 years ago
  88. 9ace15c multiprocessing/connection.py patch to remove fqdn oddness for issue 3270 by Jesse Noller · 16 years ago
  89. d0c8412 Added '#' formatting to integers. This adds the 0b, 0o, or 0x prefix for bin, oct, hex. There's still one failing case, and I need to finish the docs. I hope to finish those today. by Eric Smith · 16 years ago
  90. a6864e0 fix test_py3kwarns by Benjamin Peterson · 16 years ago
  91. 2ee623b Fixed test failure on Win64 machines. by Robert Schuppenies · 16 years ago
  92. fb7a50f Fix posix.fork1() / os.fork1() to only call PyOS_AfterFork() in the child by Gregory P. Smith · 16 years ago
  93. 4ec0c27 Expand the multiprocessing section by Andrew M. Kuchling · 16 years ago
  94. 8ea605c Typo fix by Andrew M. Kuchling · 16 years ago
  95. a2478d9 Typo fix by Andrew M. Kuchling · 16 years ago
  96. ded01d1 Typo fixes by Andrew M. Kuchling · 16 years ago
  97. bd70476 Issue #3153: sqlite leaks on error. by Alexandre Vassalotti · 16 years ago
  98. b93dc5f Add various items; move ctypes items into a subsection of their own by Andrew M. Kuchling · 16 years ago
  99. 00f34c6 Re-word by Andrew M. Kuchling · 16 years ago
  100. 8d412f3 Issue #3274: Use a less common identifier for the temporary variable by Alexandre Vassalotti · 16 years ago