index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Python
/
fileutils.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-38353: Add subfunctions to getpath.c (GH-16572)
Victor Stinner
2019-10-04
1
-4/+6
*
bpo-37549: os.dup() fails for standard streams on Windows 7 (GH-15389)
Zackery Spytz
2019-08-23
1
-1/+8
*
bpo-37834: Normalise handling of reparse points on Windows (GH-15231)
Steve Dower
2019-08-21
1
-1/+6
*
bpo-20443: _PyConfig_Read() gets the absolute path of run_filename (GH-14053)
Victor Stinner
2019-06-25
1
-0/+97
*
bpo-37267: Do not check for FILE_TYPE_CHAR in os.dup() on Windows (GH-14051)
Zackery Spytz
2019-06-17
1
-12/+5
*
bpo-36842: Implement PEP 578 (GH-12613)
Steve Dower
2019-05-23
1
-0/+18
*
bpo-36775: Add _Py_FORCE_UTF8_FS_ENCODING macro (GH-13056)
Victor Stinner
2019-05-02
1
-8/+8
*
bpo-36352: Avoid hardcoded MAXPATHLEN size in getpath.c (GH-12423)
Victor Stinner
2019-03-19
1
-1/+1
*
bpo-36352: Clarify fileutils.h documentation (GH-12406)
Victor Stinner
2019-03-18
1
-14/+21
*
bpo-31904: Add encoding support for VxWorks RTOS (GH-12051)
pxinwr
2019-03-04
1
-3/+3
*
bpo-34523: Fix C locale coercion on FreeBSD CURRENT (GH-10672)
Victor Stinner
2018-11-23
1
-0/+13
*
bpo-28604: Fix localeconv() for different LC_MONETARY (GH-10606)
Victor Stinner
2018-11-20
1
-27/+18
*
bpo-35081: Add pycore_fileutils.h (GH-10371)
Victor Stinner
2018-11-06
1
-0/+1
*
bpo-24658: Fix read/write greater than 2 GiB on macOS (GH-1705)
Stéphane Wirtel
2018-10-17
1
-19/+5
*
bpo-34523: Support surrogatepass in locale codecs (GH-8995)
Victor Stinner
2018-08-29
1
-25/+87
*
bpo-34523: Py_DecodeLocale() use UTF-8 on Windows (GH-8998)
Victor Stinner
2018-08-29
1
-4/+12
*
bpo-34403: On HP-UX, force ASCII for C locale (GH-8969)
Victor Stinner
2018-08-28
1
-33/+71
*
bpo-34527: POSIX locale enables the UTF-8 Mode (GH-8972)
Victor Stinner
2018-08-28
1
-1/+1
*
Spelling fixes to docs, docstrings, and comments (GH-6374)
Ville Skyttä
2018-04-20
1
-1/+1
*
bpo-32869: Fix incorrect dst buffer size for MultiByteToWideChar (#5739)
Alexey Izbyshev
2018-02-18
1
-1/+2
*
bpo-32777: Fix _Py_set_inheritable async-safety in subprocess (GH-5560)
Alexey Izbyshev
2018-02-06
1
-3/+16
*
bpo-29240: PyUnicode_DecodeLocale() uses UTF-8 on Android (#5272)
Victor Stinner
2018-01-22
1
-0/+10
*
bpo-31900: Fix localeconv() encoding for LC_NUMERIC (#4174)
Victor Stinner
2018-01-15
1
-0/+77
*
bpo-29240: Fix locale encodings in UTF-8 Mode (#5170)
Victor Stinner
2018-01-15
1
-139/+246
*
bpo-29240: readline now ignores the UTF-8 Mode (#5145)
Victor Stinner
2018-01-10
1
-28/+52
*
bpo-32030: Add _Py_FindEnvConfigValue() (#4963)
Victor Stinner
2017-12-21
1
-10/+6
*
bpo-32030: Add _Py_EncodeLocaleRaw() (#4961)
Victor Stinner
2017-12-21
1
-32/+72
*
bpo-32030: Add _Py_EncodeUTF8_surrogateescape() (#4960)
Victor Stinner
2017-12-21
1
-38/+4
*
bpo-29240, bpo-32030: Py_Main() re-reads config if encoding changes (#4899)
Victor Stinner
2017-12-16
1
-2/+2
*
bpo-29240: Don't define decode_locale() on macOS (#4895)
Victor Stinner
2017-12-15
1
-0/+4
*
bpo-29240: PEP 540: Add a new UTF-8 Mode (#855)
Victor Stinner
2017-12-13
1
-74/+100
*
Replace KB unit with KiB (#4293)
Victor Stinner
2017-11-08
1
-4/+4
*
bpo-31370: Remove support for threads-less builds (#3385)
Antoine Pitrou
2017-09-07
1
-14/+0
*
[security] bpo-13617: Reject embedded null characters in wchar* strings. (#2302)
Serhiy Storchaka
2017-06-28
1
-6/+17
*
bpo-29619: Convert st_ino using unsigned integer (#557)
Victor Stinner
2017-03-09
1
-2/+2
*
Issue #26919: On Android, operating system data is now always encoded/decoded
Xavier de Gaye
2016-12-15
1
-5/+5
*
Issue #28746: Fix the set_inheritable() file descriptor method on platforms
Xavier de Gaye
2016-11-19
1
-1/+1
*
Fix check_force_ascii()
Victor Stinner
2016-09-10
1
-8/+9
*
Issue #23524: Finish removing _PyVerify_fd from sources
Steve Dower
2016-09-08
1
-124/+4
*
Issue #27076: Merge spelling from 3.5
Martin Panter
2016-05-26
1
-1/+1
|
\
|
*
Issue #27076: Doc, comment and tests spelling fixes
Martin Panter
2016-05-26
1
-1/+1
*
|
Merge 3.5 (issue #27057)
Victor Stinner
2016-05-19
1
-2/+7
|
\
\
|
|
/
|
*
Fix os.set_inheritable() on Android
Victor Stinner
2016-05-19
1
-2/+7
*
|
Avoid fcntl() if possible in set_inheritable()
Victor Stinner
2016-04-17
1
-5/+13
*
|
Add more checks on the GIL
Victor Stinner
2016-03-14
1
-0/+16
|
/
*
Fix a couple of typos in code comments
Martin Panter
2015-12-17
1
-2/+2
*
Close #24784: Fix compilation without thread support
Victor Stinner
2015-10-11
1
-0/+6
*
Issue #23524: Replace _PyVerify_fd function with calls to _set_thread_local_i...
Steve Dower
2015-04-12
1
-39/+56
*
Issue #23836: Document functions releasing the GIL in fileutils.c
Victor Stinner
2015-04-01
1
-3/+5
*
Issue #23836: Add _Py_write_noraise() function
Victor Stinner
2015-04-01
1
-48/+83
[next]