1. 1f571c6 Remove Barry's love of deprecated syntax to silence warnings in the email by Brett Cannon · 17 years ago
  2. b2f49ff Remove a dict.has_key() use in DocXMLRPCServer that comes up under -3. by Brett Cannon · 17 years ago
  3. 0a0f608 Remove a dict.has_key() and callable() usage in SimpleXMLRPCServer as triggered by Brett Cannon · 17 years ago
  4. c3ce0e5 Silence -3 warnings in pstats: a dict.has_key() usage and backport solution to by Brett Cannon · 17 years ago
  5. cc2f7b4 Remove a dict.has_key() usage in profile to silence a -3 DeprecationWarning. by Brett Cannon · 17 years ago
  6. 52f03c5 Remove a use of list.sort(cmp=) to silence a -3 DeprecationWarning in cookielib. by Brett Cannon · 17 years ago
  7. aca98b0 Silence SyntaxWarning and DeprecationWarning in pydoc triggered by tuple by Brett Cannon · 17 years ago
  8. 89318d8 Silence some SyntaxWarnings for tuple unpacking in a parameter list for by Brett Cannon · 17 years ago
  9. 92a6240 Preemptively backport the relevant parts of r65420 by Antoine Pitrou · 17 years ago
  10. 727bd0b Issue #3039: Fix TarFileCompat.writestr() which always raised an by Lars Gustäbel · 17 years ago
  11. aabf404 Issue #799428: Fix Tkinter.Misc._nametowidget to unwrap Tcl command objects. by Martin v. Löwis · 17 years ago
  12. 97b1fb6 Remove a __getitem__() removal on an exception to silence a warning triggered by Brett Cannon · 17 years ago
  13. 0d89407 Remove a dict.has_key() use to silence a warning when running under -3. by Brett Cannon · 17 years ago
  14. 926779e Remove a dict.has_key() use to silence a warning raised under -3. by Brett Cannon · 17 years ago
  15. 50bb7e1 Remove a tuple unpacking in a parameter list to remove a SyntaxWarning raised by Brett Cannon · 17 years ago
  16. 2005050 Remove a tuple unpacking in a parameter list to suppress the SyntaxWarning with by Brett Cannon · 17 years ago
  17. 52597be Remove a use of callable() to silence the warning triggered under -3. by Brett Cannon · 17 years ago
  18. f5eb2ff Silence (Syntax|Deprecation)Warning for 'inspect'. Had to remove tuple by Brett Cannon · 17 years ago
  19. c6a30ec Remove use of tuple unpacking and dict.has_key() so as to silence by Brett Cannon · 17 years ago
  20. 791ec1f Remove assignment to True/False to silence the SyntaxWarning that is triggered by Brett Cannon · 17 years ago
  21. 5400b6b Fix a DeprecationWarning about __getitem__() and exceptions in the 'traceback' module. by Brett Cannon · 17 years ago
  22. 06847b1 Correct a crash when two successive unicode allocations fail with a MemoryError: by Amaury Forgeot d'Arc · 17 years ago
  23. ad96040 Remove a dummy test that was checked in by mistake by Amaury Forgeot d'Arc · 17 years ago
  24. 39fd672 #3479: unichr(2**32) used to return u'\x00'. by Amaury Forgeot d'Arc · 17 years ago
  25. e7d8be8 Security patches from Apple: prevent int overflow when allocating memory by Neal Norwitz · 17 years ago
  26. e70f8e1 remove usage of MacOS from Tkinter by Benjamin Peterson · 17 years ago
  27. 0f6414a Rename testSum to testFsum and move it to proper place in test_math.py by Mark Dickinson · 17 years ago
  28. cda5ce2 Backport test.support.fcmp() from 3.0 to silence -3 warnings. by Brett Cannon · 17 years ago
  29. f080e6d Alter recipe to show how to call izip_longest() with by Raymond Hettinger · 17 years ago
  30. 246daed #2542: now that issubclass() may call arbitrary code, by Amaury Forgeot d'Arc · 17 years ago
  31. b8827c0 I mess up again; BufferError inherits StandardError by Benjamin Peterson · 17 years ago
  32. 67ebfef add BufferError to the exception hieracrchy by Benjamin Peterson · 17 years ago
  33. fef6b13 Rename math.sum to math.fsum by Mark Dickinson · 17 years ago
  34. f2eb2b4 getrandombits is actually getrandbits by Benjamin Peterson · 17 years ago
  35. efdf706 Neaten-up the itertools recipes. by Raymond Hettinger · 17 years ago
  36. ff5f16e More modifications to tests for math.sum: replace the Python by Mark Dickinson · 17 years ago
  37. cde8cdd Be less strict with replication timeouts (the machine by Jesus Cea · 17 years ago
  38. a99363f Refinements in the bsddb testsuite by Jesus Cea · 17 years ago
  39. 01a2432 backport r65264 by Benjamin Peterson · 17 years ago
  40. 3e9c60c Remove math.sum tests related to overflow, special values, and behaviour by Mark Dickinson · 17 years ago
  41. fe84cce Issue #3449: Update decimal module to use most recent specification by Mark Dickinson · 17 years ago
  42. 1ef19f0 Close issue 3437 - missing state change when Allow lines are processed. by Skip Montanaro · 17 years ago
  43. 36897e1 disable some failing tests in test_locale due to a bug in locale.py. by Antoine Pitrou · 17 years ago
  44. 6327e84 Fix more buildbot failures on test_locale. by Antoine Pitrou · 17 years ago
  45. 524f413 try to fix most buildbot failures on test_locale + add a debug output for the solaris buildbot by Antoine Pitrou · 17 years ago
  46. 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
  47. 5fdfa3e #3394: zipfile.writestr doesn't set external attributes, so files are extracted mode 000 on Unix by Antoine Pitrou · 17 years ago
  48. 8c664e8 Issue 1592: Better error reporting for operations on closed shelves. by Raymond Hettinger · 17 years ago
  49. 4982d5d #2242: utf7 decoding crashes on bogus input on some Windows/MSVC versions by Antoine Pitrou · 17 years ago
  50. c6ad794 use isinstance by Benjamin Peterson · 17 years ago
  51. c5a11fa bsddb module updated to version 4.7.2devel9. by Jesus Cea · 17 years ago
  52. 30e208d remove unneeded import by Benjamin Peterson · 17 years ago
  53. f5574a0 don't use assert statement by Benjamin Peterson · 17 years ago
  54. e4921fe Issue2378: pdb would delete free variables when stepping into a class statement. by Amaury Forgeot d'Arc · 17 years ago
  55. f3f6759 Issue 3396. Fixed the autocompletion of 'int.', and worked by Facundo Batista · 17 years ago
  56. fa26782 Save the whole of sys.modules instead of using an import tracker. by Georg Brandl · 17 years ago
  57. be3ff9c Fix misspeeld method name (negative) by Neal Norwitz · 17 years ago
  58. 61d5c43 Remove exception indexing in asyncore. by Georg Brandl · 17 years ago
  59. f1f46f0 Clean-up itertools docs and recipes. by Raymond Hettinger · 17 years ago
  60. 39e0eb7 Fix compress() recipe in docs to use itertools. by Raymond Hettinger · 17 years ago
  61. 0147a76 Merged revisions 65137 via svnmerge from by Benjamin Peterson · 17 years ago
  62. 59ec315 #3319: don't raise ZeroDivisionError if number of rounds is so by Georg Brandl · 17 years ago
  63. 278fc50 #3303: fix crash with invalid Py_DECREF in strcoll(). by Georg Brandl · 17 years ago
  64. 3369167 Add recipe to the itertools docs. by Raymond Hettinger · 17 years ago
  65. 3c21216 Improve accuracy of gamma test function by Raymond Hettinger · 17 years ago
  66. f032a00 Fix issue 3411: default float format spec fails on negative numbers. by Eric Smith · 17 years ago
  67. 1e8fba7 Deprecate the sunaudio module for removal in Python 3.0. The sunau module can provide similar functionality. by Brett Cannon · 17 years ago
  68. 56af5fc #3390: replace a remaining has_key(). by Georg Brandl · 17 years ago
  69. 74bbc79 Replace all map(None, a) with list(a). by Georg Brandl · 17 years ago
  70. 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
  71. 0e3a6cf backport test_fileio by Benjamin Peterson · 17 years ago
  72. 730c818 Correct attribute name. by Georg Brandl · 17 years ago
  73. 9334d02 Remove duplicate entry in __all__. by Georg Brandl · 17 years ago
  74. 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
  75. 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
  76. daddf03 Bumping to 2.6b2 by Barry Warsaw · 17 years ago
  77. 7fb9640 Fix issue 3395, update _debugInfo to be _debug_info by Jesse Noller · 17 years ago
  78. d6c393a Backed out r65069, pending fixing it in Windows. by Eric Smith · 17 years ago
  79. 0c1dbf8 catch socket.error errors in badCertTest by Bill Janssen · 17 years ago
  80. 454816d Issue 3382: Make '%F' and float.__format__('F') convert results to upper case. by Eric Smith · 17 years ago
  81. f5668f1 try to fix test_threading on the Windows bot by Benjamin Peterson · 17 years ago
  82. 1ab3149 Merged revisions 65053-65054 via svnmerge from by Benjamin Peterson · 17 years ago
  83. 0a34baf Byte items *can* be chars in 2.6. by Georg Brandl · 17 years ago
  84. 3e483f6 #3156: fix consistency in what type bytearray methods accept as items. by Georg Brandl · 17 years ago
  85. a24869a #3312: fix two sqlite3 crashes. by Georg Brandl · 17 years ago
  86. 4ed9be7 #3345: fix docstring. by Georg Brandl · 17 years ago
  87. b9b68ae #3305: self->stream can be NULL. by Georg Brandl · 17 years ago
  88. b32dea5 #3045: fix pydoc behavior for TEMP path with spaces. by Georg Brandl · 17 years ago
  89. 5e62ca4 Apply patch for 874900: threading module can deadlock after fork by Jesse Noller · 17 years ago
  90. 1bbf4ea Merged revisions 65025 via svnmerge from by Benjamin Peterson · 17 years ago
  91. 4b4f0eb lib2to3 isn't broken anymore, so we can run the test by Benjamin Peterson · 17 years ago
  92. 699b090 Merged revisions 64863,64868,64870,64942,65001-65002,65017-65018 via svnmerge from by Benjamin Peterson · 17 years ago
  93. 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
  94. a6c5dc0 Apply patch for issue 3090: ARCHFLAGS parsing incorrect by Jesse Noller · 17 years ago
  95. 64b7e50 Issue #3360: Fix incorrect parsing of "020000000000.0". by Mark Dickinson · 17 years ago
  96. a736a28 disable lib2to3 in the trunk. It's broken just for 2.6 by Benjamin Peterson · 17 years ago
  97. a5fa5a2 Complete issue 3083: add alternate (#) formatting to bin, oct, hex in str.format(). by Eric Smith · 17 years ago
  98. 6276456 Fix float.from_hex tests. It appears that Linux/ia64 doesn't like by Mark Dickinson · 17 years ago
  99. 2affb40 Fix test on 64-bit platforms. by Thomas Heller · 17 years ago
  100. 7103aa4 Issue #3008: add instance method float.hex and class method float.fromhex by Mark Dickinson · 17 years ago