1. 2c66b7c Merged revisions 66809-66810,66835,66862-66863 via svnmerge from by Hirokazu Yamamoto · 16 years ago
  2. 00c94ed #4069: aSet.remove(otherSet) would always report the empty frozenset([]) as the missing key. by Amaury Forgeot d'Arc · 16 years ago
  3. 001befa backport by Skip Montanaro · 16 years ago
  4. 8cf7ef4 backport by Skip Montanaro · 16 years ago
  5. be2c0a9 Merged revisions 66766-66767,66771-66772,66774,66776,66783-66787,66790,66793,66797 via svnmerge from by Benjamin Peterson · 16 years ago
  6. c3b21bd update pydoc-topics here, too by Benjamin Peterson · 16 years ago
  7. afa1436 Bumping to 2.6 final. by Barry Warsaw · 16 years ago
  8. bf24401 fix for issue 3862: test_array fails FreeBSD 7 amd64 by Andrew MacIntyre · 16 years ago
  9. 0806749 Works around issue3863: freebsd4/5/6 and os2emx are known to have OS bugs when by Gregory P. Smith · 16 years ago
  10. 8d77d44 fix security issue 2: imageop's poor validation of arguments could result in segfaults by Benjamin Peterson · 16 years ago
  11. 37040cd issue3770: if SEM_OPEN is 0, disable the mp.synchronize module, rev. Nick Coghlan, Damien Miller by Jesse Noller · 16 years ago
  12. e563aa4 Issue #3965: Allow repeated calls to turtle.Screen, by making it a by Martin v. Löwis · 16 years ago
  13. e144873 Fix issue #3547 for MingW, update comments. by Thomas Heller · 16 years ago
  14. eb257ac fix for release blocker 3910, 2.6 regression in socket.ssl method by Bill Janssen · 16 years ago
  15. b2d61bd The _lsprof module could crash the interpreter if it was given an external by Brett Cannon · 16 years ago
  16. e14267b merge in the fix for test_ftplib on some bots [reviewed by Georg] by Benjamin Peterson · 16 years ago
  17. dee0b17 backport r66656 so people using -Qnew aren't affected by Benjamin Peterson · 16 years ago
  18. 003d746 enable refactor tests by Benjamin Peterson · 16 years ago
  19. 08be291 Merged revisions 66511,66548-66549,66644,66646-66652 via svnmerge from by Benjamin Peterson · 16 years ago
  20. 3c0c483 give ftplib a real test suite by Benjamin Peterson · 16 years ago
  21. fc5ea39 #3967: Correct a crash in count() and find() methods of string-like objects. by Amaury Forgeot d'Arc · 16 years ago
  22. 6ee7bc0 Fix namedtuple bug reported by Glenn Linderman. Template did not form correctly if the field names were input in Unicode. by Raymond Hettinger · 16 years ago
  23. 17617a0 #3965: on Windows, open() crashes if the filename or the mode is invalid, by Amaury Forgeot d'Arc · 16 years ago
  24. 52d52f1 #3950 fix missing scale factors in turtle.py by Benjamin Peterson · 16 years ago
  25. a85c95d Fix issue #3547: ctypes is confused by bitfields of varying integer types by Thomas Heller · 16 years ago
  26. a74d675 backport the atexit test for r66563 by Benjamin Peterson · 16 years ago
  27. 5cd5f12 Bugfix for issue3885 and 'DB.verify()' crash. by Jesus Cea · 16 years ago
  28. ffb3cca use the new threading properties for multiprocessing (reviewed by Jesse #3927) by Benjamin Peterson · 16 years ago
  29. 41c56b5 build_os2emx.patch in issue 3868 - update OS/2 EMX makefile and config files by Andrew MacIntyre · 16 years ago
  30. 2c7470d #3879 fix a regression in urllib.getproxies_environment by Benjamin Peterson · 16 years ago
  31. 1672e10 Issue #3925: Ignores shutil.rmtree error on cygwin too. by Hirokazu Yamamoto · 16 years ago
  32. 56d380d Issue #3838: TarFile object assigned to self.tar should be closed explicitly. by Hirokazu Yamamoto · 16 years ago
  33. 6af1619 Bumping to 2.6rc2 by Barry Warsaw · 16 years ago
  34. 900155f avoid putting unicode objects in the environment causing by Mark Hammond · 16 years ago
  35. 9f381ec On Windows, temporarily disable the bsddb test referenced in bug 3892. by Mark Hammond · 16 years ago
  36. 8c2b7dc fix possible integer overflows in _hashopenssl #3886 by Benjamin Peterson · 16 years ago
  37. c237f8e Merged revisions 66470 via svnmerge from by Benjamin Peterson · 16 years ago
  38. d51e07f Merged revisions 66191,66418,66438,66445 via svnmerge from by Benjamin Peterson · 16 years ago
  39. 1e62aec Bumping to 2.6rc1 by Barry Warsaw · 16 years ago
  40. 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
  41. 4dd3a50 Read unidata_version from unicodedata module. by Martin v. Löwis · 16 years ago
  42. 6d5ec24 Update to test Unicode 5.1. by Martin v. Löwis · 16 years ago
  43. e3c4fd9 - Issue #3629: Fix sre "bytecode" validator for an end case. by Guido van Rossum · 16 years ago
  44. 24329ba Issue #3811: The Unicode database was updated to 5.1. by Martin v. Löwis · 16 years ago
  45. 97179b0 Fix #3634 invalid return value from _weakref.ref(Exception).__init__ by Benjamin Peterson · 16 years ago
  46. 844f741 Issue #3809: Fixed spurious 'test.blah' file left behind by test_logging. by Vinay Sajip · 16 years ago
  47. d3ffb89 #3777: long(4.2) returned an int, and broke backward compatibility. by Amaury Forgeot d'Arc · 16 years ago
  48. 672237d warnings.catch_warnings() now returns a list or None instead of the custom by Brett Cannon · 16 years ago
  49. 631be01 Issue #3806: LockTests in test_imp should be skipped when thread is not available. by Hirokazu Yamamoto · 16 years ago
  50. 74ce88f Issue #3804: Added test for Issue #2222. Reviewed by Benjamin Peterson. by Hirokazu Yamamoto · 16 years ago
  51. 61c001a incorporate fixes from issue 3162; SSL doc patch by Bill Janssen · 16 years ago
  52. ace0bcf Issue 3801. Fixing a dumb error in the deprecated parse_qsl() by Facundo Batista · 16 years ago
  53. b7a841c undoing change that broke trunk. Need to find a better solution to this. by Josiah Carlson · 16 years ago
  54. 1680b8c This fixes a small inconsistency between trunk and 3.0, closing bug 3764. by Josiah Carlson · 16 years ago
  55. a853a89 fix missing module by Benjamin Peterson · 16 years ago
  56. 9fb1aca Backport relevant part of r66274 (in issue #874900). by Antoine Pitrou · 16 years ago
  57. feb8cad #3796: A test class was not run in test_float. Reviewed by Benjamin. by Amaury Forgeot d'Arc · 16 years ago
  58. 6ac7d7c #1638033: add support for httponly on Cookie.Morsel by Benjamin Peterson · 16 years ago
  59. ebcd0ce Issue #3535: zipfile couldn't read some zip files larger than 2GB. by Antoine Pitrou · 16 years ago
  60. 187ac1b #3601: test_unicode.test_raiseMemError fails in UCS4 by Antoine Pitrou · 16 years ago
  61. 32476fc Deprecate bsddb for removal in Python 3.0. by Brett Cannon · 16 years ago
  62. 171c4aa Issue #3762: platform.architecture() fails if python is lanched via its symbolic link. by Hirokazu Yamamoto · 16 years ago
  63. 65d66e1 Issue #3772: Fixed regression problem in StreamHandler.emit(). by Vinay Sajip · 16 years ago
  64. a0b7444 test_py3kwarn had been overlooked when test.test_support.catch_warning() was by Brett Cannon · 16 years ago
  65. c585df9 Issue 600362: Relocated parse_qs() and parse_qsl(), from the cgi module by Facundo Batista · 16 years ago
  66. 69acb43 Python3.0 bsddb testsuite compatibility improvements by Jesus Cea · 16 years ago
  67. b339b2a Issue #2562: Fix distutils PKG-INFO writing logic to allow having by Marc-André Lemburg · 16 years ago
  68. 6a2fd81 Issue #3726: Allowed spaces in separators in logging configuration files. by Vinay Sajip · 16 years ago
  69. 0151b53 Merged revisions 66176 via svnmerge from by Benjamin Peterson · 16 years ago
  70. eb55fd8 Merged revisions 66173 via svnmerge from by Benjamin Peterson · 16 years ago
  71. 293924b Issue 2975: when compiling multiple extension modules with visual studio 2008 by Amaury Forgeot d'Arc · 16 years ago
  72. 3e7dd78 Issue #3759: test_asyncore.py leaked handle. Reviewed by Amaury Forgeot d'Arc by Hirokazu Yamamoto · 16 years ago
  73. d15fad7 Add quotes around the file name to avoid issues with spaces. by Marc-André Lemburg · 16 years ago
  74. 91ae3ea Issue 3747: Fix caching in ABCMeta.__subclasscheck__ (R: Georg Brandl) by Nick Coghlan · 16 years ago
  75. d712203 Issue #3708: os.urandom no longer goes into an infinite loop when passed a by Gregory P. Smith · 16 years ago
  76. 3b6be74 Improve compatibility with Python3.0 testsuite by Jesus Cea · 16 years ago
  77. 1eaf074 Move test.test_support.catch_warning() to the warnings module, rename it by Brett Cannon · 16 years ago
  78. 973e6c2 remove py3k warnings about the threading api; update docs by Benjamin Peterson · 16 years ago
  79. 057dfdd In Python3.0, "test.test_support" is renamed to "test.support". by Jesus Cea · 16 years ago
  80. 3571fbf Issue #3751: str.rpartition would perform a left-partition when called with by Amaury Forgeot d'Arc · 16 years ago
  81. e5c1d29 Merged revisions 65887,65889,65967-65968,65981 via svnmerge from by Benjamin Peterson · 16 years ago
  82. f7feaec revert r66114 for Jesse by Benjamin Peterson · 16 years ago
  83. 27cc8e1 Submit Nick's patch for issue 3589, reviewed by jnoller by Jesse Noller · 16 years ago
  84. ed8c644 Issue #3748: platform.architecture() printed vogus message on windows. by Hirokazu Yamamoto · 16 years ago
  85. 72ed078 logging: fixed lack of use of encoding attribute specified on a stream. by Vinay Sajip · 16 years ago
  86. f7dd75f Issue #3732: Backported r53335 to supress deprecation warning. by Hirokazu Yamamoto · 16 years ago
  87. f22c26e #3703 unhelpful _fileio.FileIO error message when trying to open a directory by Benjamin Peterson · 16 years ago
  88. f07e5a9 issue3715: docstring representation of hex escaped string needs to be double by Gregory P. Smith · 16 years ago
  89. 4907d27 Update bsddb code to version 4.7.3pre2. This code should by Jesus Cea · 16 years ago
  90. 5c669db #3707: fix inf. recursion in pydoc topic search. Rev'd by Antoine. by Georg Brandl · 16 years ago
  91. dcde494 A collection of crashers, all variants of the idea of issue #3720. by Armin Rigo · 16 years ago
  92. 0668c62 Issue #2534: speed up isinstance() and issubclass() by 50-70%, so as to by Antoine Pitrou · 16 years ago
  93. e39be53 Try to reduce the flakiness of this test by Neal Norwitz · 16 years ago
  94. 2a7767a Use bytes as return type from recv_bytes() methods. Not sure why this only by Neal Norwitz · 16 years ago
  95. 0c519b3 Fix problem reported by pychecker where AuthenticationError wasn't imported. by Neal Norwitz · 16 years ago
  96. 901e471 #3662: Fix segfault introduced when fixing memory leaks. by Neal Norwitz · 16 years ago
  97. 30de77b #3654: fix duplicate test method name. Review by Benjamin P. by Georg Brandl · 16 years ago
  98. 712ee92 generate py3k warnings on __getslice__, __delslice__, and __setslice__ by Benjamin Peterson · 16 years ago
  99. 18aa388 Fix: by Neal Norwitz · 16 years ago
  100. 69ed524 Fix bug 3625: test issues on 64bit windows. r=pitrou by Mark Hammond · 16 years ago