1. f5eb2ff Silence (Syntax|Deprecation)Warning for 'inspect'. Had to remove tuple by Brett Cannon · 17 years ago
  2. c6a30ec Remove use of tuple unpacking and dict.has_key() so as to silence by Brett Cannon · 17 years ago
  3. 791ec1f Remove assignment to True/False to silence the SyntaxWarning that is triggered by Brett Cannon · 17 years ago
  4. 5400b6b Fix a DeprecationWarning about __getitem__() and exceptions in the 'traceback' module. by Brett Cannon · 17 years ago
  5. 06847b1 Correct a crash when two successive unicode allocations fail with a MemoryError: by Amaury Forgeot d'Arc · 17 years ago
  6. ad96040 Remove a dummy test that was checked in by mistake by Amaury Forgeot d'Arc · 17 years ago
  7. 39fd672 #3479: unichr(2**32) used to return u'\x00'. by Amaury Forgeot d'Arc · 17 years ago
  8. e7d8be8 Security patches from Apple: prevent int overflow when allocating memory by Neal Norwitz · 17 years ago
  9. e70f8e1 remove usage of MacOS from Tkinter by Benjamin Peterson · 17 years ago
  10. 0f6414a Rename testSum to testFsum and move it to proper place in test_math.py by Mark Dickinson · 17 years ago
  11. cda5ce2 Backport test.support.fcmp() from 3.0 to silence -3 warnings. by Brett Cannon · 17 years ago
  12. f080e6d Alter recipe to show how to call izip_longest() with by Raymond Hettinger · 17 years ago
  13. 246daed #2542: now that issubclass() may call arbitrary code, by Amaury Forgeot d'Arc · 17 years ago
  14. b8827c0 I mess up again; BufferError inherits StandardError by Benjamin Peterson · 17 years ago
  15. 23957cb Add note about problems with math.fsum on x86 hardware. by Mark Dickinson · 17 years ago
  16. 67ebfef add BufferError to the exception hieracrchy by Benjamin Peterson · 17 years ago
  17. c0bf76d backport r64751 by Benjamin Peterson · 17 years ago
  18. ff3fdce Replace math.sum with math.fsum in a couple of comments by Mark Dickinson · 17 years ago
  19. fef6b13 Rename math.sum to math.fsum by Mark Dickinson · 17 years ago
  20. f2eb2b4 getrandombits is actually getrandbits by Benjamin Peterson · 17 years ago
  21. abe0aee Fix special-value handling for math.sum. by Mark Dickinson · 17 years ago
  22. efdf706 Neaten-up the itertools recipes. by Raymond Hettinger · 17 years ago
  23. 66b14de the from __future__ import with_statement isn't needed in 2.6 by Benjamin Peterson · 17 years ago
  24. ff5f16e More modifications to tests for math.sum: replace the Python by Mark Dickinson · 17 years ago
  25. cde8cdd Be less strict with replication timeouts (the machine by Jesus Cea · 17 years ago
  26. a99363f Refinements in the bsddb testsuite by Jesus Cea · 17 years ago
  27. 01a2432 backport r65264 by Benjamin Peterson · 17 years ago
  28. 5d2841f Clarify wording by Andrew M. Kuchling · 17 years ago
  29. fff5cf6 clarify Popen argument by Benjamin Peterson · 17 years ago
  30. 3e9c60c Remove math.sum tests related to overflow, special values, and behaviour by Mark Dickinson · 17 years ago
  31. fe84cce Issue #3449: Update decimal module to use most recent specification by Mark Dickinson · 17 years ago
  32. f9ac43f note robotparser bug fix. by Skip Montanaro · 17 years ago
  33. 1ef19f0 Close issue 3437 - missing state change when Allow lines are processed. by Skip Montanaro · 17 years ago
  34. 4b99e9b Shorten some overlong lines. by Georg Brandl · 17 years ago
  35. 36897e1 disable some failing tests in test_locale due to a bug in locale.py. by Antoine Pitrou · 17 years ago
  36. cd48d8a Remove extra words by Andrew M. Kuchling · 17 years ago
  37. feeee75 This sentence continues to bug me; rewrite it for the second time by Andrew M. Kuchling · 17 years ago
  38. 6327e84 Fix more buildbot failures on test_locale. by Antoine Pitrou · 17 years ago
  39. 524f413 try to fix most buildbot failures on test_locale + add a debug output for the solaris buildbot by Antoine Pitrou · 17 years ago
  40. 92f8216 add a NEWS entry by Antoine Pitrou · 17 years ago
  41. c2cc80c Raymond's patch for #1819: speedup function calls with named parameters by Antoine Pitrou · 17 years ago
  42. 0c37ae0 add a pybench test for complex function calls (part of #1819) by Antoine Pitrou · 17 years ago
  43. 3ac2f24 fix indentation by Benjamin Peterson · 17 years ago
  44. 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
  45. 5fdfa3e #3394: zipfile.writestr doesn't set external attributes, so files are extracted mode 000 on Unix by Antoine Pitrou · 17 years ago
  46. 8c664e8 Issue 1592: Better error reporting for operations on closed shelves. by Raymond Hettinger · 17 years ago
  47. 4982d5d #2242: utf7 decoding crashes on bogus input on some Windows/MSVC versions by Antoine Pitrou · 17 years ago
  48. 5255cba document default value for fillvalue by Benjamin Peterson · 17 years ago
  49. 612e29b teach .bzrignore about doc tools by Benjamin Peterson · 17 years ago
  50. ba55936 Make ctypes compatible with Python 2.3, 2.4, and 2.5 again. by Thomas Heller · 17 years ago
  51. 340739e Fix indentation. by Georg Brandl · 17 years ago
  52. 7f59b5c Convert from long to Py_ssize_t. by Raymond Hettinger · 17 years ago
  53. 527eee2 Finish conversion from int to Py_ssize_t. by Raymond Hettinger · 17 years ago
  54. 4020221 add some documentation for 2to3 by Benjamin Peterson · 17 years ago
  55. 8e234c6 fix markup by Benjamin Peterson · 17 years ago
  56. 415ce06 fix spacing by Benjamin Peterson · 17 years ago
  57. 723ba30 Parse to the correct datatype. by Raymond Hettinger · 17 years ago
  58. 33fcf9d Finish-up the partial conversion from int to Py_ssize_t for deque indices and length. by Raymond Hettinger · 17 years ago
  59. 8c81fda Use correct indentation. by Georg Brandl · 17 years ago
  60. d4c7e63 Move opcode handling to Python's extension. by Georg Brandl · 17 years ago
  61. f9efabb 3k-warn about parser's "ast" aliases. by Georg Brandl · 17 years ago
  62. c6ad794 use isinstance by Benjamin Peterson · 17 years ago
  63. c5a11fa bsddb module updated to version 4.7.2devel9. by Jesus Cea · 17 years ago
  64. 30e208d remove unneeded import by Benjamin Peterson · 17 years ago
  65. d8dd86c One more attribution. by Raymond Hettinger · 17 years ago
  66. 5d4d16e Fix credits for math.sum() by Raymond Hettinger · 17 years ago
  67. 340383c Tuples now have both count() and index(). by Raymond Hettinger · 17 years ago
  68. 9973ee8 Remove out-of-date section on Exact/Inexact. by Raymond Hettinger · 17 years ago
  69. 5aa0b4d Fix build issue on OSX 10.4, somehow this wasn't committed before. by Ronald Oussoren · 17 years ago
  70. 5a849d4 Fix buglet in fix for issue3381 by Ronald Oussoren · 17 years ago
  71. 0470bab Issue #2620: Overflow checking when allocating or reallocating memory by Gregory P. Smith · 17 years ago
  72. f5574a0 don't use assert statement by Benjamin Peterson · 17 years ago
  73. e4921fe Issue2378: pdb would delete free variables when stepping into a class statement. by Amaury Forgeot d'Arc · 17 years ago
  74. 90d0717 Increment version number in NEWS file, and move items that were added after 2.6b2. by Amaury Forgeot d'Arc · 17 years ago
  75. 74bd40d On Windows, silence a Purify warning and initialize the memory passed to CryptGenRandom. by Amaury Forgeot d'Arc · 17 years ago
  76. be44991 nonlocal is not in 2.6. by Georg Brandl · 17 years ago
  77. f3f6759 Issue 3396. Fixed the autocompletion of 'int.', and worked by Facundo Batista · 17 years ago
  78. fa26782 Save the whole of sys.modules instead of using an import tracker. by Georg Brandl · 17 years ago
  79. be3ff9c Fix misspeeld method name (negative) by Neal Norwitz · 17 years ago
  80. c86b54c Fix a couple of names in error messages that were wrong by Neal Norwitz · 17 years ago
  81. e64f738 #926501: add info where to put the docstring. by Georg Brandl · 17 years ago
  82. 61d5c43 Remove exception indexing in asyncore. by Georg Brandl · 17 years ago
  83. b90f4e8 fix issue3120 - don't truncate handles on 64-bit Windows. by Gregory P. Smith · 17 years ago
  84. f1f46f0 Clean-up itertools docs and recipes. by Raymond Hettinger · 17 years ago
  85. 39e0eb7 Fix compress() recipe in docs to use itertools. by Raymond Hettinger · 17 years ago
  86. d648f64 #3322: bounds checking for _json.scanstring by Bob Ippolito · 17 years ago
  87. 0147a76 Merged revisions 65137 via svnmerge from by Benjamin Peterson · 17 years ago
  88. b46d6ff Add ordering info for findall and finditer. by Georg Brandl · 17 years ago
  89. 3de1e69 #3323: mention that if inheriting from a class without __slots__, by Georg Brandl · 17 years ago
  90. 59ec315 #3319: don't raise ZeroDivisionError if number of rounds is so by Georg Brandl · 17 years ago
  91. 278fc50 #3303: fix crash with invalid Py_DECREF in strcoll(). by Georg Brandl · 17 years ago
  92. 6b41a8e #3302: fix segfaults when passing None for arguments that can't by Georg Brandl · 17 years ago
  93. 1ad108d #3378: in case of no memory, don't leak even more memory. :) by Georg Brandl · 17 years ago
  94. 3369167 Add recipe to the itertools docs. by Raymond Hettinger · 17 years ago
  95. 3c21216 Improve accuracy of gamma test function by Raymond Hettinger · 17 years ago
  96. f032a00 Fix issue 3411: default float format spec fails on negative numbers. by Eric Smith · 17 years ago
  97. 1e8fba7 Deprecate the sunaudio module for removal in Python 3.0. The sunau module can provide similar functionality. by Brett Cannon · 17 years ago
  98. 56af5fc #3390: replace a remaining has_key(). by Georg Brandl · 17 years ago
  99. 74bbc79 Replace all map(None, a) with list(a). by Georg Brandl · 17 years ago
  100. 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