1. fc47704 Issue #6242: Fix deallocator of io.StringIO and io.BytesIO. by Alexandre Vassalotti · 15 years ago
  2. 4f1f422 Make test_normalization verify the version of the correct test data file. by Alexandre Vassalotti · 15 years ago
  3. df4ff08 Fix open_urlresource() to pass its arguments to open() when the resource is cached. by Alexandre Vassalotti · 15 years ago
  4. 7b82b40 Merged revisions 72487-72488,72879 via svnmerge from by Alexandre Vassalotti · 15 years ago
  5. 6f82818 Merged revisions 73683,73786 via svnmerge from by Alexandre Vassalotti · 15 years ago
  6. d33396c Remove apparently unneeded and un-cleaned-up munging of sys.path from by R. David Murray · 15 years ago
  7. aefde24 porting revision 74098 from trunk: by Kristján Valur Jónsson · 15 years ago
  8. bed7d04 Merged revisions 74095 via svnmerge from by Benjamin Peterson · 15 years ago
  9. fb8cc2f Fix for issue5102, timeout value propages between redirects, proxy, digest and by Senthil Kumaran · 15 years ago
  10. 85424c9 Issue #6431: Fix Fraction comparisons to return NotImplemented when by Mark Dickinson · 15 years ago
  11. c57a84f Merged revisions 73694,73708,73738 via svnmerge from by Alexandre Vassalotti · 15 years ago
  12. 9d58e3e Merged revisions 73870,73879,73899-73900,73905-73906 via svnmerge from by Alexandre Vassalotti · 15 years ago
  13. 711ed4a Merged revisions 73930-73932,73937-73939,73945,73951,73954,73962-73963,73970 via svnmerge from by Alexandre Vassalotti · 15 years ago
  14. e52e378 Merged revisions 73995,74002,74005,74007-74008,74011,74019-74023 via svnmerge from by Alexandre Vassalotti · 15 years ago
  15. 1c0c003 Merged revisions 74040,74042 via svnmerge from by Hirokazu Yamamoto · 15 years ago
  16. 0027d4b Don't check 64-bit test cases on 32-bit machine. by Alexandre Vassalotti · 15 years ago
  17. ad07715 Issue #2389: Implement a portable mechanism for pickling array objects. by Alexandre Vassalotti · 15 years ago
  18. afd0d11 Merged revisions 74011 via svnmerge from by Ezio Melotti · 15 years ago
  19. b49c70c Importlib was using custom code to discover all test modules in importlib.test. by Brett Cannon · 15 years ago
  20. f6087ca merging revision 73986 from trunk: by Kristján Valur Jónsson · 15 years ago
  21. 1bbb19a merging revision 73932 from trunk: by Kristján Valur Jónsson · 15 years ago
  22. 7643024 Merged revisions 73931 via svnmerge from by Ezio Melotti · 15 years ago
  23. 97e5f28 #6358: Merge r73933: Add basic tests for the return value of os.popen().close(). by Amaury Forgeot d'Arc · 15 years ago
  24. ace3102 Merged revisions 73916 via svnmerge from by Amaury Forgeot d'Arc · 15 years ago
  25. 414c91f Merged revisions 73907-73908 via svnmerge from by R. David Murray · 15 years ago
  26. 74c96ec Merged revisions 73841 via svnmerge from by Ezio Melotti · 15 years ago
  27. b0d9ca9 Add a unittest for r73566. by Gregory P. Smith · 15 years ago
  28. 4713725 Add the fix for issue 4509 to the mapping methods. by Alexandre Vassalotti · 15 years ago
  29. 515a74f Issue 4005: Remove .sort() call on dict_keys object. by Alexandre Vassalotti · 15 years ago
  30. e503cf9 Fix array.extend and array.__iadd__ to handle the case where an array by Alexandre Vassalotti · 15 years ago
  31. b78637a Add more test cases to BaseTest.test_memoryview_no_resize. by Alexandre Vassalotti · 15 years ago
  32. 7e4f321 Issue 4509: Do not modify an array if we know the change would result by Alexandre Vassalotti · 15 years ago
  33. b8e138a Revert last change, which was incorrect. by Kristján Valur Jónsson · 15 years ago
  34. 8c4f417 http://bugs.python.org/issue6381 merging revision 73819 from trunk by Kristján Valur Jónsson · 15 years ago
  35. d06fa47 Merged revisions 73825-73826 via svnmerge from by Gregory P. Smith · 15 years ago
  36. bceae0c Merged revisions 73781 via svnmerge from by Benjamin Peterson · 15 years ago
  37. 985fc6a http://bugs.python.org/issue6267 porting revision 73638 to py3k by Kristján Valur Jónsson · 15 years ago
  38. c8c0d78 remove warnings supression by Benjamin Peterson · 15 years ago
  39. 9c4d0ed Removed contextlib.nested() by Raymond Hettinger · 15 years ago
  40. 46d4440 remove use of failIf by Benjamin Peterson · 15 years ago
  41. 77108eb Merged revisions 73720 via svnmerge from by Benjamin Peterson · 15 years ago
  42. 6bcbad5 test that depreacted methods give warnings by Benjamin Peterson · 15 years ago
  43. e1759f8 Merged revisions 73717 via svnmerge from by Benjamin Peterson · 15 years ago
  44. c9c0f20 convert old fail* assertions to assert* by Benjamin Peterson · 15 years ago
  45. 84ec8d9 #6373: SystemError in str.encode('latin1', 'surrogateescape') by Amaury Forgeot d'Arc · 15 years ago
  46. 8890954 Merged revisions 73072 via svnmerge from by Antoine Pitrou · 15 years ago
  47. 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
  48. 0289b15 Merged revisions 73004,73439,73496,73509,73529,73564,73576-73577,73595-73596,73605 via svnmerge from by Benjamin Peterson · 15 years ago
  49. 876b2f2 Merged revisions 72912,72920,72940 via svnmerge from by Benjamin Peterson · 15 years ago
  50. d239775 Merged revisions 72570,72582-72583,73027,73049,73071,73151,73247 via svnmerge from by Benjamin Peterson · 15 years ago
  51. eb36d31 Issue #6334: Fix buggy internal length calculation in builtin range function by Mark Dickinson · 15 years ago
  52. 159eac9 Issue 6329: Fix iteration for memoryviews. by Raymond Hettinger · 15 years ago
  53. 2a998fa Merged revisions 73495 via svnmerge from svn+ssh://pythondev/python/trunk by Guilherme Polo · 15 years ago
  54. 722d8c3 Remove unused import by Raymond Hettinger · 15 years ago
  55. c7d6aa4 Merged revisions 73461 via svnmerge from by Hirokazu Yamamoto · 15 years ago
  56. c388a83 Merged revisions 73451 via svnmerge from by Mark Dickinson · 15 years ago
  57. 16a1f63 make file closing more robust by Benjamin Peterson · 15 years ago
  58. 94f5583 Fix SystemError and a wasps nest of ref counting issues. by Raymond Hettinger · 15 years ago
  59. 58641de Issue #6195: fix doctest to no longer try to read 'source' data from by R. David Murray · 15 years ago
  60. 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
  61. f6b8872 Merged revisions 73328 via svnmerge from by Amaury Forgeot d'Arc · 15 years ago
  62. 66f8c43 #5924: on Windows, a large PYTHONPATH (more than 255 chars) was completely ignored. by Amaury Forgeot d'Arc · 15 years ago
  63. c6c3178 Merged revisions 73190,73213,73257-73258,73260,73275,73294 via svnmerge from by Georg Brandl · 15 years ago
  64. b7a5156 Issue #6221: Delete test registry key before running the test. by Martin v. Löwis · 15 years ago
  65. 0926ad1 give the C implementation of TextIOWrapper the errors property #6217 by Benjamin Peterson · 15 years ago
  66. d9dfaa9 Issue #6137: The pickle module now translates module names when loading by Antoine Pitrou · 15 years ago
  67. 751899a Merged revisions 73232 via svnmerge from by Georg Brandl · 15 years ago
  68. 40925d2 Remove the ipaddr module per discussion on python-dev. by Raymond Hettinger · 15 years ago
  69. 3cfdd9c Merged revisions 73186,73206,73212 via svnmerge from by Georg Brandl · 15 years ago
  70. 706824f More codestring -> codebytes. by Georg Brandl · 15 years ago
  71. 1158a33 #3791: remove last traces of bsddb. by Georg Brandl · 15 years ago
  72. b54d801 #3613: add base64.encodebytes and decodebytes as the new spelling of encodestring and decodestring; deprecate the latter. by Georg Brandl · 15 years ago
  73. d76b9f1 Fix __all__. by Raymond Hettinger · 15 years ago
  74. 686057b Use new form of with-statement instead of contextlib.nested(). by Raymond Hettinger · 15 years ago
  75. 0a27e3d Add test code to verify that relative comparison operators with an object by Gregory P. Smith · 15 years ago
  76. 181bdc6 Merged revisions 73135 via svnmerge from by Gregory P. Smith · 15 years ago
  77. 8cc7d88 Merged revisions 73073-73074,73089 via svnmerge from by Benjamin Peterson · 15 years ago
  78. 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
  79. 24e581f Merged revisions 73114 via svnmerge from by Amaury Forgeot d'Arc · 15 years ago
  80. 74b7e44 Issue #6150: Fix test_unicode on wide-unicode builds. by Martin v. Löwis · 15 years ago
  81. 1855c21 Merged revisions 73077 via svnmerge from by R. David Murray · 15 years ago
  82. 8e124f3 Merged revisions 73064 via svnmerge from by Antoine Pitrou · 15 years ago
  83. c06de47 Issue #6149: Fix initialization of WeakValueDictionary objects from non-empty parameters. by Antoine Pitrou · 15 years ago
  84. a6a9c4d 5562 -> 3061. by Martin v. Löwis · 15 years ago
  85. 1b01ccd Issue #5562: Use wcsftime for time.strftime where available. by Martin v. Löwis · 15 years ago
  86. f17ab89 Merged revisions 73031 via svnmerge from by Benjamin Peterson · 15 years ago
  87. 23ddc0e Merged revisions 73022 via svnmerge from by R. David Murray · 15 years ago
  88. c15bdef Issue #6012: Add cleanup support to O& argument parsing. by Martin v. Löwis · 15 years ago
  89. 2bcde14 Issue 5982: Classmethod and staticmethod expose wrapped function with __func__. by Raymond Hettinger · 15 years ago
  90. c5b0195 Suppress deprecation warnings. by Raymond Hettinger · 15 years ago
  91. fa3cf21 Restore tests until the code is actually removed. by Raymond Hettinger · 15 years ago
  92. 91e3b9d Deprecate contextlib.nested(). The with-statement now provides this functionality directly. by Raymond Hettinger · 15 years ago
  93. fb12391 Finish issue 5259 by adding tests and fixes for the 'login' by R. David Murray · 15 years ago
  94. a27c5bd Merged revisions 72979 via svnmerge from by Philip Jenvey · 15 years ago
  95. 87c50b4 Remove useless compatibility statements by Antoine Pitrou · 15 years ago
  96. 1f1b9d3 Merged revisions 72966 via svnmerge from by R. David Murray · 15 years ago
  97. a720559 Merged revisions 72957 via svnmerge from by Benjamin Peterson · 15 years ago
  98. 499b2ee Stronger tests for namedtuple() to prevent future name conflict errors. by Raymond Hettinger · 15 years ago
  99. 089ba7f Fix field name conflicts for named tuples. by Raymond Hettinger · 15 years ago
  100. faf4149 #6118: dont ignore encoding arguments for arguments with spaces in quote_plus(). by Georg Brandl · 15 years ago