index
:
cpython
3.10
3.11
3.12
3.13
3.14
3.9
main
The Python programming language
Aslak Raanes
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
Python
/
pythonrun.c
Commit message (
Expand
)
Author
Age
*
Issue #7111: Python can now be run without a stdin, stdout or stderr stream.
Antoine Pitrou
2011-11-28
|
\
|
*
Issue #7111: Python can now be run without a stdin, stdout or stderr stream.
Antoine Pitrou
2011-11-28
*
|
Issue #13444: When stdout has been closed explicitly, we should not attempt t...
Antoine Pitrou
2011-11-26
|
\
|
|
*
Issue #13444: When stdout has been closed explicitly, we should not attempt t...
Antoine Pitrou
2011-11-26
*
|
print_exception() uses PyUnicode_GetLength() instead of PyUnicode_GetSize()
Victor Stinner
2011-11-20
*
|
Issue #10227: Add an allocation cache for a single slice object.
Antoine Pitrou
2011-11-18
*
|
Issue #12281: Rewrite the MBCS codec to handle correctly replace and ignore
Victor Stinner
2011-10-18
*
|
Port SetAttrString/HasAttrString to SetAttrId/GetAttrId.
Martin v. Löwis
2011-10-14
*
|
Rename _Py_identifier to _Py_IDENTIFIER.
Martin v. Löwis
2011-10-14
*
|
Use identifier API for PyObject_GetAttrString.
Martin v. Löwis
2011-10-10
*
|
Add API for static strings, primarily good for identifiers.
Martin v. Löwis
2011-10-09
*
|
- Issue #13021: Missing decref on an error path. Thanks to Suman Saha for
Barry Warsaw
2011-09-20
|
\
|
|
*
- Issue #13021: Missing decref on an error path. Thanks to Suman Saha for
Barry Warsaw
2011-09-20
*
|
Issue #9642: Fix filesystem encoding initialization: use the ANSI code page on
Victor Stinner
2011-07-04
*
|
print_exception(): handle correctly PyObject_GetAttrString() failure
Victor Stinner
2011-05-26
*
|
Merge #6498 fix from 3.2.
Georg Brandl
2011-05-15
|
\
|
|
*
Merge #6498 fix from 3.1.
Georg Brandl
2011-05-15
|
|
\
|
|
*
Closes #6498: fix several misspellings of "SystemExit" as "SystemError".
Georg Brandl
2011-05-15
|
|
*
Merged revisions 85980 via svnmerge from
Hirokazu Yamamoto
2010-10-30
|
|
*
Merged revisions 85817,85904 via svnmerge from
Benjamin Peterson
2010-10-29
|
|
*
Merged revisions 85814 via svnmerge from
Benjamin Peterson
2010-10-24
|
|
*
Issue #10077: Fix logging of site module errors at startup.
Victor Stinner
2010-10-23
|
|
*
Recorded merge of revisions 85569-85570 via svnmerge from
Victor Stinner
2010-10-19
|
|
*
Merged revisions 83854 via svnmerge from
Antoine Pitrou
2010-08-08
|
|
*
Merged revisions 82059,82061 via svnmerge from
Victor Stinner
2010-06-17
|
|
*
Merged revisions 81844 via svnmerge from
Victor Stinner
2010-06-08
|
|
*
Recorded merge of revisions 81364 via svnmerge from
Victor Stinner
2010-05-20
|
|
*
Merged revisions 81250-81253 via svnmerge from
Victor Stinner
2010-05-17
|
|
*
Merged revisions 81156 via svnmerge from
Victor Stinner
2010-05-14
|
|
*
Recorded merge of revisions 81032 via svnmerge from
Antoine Pitrou
2010-05-09
|
|
*
Merged revisions 81016 via svnmerge from
Jean-Paul Calderone
2010-05-09
|
|
*
Revert my change on initsite(): don't change import site error handler in 3.1,
Victor Stinner
2010-03-21
|
|
*
Merged revisions 78872 via svnmerge from
Victor Stinner
2010-03-21
|
|
*
Merged revisions 76573 via svnmerge from
Antoine Pitrou
2009-11-28
|
|
*
Merged revisions 75571,75576-75577 via svnmerge from
Antoine Pitrou
2009-10-20
*
|
|
faulthandler: dump all threads by default
Victor Stinner
2011-05-07
*
|
|
Issue #1856: Avoid crashes and lockups when daemon threads run while the
Antoine Pitrou
2011-05-04
|
\
|
|
|
*
|
Issue #1856: Avoid crashes and lockups when daemon threads run while the
Antoine Pitrou
2011-05-04
|
*
|
Issue #10914: Initialize correctly the filesystem codec when creating a new
Victor Stinner
2011-04-27
|
*
|
Issue #10914: Py_NewInterpreter() uses PyErr_PrintEx(0)
Victor Stinner
2011-04-27
|
*
|
Fix #11586: typo in initfsencoding()
Victor Stinner
2011-03-20
|
*
|
Merged revisions 88530 via svnmerge from
Victor Stinner
2011-02-23
*
|
|
Issue #10914: Initialize correctly the filesystem codec when creating a new
Victor Stinner
2011-04-27
*
|
|
Issue #10914: Py_NewInterpreter() uses PyErr_PrintEx(0)
Victor Stinner
2011-04-27
*
|
|
Issue #10785: Store the filename as Unicode in the Python parser.
Victor Stinner
2011-04-05
*
|
|
Issue #11393: The fault handler handles also SIGABRT
Victor Stinner
2011-04-01
*
|
|
Issue #11393: Add the new faulthandler module
Victor Stinner
2011-03-31
*
|
|
Fix #11586: typo in initfsencoding()
Victor Stinner
2011-03-20
*
|
|
Issue #11272: Fix input() and sys.stdin for Windows newline
Victor Stinner
2011-02-23
|
/
/
*
|
Issue #9566: use Py_ssize_t instead of int
Victor Stinner
2011-01-04
[next]