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
Commit message (
Expand
)
Author
Age
Files
Lines
*
_PyImport_LoadDynamicModule() encodes the module name explicitly to ASCII
Victor Stinner
2011-05-07
1
-15/+25
*
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
3
-6/+19
|
\
|
*
Issue #1856: Avoid crashes and lockups when daemon threads run while the
Antoine Pitrou
2011-05-04
3
-6/+19
|
*
Issue #10914: Initialize correctly the filesystem codec when creating a new
Victor Stinner
2011-04-26
2
-8/+16
|
*
Issue #10914: Py_NewInterpreter() uses PyErr_PrintEx(0)
Victor Stinner
2011-04-26
1
-1/+1
*
|
Issue #11223: Replace threading._info() by sys.thread_info
Victor Stinner
2011-04-30
2
-38/+69
*
|
Issue #10517: After fork(), reinitialize the TLS used by the PyGILState_*
Antoine Pitrou
2011-04-27
1
-0/+17
|
\
\
|
|
/
|
*
Issue #10517: After fork(), reinitialize the TLS used by the PyGILState_*
Antoine Pitrou
2011-04-27
1
-0/+17
|
*
MERGE: Up-port changeset 5cf8f6da8743 (closes #11890)
Jesus Cea
2011-04-20
1
-56/+4
|
|
\
|
|
*
Up-port changeset 5cf8f6da8743 (closes #11890)
Jesus Cea
2011-04-20
1
-56/+4
*
|
|
Issue #10914: Initialize correctly the filesystem codec when creating a new
Victor Stinner
2011-04-26
2
-8/+16
*
|
|
Issue #10914: Py_NewInterpreter() uses PyErr_PrintEx(0)
Victor Stinner
2011-04-26
1
-1/+1
*
|
|
Issue #11223: fix compiler warnings
Victor Stinner
2011-04-20
1
-0/+3
*
|
|
Close #11619: write_compiled_module() doesn't encode the filename
Victor Stinner
2011-04-20
1
-2/+24
*
|
|
Issue #11223: Add threading._info() function providing informations about the
Victor Stinner
2011-04-19
1
-0/+57
*
|
|
#5057: Merge with 3.2.
Ezio Melotti
2011-04-15
1
-0/+18
|
\
\
\
|
|
/
/
|
*
|
#5057: Merge with 3.1.
Ezio Melotti
2011-04-15
1
-0/+18
|
|
\
\
|
|
|
/
|
|
*
Issue #5057: fix a bug in the peepholer that led to non-portable pyc files be...
Ezio Melotti
2011-04-15
1
-0/+18
*
|
|
merge 3.2
Benjamin Peterson
2011-04-12
1
-0/+1
|
\
\
\
|
|
/
/
|
*
|
merge 3.1
Benjamin Peterson
2011-04-12
1
-0/+1
|
|
\
\
|
|
|
/
|
|
*
make assigning to a bytes literal a syntax error (closes #11506)
Benjamin Peterson
2011-04-12
1
-0/+1
*
|
|
Issue #9904: fix and clarify some comments + fix indentation in symtable code
Eli Bendersky
2011-04-10
1
-4/+4
*
|
|
Issue9670: Merge backout from 3.2.
Ned Deily
2011-04-09
1
-12/+0
|
\
\
\
|
|
/
/
|
*
|
Issue9670: Merge backout to 3.2.
Ned Deily
2011-04-09
1
-12/+0
|
|
\
\
|
|
|
/
|
|
*
Issue9670: Back out changeset 378b40d71175; test fails on other platforms
Ned Deily
2011-04-09
1
-12/+0
*
|
|
Issue #9670: merge with current
Ned Deily
2011-04-09
1
-0/+12
|
\
\
\
|
|
/
/
|
*
|
Issue #9670: merge with 3.2
Ned Deily
2011-04-09
1
-0/+12
|
|
\
\
|
|
|
/
|
|
*
Issue #9670: Increase the default stack size for secondary threads on
Ned Deily
2011-04-09
1
-0/+12
|
|
*
Issue #8651: PyArg_Parse*() functions raise an OverflowError if the file
Victor Stinner
2011-03-21
1
-1/+11
*
|
|
Removed 'or long integer' from bin, oct, and hex docstrings.
Alexander Belopolsky
2011-04-07
1
-3/+3
|
\
\
\
|
|
/
/
|
*
|
Removed 'or long integer' from bin, oct, and hex docstrings.
Alexander Belopolsky
2011-04-07
1
-3/+3
*
|
|
Issue #9319: Include the filename in "Non-UTF8 code ..." syntax error.
Victor Stinner
2011-04-04
2
-8/+8
*
|
|
Issue #10785: Store the filename as Unicode in the Python parser.
Victor Stinner
2011-04-04
1
-16/+24
*
|
|
Issue #11619: _PyImport_LoadDynamicModule() doesn't encode the path to bytes
Victor Stinner
2011-04-04
2
-17/+27
*
|
|
Issue #11393: _Py_DumpTraceback() writes the header even if there is no frame
Victor Stinner
2011-04-01
1
-7/+7
*
|
|
Issue #11393: The fault handler handles also SIGABRT
Victor Stinner
2011-04-01
1
-0/+1
*
|
|
Merge 3.2: sys.getfilesystemencoding() raises a RuntimeError if
Victor Stinner
2011-03-31
1
-2/+3
|
\
\
\
|
|
/
/
|
*
|
sys.getfilesystemencoding() raises a RuntimeError if initfsencoding() was not
Victor Stinner
2011-03-31
1
-2/+3
*
|
|
Issue #11393: Add the new faulthandler module
Victor Stinner
2011-03-30
2
-0/+256
*
|
|
Issue #11618: Fix the timeout logic in threading.Lock.acquire() under
Antoine Pitrou
2011-03-30
1
-59/+8
|
\
\
\
|
|
/
/
|
*
|
Issue #11618: Fix the timeout logic in threading.Lock.acquire() under
Antoine Pitrou
2011-03-30
1
-59/+8
|
*
|
Fix #11586: typo in initfsencoding()
Victor Stinner
2011-03-20
1
-1/+1
*
|
|
Remove traces of division_warning left over from Python 2 (#10998)
Éric Araujo
2011-03-26
1
-4/+2
*
|
|
Make importlib compatible with __import__ by "fixing" code.co_filename
Brett Cannon
2011-03-23
1
-0/+27
*
|
|
Issue #11244: Remove outdated peepholer check that was preventing the peephol...
Mark Dickinson
2011-03-23
1
-4/+2
*
|
|
Issue #11630, issue #3080: Fix refleak introduced by ef2b6305d395
Victor Stinner
2011-03-22
1
-1/+4
*
|
|
Issue #3080: On DJGPP, case_bytes() returns -1 to signal an error if the file
Victor Stinner
2011-03-22
1
-1/+1
*
|
|
Issue #7330, #10833: Replace %100s by %.100s and %200s by %.200s
Victor Stinner
2011-03-22
1
-1/+1
*
|
|
Issue #10833: Use PyErr_Format() and PyUnicode_FromFormat() instead of
Victor Stinner
2011-03-21
1
-26/+22
[next]