1. cdaafe0 Issue #12821: Fix test_fcntl failures on OpenBSD 5. by Charles-François Natali · 14 years ago
  2. b3be23a remove the svn:executable property from files that don't have shebang lines by Benjamin Peterson · 15 years ago
  3. d49e375 Issue #1309352: fcntl now converts its third arguments to a C `long` rather by Antoine Pitrou · 16 years ago
  4. 597ebab A few more test skips via import_module, and change import_module to by R. David Murray · 16 years ago
  5. 6af3db8 Attempt to fix the Solaris Sparc 10 buildbot. It was failing with an invalid by Gregory P. Smith · 17 years ago
  6. a5cfcad Prevent ioctl op codes from being sign extended from int to unsigned long by Gregory P. Smith · 17 years ago
  7. 1f5182b Convert test_fcntl to unittest. by Brett Cannon · 17 years ago
  8. ea68474 Enable platform-specific tweaks for FreeBSD 8 (exactly same to FreeBSD 7's yet) by Hye-Shik Chang · 18 years ago
  9. 4bc2c09 Patch #1540470, for OpenBSD 4.0. Backport candidate for 2.[34]. by Neal Norwitz · 19 years ago
  10. d819c13 Make test_fcntl aware of netbsd3. by Georg Brandl · 19 years ago
  11. 5771310 Bug #1101233: fix test_fcntl on netbsd2 platform. by Georg Brandl · 19 years ago
  12. 4e42281 Add support for FreeBSD 7. by Hye-Shik Chang · 20 years ago
  13. ac89f6e Fix testcase for 64bit BSD systems: long is 8 bytes for those systems by Hye-Shik Chang · 20 years ago
  14. f64700a Add support for FreeBSD 6. by Hye-Shik Chang · 21 years ago
  15. 70a6b49 Replace backticks with repr() or "%r" by Walter Dörwald · 21 years ago
  16. 04f357c Get rid of relative imports in all unittests. Now anything that by Barry Warsaw · 23 years ago
  17. f90ae20 Patch #488073: AtheOS port. by Martin v. Löwis · 23 years ago
  18. df4dabd SF 554663. Add OpenBSD3. Bugfix candidate if anyone cares. by Guido van Rossum · 23 years ago
  19. 5cef571 OS/2 EMX port Library and regression test changes: by Andrew MacIntyre · 23 years ago
  20. 8a97f4a sys.platform on Mac OS X is now "darwin", without any version number appended. by Jack Jansen · 24 years ago
  21. a660a34 Assume a 64-bit start and len if O_LARGEFILE is available. by Martin v. Löwis · 24 years ago
  22. bc7809b Update the tests for the fcntl module to check passing in file objects, by Fred Drake · 24 years ago
  23. 2242f2f Unixware 7 support by Billy G. Allie (SF patch 413011) by Guido van Rossum · 24 years ago
  24. 1417144 Based on info from Jens@digicool.com, add 'darwin1' to the list of by Guido van Rossum · 24 years ago
  25. f785042 a bold attempt to fix things broken by MAL's verify patch: import by Fredrik Lundh · 25 years ago
  26. 3661908 This patch removes all uses of "assert" in the regression test suite by Marc-André Lemburg · 25 years ago
  27. 004d5e6 Make reindent.py happy (convert everything to 4-space indents!). by Fred Drake · 25 years ago
  28. f7ef15d Use test_support.TESTFN as the temporary filename. Fix a minor stylistic nit. by Fred Drake · 25 years ago
  29. 2e2a70a Anonymous patch to add Darwin 1.2 to the list of BSDs. by Guido van Rossum · 25 years ago
  30. de33c79 HP-UX is another one of those platforms using an alternative lock by Guido van Rossum · 25 years ago
  31. 2d21863 Add support for FreeBSD-[45]. by Guido van Rossum · 25 years ago
  32. 0cf46bc Daniel Neri: OpenBSD is just as BSD'ish as the other BSD's ;-) by Guido van Rossum · 26 years ago
  33. 5ef8f0c According to Jeffrey Honig, bsd/os 4.0 should be added to the list. by Guido van Rossum · 26 years ago
  34. df23ef4 Guess what -- BSD has bifurcated again. :-( by Guido van Rossum · 27 years ago
  35. 91221c2 Support for netbsd1 and freebsd3, after suggestions by Anders Andersen by Guido van Rossum · 28 years ago
  36. 0e351f3 Finally found a wat to set a file nonblocking that works on Irix, by Guido van Rossum · 28 years ago
  37. 16dffdc Fix the NDELAY test; avoid outputting binary garbage. by Guido van Rossum · 28 years ago
  38. fab8ab8 Many scripts, but small changes. Update the way the scripts obtain the by Roger E. Masse · 29 years ago
  39. fb01d4b Added a test script for the fcntl C module. by Roger E. Masse · 29 years ago