aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/test/test_fcntl.py
Commit message (Expand)AuthorAge
* Merged revisions 72887 via svnmerge fromAntoine Pitrou2009-05-24
* Merged revisions 70734,70775,70856,70874,70876-70877 via svnmergeR. David Murray2009-03-31
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-20
* Merged revisions 61644,61646-61647,61649-61652,61656-61658,61663,61665,61667 ...Christian Heimes2008-03-20
* Merged revisions 61239-61249,61252-61257,61260-61264,61269-61275,61278-61279,...Christian Heimes2008-03-16
* Merged revisions 58221-58741 via svnmerge fromGuido van Rossum2007-11-01
* Fix most trivially-findable print statements.Guido van Rossum2007-02-09
* Four months of trunk changes (including a few releases...)Thomas Wouters2006-12-13
* Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-11
* Bug #1101233: fix test_fcntl on netbsd2 platform.Georg Brandl2006-02-20
* Add support for FreeBSD 7.Hye-Shik Chang2005-07-17
* Fix testcase for 64bit BSD systems: long is 8 bytes for those systemsHye-Shik Chang2005-04-04
* Add support for FreeBSD 6.Hye-Shik Chang2004-08-18
* Replace backticks with repr() or "%r"Walter Dörwald2004-02-12
* Get rid of relative imports in all unittests. Now anything thatBarry Warsaw2002-07-23
* Patch #488073: AtheOS port.Martin v. Löwis2002-06-11
* SF 554663. Add OpenBSD3. Bugfix candidate if anyone cares.Guido van Rossum2002-05-13
* OS/2 EMX port Library and regression test changes:Andrew MacIntyre2002-02-24
* sys.platform on Mac OS X is now "darwin", without any version number appended.Jack Jansen2001-12-05
* Assume a 64-bit start and len if O_LARGEFILE is available.Martin v. Löwis2001-10-18
* Update the tests for the fcntl module to check passing in file objects,Fred Drake2001-05-09
* Unixware 7 support by Billy G. Allie (SF patch 413011)Guido van Rossum2001-04-11
* Based on info from Jens@digicool.com, add 'darwin1' to the list ofGuido van Rossum2001-03-28
* a bold attempt to fix things broken by MAL's verify patch: importFredrik Lundh2001-01-17
* This patch removes all uses of "assert" in the regression test suiteMarc-André Lemburg2001-01-17
* Make reindent.py happy (convert everything to 4-space indents!).Fred Drake2000-10-23
* Use test_support.TESTFN as the temporary filename.Fred Drake2000-10-18
* Anonymous patch to add Darwin 1.2 to the list of BSDs.Guido van Rossum2000-10-12
* HP-UX is another one of those platforms using an alternative lockGuido van Rossum2000-09-26
* Add support for FreeBSD-[45].Guido van Rossum2000-08-29
* Daniel Neri: OpenBSD is just as BSD'ish as the other BSD's ;-)Guido van Rossum1999-04-19
* According to Jeffrey Honig, bsd/os 4.0 should be added to the list.Guido van Rossum1999-02-23
* Guess what -- BSD has bifurcated again. :-(Guido van Rossum1998-08-11
* Support for netbsd1 and freebsd3, after suggestions by Anders AndersenGuido van Rossum1997-12-02
* Finally found a wat to set a file nonblocking that works on Irix,Guido van Rossum1997-05-12
* Fix the NDELAY test; avoid outputting binary garbage.Guido van Rossum1997-05-09
* Many scripts, but small changes. Update the way the scripts obtain theRoger E. Masse1996-12-20
* Added a test script for the fcntl C module.Roger E. Masse1996-12-17