index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Python
/
pythonrun.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
- Issue #13021: Missing decref on an error path. Thanks to Suman Saha for
Barry Warsaw
2011-09-20
1
-1/+3
|
\
|
*
- Issue #13021: Missing decref on an error path. Thanks to Suman Saha for
Barry Warsaw
2011-09-20
1
-1/+3
*
|
Issue #9642: Fix filesystem encoding initialization: use the ANSI code page on
Victor Stinner
2011-07-04
1
-15/+15
*
|
print_exception(): handle correctly PyObject_GetAttrString() failure
Victor Stinner
2011-05-26
1
-1/+1
*
|
Merge #6498 fix from 3.2.
Georg Brandl
2011-05-15
1
-1/+1
|
\
\
|
|
/
|
*
Merge #6498 fix from 3.1.
Georg Brandl
2011-05-15
1
-1/+1
|
|
\
|
|
*
Closes #6498: fix several misspellings of "SystemExit" as "SystemError".
Georg Brandl
2011-05-15
1
-1/+1
|
|
*
Merged revisions 85980 via svnmerge from
Hirokazu Yamamoto
2010-10-30
1
-0/+3
|
|
*
Merged revisions 85817,85904 via svnmerge from
Benjamin Peterson
2010-10-29
1
-4/+3
|
|
*
Merged revisions 85814 via svnmerge from
Benjamin Peterson
2010-10-24
1
-2/+0
|
|
*
Issue #10077: Fix logging of site module errors at startup.
Victor Stinner
2010-10-23
1
-1/+4
|
|
*
Recorded merge of revisions 85569-85570 via svnmerge from
Victor Stinner
2010-10-19
1
-3/+14
|
|
*
Merged revisions 83854 via svnmerge from
Antoine Pitrou
2010-08-08
1
-1/+1
|
|
*
Merged revisions 82059,82061 via svnmerge from
Victor Stinner
2010-06-17
1
-1/+1
|
|
*
Merged revisions 81844 via svnmerge from
Victor Stinner
2010-06-08
1
-1/+1
|
|
*
Recorded merge of revisions 81364 via svnmerge from
Victor Stinner
2010-05-20
1
-1/+3
|
|
*
Merged revisions 81250-81253 via svnmerge from
Victor Stinner
2010-05-17
1
-0/+4
|
|
*
Merged revisions 81156 via svnmerge from
Victor Stinner
2010-05-14
1
-1/+1
|
|
*
Recorded merge of revisions 81032 via svnmerge from
Antoine Pitrou
2010-05-09
1
-1642/+1642
|
|
*
Merged revisions 81016 via svnmerge from
Jean-Paul Calderone
2010-05-09
1
-0/+4
|
|
*
Revert my change on initsite(): don't change import site error handler in 3.1,
Victor Stinner
2010-03-21
1
-4/+14
|
|
*
Merged revisions 78872 via svnmerge from
Victor Stinner
2010-03-21
1
-16/+9
|
|
*
Merged revisions 76573 via svnmerge from
Antoine Pitrou
2009-11-28
1
-1/+1
|
|
*
Merged revisions 75571,75576-75577 via svnmerge from
Antoine Pitrou
2009-10-20
1
-0/+32
*
|
|
faulthandler: dump all threads by default
Victor Stinner
2011-05-07
1
-1/+1
*
|
|
Issue #1856: Avoid crashes and lockups when daemon threads run while the
Antoine Pitrou
2011-05-04
1
-4/+11
|
\
\
\
|
|
/
/
|
*
|
Issue #1856: Avoid crashes and lockups when daemon threads run while the
Antoine Pitrou
2011-05-04
1
-4/+11
|
*
|
Issue #10914: Initialize correctly the filesystem codec when creating a new
Victor Stinner
2011-04-26
1
-8/+15
|
*
|
Issue #10914: Py_NewInterpreter() uses PyErr_PrintEx(0)
Victor Stinner
2011-04-26
1
-1/+1
|
*
|
Fix #11586: typo in initfsencoding()
Victor Stinner
2011-03-20
1
-1/+1
|
*
|
Merged revisions 88530 via svnmerge from
Victor Stinner
2011-02-23
1
-1/+10
*
|
|
Issue #10914: Initialize correctly the filesystem codec when creating a new
Victor Stinner
2011-04-26
1
-8/+15
*
|
|
Issue #10914: Py_NewInterpreter() uses PyErr_PrintEx(0)
Victor Stinner
2011-04-26
1
-1/+1
*
|
|
Issue #10785: Store the filename as Unicode in the Python parser.
Victor Stinner
2011-04-04
1
-16/+24
*
|
|
Issue #11393: The fault handler handles also SIGABRT
Victor Stinner
2011-04-01
1
-0/+1
*
|
|
Issue #11393: Add the new faulthandler module
Victor Stinner
2011-03-30
1
-0/+21
*
|
|
Fix #11586: typo in initfsencoding()
Victor Stinner
2011-03-20
1
-1/+1
*
|
|
Issue #11272: Fix input() and sys.stdin for Windows newline
Victor Stinner
2011-02-23
1
-1/+10
|
/
/
*
|
Issue #9566: use Py_ssize_t instead of int
Victor Stinner
2011-01-04
1
-1/+2
*
|
Add sys.flags.quiet attribute for the new -q option, as noted missing by Eric...
Georg Brandl
2010-12-28
1
-0/+1
*
|
Add an "optimize" parameter to compile() to control the optimization level, a...
Georg Brandl
2010-12-04
1
-4/+12
*
|
Merge branches/pep-0384.
Martin v. Löwis
2010-12-03
1
-2/+10
*
|
Remove redundant includes of headers that are already included by Python.h.
Georg Brandl
2010-11-30
1
-4/+0
*
|
Issue #10255: Fix reference leak in Py_InitializeEx(). Patch by Neil
Antoine Pitrou
2010-11-20
1
-0/+2
*
|
Issue #10372: Import the warnings module only after the IO library is
Antoine Pitrou
2010-11-10
1
-7/+9
*
|
Issue #10157: Fixed refleaks in pythonrun.c. Patch by Stefan Krah.
Hirokazu Yamamoto
2010-10-30
1
-0/+3
*
|
decrement offset when it points to a newline (#10186 followup)
Benjamin Peterson
2010-10-29
1
-1/+3
*
|
tighten loop
Benjamin Peterson
2010-10-24
1
-4/+1
*
|
remove broken code accounting an offset the size of the line #10186
Benjamin Peterson
2010-10-24
1
-2/+0
*
|
initfsencoding(): get_codeset() failure is now a fatal error
Victor Stinner
2010-10-19
1
-13/+6
[next]