1. dccc1fc Merged revisions 79263 via svnmerge from by Benjamin Peterson · 14 years ago
  2. 886af96 Merged revisions 78966,78970,79018,79026-79027,79055,79156,79159,79163-79164,79173,79176,79194,79208,79212 via svnmerge from by Benjamin Peterson · 14 years ago
  3. 11dbfd4 Merged revisions 78417 via svnmerge from by Benjamin Peterson · 14 years ago
  4. 21896a3 Merged revisions 77952,78030,78102,78104,78107,78206,78216,78296-78297,78328,78331-78332,78336,78339,78343,78378-78379,78415,78559,78717,78791 via svnmerge from by Benjamin Peterson · 14 years ago
  5. afcee8b count keyword only arguments as part of the total by Benjamin Peterson · 14 years ago
  6. a567a77 Merged revisions 79205,79219,79228,79230,79232-79233,79235,79237 via svnmerge from by Benjamin Peterson · 14 years ago
  7. eb13618 Merged revisions 79207 via svnmerge from by Florent Xicluna · 14 years ago
  8. 54467e0 Merged revisions 79195 via svnmerge from by Florent Xicluna · 14 years ago
  9. 29c0e4f Have regrtest monitor the warnings filter for changes made by a test suite. by Brett Cannon · 14 years ago
  10. 226b230 Clean up the warnings filter use in test_unicode. by Brett Cannon · 14 years ago
  11. e1adece Clean up warnings filter use in test_tempfile. by Brett Cannon · 14 years ago
  12. 241bd98 Clean up the warnings filter use in test_set. by Brett Cannon · 14 years ago
  13. c8d502e Fix the warnings usage in test_posix. by Brett Cannon · 14 years ago
  14. d3791ed Fix the warnings filter usage in test_http_cookies. by Brett Cannon · 14 years ago
  15. 2298d53 Clean up warnings filter use in test_global by no longer having it be a by Brett Cannon · 14 years ago
  16. 41a08bc Clean up warnings filter use in test_bytes. by Brett Cannon · 14 years ago
  17. 7762899 Clean up the manipulation of the warnings filter in test_builtin. by Brett Cannon · 14 years ago
  18. 9713372 Typo by Florent Xicluna · 14 years ago
  19. 21164ce #8133: Use appropriate Unicode decomposition on MacOS X platform. by Florent Xicluna · 14 years ago
  20. abd91d5 Issue 7832. Document changes to unittest.TestCase.assertSameElements and assertItemsEqual by Michael Foord · 14 years ago
  21. 91c9da3 Issue 7832. Deprecating assertSameElements in Py3k. by Michael Foord · 14 years ago
  22. 8442a60 Adding assertItemsEqual with tests. Issue 7832. assertSameElements still needs to be deprecated plus documentation needs to be updated. by Michael Foord · 14 years ago
  23. 6709c0c Merged revisions 79127 via svnmerge from by Florent Xicluna · 14 years ago
  24. 9b86b9a Merged revisions 79100 via svnmerge from by Florent Xicluna · 14 years ago
  25. 32ec9da * Fix a refleak when a preexec_fn was supplied (preexec_fn_args_tuple was not by Gregory P. Smith · 14 years ago
  26. f089fd6 Merged revisions 78982,78986 via svnmerge from by Florent Xicluna · 14 years ago
  27. faa663f Fixed a failure in test_bigmem. by Florent Xicluna · 14 years ago
  28. f1789de Revert Unicode UCD 5.2 upgrade in 3.x. It broke repr() for unicode objects, and gave failures in test_bigmem. Revert 79062, 79065 and 79083. by Florent Xicluna · 14 years ago
  29. 0106250 Fix bad unicodedata checksum merge from trunk in r79062 by Florent Xicluna · 14 years ago
  30. 5c86d45 Merged revisions 79070 via svnmerge from by Benjamin Peterson · 14 years ago
  31. 4222e9c Merged revisions 79060 via svnmerge from by Collin Winter · 14 years ago
  32. 0088893 kill py_compile's homemade encoding detection in favor of tokenize.detect_encoding() (see #8168) by Benjamin Peterson · 14 years ago
  33. 1613ed8 fix for files with coding cookies and BOMs by Benjamin Peterson · 14 years ago
  34. 689a558 in tokenize.detect_encoding(), return utf-8-sig when a BOM is found by Benjamin Peterson · 14 years ago
  35. 657de43 Merged revisions 79059 via svnmerge from by Florent Xicluna · 14 years ago
  36. 32ca454 Merged revisions 78971-78972 via svnmerge from by Benjamin Peterson · 14 years ago
  37. 53b506be Merged revisions 79049 via svnmerge from by Florent Xicluna · 14 years ago
  38. 7fb4da7 Merged revisions 79024 via svnmerge from by Ezio Melotti · 14 years ago
  39. b24ef19 Merged revisions 79044 via svnmerge from by Collin Winter · 14 years ago
  40. 8641c56 Merged revisions 79038 via svnmerge from by Collin Winter · 14 years ago
  41. 2548078 NOTE: just porting tests here. by Antoine Pitrou · 14 years ago
  42. 5d2ad25 bring back commented out test by Benjamin Peterson · 14 years ago
  43. e6dd2cb Merged revisions 79034 via svnmerge from by Benjamin Peterson · 14 years ago
  44. 8fbddf1 Merged revisions 79030-79032 via svnmerge from by Florent Xicluna · 14 years ago
  45. 6498cff Add tests for overriding and shadowing __import__; these are a useful tripwire for an incoming JIT optimization. by Collin Winter · 14 years ago
  46. 88e333d Merged revisions 79016 via svnmerge from by Collin Winter · 14 years ago
  47. 58bee59 Merged revisions 79013 via svnmerge from by Collin Winter · 14 years ago
  48. f2bf2b3 Add some tests for ways users can change or shadow globals and builtins. by Collin Winter · 14 years ago
  49. 4b00307 Issue #6716/2: Backslash-replace error output in compilall. by Martin v. Löwis · 14 years ago
  50. a6d9abf Merged revisions 78988 via svnmerge from by Matthias Klose · 14 years ago
  51. c33b902 Merged revisions 78983,78985 via svnmerge from by Matthias Klose · 14 years ago
  52. 82f6091 Merged revisions 78979 via svnmerge from by Matthias Klose · 14 years ago
  53. 847a411 Merged revisions 78227,78229,78288,78348,78377,78770,78774-78776,78810 via svnmerge from by Benjamin Peterson · 14 years ago
  54. 3b8bfef Fix an oversight in r78946 which causes failure in the subprocess module on Windows. by Florent Xicluna · 14 years ago
  55. c0e22b7 Merged revisions 78101,78115,78117,78182,78188,78245,78386,78496 via svnmerge from by Georg Brandl · 14 years ago
  56. 1b37e87 Merged revisions 78093 via svnmerge from by Georg Brandl · 14 years ago
  57. 89fad14 Merged revisions 78018,78035-78040,78042-78043,78046,78048-78052,78054,78059,78075-78080 via svnmerge from by Georg Brandl · 14 years ago
  58. fb94c5f * Replaces the internals of the subprocess module from fork through exec on by Gregory P. Smith · 14 years ago
  59. f15351d Merged revisions 78838-78839,78917,78919,78934,78937 via svnmerge from by Florent Xicluna · 14 years ago
  60. 9451a1c Merged revisions 77967,77969,77973,77979,77985-77986,78009,78029,78031-78033,78081,78085,78103,78105-78106,78108,78246,78703,78728,78731,78853,78855 via svnmerge from by Benjamin Peterson · 14 years ago
  61. 01fe610 Merged revisions 78832 via svnmerge from by Florent Xicluna · 14 years ago
  62. b14930c Only the parts which are relevant for 3.x branch. by Florent Xicluna · 14 years ago
  63. 252e400 Issue #8014: Fix incorrect error checks in structmember.c, and re-enable by Mark Dickinson · 14 years ago
  64. d59b416 Issue #8014: Fix PyLong_As<c-integer-type> methods not to produce an by Mark Dickinson · 14 years ago
  65. f673f0c Issue #7845: Make 1j.__le__(2j) return NotImplemented rather than raising TypeError. by Mark Dickinson · 14 years ago
  66. 0201f44 Merged revisions 78898 via svnmerge from by Victor Stinner · 14 years ago
  67. 08b36bd Merged revisions 78886 via svnmerge from by Victor Stinner · 14 years ago
  68. 624dbf6 Issue #6697: catch _PyUnicode_AsString() errors in getattr() and setattr() by Victor Stinner · 14 years ago
  69. 52f6dd7 Merged revisions 78826 via svnmerge from by Victor Stinner · 14 years ago
  70. 171ba05 Merged revisions 78835-78837 via svnmerge from by Victor Stinner · 14 years ago
  71. 25bfc55 take into account shebang line change by Benjamin Peterson · 14 years ago
  72. 90f5ba5 convert shebang lines: python -> python3 by Benjamin Peterson · 14 years ago
  73. e8c1f95 Merged revisions 78847 via svnmerge from by Benjamin Peterson · 14 years ago
  74. 8c703a0 Merged revisions 78844 via svnmerge from by Benjamin Peterson · 14 years ago
  75. 894197d Merged revisions 78841-78842 via svnmerge from by Benjamin Peterson · 14 years ago
  76. 1d1ab97 Merged revisions 78833 via svnmerge from by Florent Xicluna · 14 years ago
  77. ecf021c Merged revisions 78830 via svnmerge from by Florent Xicluna · 14 years ago
  78. a470738 Merged revisions 78828 via svnmerge from by Florent Xicluna · 14 years ago
  79. 75ad1fc Merged revisions 78806 via svnmerge from by Benjamin Peterson · 14 years ago
  80. ce153f6 Backport the tests only. by Florent Xicluna · 14 years ago
  81. ad8c5ca Fix ntpath abspath to deal with bytes. by Florent Xicluna · 14 years ago
  82. 998171f Merged revisions 78777,78787,78790 via svnmerge from by Florent Xicluna · 14 years ago
  83. 4886d24 Merged revisions 78736,78759,78761,78767,78788-78789 via svnmerge from by Florent Xicluna · 14 years ago
  84. 81c867c Fix string-> bytes conversion on backport from 2.x. by Florent Xicluna · 14 years ago
  85. e3ed2e0 Merge other tests from test_*path.py into test_genericpath.CommonTest, and do some cleanup. by Florent Xicluna · 14 years ago
  86. 19b02d4 Fix macpath to deal with bytes by Florent Xicluna · 14 years ago
  87. c9c7978 Merged revisions 78734-78735 via svnmerge from by Florent Xicluna · 14 years ago
  88. 57a4b98 bdecode was already gone in email 5. This merge adds the test from by R. David Murray · 14 years ago
  89. ae5f2f4 prevent generator finalization from invalidating sys.exc_info() #7173 by Benjamin Peterson · 14 years ago
  90. 57de4c4 Reverting the changes made in r78433. by Senthil Kumaran · 14 years ago
  91. ebe87ba Merged revisions 78718 via svnmerge from by Benjamin Peterson · 14 years ago
  92. 0e62a14 Merged revisions 78732 via svnmerge from by Florent Xicluna · 14 years ago
  93. b92ed7c #6509: fix re.sub to work properly when the pattern, the string, and the replacement were all bytes. Patch by Antoine Pitrou. by Ezio Melotti · 14 years ago
  94. 64fb18e Fix TypeError on usage() when using regrtest switches which are not compatible. by Florent Xicluna · 14 years ago
  95. 085a656 Fix test_pydoc when sys.modules["test"] is first imported using importlib.import_module. by Florent Xicluna · 14 years ago
  96. fadf93a Merged revisions 78721 via svnmerge from by Florent Xicluna · 14 years ago
  97. da7bfd5 Merged revisions 78719-78720 via svnmerge from by Florent Xicluna · 14 years ago
  98. 41a6b04 The test was failing because the curdir was missing from sys.path. This should fix the problem. by Ezio Melotti · 14 years ago
  99. 435b531 Cleanup and minor fixes. by Ezio Melotti · 14 years ago
  100. 0cc3df8 Merged revisions 78704 via svnmerge from by Florent Xicluna · 14 years ago