summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_os.py
Commit message (Expand)AuthorAgeFilesLines
* (merge) Issue #11395: io.FileIO().write() clamps the data length to 32,767Victor Stinner2011-03-201-0/+19
|\
| * Issue #11395: io.FileIO().write() clamps the data length to 32,767 bytes onVictor Stinner2011-03-201-0/+19
* | Properly close a file in test_os.Brett Cannon2011-03-151-8/+6
* | #11515: Merge with 3.2.Ezio Melotti2011-03-151-2/+2
|\ \ | |/
| * #11515: Merge with 3.1.Ezio Melotti2011-03-151-2/+2
| |\
| | * #11515: fix several typos. Patch by Piotr Kasprzyk.Ezio Melotti2011-03-151-2/+2
| | * Merged revisions 87666 via svnmerge fromAmaury Forgeot d'Arc2011-01-031-0/+5
| | * Merged revisions 86596 via svnmerge fromEzio Melotti2010-11-211-15/+15
| | * Merged revisions 85987 via svnmerge fromBrian Curtin2010-10-301-8/+10
| | * Merged revisions 80108,80111,80114-80115 via svnmerge fromMark Dickinson2010-04-161-1/+15
| | * Merged revisions 78739 via svnmerge fromv3.1.2rc1Benjamin Peterson2010-03-061-2/+16
| | * Merged revisions 78548 via svnmerge fromGregory P. Smith2010-03-011-0/+2
| | * Merged revisions 78316 via svnmerge fromEzio Melotti2010-02-221-0/+8
| | * Merged revisions 77571 via svnmerge fromAntoine Pitrou2010-01-171-0/+9
| | * Merged revisions 73715 via svnmerge fromGeorg Brandl2009-08-131-7/+7
| | * Merged revisions 74171 via svnmerge fromR. David Murray2009-07-221-1/+12
* | | Issue 11348: skip os.setpriority() test if current nice level is >= 19.Giampaolo Rodolà2011-02-281-1/+7
* | | Make sendfile tests more robustAntoine Pitrou2011-02-261-1/+6
* | | Issue #11323: fix sendfile tests under 64-bit Solaris.Antoine Pitrou2011-02-261-9/+16
* | | Fix AttributeError.Antoine Pitrou2011-02-261-1/+1
* | | (issue 11323) - attempt to fix solaris buildbot failure for os.sendfile(). Al...Giampaolo Rodolà2011-02-251-2/+3
* | | Issue 10784: adds os.getpriority() and os.setpriority() functions.Giampaolo Rodolà2011-02-251-0/+19
* | | Skip os.sendfile() test if threading module is not available.Giampaolo Rodolà2011-02-251-0/+1
* | | Issue 10882: add os.sendfile(). (patch provided by Ross Lagerwall)Giampaolo Rodolà2011-02-251-0/+253
|/ /
* | #8278: In the Windows implementation of stat() and utime(),Amaury Forgeot d'Arc2011-01-031-0/+5
* | Fix #9333. The symlink function is always available now, raising OSErrorBrian Curtin2010-12-281-3/+3
* | Avoid possible zombi process.Hirokazu Yamamoto2010-12-051-2/+4
* | Fix #9333. Expose os.symlink on Windows only when usable.Brian Curtin2010-12-021-9/+3
* | Issue 9299 Add exist_ok parameter to os.makedirs to suppress 'File exists' ex...Terry Reedy2010-12-021-0/+22
* | Fix #10591. Fix test_os for refleak runs.Brian Curtin2010-11-301-2/+1
* | Actually fix what I attempted to fix in r86888...Brian Curtin2010-11-301-3/+3
* | Try to fix failures on platforms that can't encode the test characters.Brian Curtin2010-11-301-1/+6
* | Fix for #8879.Brian Curtin2010-11-281-0/+5
* | Fix #8879. Add os.link support to Windows.Brian Curtin2010-11-241-0/+28
* | #9424: Replace deprecated assert* methods in the Python test suite.Ezio Melotti2010-11-201-21/+21
* | Close subprocess pipes in _kill. Fixes a number of ResourceWarnings.Brian Curtin2010-11-051-0/+3
* | Fix #10257. Clear resource warnings by using os.popen's context manager.Brian Curtin2010-10-301-8/+10
* | Issue #10210: os.get_exec_path() ignores BytesWarning warningsVictor Stinner2010-10-291-1/+4
* | Fix #10098. Fix sporadic test_os failures.Brian Curtin2010-10-151-1/+1
* | Issue #9992: Remove PYTHONFSENCODING environment variable.Victor Stinner2010-10-131-30/+0
* | Issue #9978: Wait until subprocess completes initialization. (Win32KillTests ...Hirokazu Yamamoto2010-10-081-2/+14
* | LoginTests fails on a number of buildbots with different errors. SkipBrian Curtin2010-09-241-0/+3
* | #9808. Implement os.getlogin for Windows, completed by Jon Anglin.Brian Curtin2010-09-231-0/+8
* | Issue #9908: Fix os.stat() on bytes paths under Windows 7.Antoine Pitrou2010-09-211-2/+11
* | Issue #8603: Environ.data is now protected -> Environ._dataVictor Stinner2010-09-101-1/+0
* | #6394: Add os.getppid() support for Windows.Amaury Forgeot d'Arc2010-09-071-0/+12
* | Workaround issue #8611 in test_undecodable_code() of test_sysVictor Stinner2010-08-201-9/+6
* | Skip test_encodings() of test_os on Windows and Mac OS XVictor Stinner2010-08-191-0/+2
* | Fix os.get_exec_path() (code and tests) for python -bbVictor Stinner2010-08-191-3/+10
* | Fix test_os: workaround #8611 bugVictor Stinner2010-08-191-2/+9