FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for Modules/_io - pythoncapi/cpython · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
pythoncapi
/
cpython
Public
forked from
python/cpython
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
cpython
Modules
_io
on
pythoncapi
User selector
Datepicker
Commit history
Commits on Aug 16, 2018
bpo-34217: Use lowercase for windows headers (GH-8472)
erikjanss
authored and
methane
committed
e6a4755
View commit details
Copy full SHA for e6a4755
View code at this point
Browse repository at this point
Commits on Aug 2, 2018
bpo-34287: Do not use second argument of METH_NOARGS functions (GH-8582)
jdemeyer
authored and
methane
committed
fc512e3
View commit details
Copy full SHA for fc512e3
View code at this point
Browse repository at this point
Commits on Jul 19, 2018
bpo-30237: Output error when ReadConsole is canceled by CancelSynchronousIo. (GH-7911)
ValeriyaSinevich
authored and
zooba
committed
ce75df3
View commit details
Copy full SHA for ce75df3
View code at this point
Browse repository at this point
Commits on Jul 17, 2018
bpo-34068: _io__IOBase_close_impl could call _PyObject_SetAttrId with an exception set (GH-8282)
ZackerySpytz
authored and
serhiy-storchaka
committed
28f0736
View commit details
Copy full SHA for 28f0736
View code at this point
Browse repository at this point
Commits on Jun 30, 2018
bpo-25862: Fix several bugs in the _io module. (GH-8026)
Show description for fdb5a50
serhiy-storchaka
authored
fdb5a50
View commit details
Copy full SHA for fdb5a50
View code at this point
Browse repository at this point
Commits on Jun 29, 2018
bpo-25862: Fix assertion failures in io.TextIOWrapper.tell(). (GH-3918)
ZackerySpytz
authored and
serhiy-storchaka
committed
23db935
View commit details
Copy full SHA for 23db935
View code at this point
Browse repository at this point
Commits on May 17, 2018
Fix Windows build of Python for latest WinSDK. (GH-6874)
carljm
authored and
zooba
committed
c0ee341
View commit details
Copy full SHA for c0ee341
View code at this point
Browse repository at this point
Commits on Apr 29, 2018
bpo-33012: Fix invalid function cast warnings with gcc 8 for METH_NOARGS. (GH-6030)
Show description for 55edd0c
siddhesh
authored and
serhiy-storchaka
committed
55edd0c
View commit details
Copy full SHA for 55edd0c
View code at this point
Browse repository at this point
Commits on Feb 24, 2018
bpo-31966: Fixed WindowsConsoleIO.write() for writing empty data. (GH-5754)
serhiy-storchaka
authored
42c35d9
View commit details
Copy full SHA for 42c35d9
View code at this point
Browse repository at this point
Commits on Jan 28, 2018
bpo-32228: Reset raw_pos after unwinding the raw stream (#4858)
Show description for 059f58c
nitishch
authored and
pitrou
committed
059f58c
View commit details
Copy full SHA for 059f58c
View code at this point
Browse repository at this point
Commits on Jan 25, 2018
bpo-32571: Avoid raising unneeded AttributeError and silencing it in C code (GH-5222)
Show description for f320be7
serhiy-storchaka
authored and
methane
committed
f320be7
View commit details
Copy full SHA for f320be7
View code at this point
Browse repository at this point
Commits on Jan 16, 2018
bpo-31572: Get rid of PyObject_HasAttr() and _PyObject_HasAttrId() in the _io module. (#3726)
serhiy-storchaka
authored
4d9aec0
View commit details
Copy full SHA for 4d9aec0
View code at this point
Browse repository at this point
Commits on Dec 31, 2017
closes bpo-32460: ensure all non-static globals have initializers (#5061)
benjaminp
authored
0a37a30
View commit details
Copy full SHA for 0a37a30
View code at this point
Browse repository at this point
Commits on Dec 24, 2017
bpo-32402: io: Add missing NULL check. (GH-4971)
Show description for 4856b0f
methane
authored
4856b0f
View commit details
Copy full SHA for 4856b0f
View code at this point
Browse repository at this point
Commits on Dec 21, 2017
bpo-15216: io: TextIOWrapper.reconfigure() accepts encoding, errors and newline (GH-2343)
methane
authored
507434f
View commit details
Copy full SHA for 507434f
View code at this point
Browse repository at this point
Commits on Dec 15, 2017
bpo-32240: Add the const qualifier to declarations of PyObject* array arguments. (#4746)
serhiy-storchaka
authored
a5552f0
View commit details
Copy full SHA for a5552f0
View code at this point
Browse repository at this point
Commits on Dec 13, 2017
bpo-17852: Revert incorrect fix based on misunderstanding of _Py_PyAtExit() semantics (#4826)
pitrou
authored and
vstinner
committed
317def9
View commit details
Copy full SHA for 317def9
View code at this point
Browse repository at this point
Commits on Dec 1, 2017
bpo-32186: Release the GIL during lseek and fstat (#4652)
Show description for 6a89481
nirs
authored and
vstinner
committed
6a89481
View commit details
Copy full SHA for 6a89481
View code at this point
Browse repository at this point
Commits on Nov 10, 2017
bpo-31976: Fix race condition when flushing a file is slow. (#4331)
benfogle
authored and
pitrou
committed
9703f09
View commit details
Copy full SHA for 9703f09
View code at this point
Browse repository at this point
Commits on Nov 8, 2017
Replace KB unit with KiB (#4293)
Show description for 8c663fd
vstinner
authored
8c663fd
View commit details
Copy full SHA for 8c663fd
View code at this point
Browse repository at this point
Commits on Sep 23, 2017
bpo-25359: Add missed "goto error" after setting an exception. (#3712)
serhiy-storchaka
authored
d6238a7
View commit details
Copy full SHA for d6238a7
View code at this point
Browse repository at this point
Commits on Sep 22, 2017
bpo-17852: Maintain a list of BufferedWriter objects. Flush them on exit. (#3372)
Show description for 0a1ff24
nascheme
authored
0a1ff24
View commit details
Copy full SHA for 0a1ff24
View code at this point
Browse repository at this point
Commits on Sep 8, 2017
bpo-30860: Consolidate stateful runtime globals. (#3397)
Show description for 2ebc5ce
ericsnowcurrently
authored
2ebc5ce
View commit details
Copy full SHA for 2ebc5ce
View code at this point
Browse repository at this point
Commits on Sep 7, 2017
bpo-31370: Remove support for threads-less builds (#3385)
Show description for a6a4dc8
pitrou
authored and
vstinner
committed
a6a4dc8
View commit details
Copy full SHA for a6a4dc8
View code at this point
Browse repository at this point
Commits on Sep 6, 2017
Revert "bpo-30860: Consolidate stateful runtime globals." (#3379)
Show description for 05351c1
ericsnowcurrently
authored
05351c1
View commit details
Copy full SHA for 05351c1
View code at this point
Browse repository at this point
bpo-30860: Consolidate stateful runtime globals. (#2594)
Show description for 76d5abc
ericsnowcurrently
authored
76d5abc
View commit details
Copy full SHA for 76d5abc
View code at this point
Browse repository at this point
Commits on Sep 5, 2017
Revert "bpo-17852: Maintain a list of BufferedWriter objects. Flush them on exit. (#1908)" (#3337)
Show description for db56423
nascheme
authored
db56423
View commit details
Copy full SHA for db56423
View code at this point
Browse repository at this point
bpo-17852: Maintain a list of BufferedWriter objects. Flush them on exit. (#1908)
Show description for e38d12e
nascheme
authored
e38d12e
View commit details
Copy full SHA for e38d12e
View code at this point
Browse repository at this point
Commits on Aug 29, 2017
bpo-31243: Fixed PyArg_ParseTuple failure checks. (#3171)
orenmn
authored and
serhiy-storchaka
committed
ba7d736
View commit details
Copy full SHA for ba7d736
View code at this point
Browse repository at this point
Commits on Aug 25, 2017
bpo-31271: Fix an assertion failure in io.TextIOWrapper.write. (#3201)
orenmn
authored and
serhiy-storchaka
committed
a5b4ea1
View commit details
Copy full SHA for a5b4ea1
View code at this point
Browse repository at this point
Commits on Aug 24, 2017
bpo-28261: fix err msgs where PyArg_ParseTuple is used to parse normal tuples (leftovers) (#3198)
orenmn
authored and
serhiy-storchaka
committed
13614e3
View commit details
Copy full SHA for 13614e3
View code at this point
Browse repository at this point
bpo-31095: fix potential crash during GC (GH-2974)
methane
authored
a6296d3
View commit details
Copy full SHA for a6296d3
View code at this point
Browse repository at this point
Commits on Aug 20, 2017
bpo-28261: Fixed err msgs where PyArg_ParseTuple is used to parse normal tuples. (#3119)
orenmn
authored and
serhiy-storchaka
committed
1d1d3e9
View commit details
Copy full SHA for 1d1d3e9
View code at this point
Browse repository at this point
Commits on Jul 3, 2017
bpo-29464: Rename METH_FASTCALL to METH_FASTCALL|METH_KEYWORDS and make (#1955)
Show description for 6969eaf
serhiy-storchaka
authored
6969eaf
View commit details
Copy full SHA for 6969eaf
View code at this point
Browse repository at this point
Commits on Jun 28, 2017
[security] bpo-13617: Reject embedded null characters in wchar* strings. (#2302)
Show description for f7eae0a
serhiy-storchaka
authored
f7eae0a
View commit details
Copy full SHA for f7eae0a
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL