1. efdf706 Neaten-up the itertools recipes. by Raymond Hettinger · 17 years ago
  2. ff5f16e More modifications to tests for math.sum: replace the Python by Mark Dickinson · 17 years ago
  3. cde8cdd Be less strict with replication timeouts (the machine by Jesus Cea · 17 years ago
  4. a99363f Refinements in the bsddb testsuite by Jesus Cea · 17 years ago
  5. 01a2432 backport r65264 by Benjamin Peterson · 17 years ago
  6. 3e9c60c Remove math.sum tests related to overflow, special values, and behaviour by Mark Dickinson · 17 years ago
  7. fe84cce Issue #3449: Update decimal module to use most recent specification by Mark Dickinson · 17 years ago
  8. 1ef19f0 Close issue 3437 - missing state change when Allow lines are processed. by Skip Montanaro · 17 years ago
  9. 36897e1 disable some failing tests in test_locale due to a bug in locale.py. by Antoine Pitrou · 17 years ago
  10. 6327e84 Fix more buildbot failures on test_locale. by Antoine Pitrou · 17 years ago
  11. 524f413 try to fix most buildbot failures on test_locale + add a debug output for the solaris buildbot by Antoine Pitrou · 17 years ago
  12. ba54eda convert test_locale to unittest, and add a mechanism to override localconv() results for further testing (#1864, #1222) by Antoine Pitrou · 17 years ago
  13. 5fdfa3e #3394: zipfile.writestr doesn't set external attributes, so files are extracted mode 000 on Unix by Antoine Pitrou · 17 years ago
  14. 8c664e8 Issue 1592: Better error reporting for operations on closed shelves. by Raymond Hettinger · 17 years ago
  15. 4982d5d #2242: utf7 decoding crashes on bogus input on some Windows/MSVC versions by Antoine Pitrou · 17 years ago
  16. c6ad794 use isinstance by Benjamin Peterson · 17 years ago
  17. c5a11fa bsddb module updated to version 4.7.2devel9. by Jesus Cea · 17 years ago
  18. 30e208d remove unneeded import by Benjamin Peterson · 17 years ago
  19. f5574a0 don't use assert statement by Benjamin Peterson · 17 years ago
  20. e4921fe Issue2378: pdb would delete free variables when stepping into a class statement. by Amaury Forgeot d'Arc · 17 years ago
  21. f3f6759 Issue 3396. Fixed the autocompletion of 'int.', and worked by Facundo Batista · 17 years ago
  22. fa26782 Save the whole of sys.modules instead of using an import tracker. by Georg Brandl · 17 years ago
  23. be3ff9c Fix misspeeld method name (negative) by Neal Norwitz · 17 years ago
  24. 61d5c43 Remove exception indexing in asyncore. by Georg Brandl · 17 years ago
  25. f1f46f0 Clean-up itertools docs and recipes. by Raymond Hettinger · 17 years ago
  26. 39e0eb7 Fix compress() recipe in docs to use itertools. by Raymond Hettinger · 17 years ago
  27. 0147a76 Merged revisions 65137 via svnmerge from by Benjamin Peterson · 17 years ago
  28. 59ec315 #3319: don't raise ZeroDivisionError if number of rounds is so by Georg Brandl · 17 years ago
  29. 278fc50 #3303: fix crash with invalid Py_DECREF in strcoll(). by Georg Brandl · 17 years ago
  30. 3369167 Add recipe to the itertools docs. by Raymond Hettinger · 17 years ago
  31. 3c21216 Improve accuracy of gamma test function by Raymond Hettinger · 17 years ago
  32. f032a00 Fix issue 3411: default float format spec fails on negative numbers. by Eric Smith · 17 years ago
  33. 1e8fba7 Deprecate the sunaudio module for removal in Python 3.0. The sunau module can provide similar functionality. by Brett Cannon · 17 years ago
  34. 56af5fc #3390: replace a remaining has_key(). by Georg Brandl · 17 years ago
  35. 74bbc79 Replace all map(None, a) with list(a). by Georg Brandl · 17 years ago
  36. e2886fd now that test_lib2to3 actually works and isn't extremely slow, we don't need the lib2to3 resource by Benjamin Peterson · 17 years ago
  37. 0e3a6cf backport test_fileio by Benjamin Peterson · 17 years ago
  38. 730c818 Correct attribute name. by Georg Brandl · 17 years ago
  39. 9334d02 Remove duplicate entry in __all__. by Georg Brandl · 17 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 · 17 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 · 17 years ago
  42. daddf03 Bumping to 2.6b2 by Barry Warsaw · 17 years ago
  43. 7fb9640 Fix issue 3395, update _debugInfo to be _debug_info by Jesse Noller · 17 years ago
  44. d6c393a Backed out r65069, pending fixing it in Windows. by Eric Smith · 17 years ago
  45. 0c1dbf8 catch socket.error errors in badCertTest by Bill Janssen · 17 years ago
  46. 454816d Issue 3382: Make '%F' and float.__format__('F') convert results to upper case. by Eric Smith · 17 years ago
  47. f5668f1 try to fix test_threading on the Windows bot by Benjamin Peterson · 17 years ago
  48. 1ab3149 Merged revisions 65053-65054 via svnmerge from by Benjamin Peterson · 17 years ago
  49. 0a34baf Byte items *can* be chars in 2.6. by Georg Brandl · 17 years ago
  50. 3e483f6 #3156: fix consistency in what type bytearray methods accept as items. by Georg Brandl · 17 years ago
  51. a24869a #3312: fix two sqlite3 crashes. by Georg Brandl · 17 years ago
  52. 4ed9be7 #3345: fix docstring. by Georg Brandl · 17 years ago
  53. b9b68ae #3305: self->stream can be NULL. by Georg Brandl · 17 years ago
  54. b32dea5 #3045: fix pydoc behavior for TEMP path with spaces. by Georg Brandl · 17 years ago
  55. 5e62ca4 Apply patch for 874900: threading module can deadlock after fork by Jesse Noller · 17 years ago
  56. 1bbf4ea Merged revisions 65025 via svnmerge from by Benjamin Peterson · 17 years ago
  57. 4b4f0eb lib2to3 isn't broken anymore, so we can run the test by Benjamin Peterson · 17 years ago
  58. 699b090 Merged revisions 64863,64868,64870,64942,65001-65002,65017-65018 via svnmerge from by Benjamin Peterson · 17 years ago
  59. 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 · 17 years ago
  60. a6c5dc0 Apply patch for issue 3090: ARCHFLAGS parsing incorrect by Jesse Noller · 17 years ago
  61. 64b7e50 Issue #3360: Fix incorrect parsing of "020000000000.0". by Mark Dickinson · 17 years ago
  62. a736a28 disable lib2to3 in the trunk. It's broken just for 2.6 by Benjamin Peterson · 17 years ago
  63. a5fa5a2 Complete issue 3083: add alternate (#) formatting to bin, oct, hex in str.format(). by Eric Smith · 17 years ago
  64. 6276456 Fix float.from_hex tests. It appears that Linux/ia64 doesn't like by Mark Dickinson · 17 years ago
  65. 2affb40 Fix test on 64-bit platforms. by Thomas Heller · 17 years ago
  66. 7103aa4 Issue #3008: add instance method float.hex and class method float.fromhex by Mark Dickinson · 17 years ago
  67. 9949d6e Revert 3270 patch: self._address is in pretty widespread use, need to revisit by Jesse Noller · 17 years ago
  68. c0b2a80 Issue #3258: Fix an assertion error (in debug build) and a crash (in by Thomas Heller · 17 years ago
  69. 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 · 17 years ago
  70. 9ace15c multiprocessing/connection.py patch to remove fqdn oddness for issue 3270 by Jesse Noller · 17 years ago
  71. 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 · 17 years ago
  72. a6864e0 fix test_py3kwarns by Benjamin Peterson · 17 years ago
  73. 2ee623b Fixed test failure on Win64 machines. by Robert Schuppenies · 17 years ago
  74. e79edf5 remove sys.version_info check for 3.0 by Benjamin Peterson · 17 years ago
  75. 2a60879 remove bytes alias by Benjamin Peterson · 17 years ago
  76. b028f50 Fix issue 3221 by emitting a RuntimeWarning instead of raising SystemError when the parent module can't be found during an absolute import (likely due to non-PEP 361 aware code which sets a module level __package__ attribute) by Nick Coghlan · 17 years ago
  77. 38469e2 Make test.test_support.catch_warnings more robust as discussed on python-dev. Also add explicit tests for itto test_warnings. by Nick Coghlan · 17 years ago
  78. 3d0b9f0 dummy_thread.acquire() would return None if no waitflag argument was given. It by Brett Cannon · 17 years ago
  79. 0522a9f #1778443 robotparser fixes from Aristotelis Mikropoulos by Benjamin Peterson · 17 years ago
  80. 873c386 Fixed test for asyncore. by Josiah Carlson · 17 years ago
  81. b65b4c3 Fix for the AttributeError in test_asynchat. by Josiah Carlson · 17 years ago
  82. 2252d11 #3342: In tracebacks, printed source lines were not indented since r62555. by Amaury Forgeot d'Arc · 17 years ago
  83. ae6d2b9 #3317 in zipfile module, restore the previous names of global variables: by Amaury Forgeot d'Arc · 17 years ago
  84. 4762902 Added garbage collector overhead and optional default return value to by Robert Schuppenies · 17 years ago
  85. 5930d8f Suppress -3 warnings in unittest.py by Raymond Hettinger · 17 years ago
  86. 930795b Clear the -3 warnings in optparse.py by Raymond Hettinger · 17 years ago
  87. 9be2ec1 Added additional __sizeof__ implementations and addressed comments made in by Robert Schuppenies · 17 years ago
  88. b01713e Issue 3285: Fractions from_float() and from_decimal() accept Integral arguments. by Raymond Hettinger · 17 years ago
  89. 3cd1e42 Issue 3301: Bisect functions behaved badly when lo was negative. by Raymond Hettinger · 17 years ago
  90. d2cd86d Fixed Issue3122 and extended sys.getsizeof tests for built-in types. by Robert Schuppenies · 17 years ago
  91. 548db58 Use operator.index() instead of n.__index__(). by Raymond Hettinger · 17 years ago
  92. 655d583 Issue 3287: Raise correct exception for float inputs. by Raymond Hettinger · 17 years ago
  93. 524b777 Issue 2517: Allow unicode messages in Exceptions again by correctly bypassing the instance dictionary when looking up __unicode__ on new-style classes by Nick Coghlan · 17 years ago
  94. 1a66441 Issue 3306. Better control for a lenght in findmax() function. by Facundo Batista · 17 years ago
  95. c4691ec - Issue #3094: httplib.HTTPSConnection Host: headers no longer include the by Gregory P. Smith · 17 years ago
  96. ff5f420 Fixed bugs 760475, 953599, and 1519. by Josiah Carlson · 17 years ago
  97. 3b1e6b2 - Issue #3309: Fix bz2.BZFile itererator to release its internal lock by Gregory P. Smith · 17 years ago
  98. 0f7cddc Issue839496: SimpleHTTPServer should open all files in binary mode. by Amaury Forgeot d'Arc · 17 years ago
  99. 7f58022 remove test_compact_freelists from test_sys by Benjamin Peterson · 17 years ago
  100. f414064 - Issue #2113: Fix error in subprocess.Popen if the select system call is by Gregory P. Smith · 17 years ago