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
/
Modules
Commit message (
Expand
)
Author
Age
Files
Lines
*
faulthandler: don't use sigprocmask()
Victor Stinner
2011-04-19
1
-5/+1
*
os.sendfile(): on Linux if offset parameter is passed as NULL we were erroneo...
Giampaolo Rodola'
2011-04-19
1
-3/+2
*
(Merge 3.2) Issue #11768: The signal handler of the signal module only calls
Victor Stinner
2011-04-18
1
-10/+16
|
\
|
*
(Merge 3.1) Issue #11768: The signal handler of the signal module only calls
Victor Stinner
2011-04-18
1
-10/+16
|
|
\
|
|
*
Issue #11768: The signal handler of the signal module only calls
Victor Stinner
2011-04-18
1
-10/+16
*
|
|
Fix 64-bit safety issue in BZ2Compressor and BZ2Decompressor.
Nadeem Vawda
2011-04-12
1
-9/+24
*
|
|
Merge with 3.2.
Ezio Melotti
2011-04-11
1
-1/+0
|
\
\
\
|
|
/
/
|
*
|
Remove unnecessary call to PyErr_Clear.
Ezio Melotti
2011-04-11
1
-1/+0
*
|
|
Issue #11757: select.select() now raises ValueError when a negative timeout
Antoine Pitrou
2011-04-09
1
-0/+5
*
|
|
Fix nit (make spelling consistent in prototype)
Raymond Hettinger
2011-04-09
1
-1/+1
*
|
|
Improve faulthandler.enable(all_threads=True)
Victor Stinner
2011-04-08
1
-22/+32
*
|
|
faulthandler: dump_tracebacks_later() displays also the timeout
Victor Stinner
2011-04-08
1
-3/+49
*
|
|
faulthandler: fix variable name, timeout_ms => timeout_us
Victor Stinner
2011-04-08
1
-6/+6
*
|
|
faulthandler: one more time, fix usage of locks in the watchdog thread
Victor Stinner
2011-04-08
1
-29/+28
*
|
|
faulthandler: fix unregister() if it is called before register()
Victor Stinner
2011-04-08
1
-0/+3
*
|
|
faulthandler: fix compilating without threads
Victor Stinner
2011-04-07
1
-0/+8
*
|
|
faulthandler: we don't use (or need) SA_SIGINFO flag of sigaction()
Victor Stinner
2011-04-07
1
-7/+2
*
|
|
faulthandler: check PyThreadState_Get() result in dump_tracebacks_later()
Victor Stinner
2011-04-07
1
-12/+21
*
|
|
merge from 3.2
Senthil Kumaran
2011-04-06
1
-1/+1
|
\
\
\
|
|
/
/
|
*
|
Merge from 3.1
Senthil Kumaran
2011-04-06
1
-1/+1
|
|
\
\
|
|
|
/
|
|
*
Issue #10762: Guard against invalid/non-supported format string '%f' on Windo...
Senthil Kumaran
2011-04-06
1
-1/+1
|
|
*
Merge 3.1
Kristjan Valur Jonsson
2011-03-30
1
-1/+1
|
|
|
\
|
|
|
*
Issue 11713: clarify docstring for collections.deque()
Raymond Hettinger
2011-03-30
1
-1/+1
*
|
|
|
Issue #11576: Fixed timedelta subtraction glitch on big timedelta values
Alexander Belopolsky
2011-04-06
1
-7/+8
|
\
\
\
\
|
|
/
/
/
|
*
|
|
Issue #11576: Fixed timedelta subtraction glitch on big timedelta values
Alexander Belopolsky
2011-04-06
1
-7/+8
*
|
|
|
implement tp_clear
Benjamin Peterson
2011-04-05
1
-1/+10
*
|
|
|
Issue #11707: Fix compilation errors with Visual Studio
Victor Stinner
2011-04-05
1
-6/+8
*
|
|
|
Issue #11707: Fast C version of functools.cmp_to_key()
Raymond Hettinger
2011-04-05
1
-0/+161
*
|
|
|
Issue #10785: Store the filename as Unicode in the Python parser.
Victor Stinner
2011-04-04
1
-0/+1
*
|
|
|
Issue #11753: faulthandler thread uses pthread_sigmask()
Victor Stinner
2011-04-04
1
-0/+11
*
|
|
|
Issue #11688: Add sqlite3.Connection.set_trace_callback(). Patch by Torsten ...
Antoine Pitrou
2011-04-03
1
-0/+62
*
|
|
|
Merge fix for issue #11746
Antoine Pitrou
2011-04-03
1
-1/+1
|
\
\
\
\
|
|
/
/
/
|
*
|
|
Issue #11746: Fix SSLContext.load_cert_chain() to accept elliptic curve priva...
Antoine Pitrou
2011-04-03
1
-1/+1
|
*
|
|
Merge
Kristjan Valur Jonsson
2011-03-30
1
-1/+1
|
|
\
\
\
*
|
|
|
|
Issue #5863: Rewrite BZ2File in pure Python, and allow it to accept
Antoine Pitrou
2011-04-03
2
-2180/+583
*
|
|
|
|
Issue #11393: signal of user signal displays tracebacks even if tstate==NULL
Victor Stinner
2011-04-01
1
-21/+37
*
|
|
|
|
Issue #11393: Fix faulthandler.disable() and add a test
Victor Stinner
2011-04-01
1
-4/+4
*
|
|
|
|
Issue #11393: The fault handler handles also SIGABRT
Victor Stinner
2011-04-01
1
-8/+25
*
|
|
|
|
Issue #11393: fault handler uses raise(signum) for SIGILL on Windows
Victor Stinner
2011-04-01
1
-15/+12
*
|
|
|
|
Issue #11393: fix usage of locks in faulthandler
Victor Stinner
2011-04-01
1
-3/+4
*
|
|
|
|
Issue #11393: New try to fix faulthandler_thread()
Victor Stinner
2011-04-01
1
-6/+6
*
|
|
|
|
Issue #11393: Fix faulthandler_thread(): release cancel lock before join lock
Victor Stinner
2011-04-01
1
-1/+1
*
|
|
|
|
Issue #11393: limit stack overflow test to 100 MB
Victor Stinner
2011-03-31
1
-5/+32
*
|
|
|
|
Issue #11393: Fix the documentation (cancel_dump_traceback_later)
Victor Stinner
2011-03-31
1
-6/+6
*
|
|
|
|
Issue #11393: Add the new faulthandler module
Victor Stinner
2011-03-30
3
-0/+975
*
|
|
|
|
Merge
Kristjan Valur Jonsson
2011-03-30
1
-1/+1
|
\
\
\
\
\
|
*
\
\
\
\
Issue 11713: clarify docstring for collections.deque()
Raymond Hettinger
2011-03-30
1
-1/+1
|
|
\
\
\
\
\
|
|
|
|
/
/
/
|
|
|
/
|
|
|
|
|
*
|
|
|
Issue 11713: clarify docstring for collections.deque()
Raymond Hettinger
2011-03-30
1
-1/+1
*
|
|
|
|
|
Merge 3.2
Kristjan Valur Jonsson
2011-03-30
1
-3/+6
|
\
\
\
\
\
\
|
|
/
/
/
/
/
|
/
|
|
/
/
/
|
|
|
/
/
/
|
|
/
|
|
|
|
*
|
|
|
Merge 3.1
Kristjan Valur Jonsson
2011-03-30
1
-3/+6
|
|
\
\
\
\
|
|
|
/
/
/
|
|
/
|
/
/
|
|
|
/
/
[next]