1. 3e7dd78 Issue #3759: test_asyncore.py leaked handle. Reviewed by Amaury Forgeot d'Arc by Hirokazu Yamamoto · 16 years ago
  2. d15fad7 Add quotes around the file name to avoid issues with spaces. by Marc-André Lemburg · 16 years ago
  3. 91ae3ea Issue 3747: Fix caching in ABCMeta.__subclasscheck__ (R: Georg Brandl) by Nick Coghlan · 16 years ago
  4. d712203 Issue #3708: os.urandom no longer goes into an infinite loop when passed a by Gregory P. Smith · 16 years ago
  5. 3b6be74 Improve compatibility with Python3.0 testsuite by Jesus Cea · 16 years ago
  6. 1eaf074 Move test.test_support.catch_warning() to the warnings module, rename it by Brett Cannon · 16 years ago
  7. 973e6c2 remove py3k warnings about the threading api; update docs by Benjamin Peterson · 16 years ago
  8. 057dfdd In Python3.0, "test.test_support" is renamed to "test.support". by Jesus Cea · 16 years ago
  9. 3571fbf Issue #3751: str.rpartition would perform a left-partition when called with by Amaury Forgeot d'Arc · 16 years ago
  10. e5c1d29 Merged revisions 65887,65889,65967-65968,65981 via svnmerge from by Benjamin Peterson · 16 years ago
  11. f7feaec revert r66114 for Jesse by Benjamin Peterson · 16 years ago
  12. 27cc8e1 Submit Nick's patch for issue 3589, reviewed by jnoller by Jesse Noller · 16 years ago
  13. ed8c644 Issue #3748: platform.architecture() printed vogus message on windows. by Hirokazu Yamamoto · 16 years ago
  14. 72ed078 logging: fixed lack of use of encoding attribute specified on a stream. by Vinay Sajip · 16 years ago
  15. f7dd75f Issue #3732: Backported r53335 to supress deprecation warning. by Hirokazu Yamamoto · 16 years ago
  16. f22c26e #3703 unhelpful _fileio.FileIO error message when trying to open a directory by Benjamin Peterson · 16 years ago
  17. f07e5a9 issue3715: docstring representation of hex escaped string needs to be double by Gregory P. Smith · 16 years ago
  18. 4907d27 Update bsddb code to version 4.7.3pre2. This code should by Jesus Cea · 16 years ago
  19. 5c669db #3707: fix inf. recursion in pydoc topic search. Rev'd by Antoine. by Georg Brandl · 16 years ago
  20. dcde494 A collection of crashers, all variants of the idea of issue #3720. by Armin Rigo · 16 years ago
  21. 0668c62 Issue #2534: speed up isinstance() and issubclass() by 50-70%, so as to by Antoine Pitrou · 16 years ago
  22. e39be53 Try to reduce the flakiness of this test by Neal Norwitz · 16 years ago
  23. 2a7767a Use bytes as return type from recv_bytes() methods. Not sure why this only by Neal Norwitz · 16 years ago
  24. 0c519b3 Fix problem reported by pychecker where AuthenticationError wasn't imported. by Neal Norwitz · 16 years ago
  25. 901e471 #3662: Fix segfault introduced when fixing memory leaks. by Neal Norwitz · 16 years ago
  26. 30de77b #3654: fix duplicate test method name. Review by Benjamin P. by Georg Brandl · 16 years ago
  27. 712ee92 generate py3k warnings on __getslice__, __delslice__, and __setslice__ by Benjamin Peterson · 16 years ago
  28. 18aa388 Fix: by Neal Norwitz · 16 years ago
  29. 69ed524 Fix bug 3625: test issues on 64bit windows. r=pitrou by Mark Hammond · 16 years ago
  30. b6a9556 fix a few get_name() calls and turn then to .name by Benjamin Peterson · 16 years ago
  31. af1aae3 Issue #1342811: Fixed broken patch. Reviewed by benjamin.peterson. by Robert Schuppenies · 16 years ago
  32. 892429b Fix float.fromhex test to give additional information on failure. This by Mark Dickinson · 16 years ago
  33. 07a4a38 Bump to 2.6b3. by Barry Warsaw · 16 years ago
  34. cd3b74d Reverted r65900. See http://mail.python.org/pipermail/python-checkins/2008-August/073116.html by Hirokazu Yamamoto · 16 years ago
  35. 838c79f Issue #3612: Added some missing basic types in ctypes.wintypes. by Hirokazu Yamamoto · 16 years ago
  36. ccfdcd0 fixed get_file_system in test_os.py ('path' is unicode on py3k and ansi on trunk) by Hirokazu Yamamoto · 16 years ago
  37. e6b5ba6 fix silly errors of mine by Benjamin Peterson · 16 years ago
  38. 86da890 newSymbolTable is not public API by Benjamin Peterson · 16 years ago
  39. e977ad4 deprecate some useless, noop methods in symtable by Benjamin Peterson · 16 years ago
  40. 67f24f1 follow-up of issue3473: update the compiler package to recognize the new syntax. by Amaury Forgeot d'Arc · 16 years ago
  41. bd6a05f check that the parser module can handle the new keyword syntax by Benjamin Peterson · 16 years ago
  42. bd7bda4 Merged revisions 65876 via svnmerge from by Benjamin Peterson · 16 years ago
  43. 80f0ed5 allow keyword args to be passed in after *args #3473 by Benjamin Peterson · 16 years ago
  44. 0ad5ae0 Fix a regression introduced by rev. 63792: ctypes function pointers by Thomas Heller · 16 years ago
  45. 4348a25 silence callable warning in hmac by Benjamin Peterson · 16 years ago
  46. 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
  47. d068ad5 Merged revisions 65853-65854 via svnmerge from by Benjamin Peterson · 16 years ago
  48. 6ee1a31 add py3k warnings for old threading APIs by Benjamin Peterson · 16 years ago
  49. 351ffb8 #2234 distutils failed with mingw binutils 2.18.50.20080109. by Amaury Forgeot d'Arc · 16 years ago
  50. 26f5216 fix old API names in test_ssl by Benjamin Peterson · 16 years ago
  51. 82aa201 patch up multiprocessing until it's API can be changed too by Benjamin Peterson · 16 years ago
  52. d810626 bring back the old API by Benjamin Peterson · 16 years ago
  53. a9b2222 change a few uses of the threading APIs by Benjamin Peterson · 16 years ago
  54. cbae869 backport threading property changes by Benjamin Peterson · 16 years ago
  55. d8a8972 change threading.getIdent to a property by Benjamin Peterson · 16 years ago
  56. 4763f71 Restore Python 2.3 compatibility and remove "with" usage. by Marc-André Lemburg · 16 years ago
  57. 541f7da add a test for reduce's move by Benjamin Peterson · 16 years ago
  58. 88f801d Update __all__ for cookielib, csv, os, and urllib2 for objects imported into by Brett Cannon · 16 years ago
  59. 7b96f07 Remove an unneeded import of abc.ABCMeta from 'inspect'. by Brett Cannon · 16 years ago
  60. 46225e7 Remove two unneeded imports in 'io'. by Brett Cannon · 16 years ago
  61. 25c9d6a Remove imports of 'warnings' that are no longer needed in dummy_thread, by Brett Cannon · 16 years ago
  62. 954ea64 #3580: fix a failure in test_os by Antoine Pitrou · 16 years ago
  63. 7dd8547 get the symtable module back in working order by Benjamin Peterson · 16 years ago
  64. fd7c43e #3556: test_raiseMemError consumes an insane amount of memory by Antoine Pitrou · 16 years ago
  65. bebb18b backport r65723: strengthen test_os.test_closerange by Antoine Pitrou · 16 years ago
  66. c534270 fix ZipFile.testzip() to work with very large embedded files by Antoine Pitrou · 16 years ago
  67. 047e4a9 Update distutils so that it triggers no warnings when run under -3. by Brett Cannon · 16 years ago
  68. 94f243a Issue 2464. Supports a malformation in the URL received in a redirect. by Facundo Batista · 16 years ago
  69. 1e45c58 Make test_ossaudiodev work. by Antoine Pitrou · 16 years ago
  70. 0847332 include filename and line number in SyntaxError by Benjamin Peterson · 16 years ago
  71. 721b145 Silence DeprecationWarning raised by mimetools and rfc822 in cgi. by Brett Cannon · 16 years ago
  72. 0a4128e Silence the DeprecationWarning raised in httplib when mimetools is imported. by Brett Cannon · 16 years ago
  73. abe423e Silence the DeprecationWarning raised by importing mimetools in BaseHTTPServer. by Brett Cannon · 16 years ago
  74. 4acb189 #3424 rearrange the order of tests in imghdr to place more common types first by Benjamin Peterson · 16 years ago
  75. eb90b78 Issue #2776: fixed small issue when handling an URL with double slash by Facundo Batista · 16 years ago
  76. 1b5c32c Merged revisions 65397 via svnmerge from by Benjamin Peterson · 16 years ago
  77. b90a8be #2676: email/message.py [Message.get_content_type]: Trivial regex hangs on pathological input by Antoine Pitrou · 16 years ago
  78. 11ec65d Issue #3476: make BufferedReader and BufferedWriter thread-safe by Antoine Pitrou · 16 years ago
  79. 63d325e Disable the test until I have one that works. by Thomas Heller · 16 years ago
  80. 6d2014e Try to fix the test on 64-bit platforms. by Thomas Heller · 16 years ago
  81. 57adf22 issue #3554: ctypes.string_at and ctypes.wstring_at must use the by Thomas Heller · 16 years ago
  82. 67d1981 Issue 1432. Fixes a bug caused because of the evolution by Facundo Batista · 16 years ago
  83. 41a4f46 Fixed test_distutils error (test_build_ext) on VC6. by Hirokazu Yamamoto · 16 years ago
  84. bf3157b Silence the DeprecationWarning of rfc822 triggered by its importation in by Brett Cannon · 16 years ago
  85. 39295c2 remove duplicate close() from ssl.py; expose unwrap and add test for it by Bill Janssen · 16 years ago
  86. 5d35373 Fix the connection refused error part of issue 3419, use errno module instead of a static list of possible connection refused messages. by Jesse Noller · 16 years ago
  87. 9fcd4b3 #3134: shutil referenced undefined WindowsError symbol by Antoine Pitrou · 16 years ago
  88. 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
  89. f8d62d2 Remove the fqdn call for issue 3270 by Jesse Noller · 16 years ago
  90. 1e13ea9 - Issue #3537: Fix an assertion failure when an empty but presized dict by Georg Brandl · 16 years ago
  91. 1464633 Issue #1342811: Fix leak in Tkinter.Menu.delete. Commands associated to by Robert Schuppenies · 16 years ago
  92. 9fc5631 Silence warnings in csv about using reduce() when run under -3 by using by Brett Cannon · 16 years ago
  93. 4626586 Use functools.reduce() in difflib instead of __builtin__.reduce() to silence by Brett Cannon · 16 years ago
  94. 83e8184 Copy reduce() to _functools so to have functools.reduce() not raise a warning by Brett Cannon · 16 years ago
  95. c1b76e4 Suppress the warning in asynchat from using buffer() when running udner -3. by Brett Cannon · 16 years ago
  96. a032bf4 accept issue 3436 by Skip Montanaro · 16 years ago
  97. 3f92bc6 Remove buffer() usage in the socket module by just slicing directly on the by Brett Cannon · 16 years ago
  98. 03446c4 Remove warnings generated for the suprocess module when run under -3. Required by Brett Cannon · 16 years ago
  99. 74022ab #1288615: Python code.interact() and non-ASCII input by Antoine Pitrou · 16 years ago
  100. 3aa2a49 Add imp.reload(). This to help with transitioning to 3.0 the reload() built-in by Brett Cannon · 16 years ago