| Commit message (Expand) | Author | Age | Files | Lines |
* | bpo-40826: Fix test_repl.test_close_stdin() on Windows (GH-20779) | Victor Stinner | 2020-06-10 | 1 | -0/+20 |
|
|
* | bpo-39184: Fix incorrect return value (GH-18580) | Steve Dower | 2020-02-20 | 1 | -1/+1 |
|
|
* | bpo-39184: Add audit events to functions in `fcntl`, `msvcrt`, `os`, `resourc... | Saiyang Gou | 2020-02-13 | 1 | -0/+12 |
|
|
* | bpo-31462: Remove trailing whitespaces. (#3564) | Serhiy Storchaka | 2017-09-14 | 1 | -1/+1 |
|
|
* | bpo-9566: Change HANDLE argument parsing to unsigned in msvcrtmodule.c (#2904) | Segev Finer | 2017-07-27 | 1 | -2/+2 |
|
|
* | bpo-9566: Fix some Windows x64 compiler warnings (#2492) | Segev Finer | 2017-07-26 | 1 | -25/+45 |
|
|
* | bpo-30022: Get rid of using EnvironmentError and IOError (except test… (#1051) | Serhiy Storchaka | 2017-04-16 | 1 | -12/+12 |
|
|
* | Issue #29392: Prevent crash when passing invalid arguments into msvcrt module. | Steve Dower | 2017-02-04 | 1 | -4/+43 |
|\ |
|
| * | Issue #29392: Prevent crash when passing invalid arguments into msvcrt module. | Steve Dower | 2017-02-04 | 1 | -12/+46 |
|
|
* | | Issue #23524: Finish removing _PyVerify_fd from sources | Steve Dower | 2016-09-08 | 1 | -8/+3 |
|
|
* | | clinic: PY_LONG_LONG -> long long | Benjamin Peterson | 2016-09-08 | 1 | -3/+3 |
|
|
* | | replace Py_(u)intptr_t with the c99 standard types | Benjamin Peterson | 2016-09-06 | 1 | -7/+7 |
|
|
* | | - Issue #27332: Fixed the type of the first argument of module-level functions | Serhiy Storchaka | 2016-07-07 | 1 | -37/+36 |
|\ \
| |/ |
|
| * | Issue #27332: Fixed the type of the first argument of module-level functions | Serhiy Storchaka | 2016-07-07 | 1 | -37/+36 |
|
|
* | | ssue #25207: fix ICC compiler warning in msvcrtmodule.c | Victor Stinner | 2015-09-21 | 1 | -1/+2 |
|/ |
|
* | Issue #23995: Removes _WCONIO_DEFINED check as the wchar_t console functions ... | Steve Dower | 2015-05-14 | 1 | -8/+0 |
|
|
* | Issue #20172: Update clinicizations to current clinic. | Zachary Ware | 2015-05-13 | 1 | -6/+7 |
|
|
* | Issue #20172: Convert the msvcrt module to Argument Clinic. | Zachary Ware | 2015-05-13 | 1 | -279/+328 |
|
|
* | Issue #23524: Replace _PyVerify_fd function with calls to _set_thread_local_i... | Steve Dower | 2015-04-12 | 1 | -0/+2 |
|
|
* | Issue #19936: Remove executable bits from C source files and several forgotten | Serhiy Storchaka | 2014-01-16 | 1 | -0/+0 |
|\ |
|
| * | Issue #19936: Remove executable bits from C source files and several forgotten | Serhiy Storchaka | 2014-01-16 | 1 | -0/+0 |
|
|
* | | Issue #17931: Resolve confusion on Windows between pids and process handles. | Richard Oudkerk | 2013-06-05 | 1 | -2/+3 |
|/ |
|
* | Fix #13210. Port the Windows build from VS2008 to VS2010. | Brian Curtin | 2012-05-13 | 1 | -1/+14 |
|
|
* | Use the new Unicode API | Victor Stinner | 2011-11-22 | 1 | -2/+2 |
|
|
* | Implement PEP 393. | Martin v. Löwis | 2011-09-28 | 1 | -6/+2 |
|
|
* | Issue #8734: Avoid crash in msvcrt.get_osfhandle() when an invalid file | Antoine Pitrou | 2010-09-04 | 1 | -0/+3 |
|
|
* | Fix #7579. Add docstrings to msvcrt and adjust some wording for bytes. | Brian Curtin | 2010-08-24 | 1 | -9/+10 |
|
|
* | Recorded merge of revisions 81029 via svnmerge from | Antoine Pitrou | 2010-05-09 | 1 | -228/+228 |
|
|
* | Merged revisions 78213 via svnmerge from | Martin v. Löwis | 2010-02-18 | 1 | -1/+1 |
|
|
* | Merged revisions 76847,76851,76869,76882,76891-76892,76924,77007,77070,77092,... | Benjamin Peterson | 2009-12-31 | 1 | -14/+104 |
|
|
* | use C character code to simplify #5410 | Benjamin Peterson | 2009-05-01 | 1 | -12/+6 |
|
|
* | Merged revisions 67348,67355,67359,67362,67364-67365,67367-67368,67398,67423-... | Benjamin Peterson | 2008-11-30 | 1 | -1/+26 |
|
|
* | Merged revisions 64214 via svnmerge from | Amaury Forgeot d'Arc | 2008-06-13 | 1 | -6/+5 |
|
|
* | Implement PEP 3121: new module initialization and finalization API. | Martin v. Löwis | 2008-06-11 | 1 | -3/+17 |
|
|
* | Renamed PyString to PyBytes | Christian Heimes | 2008-05-26 | 1 | -2/+2 |
|
|
* | Some VS 6.0 compatibility fixes from Hirokazu Yamamoto which are also useful ... | Christian Heimes | 2008-01-04 | 1 | -0/+10 |
|
|
* | Merged revisions 59441-59449 via svnmerge from | Christian Heimes | 2007-12-10 | 1 | -0/+69 |
|
|
* | Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases i... | Christian Heimes | 2007-12-02 | 1 | -5/+5 |
|
|
* | Revert 57722. Move error dialog APIs to msvcrt instead, | Martin v. Löwis | 2007-08-31 | 1 | -0/+78 |
|
|
* | initmsvcrt(): This no longer compiled on Windows, because | Tim Peters | 2006-01-19 | 1 | -1/+2 |
|
|
* | Check return result from Py_InitModule*(). This API can fail. | Neal Norwitz | 2006-01-19 | 1 | -0/+2 |
|
|
* | Use PyMODINIT_FUNC. | Thomas Heller | 2004-07-28 | 1 | -1/+1 |
|
|
* | Use symbolic METH_VARARGS instead of 1 for ml_flags | Neal Norwitz | 2002-03-31 | 1 | -10/+10 |
|
|
* | SF bug [#456252] Python should never stomp on [u]intptr_t. | Tim Peters | 2001-08-29 | 1 | -1/+1 |
|
|
* | Partial fix for SF bug 122780 (msvcrt.locking constants aren't defined). | Tim Peters | 2000-12-12 | 1 | -12/+47 |
|
|
* | [*** Not tested as I don't have Windows running right now! ***] | Fred Drake | 2000-06-30 | 1 | -2/+5 |
|
|
* | Check for potential error returned by _ungetch(). | Guido van Rossum | 1999-02-16 | 1 | -1/+2 |
|
|
* | Release the interpreter lock for calls that may block: _locking(), | Guido van Rossum | 1998-05-29 | 1 | -2/+10 |
|
|
* | Made it real. Changed locking() to work with file descriptors instead | Guido van Rossum | 1997-08-13 | 1 | -44/+134 |
|
|
* | Got the new structure working with MSVC 4.2. | Guido van Rossum | 1997-08-07 | 1 | -0/+95 |
|
|