COMMITS
/ Python/fileutils.c June 28, 2017
S
[security] bpo-13617: Reject embedded null characters in wchar* strings. (#2302)
Serhiy Storchaka committed
March 9, 2017
V
bpo-29619: Convert st_ino using unsigned integer (#557)
Victor Stinner committed
December 15, 2016
X
Issue #26919: On Android, operating system data is now always encoded/decoded
Xavier de Gaye committed
November 19, 2016
X
Issue #28746: Fix the set_inheritable() file descriptor method on platforms
Xavier de Gaye committed
September 10, 2016
V
Fix check_force_ascii()
Victor Stinner committed
September 8, 2016
S
Issue #23524: Finish removing _PyVerify_fd from sources
Steve Dower committed
May 26, 2016
M
Issue #27076: Merge spelling from 3.5
Martin Panter committed
M
Issue #27076: Doc, comment and tests spelling fixes
Martin Panter committed
May 19, 2016
V
Merge 3.5 (issue #27057)
Victor Stinner committed
V
Fix os.set_inheritable() on Android
Victor Stinner committed
April 17, 2016
V
Avoid fcntl() if possible in set_inheritable()
Victor Stinner committed
March 14, 2016
V
Add more checks on the GIL
Victor Stinner committed
December 17, 2015
M
Fix a couple of typos in code comments
Martin Panter committed
October 11, 2015
V
Close #24784: Fix compilation without thread support
Victor Stinner committed
April 12, 2015
April 1, 2015
V
Issue #23836: Document functions releasing the GIL in fileutils.c
Victor Stinner committed
V
Issue #23836: Add _Py_write_noraise() function
Victor Stinner committed
March 30, 2015
V
Issue #23752: _Py_fstat() is now responsible to raise the Python exception
Victor Stinner committed
March 24, 2015
V
Issue #23753: Move _Py_wstat() from Python/fileutils.c to Modules/getpath.c
Victor Stinner committed
V
Issue #23753: Python doesn't support anymore platforms without stat() or
Victor Stinner committed
March 20, 2015
V
Issue #23708: Save/restore errno in _Py_read() and _Py_write()
Victor Stinner committed
V
Issue #23708: Split assertion expression in two assertions in _Py_read() and
Victor Stinner committed
March 19, 2015
V
Issue #23708: Fix _Py_read() compilation error on Windows
Victor Stinner committed
V
Issue #23708: Add _Py_read() and _Py_write() functions to factorize code handle
Victor Stinner committed
March 18, 2015
V
Issue #23694: Handle EINTR in _Py_open() and _Py_fopen_obj()
Victor Stinner committed
V
Issue #23694: Enhance _Py_fopen(), it now raises an exception on error
Victor Stinner committed
March 17, 2015
V
Issue #23694: Enhance _Py_open(), it now raises exceptions
Victor Stinner committed
March 14, 2015
S
Fixes incorrect use of GetLastError where errno should be used.
Steve Dower committed
S
Fixes incorrect use of GetLastError where errno should be used.
Steve Dower committed
March 8, 2015
S
March 6, 2015
February 21, 2015
S
S
Issue #23152: Renames attribute_data_to_stat to _Py_attribute_data_to_stat
Steve Dower committed
S
Issue #23152: Implement _Py_fstat() to support files larger than 2 GB on Windows.
Steve Dower committed
January 4, 2015
B
merge 3.4 (#23165)
Benjamin Peterson committed
B
merge 3.3 (closes #23165)
Benjamin Peterson committed
B
merge 3.2 (closes #23165)
Benjamin Peterson committed
B
add some overflow checks before multiplying (closes #23165)
Benjamin Peterson committed
September 2, 2014
V
Closes #22258: Fix the the internal function set_inheritable() on Illumos.
Victor Stinner committed
V
(Merge 3.4) Closes #22258: Fix the the internal function set_inheritable() on
Victor Stinner committed
August 1, 2014
V
Issue #18395: Rename ``_Py_char2wchar()`` to :c:func:`Py_DecodeLocale`, rename
Victor Stinner committed
July 29, 2014
V
Issue #22054: Add os.get_blocking() and os.set_blocking() functions to get and
Victor Stinner committed
January 20, 2014
S
Merge from 3.3.
Stefan Krah committed
S
Issue #19036: Including locale.h should not depend on HAVE_LANGINFO_H.
Stefan Krah committed
November 15, 2013
V
fileutils.c: use MAXPATHLEN instead of PATH_MAX
Victor Stinner committed
V
(Merge 3.3) fileutils.c: use MAXPATHLEN instead of PATH_MAX
Victor Stinner committed
November 14, 2013
S
Add unused third arg for the benefit of Valgrind.
Stefan Krah committed
October 12, 2013
A
Don't export internal symbols ("make smelly")
Antoine Pitrou committed
September 7, 2013
V
Close #18954: Fix some typo in fileutils.c comments
Victor Stinner committed
August 27, 2013
V
Issue #18571: Implementation of the PEP 446: file descriptors and file handles
Victor Stinner committed