1. ba5c743 Issue 5449: Fix io.BytesIO to not accept arbitrary keywords by Alexandre Vassalotti · 15 years ago
  2. 54628fa Issue 6637: defaultdict.copy() failed with an empty factory. by Raymond Hettinger · 15 years ago
  3. 0d0367f Merged revisions 74291 via svnmerge from by Frank Wierzbicki · 15 years ago
  4. 345adc4 Issue #6595: Allow Decimal constructor to accept non-European decimal digits, as recommended by the specification. by Mark Dickinson · 15 years ago
  5. bc34780 Merged revisions 74245 via svnmerge from by Amaury Forgeot d'Arc · 15 years ago
  6. 1f26828 Issue #6561: '\d' in a regular expression should match only Unicode by Mark Dickinson · 15 years ago
  7. e805ecc Issue 6573: Fix set.union() for cases where self is in the argument chain. by Raymond Hettinger · 15 years ago
  8. 36596a3 - fix issue #6106, Telnet.process_rawq default handling of WILL/WONT/DO/DONT by Jack Diederich · 15 years ago
  9. 97f0c6b Fixed Issue1424152 in Py3k: urllib2 fails with HTTPS over Proxy. by Senthil Kumaran · 15 years ago
  10. b27a1d2 Specialize assertTrue checks when possible. by Alexandre Vassalotti · 15 years ago
  11. 953f558 Use assertGreater instead of assertTrue(x > y). by Alexandre Vassalotti · 15 years ago
  12. 5ff0235 Clean up test_curses. by Alexandre Vassalotti · 15 years ago
  13. 630cc48 Issue 6542: Make sure that TestInvalidFD.test_closerange does not by R. David Murray · 15 years ago
  14. 953152f Merged revisions 74167 via svnmerge from by Georg Brandl · 15 years ago
  15. 93f2cd2 Use unittest.SkipTest to skip tests in test_threading. by Alexandre Vassalotti · 15 years ago
  16. a64ba36 Remove erroneous print statement. by Alexandre Vassalotti · 15 years ago
  17. b66c67d Only skip test_nis on Solaris. by Alexandre Vassalotti · 15 years ago
  18. cf76e1a Issue #6218: Make io.BytesIO and io.StringIO picklable. by Alexandre Vassalotti · 15 years ago
  19. d2bb18b Issue #6241: Better type checking for the arguments of io.StringIO. by Alexandre Vassalotti · 15 years ago
  20. fc47704 Issue #6242: Fix deallocator of io.StringIO and io.BytesIO. by Alexandre Vassalotti · 15 years ago
  21. 4f1f422 Make test_normalization verify the version of the correct test data file. by Alexandre Vassalotti · 15 years ago
  22. df4ff08 Fix open_urlresource() to pass its arguments to open() when the resource is cached. by Alexandre Vassalotti · 15 years ago
  23. 7b82b40 Merged revisions 72487-72488,72879 via svnmerge from by Alexandre Vassalotti · 15 years ago
  24. 6f82818 Merged revisions 73683,73786 via svnmerge from by Alexandre Vassalotti · 15 years ago
  25. d33396c Remove apparently unneeded and un-cleaned-up munging of sys.path from by R. David Murray · 15 years ago
  26. aefde24 porting revision 74098 from trunk: by Kristján Valur Jónsson · 15 years ago
  27. bed7d04 Merged revisions 74095 via svnmerge from by Benjamin Peterson · 15 years ago
  28. fb8cc2f Fix for issue5102, timeout value propages between redirects, proxy, digest and by Senthil Kumaran · 15 years ago
  29. 85424c9 Issue #6431: Fix Fraction comparisons to return NotImplemented when by Mark Dickinson · 15 years ago
  30. c57a84f Merged revisions 73694,73708,73738 via svnmerge from by Alexandre Vassalotti · 15 years ago
  31. 9d58e3e Merged revisions 73870,73879,73899-73900,73905-73906 via svnmerge from by Alexandre Vassalotti · 15 years ago
  32. 711ed4a Merged revisions 73930-73932,73937-73939,73945,73951,73954,73962-73963,73970 via svnmerge from by Alexandre Vassalotti · 15 years ago
  33. e52e378 Merged revisions 73995,74002,74005,74007-74008,74011,74019-74023 via svnmerge from by Alexandre Vassalotti · 15 years ago
  34. 1c0c003 Merged revisions 74040,74042 via svnmerge from by Hirokazu Yamamoto · 15 years ago
  35. 0027d4b Don't check 64-bit test cases on 32-bit machine. by Alexandre Vassalotti · 15 years ago
  36. ad07715 Issue #2389: Implement a portable mechanism for pickling array objects. by Alexandre Vassalotti · 15 years ago
  37. afd0d11 Merged revisions 74011 via svnmerge from by Ezio Melotti · 15 years ago
  38. b49c70c Importlib was using custom code to discover all test modules in importlib.test. by Brett Cannon · 15 years ago
  39. f6087ca merging revision 73986 from trunk: by Kristján Valur Jónsson · 15 years ago
  40. 1bbb19a merging revision 73932 from trunk: by Kristján Valur Jónsson · 15 years ago
  41. 7643024 Merged revisions 73931 via svnmerge from by Ezio Melotti · 15 years ago
  42. 97e5f28 #6358: Merge r73933: Add basic tests for the return value of os.popen().close(). by Amaury Forgeot d'Arc · 15 years ago
  43. ace3102 Merged revisions 73916 via svnmerge from by Amaury Forgeot d'Arc · 15 years ago
  44. 414c91f Merged revisions 73907-73908 via svnmerge from by R. David Murray · 15 years ago
  45. 74c96ec Merged revisions 73841 via svnmerge from by Ezio Melotti · 15 years ago
  46. b0d9ca9 Add a unittest for r73566. by Gregory P. Smith · 15 years ago
  47. 4713725 Add the fix for issue 4509 to the mapping methods. by Alexandre Vassalotti · 15 years ago
  48. 515a74f Issue 4005: Remove .sort() call on dict_keys object. by Alexandre Vassalotti · 15 years ago
  49. e503cf9 Fix array.extend and array.__iadd__ to handle the case where an array by Alexandre Vassalotti · 15 years ago
  50. b78637a Add more test cases to BaseTest.test_memoryview_no_resize. by Alexandre Vassalotti · 15 years ago
  51. 7e4f321 Issue 4509: Do not modify an array if we know the change would result by Alexandre Vassalotti · 15 years ago
  52. b8e138a Revert last change, which was incorrect. by Kristján Valur Jónsson · 15 years ago
  53. 8c4f417 http://bugs.python.org/issue6381 merging revision 73819 from trunk by Kristján Valur Jónsson · 15 years ago
  54. d06fa47 Merged revisions 73825-73826 via svnmerge from by Gregory P. Smith · 15 years ago
  55. bceae0c Merged revisions 73781 via svnmerge from by Benjamin Peterson · 15 years ago
  56. 985fc6a http://bugs.python.org/issue6267 porting revision 73638 to py3k by Kristján Valur Jónsson · 15 years ago
  57. c8c0d78 remove warnings supression by Benjamin Peterson · 15 years ago
  58. 9c4d0ed Removed contextlib.nested() by Raymond Hettinger · 15 years ago
  59. 46d4440 remove use of failIf by Benjamin Peterson · 15 years ago
  60. 77108eb Merged revisions 73720 via svnmerge from by Benjamin Peterson · 15 years ago
  61. 6bcbad5 test that depreacted methods give warnings by Benjamin Peterson · 15 years ago
  62. e1759f8 Merged revisions 73717 via svnmerge from by Benjamin Peterson · 15 years ago
  63. c9c0f20 convert old fail* assertions to assert* by Benjamin Peterson · 15 years ago
  64. 84ec8d9 #6373: SystemError in str.encode('latin1', 'surrogateescape') by Amaury Forgeot d'Arc · 15 years ago
  65. 8890954 Merged revisions 73072 via svnmerge from by Antoine Pitrou · 15 years ago
  66. 78565b2 Merged revisions 73376,73393,73398,73400,73404-73405,73409,73419-73421,73432,73457,73460,73485-73486,73488-73489,73501-73502,73513-73514 via svnmerge from by Benjamin Peterson · 15 years ago
  67. 0289b15 Merged revisions 73004,73439,73496,73509,73529,73564,73576-73577,73595-73596,73605 via svnmerge from by Benjamin Peterson · 15 years ago
  68. 876b2f2 Merged revisions 72912,72920,72940 via svnmerge from by Benjamin Peterson · 15 years ago
  69. d239775 Merged revisions 72570,72582-72583,73027,73049,73071,73151,73247 via svnmerge from by Benjamin Peterson · 15 years ago
  70. eb36d31 Issue #6334: Fix buggy internal length calculation in builtin range function by Mark Dickinson · 15 years ago
  71. 159eac9 Issue 6329: Fix iteration for memoryviews. by Raymond Hettinger · 15 years ago
  72. 2a998fa Merged revisions 73495 via svnmerge from svn+ssh://pythondev/python/trunk by Guilherme Polo · 15 years ago
  73. 722d8c3 Remove unused import by Raymond Hettinger · 15 years ago
  74. c7d6aa4 Merged revisions 73461 via svnmerge from by Hirokazu Yamamoto · 15 years ago
  75. c388a83 Merged revisions 73451 via svnmerge from by Mark Dickinson · 15 years ago
  76. 16a1f63 make file closing more robust by Benjamin Peterson · 15 years ago
  77. 94f5583 Fix SystemError and a wasps nest of ref counting issues. by Raymond Hettinger · 15 years ago
  78. 58641de Issue #6195: fix doctest to no longer try to read 'source' data from by R. David Murray · 15 years ago
  79. 87c8d87 Merged revisions 73196,73278-73280,73299,73308,73312-73313,73317-73318,73321,73324,73331,73335,73340,73363 via svnmerge from by Benjamin Peterson · 15 years ago
  80. f6b8872 Merged revisions 73328 via svnmerge from by Amaury Forgeot d'Arc · 15 years ago
  81. 66f8c43 #5924: on Windows, a large PYTHONPATH (more than 255 chars) was completely ignored. by Amaury Forgeot d'Arc · 15 years ago
  82. c6c3178 Merged revisions 73190,73213,73257-73258,73260,73275,73294 via svnmerge from by Georg Brandl · 15 years ago
  83. b7a5156 Issue #6221: Delete test registry key before running the test. by Martin v. Löwis · 15 years ago
  84. 0926ad1 give the C implementation of TextIOWrapper the errors property #6217 by Benjamin Peterson · 15 years ago
  85. d9dfaa9 Issue #6137: The pickle module now translates module names when loading by Antoine Pitrou · 15 years ago
  86. 751899a Merged revisions 73232 via svnmerge from by Georg Brandl · 15 years ago
  87. 40925d2 Remove the ipaddr module per discussion on python-dev. by Raymond Hettinger · 15 years ago
  88. 3cfdd9c Merged revisions 73186,73206,73212 via svnmerge from by Georg Brandl · 15 years ago
  89. 706824f More codestring -> codebytes. by Georg Brandl · 15 years ago
  90. 1158a33 #3791: remove last traces of bsddb. by Georg Brandl · 15 years ago
  91. b54d801 #3613: add base64.encodebytes and decodebytes as the new spelling of encodestring and decodestring; deprecate the latter. by Georg Brandl · 15 years ago
  92. d76b9f1 Fix __all__. by Raymond Hettinger · 15 years ago
  93. 686057b Use new form of with-statement instead of contextlib.nested(). by Raymond Hettinger · 15 years ago
  94. 0a27e3d Add test code to verify that relative comparison operators with an object by Gregory P. Smith · 15 years ago
  95. 181bdc6 Merged revisions 73135 via svnmerge from by Gregory P. Smith · 15 years ago
  96. 8cc7d88 Merged revisions 73073-73074,73089 via svnmerge from by Benjamin Peterson · 15 years ago
  97. fa0d703 Merged revisions 72506,72525-72526,72551,72558,72616,72654-72655,72689,72745,72750,72802,72812,72822,72824,72826-72827,72833,72876,72890,72923,72946,73026,73042,73045,73047,73065,73068-73069 via svnmerge from by Benjamin Peterson · 15 years ago
  98. 24e581f Merged revisions 73114 via svnmerge from by Amaury Forgeot d'Arc · 15 years ago
  99. 74b7e44 Issue #6150: Fix test_unicode on wide-unicode builds. by Martin v. Löwis · 15 years ago
  100. 1855c21 Merged revisions 73077 via svnmerge from by R. David Murray · 15 years ago