1. 2b3a35b skip a fcntl test on ARM Linux that isn't supported there. by Gregory P. Smith · 11 years ago
  2. e5aefa4 Skip a test of an old API on ARM Linux that isn't supported by the OS. by Gregory P. Smith · 11 years ago
  3. 441d30f Issue #15989: Fix several occurrences of integer overflow by Serhiy Storchaka · 12 years ago
  4. 7898043 Issue #15989: Fix several occurrences of integer overflow by Serhiy Storchaka · 12 years ago
  5. f1af705 #16135: Removal of OS/2 support (Remove OS2 and OS/2 references) by Jesus Cea · 12 years ago
  6. e674747 Issue #12326: refactor usage of sys.platform by Victor Stinner · 13 years ago
  7. 9c3de4a Issue #12326: don't test the major version of sys.platform by Victor Stinner · 13 years ago
  8. 6cea35a Issue #12821: Fix test_fcntl failures on OpenBSD 5. by Charles-François Natali · 13 years ago
  9. a6d2c76 Issue #12451: Open files in binary mode in some tests when the text file is not by Victor Stinner · 13 years ago
  10. 5a53fde Merged revisions 78678,78680,78682 via svnmerge from by Benjamin Peterson · 14 years ago
  11. 6103ab1 Remove AtheOS support, as per PEP 11 (which claims that all code was removed in Python 3.0). by Antoine Pitrou · 15 years ago
  12. 61f77b5 Merged revisions 72887 via svnmerge from by Antoine Pitrou · 15 years ago
  13. a21e4ca Merged revisions 70734,70775,70856,70874,70876-70877 via svnmerge by R. David Murray · 15 years ago
  14. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  15. e25f35e Merged revisions 61644,61646-61647,61649-61652,61656-61658,61663,61665,61667 via svnmerge from by Christian Heimes · 16 years ago
  16. dd15f6c Merged revisions 61239-61249,61252-61257,61260-61264,61269-61275,61278-61279,61285-61286,61288-61290,61298,61303-61305,61312-61314,61317,61329,61332,61344,61350-61351,61363-61376,61378-61379,61382-61383,61387-61388,61392,61395-61396,61402-61403 via svnmerge from by Christian Heimes · 16 years ago
  17. 8ce8a78 Merged revisions 58221-58741 via svnmerge from by Guido van Rossum · 17 years ago
  18. be19ed7 Fix most trivially-findable print statements. by Guido van Rossum · 17 years ago
  19. 89f507f Four months of trunk changes (including a few releases...) by Thomas Wouters · 18 years ago
  20. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 18 years ago
  21. 5771310 Bug #1101233: fix test_fcntl on netbsd2 platform. by Georg Brandl · 18 years ago
  22. 4e42281 Add support for FreeBSD 7. by Hye-Shik Chang · 19 years ago
  23. ac89f6e Fix testcase for 64bit BSD systems: long is 8 bytes for those systems by Hye-Shik Chang · 19 years ago
  24. f64700a Add support for FreeBSD 6. by Hye-Shik Chang · 20 years ago
  25. 70a6b49 Replace backticks with repr() or "%r" by Walter Dörwald · 20 years ago
  26. 04f357c Get rid of relative imports in all unittests. Now anything that by Barry Warsaw · 22 years ago
  27. f90ae20 Patch #488073: AtheOS port. by Martin v. Löwis · 22 years ago
  28. df4dabd SF 554663. Add OpenBSD3. Bugfix candidate if anyone cares. by Guido van Rossum · 22 years ago
  29. 5cef571 OS/2 EMX port Library and regression test changes: by Andrew MacIntyre · 22 years ago
  30. 8a97f4a sys.platform on Mac OS X is now "darwin", without any version number appended. by Jack Jansen · 23 years ago
  31. a660a34 Assume a 64-bit start and len if O_LARGEFILE is available. by Martin v. Löwis · 23 years ago
  32. bc7809b Update the tests for the fcntl module to check passing in file objects, by Fred Drake · 23 years ago
  33. 2242f2f Unixware 7 support by Billy G. Allie (SF patch 413011) by Guido van Rossum · 23 years ago
  34. 1417144 Based on info from Jens@digicool.com, add 'darwin1' to the list of by Guido van Rossum · 23 years ago
  35. f785042 a bold attempt to fix things broken by MAL's verify patch: import by Fredrik Lundh · 24 years ago
  36. 3661908 This patch removes all uses of "assert" in the regression test suite by Marc-André Lemburg · 24 years ago
  37. 004d5e6 Make reindent.py happy (convert everything to 4-space indents!). by Fred Drake · 24 years ago
  38. f7ef15d Use test_support.TESTFN as the temporary filename. Fix a minor stylistic nit. by Fred Drake · 24 years ago
  39. 2e2a70a Anonymous patch to add Darwin 1.2 to the list of BSDs. by Guido van Rossum · 24 years ago
  40. de33c79 HP-UX is another one of those platforms using an alternative lock by Guido van Rossum · 24 years ago
  41. 2d21863 Add support for FreeBSD-[45]. by Guido van Rossum · 24 years ago
  42. 0cf46bc Daniel Neri: OpenBSD is just as BSD'ish as the other BSD's ;-) by Guido van Rossum · 25 years ago
  43. 5ef8f0c According to Jeffrey Honig, bsd/os 4.0 should be added to the list. by Guido van Rossum · 25 years ago
  44. df23ef4 Guess what -- BSD has bifurcated again. :-( by Guido van Rossum · 26 years ago
  45. 91221c2 Support for netbsd1 and freebsd3, after suggestions by Anders Andersen by Guido van Rossum · 27 years ago
  46. 0e351f3 Finally found a wat to set a file nonblocking that works on Irix, by Guido van Rossum · 27 years ago
  47. 16dffdc Fix the NDELAY test; avoid outputting binary garbage. by Guido van Rossum · 27 years ago
  48. fab8ab8 Many scripts, but small changes. Update the way the scripts obtain the by Roger E. Masse · 28 years ago
  49. fb01d4b Added a test script for the fcntl C module. by Roger E. Masse · 28 years ago