1. 8c2b7dc fix possible integer overflows in _hashopenssl #3886 by Benjamin Peterson · 16 years ago
  2. d2e0938 Issue #3781: Final cleanup of warnings.catch_warnings and its usage in the test suite. Closes issue w.r.t. 2.6 (R: Brett Cannon) by Nick Coghlan · 16 years ago
  3. 4dd3a50 Read unidata_version from unicodedata module. by Martin v. Löwis · 16 years ago
  4. 6d5ec24 Update to test Unicode 5.1. by Martin v. Löwis · 16 years ago
  5. e3c4fd9 - Issue #3629: Fix sre "bytecode" validator for an end case. by Guido van Rossum · 16 years ago
  6. 24329ba Issue #3811: The Unicode database was updated to 5.1. by Martin v. Löwis · 16 years ago
  7. 97179b0 Fix #3634 invalid return value from _weakref.ref(Exception).__init__ by Benjamin Peterson · 16 years ago
  8. 844f741 Issue #3809: Fixed spurious 'test.blah' file left behind by test_logging. by Vinay Sajip · 16 years ago
  9. d3ffb89 #3777: long(4.2) returned an int, and broke backward compatibility. by Amaury Forgeot d'Arc · 16 years ago
  10. 672237d warnings.catch_warnings() now returns a list or None instead of the custom by Brett Cannon · 16 years ago
  11. 631be01 Issue #3806: LockTests in test_imp should be skipped when thread is not available. by Hirokazu Yamamoto · 16 years ago
  12. 74ce88f Issue #3804: Added test for Issue #2222. Reviewed by Benjamin Peterson. by Hirokazu Yamamoto · 16 years ago
  13. 61c001a incorporate fixes from issue 3162; SSL doc patch by Bill Janssen · 16 years ago
  14. ace0bcf Issue 3801. Fixing a dumb error in the deprecated parse_qsl() by Facundo Batista · 16 years ago
  15. a853a89 fix missing module by Benjamin Peterson · 16 years ago
  16. feb8cad #3796: A test class was not run in test_float. Reviewed by Benjamin. by Amaury Forgeot d'Arc · 16 years ago
  17. 187ac1b #3601: test_unicode.test_raiseMemError fails in UCS4 by Antoine Pitrou · 16 years ago
  18. 32476fc Deprecate bsddb for removal in Python 3.0. by Brett Cannon · 16 years ago
  19. 65d66e1 Issue #3772: Fixed regression problem in StreamHandler.emit(). by Vinay Sajip · 16 years ago
  20. a0b7444 test_py3kwarn had been overlooked when test.test_support.catch_warning() was by Brett Cannon · 16 years ago
  21. c585df9 Issue 600362: Relocated parse_qs() and parse_qsl(), from the cgi module by Facundo Batista · 16 years ago
  22. 6a2fd81 Issue #3726: Allowed spaces in separators in logging configuration files. by Vinay Sajip · 16 years ago
  23. 3e7dd78 Issue #3759: test_asyncore.py leaked handle. Reviewed by Amaury Forgeot d'Arc by Hirokazu Yamamoto · 16 years ago
  24. d712203 Issue #3708: os.urandom no longer goes into an infinite loop when passed a by Gregory P. Smith · 16 years ago
  25. 1eaf074 Move test.test_support.catch_warning() to the warnings module, rename it by Brett Cannon · 16 years ago
  26. 973e6c2 remove py3k warnings about the threading api; update docs by Benjamin Peterson · 16 years ago
  27. 3571fbf Issue #3751: str.rpartition would perform a left-partition when called with by Amaury Forgeot d'Arc · 16 years ago
  28. f22c26e #3703 unhelpful _fileio.FileIO error message when trying to open a directory by Benjamin Peterson · 16 years ago
  29. dcde494 A collection of crashers, all variants of the idea of issue #3720. by Armin Rigo · 16 years ago
  30. 0668c62 Issue #2534: speed up isinstance() and issubclass() by 50-70%, so as to by Antoine Pitrou · 16 years ago
  31. e39be53 Try to reduce the flakiness of this test by Neal Norwitz · 16 years ago
  32. 2a7767a Use bytes as return type from recv_bytes() methods. Not sure why this only by Neal Norwitz · 16 years ago
  33. 0c519b3 Fix problem reported by pychecker where AuthenticationError wasn't imported. by Neal Norwitz · 16 years ago
  34. 901e471 #3662: Fix segfault introduced when fixing memory leaks. by Neal Norwitz · 16 years ago
  35. 30de77b #3654: fix duplicate test method name. Review by Benjamin P. by Georg Brandl · 16 years ago
  36. 712ee92 generate py3k warnings on __getslice__, __delslice__, and __setslice__ by Benjamin Peterson · 16 years ago
  37. 69ed524 Fix bug 3625: test issues on 64bit windows. r=pitrou by Mark Hammond · 16 years ago
  38. 892429b Fix float.fromhex test to give additional information on failure. This by Mark Dickinson · 16 years ago
  39. cd3b74d Reverted r65900. See http://mail.python.org/pipermail/python-checkins/2008-August/073116.html by Hirokazu Yamamoto · 16 years ago
  40. ccfdcd0 fixed get_file_system in test_os.py ('path' is unicode on py3k and ansi on trunk) by Hirokazu Yamamoto · 16 years ago
  41. e977ad4 deprecate some useless, noop methods in symtable by Benjamin Peterson · 16 years ago
  42. 67f24f1 follow-up of issue3473: update the compiler package to recognize the new syntax. by Amaury Forgeot d'Arc · 16 years ago
  43. bd6a05f check that the parser module can handle the new keyword syntax by Benjamin Peterson · 16 years ago
  44. 80f0ed5 allow keyword args to be passed in after *args #3473 by Benjamin Peterson · 16 years ago
  45. 5bc9f4c issue3352: clean up the multiprocessing API to remove many get_/set_ methods and convert them to properties. Update the docs and the examples included. by Jesse Noller · 16 years ago
  46. 6ee1a31 add py3k warnings for old threading APIs by Benjamin Peterson · 16 years ago
  47. 26f5216 fix old API names in test_ssl by Benjamin Peterson · 16 years ago
  48. 82aa201 patch up multiprocessing until it's API can be changed too by Benjamin Peterson · 16 years ago
  49. a9b2222 change a few uses of the threading APIs by Benjamin Peterson · 16 years ago
  50. cbae869 backport threading property changes by Benjamin Peterson · 16 years ago
  51. d8a8972 change threading.getIdent to a property by Benjamin Peterson · 16 years ago
  52. 541f7da add a test for reduce's move by Benjamin Peterson · 16 years ago
  53. 954ea64 #3580: fix a failure in test_os by Antoine Pitrou · 16 years ago
  54. 7dd8547 get the symtable module back in working order by Benjamin Peterson · 16 years ago
  55. fd7c43e #3556: test_raiseMemError consumes an insane amount of memory by Antoine Pitrou · 16 years ago
  56. bebb18b backport r65723: strengthen test_os.test_closerange by Antoine Pitrou · 16 years ago
  57. 1e45c58 Make test_ossaudiodev work. by Antoine Pitrou · 16 years ago
  58. 0847332 include filename and line number in SyntaxError by Benjamin Peterson · 16 years ago
  59. eb90b78 Issue #2776: fixed small issue when handling an URL with double slash by Facundo Batista · 16 years ago
  60. 11ec65d Issue #3476: make BufferedReader and BufferedWriter thread-safe by Antoine Pitrou · 16 years ago
  61. 67d1981 Issue 1432. Fixes a bug caused because of the evolution by Facundo Batista · 16 years ago
  62. 39295c2 remove duplicate close() from ssl.py; expose unwrap and add test for it by Bill Janssen · 16 years ago
  63. 48361f5 Issue 2235: Py3k warnings are now emitted for classes that will no longer inherit a__hash__ implementation from a parent class in Python 3.x. The standard library and test suite have been updated to not emit these warnings. by Nick Coghlan · 16 years ago
  64. 1e13ea9 - Issue #3537: Fix an assertion failure when an empty but presized dict by Georg Brandl · 16 years ago
  65. 83e8184 Copy reduce() to _functools so to have functools.reduce() not raise a warning by Brett Cannon · 16 years ago
  66. a032bf4 accept issue 3436 by Skip Montanaro · 16 years ago
  67. 3aa2a49 Add imp.reload(). This to help with transitioning to 3.0 the reload() built-in by Brett Cannon · 16 years ago
  68. c777a41 Remove duplicate import by Mark Dickinson · 16 years ago
  69. 10288e1 Bug 3228: take a test from Niels Gustaebel's patch, and based on his patch, check for having os.stat available by Andrew M. Kuchling · 16 years ago
  70. b646757 Issue #1481296: (again!) Make conversion of a float NaN to an int or by Mark Dickinson · 16 years ago
  71. 70a6dbd Bug 3228: Explicitly supply the file mode to avoid creating executable files, by Andrew M. Kuchling · 16 years ago
  72. 92a6240 Preemptively backport the relevant parts of r65420 by Antoine Pitrou · 16 years ago
  73. 06847b1 Correct a crash when two successive unicode allocations fail with a MemoryError: by Amaury Forgeot d'Arc · 16 years ago
  74. ad96040 Remove a dummy test that was checked in by mistake by Amaury Forgeot d'Arc · 16 years ago
  75. 39fd672 #3479: unichr(2**32) used to return u'\x00'. by Amaury Forgeot d'Arc · 16 years ago
  76. e7d8be8 Security patches from Apple: prevent int overflow when allocating memory by Neal Norwitz · 16 years ago
  77. 0f6414a Rename testSum to testFsum and move it to proper place in test_math.py by Mark Dickinson · 16 years ago
  78. cda5ce2 Backport test.support.fcmp() from 3.0 to silence -3 warnings. by Brett Cannon · 16 years ago
  79. f080e6d Alter recipe to show how to call izip_longest() with by Raymond Hettinger · 16 years ago
  80. 246daed #2542: now that issubclass() may call arbitrary code, by Amaury Forgeot d'Arc · 16 years ago
  81. b8827c0 I mess up again; BufferError inherits StandardError by Benjamin Peterson · 16 years ago
  82. 67ebfef add BufferError to the exception hieracrchy by Benjamin Peterson · 16 years ago
  83. fef6b13 Rename math.sum to math.fsum by Mark Dickinson · 16 years ago
  84. efdf706 Neaten-up the itertools recipes. by Raymond Hettinger · 16 years ago
  85. ff5f16e More modifications to tests for math.sum: replace the Python by Mark Dickinson · 16 years ago
  86. 3e9c60c Remove math.sum tests related to overflow, special values, and behaviour by Mark Dickinson · 16 years ago
  87. fe84cce Issue #3449: Update decimal module to use most recent specification by Mark Dickinson · 16 years ago
  88. 1ef19f0 Close issue 3437 - missing state change when Allow lines are processed. by Skip Montanaro · 16 years ago
  89. 36897e1 disable some failing tests in test_locale due to a bug in locale.py. by Antoine Pitrou · 16 years ago
  90. 6327e84 Fix more buildbot failures on test_locale. by Antoine Pitrou · 16 years ago
  91. 524f413 try to fix most buildbot failures on test_locale + add a debug output for the solaris buildbot by Antoine Pitrou · 16 years ago
  92. ba54eda convert test_locale to unittest, and add a mechanism to override localconv() results for further testing (#1864, #1222) by Antoine Pitrou · 16 years ago
  93. 5fdfa3e #3394: zipfile.writestr doesn't set external attributes, so files are extracted mode 000 on Unix by Antoine Pitrou · 16 years ago
  94. 8c664e8 Issue 1592: Better error reporting for operations on closed shelves. by Raymond Hettinger · 16 years ago
  95. 4982d5d #2242: utf7 decoding crashes on bogus input on some Windows/MSVC versions by Antoine Pitrou · 16 years ago
  96. 30e208d remove unneeded import by Benjamin Peterson · 16 years ago
  97. f5574a0 don't use assert statement by Benjamin Peterson · 16 years ago
  98. e4921fe Issue2378: pdb would delete free variables when stepping into a class statement. by Amaury Forgeot d'Arc · 16 years ago
  99. fa26782 Save the whole of sys.modules instead of using an import tracker. by Georg Brandl · 16 years ago
  100. be3ff9c Fix misspeeld method name (negative) by Neal Norwitz · 16 years ago