Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | wrap mavcrt.get_osfhandle with FdValidator (removed in the FdValidator refact... | Matti Picus | 2020-12-28 | 1 | -8/+2 |
* | More fixing | Armin Rigo | 2016-07-17 | 1 | -1/+2 |
* | Port _subprocess too | Armin Rigo | 2016-07-17 | 1 | -16/+16 |
* | Rewrite _msvcrt_build to use the out-of-line ABI mode. Seems to work | Armin Rigo | 2016-07-17 | 1 | -15/+30 |
* | save this work for later. Idea needed: the subprocess module | Armin Rigo | 2016-07-17 | 1 | -62/+71 |
* | avoid _get_osfhandle from crashing on invalid fds | Philip Jenvey | 2013-04-23 | 1 | -6/+18 |
* | (theller) Add Windows console I/O routines to the msvcrt module | Amaury Forgeot d'Arc | 2011-06-11 | 1 | -0/+38 |
* | Found the proper way: try except ImportError. Sorry if e.g. you had | Armin Rigo | 2010-12-02 | 1 | -2/+5 |
* | A first round of adding @__pypy__.builtinify a bit everywhere... :-( | Armin Rigo | 2010-11-30 | 1 | -0/+2 |
* | issue556: add msvcrt.locking(). Implementation provided by pclinch, thanks! | Amaury Forgeot d'Arc | 2010-08-24 | 1 | -0/+16 |
* | merge the sys-prefix branch. | Antonio Cuni | 2010-06-24 | 1 | -0/+28 |