COMMITS
/ Parser/myreadline.c March 12, 2026
March 20, 2025
V
gh-131238: Remove includes from pycore_interp.h (#131495)
Victor Stinner committed
March 19, 2025
V
gh-131238: Remove pycore_runtime.h from pycore_pystate.h (#131356)
Victor Stinner committed
September 6, 2024
S
September 4, 2024
October 12, 2023
L
gh-104169: Fix test_peg_generator after tokenizer refactoring (#110727)
Lysandros Nikolaou committed
September 30, 2023
V
gh-110014: Include explicitly <unistd.h> header (#110155)
Victor Stinner committed
July 22, 2023
V
gh-106320: Remove _PyOS_ReadlineTState API (#107034)
Victor Stinner committed
May 22, 2023
B
GH-104668: Don't call PyOS_* hooks in subinterpreters (GH-104674)
Brandt Bucher committed
March 9, 2023
M
gh-102255: Improve build support for Windows API partitions (GH-102256)
Max Bachmann committed
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