1. 62e17ad shutil: removed unused import and fixed attributes names in _call_external_zip by Tarek Ziadé · 15 years ago
  2. 7811899 Sync test_plistlib.py with plistlib.py by Ronald Oussoren · 15 years ago
  3. a92e81b Issue #8437: Fix test_gdb failures, patch written by Dave Malcolm by Victor Stinner · 15 years ago
  4. e593fad removed ztar support in shutil.make_archive by Tarek Ziadé · 15 years ago
  5. 8e6ca8f Fix for issue 7852: the DTD for OSX Plists has changed due by Ronald Oussoren · 15 years ago
  6. 241a043 Issue2987 - Added additional Invalid URL and changed the Invalid URL checking code for better. by Senthil Kumaran · 15 years ago
  7. c166b40 fix typo in r79533, introduced by the fix for issue #8233 by Matthias Klose · 15 years ago
  8. 68b4e01 1) The timeout in the itimer tests was too low for slow or heavily by Stefan Krah · 15 years ago
  9. 281b551 Fix Issue8460: Victor's patch to add timeout in test_urllib2net test_urls. by Senthil Kumaran · 15 years ago
  10. 607f7c0 Fix Issue #4841: timeout is now applied for connections resulting from PORT/EPRT commands by Giampaolo Rodolà · 15 years ago
  11. 8a12f94 Fixed #8463: added missing reference to bztar in shutil's documentation. by Tarek Ziadé · 15 years ago
  12. f1c28b7 few pep8 fixes by Tarek Ziadé · 15 years ago
  13. 7c587bf Issue #8438: Remove reference to the missing "surrogateescape" encoding by Antoine Pitrou · 15 years ago
  14. 35b7602 Issue 8436: set.__init__ accepts keyword args by Raymond Hettinger · 15 years ago
  15. 9958c56 Fix catastrophic file opening and closing logic in test_linecache by Antoine Pitrou · 15 years ago
  16. 814b6c2 Revert r80166 (and r80171), restore Lib/platform.py. subprocess cannot be used in platform.py by Victor Stinner · 15 years ago
  17. 37805e5 Fix for issue #7072 by Ronald Oussoren · 15 years ago
  18. cf445fc Fix Issue #3817: 225 is now considered a valid response code for ABOR by Giampaolo Rodolà · 15 years ago
  19. 5ac7416 Fix bootstrap after r80166 by Antoine Pitrou · 15 years ago
  20. b2a0a43 platform: use subprocess.Popen() instead of os.popen() in _syscmd_file() by Victor Stinner · 15 years ago
  21. 24f09fd Issue #8279: Fix test_gdb failures. by Martin v. Löwis · 15 years ago
  22. fb4812f Issue #8263: On freebsd6 the unittest 'break' test stops regrtest; skip it. by R. David Murray · 15 years ago
  23. 0a6373c Issue #8322: Add a *ciphers* argument to SSL sockets, so as to change the by Antoine Pitrou · 15 years ago
  24. 420ec8a Fix Issue5650 - Update the RFC List in the urlparse module. by Senthil Kumaran · 15 years ago
  25. e0e8a87 Issue #3864: Skip three test_signal tests on freebsd6 due to platform bug. by R. David Murray · 15 years ago
  26. 821a8ea have a clear error when passing something > sys.maxsize to bytearray by Benjamin Peterson · 15 years ago
  27. 5c4e292 fix typo by Benjamin Peterson · 15 years ago
  28. 06f06a0 bytearray -> type2test by Benjamin Peterson · 15 years ago
  29. e7ebdc2 remove check for unicode by Benjamin Peterson · 15 years ago
  30. 8c6d9d7 Fix issue2987: RFC2732 support for urlparse (IPv6 addresses) by Senthil Kumaran · 15 years ago
  31. b3dde13 Fix os.kill tests to be more robust and work with slower machines. by Brian Curtin · 15 years ago
  32. ea56710 #5341: fix typo and adapt docstring syntax. by Georg Brandl · 15 years ago
  33. 235350a Add a small sleep to let a subprocess start before terminating it. by Brian Curtin · 15 years ago
  34. 661303f Issue #5277: Fix quote counting when parsing RFC 2231 encoded parameters. by R. David Murray · 15 years ago
  35. 2c4798b In test_winsound, don't try to import _winreg until after checking that winsound is supported. by Mark Dickinson · 15 years ago
  36. d5c50b3 Fix #7306. Add skips to test_winsound when no default sound is configured. by Brian Curtin · 15 years ago
  37. bc96f32 Fix #8364. Update the setquit docstring and change a built-in to builtin. by Brian Curtin · 15 years ago
  38. 1a14d3d Issue #7585: use tab between components in unified and context diff headers. by R. David Murray · 15 years ago
  39. 9aca91d Issue #8367: Fix spurious test failure on systems without a sound card. by Stefan Krah · 15 years ago
  40. 27ef937 Issue #7472: ISO-2022 charsets now consistently use 7bit CTE. by R. David Murray · 15 years ago
  41. d10b65e Adding additional examples of valid urls as per RFC 3986 (for issue8339) by Senthil Kumaran · 15 years ago
  42. 5a96543 Re-enable all tests, to see which ones fail on the buildbots. by Martin v. Löwis · 15 years ago
  43. 7f7765c Issue #8330: Fix expected output in test_gdb. by Martin v. Löwis · 15 years ago
  44. fc53153 Issue #8374: Update the internal alias table in the :mod:`locale` module by Antoine Pitrou · 15 years ago
  45. fdf1b56 Minor factoring by Raymond Hettinger · 15 years ago
  46. a185839 Fix for issues #3581, #1481 and #7650: by Stefan Krah · 15 years ago
  47. a11da59 add test for class with no operations defined by Benjamin Peterson · 15 years ago
  48. bba8f2d Revert temporary commit in r79937 by Antoine Pitrou · 15 years ago
  49. 16e026c Temporary commit of fix to issue #5380 (in order to watch buildbot response) by Antoine Pitrou · 15 years ago
  50. cdd98fb fix PYTHONWARNINGS handling to not modify the original env value and improve by Philip Jenvey · 15 years ago
  51. b60ee46 Refactor a couple inspect module tests to remove duplicate code by Jean-Paul Calderone · 15 years ago
  52. bb66973 adjust gc_collect for Jython by Philip Jenvey · 15 years ago
  53. 4e45512 Issue 8361: Remove assert from functools.total_ordering by Raymond Hettinger · 15 years ago
  54. 2cab8db update pydoc-topics by Benjamin Peterson · 15 years ago
  55. fbac6c1 bump version to 2.7b1 by Benjamin Peterson · 15 years ago
  56. 14459d5 Fix typo in comment by Nick Coghlan · 15 years ago
  57. 1362366 Try to turn some buildbots green by allowing test_multiprocessing to pass even if it hits the sys.exc_clear code in the threading module, and improve the test coverage by making the ctypes dependencies a bit more granular (two of the cited ctypes objects don't exist on my system) by Nick Coghlan · 15 years ago
  58. 343314a Revert r79915 (temporary commit to check for buildbots -> the fix was successful) by Antoine Pitrou · 15 years ago
  59. 9c6cd56 Temporarily commit fix to issue #8108, to check for buildbot response by Antoine Pitrou · 15 years ago
  60. 7bc26b9 Issue #8348: Fix test ftp url in test_urllib2net. by Martin v. Löwis · 15 years ago
  61. e84089e Issue #8204: Fix test_ttk notebook test by forcing focus. by Martin v. Löwis · 15 years ago
  62. 1b287c7 Issue #8344: Fix test_ttk bug on FreeBSD. by Martin v. Löwis · 15 years ago
  63. 91a2c89 Switch regrtest to use StringIO instead of cStringIO for test_multiprocessing on Windows. Issue 8333. by Michael Foord · 15 years ago
  64. f6ff26c unittest.result.TestResult does not create its buffers until they're used. It uses StringIO not cStringIO. Issue 8333. by Michael Foord · 15 years ago
  65. 9a39ecc Issue #8337: Disable the remaining test also for now. by Martin v. Löwis · 15 years ago
  66. 65605f7 Use some more interesting test values for (unsigned) long long ctypes tests, by Mark Dickinson · 15 years ago
  67. aebbaeb #7301: add the environment variable $PYTHONWARNINGS to supplement the -W by Philip Jenvey · 15 years ago
  68. c1bf677 Fix module directory finding logic for dotted paths in unittest test discovery. by Michael Foord · 15 years ago
  69. 3a1dfa2 remove a optimization that resulted in unexpected behavior #8929 by Benjamin Peterson · 15 years ago
  70. 22c62dd use skip decorator by Benjamin Peterson · 15 years ago
  71. 3b4c989 Issue #8193: Fix test_zlib failure with zlib 1.2.4. by Antoine Pitrou · 15 years ago
  72. b02b311 Fix Issue8262 - changing RuntimeError wording to "Threads can only be started once" by Senthil Kumaran · 15 years ago
  73. f9de534 Issue #8321: Give access to OpenSSL version numbers from the `ssl` module, by Antoine Pitrou · 15 years ago
  74. fce1d31 Fix a failing test on an apparently slow Windows buildbot. by Brian Curtin · 15 years ago
  75. e1d665a Classes that override __eq__ also need to define __hash__. by Raymond Hettinger · 15 years ago
  76. 5e0c274 Use a more robust infinity check in _Py_HashDouble. by Mark Dickinson · 15 years ago
  77. 0c08009 Issue 8316: make test_gdb robust in the face of differing terminal by R. David Murray · 15 years ago
  78. 034b0ac fix escape_encode to return the correct consumed size by Philip Jenvey · 15 years ago
  79. 76a23c1 fix dis on new style classes #8310 by Benjamin Peterson · 15 years ago
  80. 06bc0b6 Add tests for functools.total_ordering. by Raymond Hettinger · 15 years ago
  81. bb006cf Add tests for cmp_to_key. by Raymond Hettinger · 15 years ago
  82. a551f31 Add functools.CmpToKey() by Raymond Hettinger · 15 years ago
  83. fdaaa9c Issue #8300 (__index__ handling in struct.pack): Remove redundant check by Mark Dickinson · 15 years ago
  84. a28eb1c Use more specific assert* methods in test_struct. by Ezio Melotti · 15 years ago
  85. ab8b9ca Expand test coverage for deque.count(). by Raymond Hettinger · 15 years ago
  86. a44f393 import bsddb more robustly by Benjamin Peterson · 15 years ago
  87. 47b1d02 Remove useless (?) import from r79706 by Antoine Pitrou · 15 years ago
  88. a3a5050 Silence DeprecationWarnings from uses of has_key and <> in plat-mac. by Mark Dickinson · 15 years ago
  89. 5f516ed Add count() method to collections.deque(). by Raymond Hettinger · 15 years ago
  90. 74c5c2b Replace backquotes with repr(), to silence a SyntaxWarning. by Mark Dickinson · 15 years ago
  91. 920fd66 Ensure 'module removed' warning messages contain the word 'module' or 'package'. by Mark Dickinson · 15 years ago
  92. 0ccc7bb stop CObject deprecation warnings in test___all__ by Benjamin Peterson · 15 years ago
  93. 674a9eb remove deprecation warnings silence attempting by Benjamin Peterson · 15 years ago
  94. 4dbda85 spelling by Benjamin Peterson · 15 years ago
  95. 7beeeb5 silence PyCObject warnings in bsddb by Benjamin Peterson · 15 years ago
  96. 7daf985 remove unneeded argument by Benjamin Peterson · 15 years ago
  97. 73541af wrap by Benjamin Peterson · 15 years ago
  98. 3dd9f40 Minor tweak to unittest command line usage message by Michael Foord · 15 years ago
  99. d43b63f Adding -b command line option to the unittest usage message. by Michael Foord · 15 years ago
  100. 856a3be Use more specific assert* methods in test_decimal. by Ezio Melotti · 15 years ago