COMMITS
/ Parser/myreadline.c June 20, 2022
V
gh-93937: PyOS_StdioReadline() uses PyConfig.legacy_windows_stdio (#94024)
Victor Stinner committed
October 13, 2021
V
bpo-45434: Move _Py_BEGIN_SUPPRESS_IPH to pycore_fileutils.h (GH-28922)
Victor Stinner committed
April 23, 2021
S
bpo-30555: Fix WindowsConsoleIO fails in the presence of fd redirection (GH-1927)
Segev Finer committed
August 4, 2020
V
bpo-38156: Fix compiler warning in PyOS_StdioReadline() (GH-21721)
Victor Stinner committed
July 29, 2020
B
closes bpo-38156: Always handle interrupts in PyOS_StdioReadline. (GH-21569)
Benjamin Peterson committed
June 3, 2020
V
bpo-40826: Add _PyOS_InterruptOccurred(tstate) function (GH-20599)
Victor Stinner committed
June 1, 2020
V
bpo-40826: Fix GIL usage in PyOS_Readline() (GH-20579)
Victor Stinner committed
April 15, 2020
V
bpo-40268: Remove explicit pythread.h includes (#19529)
Victor Stinner committed
April 14, 2020
V
bpo-40268: Remove a few pycore_pystate.h includes (GH-19510)
Victor Stinner committed
December 7, 2018
Z
bpo-35436: Add missing PyErr_NoMemory() calls and other minor bug fixes. (GH-11015)
Zackery Spytz committed
November 12, 2018
V
bpo-35081: Rename internal headers (GH-10275)
Victor Stinner committed
November 1, 2018
V
bpo-35081: Add _PyThreadState_GET() internal macro (GH-10266)
Victor Stinner committed
October 31, 2018
V
bpo-35081: Add pycore_ prefix to internal header files (GH-10263)
Victor Stinner committed
July 19, 2018
V
bpo-30237: Output error when ReadConsole is canceled by CancelSynchronousIo. (GH-7911)
ValeriyaSinevich committed
June 28, 2018
T
bpo-31546: Fix input hook integration (GH-7978)
Thomas A Caswell committed
December 31, 2017
B
closes bpo-32460: ensure all non-static globals have initializers (#5061)
Benjamin Peterson committed
September 8, 2017
E
bpo-30860: Consolidate stateful runtime globals. (#3397)
Eric Snow committed
September 7, 2017
A
bpo-31370: Remove support for threads-less builds (#3385)
Antoine Pitrou committed
October 25, 2016
S
Issue #28333: Fixes off-by-one error that was adding an extra space.
Steve Dower committed
October 8, 2016
S
Issue #28333: Remove unnecessary increment.
Steve Dower committed
S
Issue #28333: Enables Unicode for ps1/ps2 and input() prompts. (Patch by Eryk Sun)
Steve Dower committed
September 20, 2016
B
merge 3.5 (#28184)
Benjamin Peterson committed
August 31, 2016
S
Issue #1602: Windows console doesn't input or print Unicode (PEP 528)
Steve Dower committed
September 8, 2016
S
Issue #23524: Finish removing _PyVerify_fd from sources
Steve Dower committed
December 21, 2013
C
Issue #16136: Remove VMS support and VMS-related code
Christian Heimes committed
October 19, 2013
S
Issue #1772673: The type of `char*` arguments now changed to `const char*`.
Serhiy Storchaka committed
V
Issue #16742: My fix on PyOS_StdioReadline() was incomplete, PyMem_FREE() was
Victor Stinner committed
October 10, 2013
V
Close #16742: Fix misuse of memory allocations in PyOS_Readline()
Victor Stinner committed
August 6, 2013
C
Issue #18368: PyOS_StdioReadline() no longer leaks memory when realloc() fails.
Christian Heimes committed
C
Issue #18368: PyOS_StdioReadline() no longer leaks memory when realloc() fails.
Christian Heimes committed
January 25, 2013
M
Replace WaitForSingleObject with WaitForSingleObjectEx,
Martin v. Löwis committed
June 29, 2012
T
Issue #1677: Handle better a race condition between the interactive interpreter and
Tim Golden committed
April 30, 2012
M
Issue #14433: Prevent msvcrt crash in interactive prompt when stdin is closed.
Martin v. Löwis committed
December 16, 2011
A
Issue #10350: Read and save errno before calling a function which might overwrite it.
Antoine Pitrou committed
May 30, 2011
V
Issue #12016: my_fgets() now always clears errors before calling fgets(). Fix
Victor Stinner committed
May 9, 2011
V
Issue #1195: Fix input() if it is interrupted by CTRL+d and then CTRL+c, clear
Victor Stinner committed
V
Issue #1195: Fix input() if it is interrupted by CTRL+d and then CTRL+c,
Victor Stinner committed
April 9, 2011
V
(Merge 3.1) Issue #11650: PyOS_StdioReadline() retries fgets() if it was
Victor Stinner committed
V
Issue #11650: PyOS_StdioReadline() retries fgets() if it was interrupted
Victor Stinner committed
May 9, 2010
A
Recorded merge of revisions 81032 via svnmerge from
Antoine Pitrou committed
A
Recorded merge of revisions 81029 via svnmerge from
Antoine Pitrou committed
March 21, 2010
August 16, 2007
S
Remove RISCOS support
Skip Montanaro committed
April 21, 2006
T
Merge p3yk branch with the trunk up to revision 45595. This breaks a fair
Thomas Wouters committed
April 7, 2005
M
In a threads-disabled build, typing Ctrl-C into a raw_input() crashed,
Michael W. Hudson committed
July 8, 2004
M
PyThreadState_Swap(NULL) didn't do what I thought it did. Fixes
Michael W. Hudson committed
July 7, 2004
T
"#if WITH_THREAD" is incorrect; must be #ifdef instead; WITH_THREAD
Tim Peters committed
M
This closes patch:
Michael W. Hudson committed
November 19, 2003
J
Getting rid of support for the ancient Apple MPW compiler.
Jack Jansen committed
May 3, 2003
M
Patch #708495: Port more stuff to OpenVMS.
Martin v. Löwis committed