1. 0d85539 Merged revisions 66076 via svnmerge from by Georg Brandl · 17 years ago
  2. db26f7c Issue 3611: in some cases (a __del__ re-raising an exception, when called from inside by Amaury Forgeot d'Arc · 17 years ago
  3. ec569b7 Issue #2534: speed up isinstance() and issubclass() by 50-70%, so as to by Antoine Pitrou · 17 years ago
  4. c15a073 make bytes(o) respect __bytes__ #2415 by Benjamin Peterson · 17 years ago
  5. a786b02 Merged revisions 65910,65977,65980,65984,65986,66000,66011-66012,66014,66017,66020 via svnmerge from by Benjamin Peterson · 17 years ago
  6. 2532967 Merged revisions 66028 via svnmerge from by Neal Norwitz · 17 years ago
  7. ec105ad Merged revisions 66026 via svnmerge from by Neal Norwitz · 17 years ago
  8. 5d6415e Merged revisions 66023 via svnmerge from by Neal Norwitz · 17 years ago
  9. c34177c Try to fix the sporadic problems on the Solaris buildbot with removing by Neal Norwitz · 17 years ago
  10. 6e0e0e6 Merged revisions 66018 via svnmerge from by Neal Norwitz · 17 years ago
  11. 3ce5d92 Closes release blocker #3627. by Neal Norwitz · 17 years ago
  12. 2f99b24 Merged revisions 66006 via svnmerge from by Neal Norwitz · 17 years ago
  13. bc74e5b add NEWS note and test for last commit by Benjamin Peterson · 17 years ago
  14. 50d1f79 #1276: Add temporary encoding aliases for non-supported Mac CJK by Hye-Shik Chang · 17 years ago
  15. ffeef90 Merged revisions 65971 via svnmerge from by Robert Schuppenies · 17 years ago
  16. 589b795 Merged revisions 65958 via svnmerge from by Mark Dickinson · 17 years ago
  17. 9b67602 move test to a better location by Benjamin Peterson · 17 years ago
  18. 57c1058 Bumping to 3.0b3 by Barry Warsaw · 17 years ago
  19. 6e7740c apply a fix for #3611 where the current exception context was deleted with a generator causing a segfault by Benjamin Peterson · 17 years ago
  20. 41e3667 #3614: Correct a typo in xmlrpc.client. by Amaury Forgeot d'Arc · 17 years ago
  21. ca765d5 Reverted r65901 and uses GetVolumeInformationW because string in py3k is unicode. by Hirokazu Yamamoto · 17 years ago
  22. c452362 Merged revisions 65908 via svnmerge from by Hirokazu Yamamoto · 17 years ago
  23. b71caf1 revert 65897 by Benjamin Peterson · 17 years ago
  24. 768008c For some reason sys.stdin may be None on Windows, and makes test_multiprocessing fail. by Amaury Forgeot d'Arc · 17 years ago
  25. d757e73 Partially revert r65883 to let the tests pass. by Amaury Forgeot d'Arc · 17 years ago
  26. 5ef6d18 Merged revisions 65900 via svnmerge from by Hirokazu Yamamoto · 17 years ago
  27. 3938a90 Merged revisions 65885,65892,65894,65898 via svnmerge from by Benjamin Peterson · 17 years ago
  28. 9f9fc68 return sets instead of tuples from some symtable methods by Benjamin Peterson · 17 years ago
  29. 87069fd kill the obsolete symtable.Symbol methods by Benjamin Peterson · 17 years ago
  30. e9ea19e disable test_nis; it hangs by Benjamin Peterson · 17 years ago
  31. 616d285 Issue #2394: implement more of the memoryview API. by Antoine Pitrou · 17 years ago
  32. 4aeec04 Merged revisions 65658,65869,65882 via svnmerge from by Benjamin Peterson · 17 years ago
  33. 949d47d Issue #3125: Remove copy_reg in multiprocessing and replace it with by Amaury Forgeot d'Arc · 17 years ago
  34. 3ad8910 Remove four uu-encoded image files that were once useful for testing by Guido van Rossum · 17 years ago
  35. 53a2bb4 Fix a failure in bsddb tests, following the changes in regular expression semantics by Antoine Pitrou · 17 years ago
  36. 2d735bc allow keyword args after *args in a function call by Benjamin Peterson · 17 years ago
  37. f5049fc Merged revisions 65868,65870 via svnmerge from by Thomas Heller · 17 years ago
  38. 58ea9fe Merged revisions 65864 via svnmerge from by Benjamin Peterson · 17 years ago
  39. c4fe6f3 Merged revisions 65780,65782,65785,65809,65812,65834,65846,65859,65861 via svnmerge from by Benjamin Peterson · 17 years ago
  40. fd03645 #2834: Change re module semantics, so that str and bytes mixing is forbidden, by Antoine Pitrou · 17 years ago
  41. bc21bb3 Merged revisions 65855 via svnmerge from by Benjamin Peterson · 17 years ago
  42. ec99568 fix possible error by Benjamin Peterson · 17 years ago
  43. fa1e21c make test_threading more robust for real by Benjamin Peterson · 17 years ago
  44. 47bc809 Merged revisions 65681-65682,65684 via svnmerge from by Thomas Heller · 17 years ago
  45. b531bef Fix and enable a test that now works. by Thomas Heller · 17 years ago
  46. 039cba1 make test more robust by Benjamin Peterson · 17 years ago
  47. 88fde1a fix get_name usage by Benjamin Peterson · 17 years ago
  48. f0923f5 add full deprecation warnings for old threading APIs by Benjamin Peterson · 17 years ago
  49. 52dbbb9 - Issue #3300: make urllib.parse.[un]quote() default to UTF-8. by Guido van Rossum · 17 years ago
  50. 4171da5 Merged revisions 65829 via svnmerge from by Benjamin Peterson · 17 years ago
  51. 632e036 fix set_daemon usage in subprocess by Benjamin Peterson · 17 years ago
  52. f668214 fix bsddb get_name and set_daemon usage by Benjamin Peterson · 17 years ago
  53. fae4c62 Merged revisions 65828 via svnmerge from by Benjamin Peterson · 17 years ago
  54. 6640d72 Merged revisions 65826 via svnmerge from by Benjamin Peterson · 17 years ago
  55. 7275370 Merged revisions 65824 via svnmerge from by Benjamin Peterson · 17 years ago
  56. fdbea96 change is_daemon, set_daemon, get_name, and set_name to properties by Benjamin Peterson · 17 years ago
  57. 773c17b Merged revisions 65818 via svnmerge from by Benjamin Peterson · 17 years ago
  58. 36f4952 Forward port only Py3k relevant change in r65642 (giving it a Py3k NEWS entry anyway because of the difference in the changes between the two branches) by Nick Coghlan · 17 years ago
  59. 7d10c2b ReferenceError is undefined. causes test___all__.py to fail. remove it from __all__ by Gregory P. Smith · 17 years ago
  60. 13962fc Partially revert r65795 by undoing change to 'os'. by Brett Cannon · 17 years ago
  61. e8d0bf9 Merged revisions 65795 via svnmerge from by Brett Cannon · 17 years ago
  62. 2f5cb34 Merged revisions 65793 via svnmerge from by Brett Cannon · 17 years ago
  63. f0a39af Merged revisions 65791 via svnmerge from by Brett Cannon · 17 years ago
  64. b5ebf27b Merged revisions 65787 via svnmerge from by Brett Cannon · 17 years ago
  65. 4cd6a95 Merged revisions 65659,65693,65700,65702,65706-65707,65761 via svnmerge from by Benjamin Peterson · 17 years ago
  66. 55e00f2 Merged revisions 65715,65724,65726,65732,65736-65739,65775 via svnmerge from by Benjamin Peterson · 17 years ago
  67. 3db3e87 Merged revisions 65773 via svnmerge from by Antoine Pitrou · 17 years ago
  68. f24802c Issue 2464. Supports a malformation in the URL received in a redirect. by Facundo Batista · 17 years ago
  69. 7a5dc75 #3567: fix sunau for running with -bb and make test_ossaudiodev work. by Antoine Pitrou · 17 years ago
  70. 47d305d Issue #3571: test_bytes mistakingly closed stdin by Antoine Pitrou · 17 years ago
  71. b9ee06c #3571: try to fix recurrent buildbot failures by strenghtening test_os.test_closerange by Antoine Pitrou · 17 years ago
  72. 0b95290 Merged revisions 65713 via svnmerge from by Benjamin Peterson · 17 years ago
  73. 0067bd6 add _testcapi.raise_memoryerror to make test_exceptions.test_MemoryError simpler by Benjamin Peterson · 17 years ago
  74. 72dc1ea Issue #2776: fixed small issue when handling an URL with double slash by Facundo Batista · 17 years ago
  75. 24c4d85 Merged revisions 65703 via svnmerge from by Benjamin Peterson · 17 years ago
  76. deb75f5 Removed some unused imports to decrease the amount of loaded modules during startup. by Christian Heimes · 17 years ago
  77. 1f9d907 Issue 3514: Fixed segfault dues to infinite loop in __getattr__. by Alexandre Vassalotti · 17 years ago
  78. e1e48ea Fix build from a blank checkout by using the _thread module instead of threading in io.py by Antoine Pitrou · 17 years ago
  79. 8769576 Merged revisions 65686 via svnmerge from by Antoine Pitrou · 17 years ago
  80. 23e3856 Issue 1432. Fixes a bug caused because of the evolution by Facundo Batista · 17 years ago
  81. 95b1cf6 Merged revisions 65667 via svnmerge from by Hirokazu Yamamoto · 17 years ago
  82. 423be95 Merged revisions 65654 via svnmerge from by Martin v. Löwis · 17 years ago
  83. 40a0f66 clean up ssl.py; expose unwrap and add test for it by Bill Janssen · 17 years ago
  84. 6aa2d1f Merged revisions 65459,65472,65481,65518,65536,65581,65609,65637,65641,65644-65645 via svnmerge from by Georg Brandl · 17 years ago
  85. 734e268 Merged revisions 65437,65469,65476,65480,65502,65528,65539,65543,65558,65561-65562,65565,65591,65601,65608,65610,65639 via svnmerge from by Georg Brandl · 17 years ago
  86. 3d1c7de Merged revisions 65622 via svnmerge from by Robert Schuppenies · 17 years ago
  87. af8fcfa Merged revisions 65605 via svnmerge from by Skip Montanaro · 17 years ago
  88. df9f1ec Revert accidentally committed files. Oops! by Guido van Rossum · 17 years ago
  89. 10faf6a Merged revisions 65544 via svnmerge from by Guido van Rossum · 17 years ago
  90. 8c66a6d Remove the deprecated posix attribute. by Georg Brandl · 17 years ago
  91. 2f89aa6 #2538: bytes objects can only provide read-only buffers by Antoine Pitrou · 17 years ago
  92. 0c24e8b Remove the TarFileCompat class from tarfile.py. by Lars Gustäbel · 17 years ago
  93. cdfae16 Merged revisions 65399 via svnmerge from by Martin v. Löwis · 17 years ago
  94. aa7633a Merged revisions 65258,65292,65299,65308-65309,65315,65326 via svnmerge from by Mark Dickinson · 17 years ago
  95. 7888d08 Merged revisions 65339-65340,65342 via svnmerge from by Amaury Forgeot d'Arc · 17 years ago
  96. e2e36ba posix.fdopen does not exists any more; and os.fdopen exists on all platforms. by Amaury Forgeot d'Arc · 17 years ago
  97. bdbddf8 #2491: os.fdopen() is now almost an alias to the builtin open(), and accepts the same parameters. by Amaury Forgeot d'Arc · 17 years ago
  98. e19cadb Correct one of the "MemoryError oddities": by Amaury Forgeot d'Arc · 17 years ago
  99. d18de0e Merged revisions 65259,65263,65296,65307,65321 via svnmerge from by Benjamin Peterson · 17 years ago
  100. f17ff4e Merged revisions 65257 via svnmerge from by Benjamin Peterson · 17 years ago