1. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  2. 126d29a Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,60505-60506,60508-60509,60523-60524,60532,60543,60545,60547-60548,60552,60554,60556-60559,60561-60562,60569,60571-60572,60574,60576-60583,60585-60586,60589,60591,60594-60595,60597-60598,60600-60601,60606-60612,60615,60617,60619-60621,60623-60625,60627-60629,60631,60633,60635,60647,60650,60652,60654,60656,60658-60659,60664-60666,60668-60670,60672,60676,60678,60680-60683,60685-60686,60688,60690,60692-60694,60697-60700,60705-60706,60708,60711,60714,60720,60724-60734 via svnmerge from by Christian Heimes · 17 years ago
  3. faf2f63 Merged revisions 59703-59773 via svnmerge from by Christian Heimes · 17 years ago
  4. d8654cf Merged revisions 59259-59274 via svnmerge from by Christian Heimes · 17 years ago
  5. ed03b41 Merge the trunk changes in. Breaks socket.ssl for now. by Thomas Wouters · 17 years ago
  6. a280ca75 Conform to strict str/bytes distinction. by Lars Gustäbel · 17 years ago
  7. 3741eff Fall back to 'ascii' encoding if sys.getfilesystemencoding() returns by Lars Gustäbel · 17 years ago
  8. 34d1928 SF patch# 1770008 by Christian Heimes (plus some extras). by Guido van Rossum · 17 years ago
  9. a055770 Remove the coding line, and convert umlauted characters to \x escapes. by Guido van Rossum · 17 years ago
  10. b506dc3 Completed str/unicode unification. by Lars Gustäbel · 17 years ago
  11. e61fd5b Patch by Christian Heimes to change self.assert_(x == y) into by Guido van Rossum · 17 years ago
  12. 486364b Merged revisions 56020-56124 via svnmerge from by Guido van Rossum · 17 years ago
  13. cd16bf6 Merged revisions 55817-55961 via svnmerge from by Guido van Rossum · 17 years ago
  14. 9cbfffd tokenizer.c: make coding markup work again. by Guido van Rossum · 17 years ago
  15. e7ba495 Merged revisions 55631-55794 via svnmerge from by Guido van Rossum · 17 years ago
  16. a8add0e Merged revisions 55270-55324 via svnmerge from by Guido van Rossum · 17 years ago
  17. ef87d6e Rip out all the u"..." literals and calls to unicode(). by Guido van Rossum · 17 years ago
  18. d8faa36 Merged revisions 53952-54987 via svnmerge from by Guido van Rossum · 17 years ago
  19. cf297e4 Merged revisions 53623-53858 via svnmerge from by Thomas Wouters · 18 years ago
  20. b940e11 SF patch 1631942 by Collin Winter: by Guido van Rossum · 18 years ago
  21. 902d6eb Merged revisions 53005-53303 via svnmerge from by Thomas Wouters · 18 years ago
  22. 89f507f Four months of trunk changes (including a few releases...) by Thomas Wouters · 18 years ago
  23. 01c77c6 Anna Ravenscroft identified many occurrences of "file" used to open a file by Alex Martelli · 18 years ago
  24. 00ee7ba Merge current trunk into p3yk. This includes the PyNumber_Index API change, by Thomas Wouters · 18 years ago
  25. 477c8d5 Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. by Thomas Wouters · 18 years ago
  26. f339654 Patch #1338314, Bug #1336623: fix tarfile so it can extract by Neal Norwitz · 19 years ago
  27. b0e32e2 Fix SF bug # 1330039, patch # 1331635 from Lars Gustaebel (tarfile maintainer) by Neal Norwitz · 19 years ago
  28. 5dbdc59 Patch #1168594: set sizes of non-regular files to zero. Fixes #1167128. by Martin v. Löwis · 19 years ago
  29. 78be7df Patch #918101: Add tarfile open mode r|* for auto-detection of the by Martin v. Löwis · 19 years ago
  30. df24153 Patch #1107973: tarfile.ExFileObject iterators. by Martin v. Löwis · 19 years ago
  31. 8ceefc5 Whitespace normalization. by Tim Peters · 20 years ago
  32. d4f2552 Add test case for bug #1017553 by Andrew M. Kuchling · 20 years ago
  33. c234a52 Flush bz2 data even if nothing had been written so far. Fixes #1013882. by Martin v. Löwis · 20 years ago
  34. a4f651a SF #857297 and 916874, improve handling of hard links when extracting by Neal Norwitz · 20 years ago
  35. 0662f8a SF #846659, fix bufsize violation and GNU longname/longlink extensions by Neal Norwitz · 20 years ago
  36. 43e559a When calling tarname with an argument (and thus not use testtar.tar) return a by Brett Cannon · 21 years ago
  37. 455ea53 Make creation of temporary file and directory more portable. Also made cleanup by Brett Cannon · 21 years ago
  38. a94568a Patch #734231: Update RiscOS support. In particular, correct by Martin v. Löwis · 21 years ago
  39. 21d3a32 Combine the functionality of test_support.run_unittest() by Walter Dörwald · 21 years ago
  40. ae32319 Get test working if gzip support is not available by Neal Norwitz · 21 years ago
  41. 149a899 The filename fix of the previous checkin was complete bogus, the problem is elsewhere. Retracting. by Jack Jansen · 21 years ago
  42. c7fcc2d Two fixes to make this test pass on MacOS9: by Jack Jansen · 21 years ago
  43. 8266af4 Removed debugging print in test_tarfile. by Tim Peters · 22 years ago
  44. f2715e0 Whitespace normalization. by Tim Peters · 22 years ago
  45. 996acf1 Actually run these tests from regrtest.py. by Neal Norwitz · 22 years ago
  46. b9ef4ae SF #651082, tarfile module implementation from Lars Gustäbel by Neal Norwitz · 22 years ago