GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
fork/cpython.git
3.6
3.7
3.8
3.9
backport-e35ca41-3.11
gentoo
gentoo-2.7-vanilla
main
master
Gentoo fork of Python
Python project <python@gentoo.org>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Objects
/
fileobject.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-41985: Add _PyLong_FileDescriptor_Converter and AC converter for "fildes"...
Serhiy Storchaka
2020-10-09
1
-0
/
+11
*
bpo-40268: Remove a few pycore_pystate.h includes (GH-19510)
Victor Stinner
2020-04-14
1
-1
/
+1
*
bpo-39943: Add the const qualifier to pointers on non-mutable PyBytes data. (...
Serhiy Storchaka
2020-04-12
1
-1
/
+1
*
bpo-39245: Switch to public API for Vectorcall (GH-18460)
Petr Viktorin
2020-02-11
1
-1
/
+1
*
bpo-39573: Use Py_REFCNT() macro (GH-18388)
Victor Stinner
2020-02-07
1
-1
/
+1
*
bpo-39487: Merge duplicated _Py_IDENTIFIER identifiers in C code (GH-18254)
Hai Shi
2020-01-30
1
-2
/
+2
*
bpo-15999: Clean up of handling boolean arguments. (GH-15610)
Serhiy Storchaka
2019-09-01
1
-2
/
+2
*
bpo-37994: Fix silencing all errors if an attribute lookup fails. (GH-15630)
Serhiy Storchaka
2019-09-01
1
-2
/
+4
*
bpo-37337: Add _PyObject_CallMethodNoArgs() (GH-14267)
Jeroen Demeyer
2019-07-08
1
-1
/
+1
*
bpo-37483: add _PyObject_CallOneArg() function (#14558)
Jeroen Demeyer
2019-07-04
1
-1
/
+1
*
bpo-36974: tp_print -> tp_vectorcall_offset and tp_reserved -> tp_as_async (G...
Jeroen Demeyer
2019-05-30
1
-2
/
+2
*
bpo-36842: Implement PEP 578 (GH-12613)
Steve Dower
2019-05-23
1
-1
/
+69
*
bpo-36251: Fix format strings used in match_repr() and stdprinter_repr(). (GH...
sth
2019-03-10
1
-1
/
+1
*
bpo-35713: Split _Py_InitializeCore into subfunctions (GH-11650)
Victor Stinner
2019-01-22
1
-2
/
+6
*
bpo-35214: Add _Py_ prefix to MEMORY_SANITIZER def. (GH-10503)
Gregory P. Smith
2018-11-12
1
-1
/
+1
*
Disable getc_unlocked() with MemorySanitizer. (GH-10499)
Gregory P. Smith
2018-11-12
1
-1
/
+2
*
bpo-33012: Fix invalid function cast warnings with gcc 8 for METH_NOARGS. (GH...
Siddhesh Poyarekar
2018-04-29
1
-3
/
+3
*
bpo-29548: Fix some inefficient call API usage (GH-97)
INADA Naoki
2017-02-16
1
-27
/
+14
*
Issue #28999: Use Py_RETURN_NONE, Py_RETURN_TRUE and Py_RETURN_FALSE wherever
Serhiy Storchaka
2017-01-23
1
-2
/
+1
*
Issue #28858: Remove _PyObject_CallArg1() macro
Victor Stinner
2016-12-05
1
-1
/
+1
*
Added the const qualifier to char* variables that refer to readonly internal
Serhiy Storchaka
2016-11-20
1
-5
/
+3
*
Rename _PyObject_FastCall() to _PyObject_FastCallDict()
Victor Stinner
2016-08-22
1
-1
/
+1
*
PyFile_WriteObject() now uses fast call
Victor Stinner
2016-08-20
1
-9
/
+2
*
(Merge 3.4) Issue #25182: Fix compilation on Windows
Victor Stinner
2015-09-30
1
-3
/
+6
|
\
|
*
Issue #25182: Fix compilation on Windows
Victor Stinner
2015-09-30
1
-3
/
+6
*
|
Issue #25182: The stdprinter (used as sys.stderr before the io module is
Serhiy Storchaka
2015-09-30
1
-4
/
+21
|
\
|
|
*
Issue #25182: The stdprinter (used as sys.stderr before the io module is
Serhiy Storchaka
2015-09-30
1
-6
/
+22
*
|
stdprinter_write(): mention the encoding
Victor Stinner
2015-03-24
1
-3
/
+4
*
|
Issue #23708: Add _Py_read() and _Py_write() functions to factorize code handle
Victor Stinner
2015-03-19
1
-17
/
+6
|
/
*
Issue #1772673: The type of `char*` arguments now changed to `const char*`.
Serhiy Storchaka
2013-10-19
1
-2
/
+2
*
Issue #18783: Removed existing mentions of Python long type in docstrings,
Serhiy Storchaka
2013-08-27
1
-2
/
+2
|
\
|
*
Issue #18783: Removed existing mentions of Python long type in docstrings,
Serhiy Storchaka
2013-08-27
1
-2
/
+2
|
*
Issue #15989: Fix several occurrences of integer overflow
Serhiy Storchaka
2013-01-19
1
-2
/
+2
|
|
\
|
|
*
Issue #15989: Fix several occurrences of integer overflow
Serhiy Storchaka
2013-01-19
1
-2
/
+2
*
|
|
If MS_WIN64 is defined, MS_WINDOWS is also defined: #ifdef can be simplified.
Victor Stinner
2013-06-25
1
-1
/
+1
*
|
|
Issue #15989: Fix several occurrences of integer overflow
Serhiy Storchaka
2013-01-15
1
-2
/
+2
|
/
/
*
|
Rename _Py_identifier to _Py_IDENTIFIER.
Martin v. Löwis
2011-10-14
1
-4
/
+4
*
|
Use identifier API for PyObject_GetAttrString.
Martin v. Löwis
2011-10-10
1
-3
/
+7
*
|
Add API for static strings, primarily good for identifiers.
Martin v. Löwis
2011-10-09
1
-1
/
+2
*
|
Implement PEP 393.
Martin v. Löwis
2011-09-28
1
-11
/
+6
*
|
Issue #8914: fix various warnings from the Clang static analyzer v254.
Brett Cannon
2011-02-22
1
-2
/
+2
|
/
*
Issue #9015, #9611: stdprinter.write() clamps the length to 2^31-1 on Windows
Victor Stinner
2011-01-04
1
-2
/
+8
*
Issue #9425: PyFile_FromFd() ignores the name argument
Victor Stinner
2010-08-13
1
-11
/
+3
*
Recorded merge of revisions 81029 via svnmerge from
Antoine Pitrou
2010-05-09
1
-372
/
+372
*
PyFile_FromFd() uses PyUnicode_DecodeFSDefault() instead of
Victor Stinner
2010-04-30
1
-1
/
+1
*
Issue #1717: rename tp_compare to tp_reserved. I'll change the
Mark Dickinson
2009-02-02
1
-1
/
+1
*
Make stdprinter_write static.
Martin v. Löwis
2008-06-13
1
-1
/
+1
*
Renamed PyString to PyBytes
Christian Heimes
2008-05-26
1
-6
/
+6
*
Add an errors parameter to open() and TextIOWrapper() to specify error handling.
Guido van Rossum
2007-12-03
1
-3
/
+4
*
Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases i...
Christian Heimes
2007-12-02
1
-1
/
+1
[next]