summaryrefslogtreecommitdiff
path: root/Lib/pty.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #18200: Back out usage of ModuleNotFoundError (8d28d44f3a9a)Brett Cannon2013-07-041-1/+1
* Issue #18200: Update the stdlib (except tests) to useBrett Cannon2013-06-131-1/+1
* #18066: remove vestigial code depending on the sgi moduleAndrew Kuchling2013-06-011-12/+1
* Replace IOError with OSError (#16715)Andrew Svetlov2012-12-251-3/+3
* Issue #16706: get rid of os.errorAndrew Svetlov2012-12-181-3/+3
* pty.spawn() now returns the child process status as returned by os.waitpid().Gregory P. Smith2012-09-291-0/+1
* Issue #2489: Fix bug in _copy loop that could consume 100% cpu on EOF.Gregory P. Smith2012-02-161-5/+11
* Issue #3782: os.write() must not accept unicode stringsAntoine Pitrou2008-09-151-1/+1
* Raise statement normalization in Lib/.Collin Winter2007-08-301-2/+2
* Merged revisions 55817-55961 via svnmerge fromGuido van Rossum2007-06-131-1/+1
* Merged revisions 53538-53622 via svnmerge fromThomas Wouters2007-02-051-1/+1
* SF patch 1631942 by Collin Winter:Guido van Rossum2007-01-101-1/+1
* Merged revisions 53005-53303 via svnmerge fromThomas Wouters2007-01-091-1/+3
* Four months of trunk changes (including a few releases...)Thomas Wouters2006-12-131-0/+4
* Removed no-longer-needed convolutions to recover from damaged modulesTim Peters2004-08-021-11/+0
* [Bug #897935] Fix fd leak in pty.spawn(). Reported by James Henstridge; 2.3 ...Andrew M. Kuchling2004-06-051-0/+2
* Get rid of many apply() calls.Guido van Rossum2003-02-271-1/+1
* Whitespace normalization.Tim Peters2003-01-291-2/+2
* Expose I_ constants. Auto-detect stropts.h. Properly configure the slave term...Martin v. Löwis2003-01-011-1/+11
* Patch #581705: Catch OSError, termios.error in spawn. 2.2 bugfix candidate.Martin v. Löwis2002-07-281-4/+9
* Whitespace normalization.Tim Peters2001-05-291-1/+1
* A disgusting "fix" for the test___all__ failure under Windows.Tim Peters2001-05-131-0/+11
* Clean up bare except where only IOError makes sense.Fred Drake2001-05-111-1/+1
* Update to reflect deprecation of the FCNTL module: The fcntl module doesFred Drake2001-05-101-4/+4
* __all__ for several more modulesSkip Montanaro2001-02-121-0/+2
* Whitespace normalization.Tim Peters2001-01-151-113/+113
* Fix bug #379, reported by Phillip Porch <root@theproch.com>:Fred Drake2000-07-031-1/+1
* Thomas Wouters <thomas@xs4all.net>:Fred Drake2000-06-281-16/+57
* More trivial comment -> docstring transformations by Ka-Ping Yee,Guido van Rossum2000-02-041-13/+15
* No need to import sys. (Andrew Dalke & kjpylint)Guido van Rossum1999-05-031-1/+1
* New tty/pty modules by Steen; new urlparser.Guido van Rossum1994-09-121-0/+106