index
:
delta/cpython.git
2.0
2.1
2.2
2.3
2.4
2.5
2.6
2.7
3.0
3.1
3.2
3.3
3.4
3.5
3.6
baserock/2.7.9-mips64
baserock/markdoffman/py2-symlink
baserock/markdoffman/py2-symlink-v2
baserock/morph-2.7
legacy-trunk
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Python
/
pythonrun.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Issue #13390: New function :func:`sys.getallocatedblocks()` returns the numbe...
Antoine Pitrou
2012-12-09
1
-3
/
+4
*
Issue #15001: fix segfault on "del sys.module['__main__']"
Hynek Schlawack
2012-11-07
1
-85
/
+264
|
\
|
*
Issue #16218: Support non ascii characters in python launcher.
Andrew Svetlov
2012-11-01
1
-2
/
+7
|
*
Issue #15895: my analysis was slightly off. The FILE pointer is only leaked w...
Christian Heimes
2012-09-11
1
-8
/
+6
|
*
Issue #15895: Fix FILE pointer leak in PyRun_SimpleFileExFlags() when filenam...
Christian Heimes
2012-09-11
1
-1
/
+5
|
*
Close #13119: use "\r\n" newline for sys.stdout/err on Windows
Victor Stinner
2012-08-04
1
-5
/
+8
|
*
Fix initialization of the faulthandler module
Victor Stinner
2012-07-31
1
-4
/
+4
|
*
Refcounting fixes
Nick Coghlan
2012-07-15
1
-3
/
+7
|
*
Make set_main_loader static (noticed by Antoine Pitrou)
Nick Coghlan
2012-07-15
1
-1
/
+1
|
*
Actually initialize __main__.__loader__ with loader instances, not the corres...
Nick Coghlan
2012-07-15
1
-2
/
+6
|
*
Take the first step in resolving the messy pkgutil vs importlib edge cases by...
Nick Coghlan
2012-07-15
1
-7
/
+58
|
*
Issue #15020: The program name used to search for Python's path is now python...
Antoine Pitrou
2012-07-05
1
-75
/
+188
|
|
\
|
|
*
Issue #14785: Add sys._debugmallocstats() to help debug low-level memory allo...
David Malcolm
2012-06-22
1
-1
/
+1
|
|
*
Issue #14928: Fix importlib bootstrap issues by using a custom executable (Mo...
Antoine Pitrou
2012-06-19
1
-1
/
+10
|
|
*
PEP 415: Implement suppression of __context__ display with an exception attri...
Benjamin Peterson
2012-05-14
1
-6
/
+3
|
|
*
Issues #13959, 14647: Re-implement imp.reload() in Lib/imp.py.
Brett Cannon
2012-04-29
1
-4
/
+0
|
|
*
Issue #14605: Make explicit the entries on sys.path_hooks that used to
Brett Cannon
2012-04-25
1
-1
/
+1
|
|
*
Issue #13959: Rename imp to _imp and add Lib/imp.py and begin
Brett Cannon
2012-04-15
1
-2
/
+2
|
|
*
Plug a refleak.
Brett Cannon
2012-04-15
1
-2
/
+1
|
|
*
Issue #2377: Make importlib the implementation of __import__().
Brett Cannon
2012-04-14
1
-2
/
+59
|
|
*
merge 3.2
Benjamin Peterson
2012-04-03
1
-20
/
+31
|
|
|
\
|
|
*
|
Close issue #6210: Implement PEP 409
Nick Coghlan
2012-02-26
1
-1
/
+5
|
|
*
|
Fix test failure in test_cmd_line by initializing the hash secret at the earl...
Antoine Pitrou
2012-02-21
1
-1
/
+0
|
|
|
\
\
|
|
*
\
\
Merge 3.2: Issue #13703 plus some related test suite fixes.
Georg Brandl
2012-02-21
1
-66
/
+117
|
|
|
\
\
\
|
|
|
*
|
|
Issue #12705: Raise SyntaxError when compiling multiple statements as single ...
Meador Inge
2012-01-19
1
-0
/
+3
|
|
|
*
|
|
Fix a memory leak when initializing the standard I/O streams.
Antoine Pitrou
2012-01-18
1
-1
/
+2
|
|
|
|
\
\
\
|
|
|
*
|
|
|
Issue #13645: pyc files now contain the size of the corresponding source
Antoine Pitrou
2012-01-13
1
-0
/
+2
|
|
|
*
|
|
|
Issue #13575: there is only one class type.
Florent Xicluna
2011-12-12
1
-6
/
+1
|
|
|
*
|
|
|
Issue #7111: Python can now be run without a stdin, stdout or stderr stream.
Antoine Pitrou
2011-11-28
1
-60
/
+111
|
|
|
|
\
\
\
\
|
|
|
|
*
\
\
\
Issue #13444: When stdout has been closed explicitly, we should not attempt t...
Antoine Pitrou
2011-11-26
1
-2
/
+18
|
|
|
|
|
\
\
\
\
|
|
|
|
*
|
|
|
|
print_exception() uses PyUnicode_GetLength() instead of PyUnicode_GetSize()
Victor Stinner
2011-11-20
1
-1
/
+1
|
|
|
|
*
|
|
|
|
Issue #10227: Add an allocation cache for a single slice object.
Antoine Pitrou
2011-11-18
1
-0
/
+1
|
|
|
|
*
|
|
|
|
Issue #12281: Rewrite the MBCS codec to handle correctly replace and ignore
Victor Stinner
2011-10-18
1
-2
/
+3
|
|
|
|
*
|
|
|
|
Port SetAttrString/HasAttrString to SetAttrId/GetAttrId.
Martin v. Löwis
2011-10-14
1
-3
/
+6
|
|
|
|
*
|
|
|
|
Rename _Py_identifier to _Py_IDENTIFIER.
Martin v. Löwis
2011-10-14
1
-16
/
+16
|
|
|
|
*
|
|
|
|
Use identifier API for PyObject_GetAttrString.
Martin v. Löwis
2011-10-10
1
-10
/
+20
|
|
|
|
*
|
|
|
|
Add API for static strings, primarily good for identifiers.
Martin v. Löwis
2011-10-09
1
-12
/
+18
|
|
|
|
*
|
|
|
|
- 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
-16
/
+46
|
|
|
|
|
\
\
\
\
\
\
|
|
|
|
|
*
|
|
|
|
|
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
-16
/
+46
|
|
|
|
|
|
\
\
\
\
\
\
|
|
|
|
|
|
*
|
|
|
|
|
Issue #10914: Initialize correctly the filesystem codec when creating a new
Victor Stinner
2011-04-27
1
-8
/
+15
|
|
|
|
|
|
*
|
|
|
|
|
Issue #10914: Py_NewInterpreter() uses PyErr_PrintEx(0)
Victor Stinner
2011-04-27
1
-1
/
+1
|
|
|
|
|
|
*
|
|
|
|
|
Issue #10785: Store the filename as Unicode in the Python parser.
Victor Stinner
2011-04-05
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-31
1
-0
/
+21
*
|
|
|
|
|
|
|
|
|
|
|
Issue #15001: fix segfault on "del sys.module['__main__']"
Hynek Schlawack
2012-11-07
1
-6
/
+6
*
|
|
|
|
|
|
|
|
|
|
|
Close #13119: use "\r\n" newline for sys.stdout/err on Windows
Victor Stinner
2012-08-04
1
-5
/
+8
|
/
/
/
/
/
/
/
/
/
/
/
[next]