summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* faulthandler: fix unregister() if it is called before register()Victor Stinner2011-04-081-0/+3
* faulthandler: fix compilating without threadsVictor Stinner2011-04-071-0/+8
* faulthandler: we don't use (or need) SA_SIGINFO flag of sigaction()Victor Stinner2011-04-071-7/+2
* faulthandler: check PyThreadState_Get() result in dump_tracebacks_later()Victor Stinner2011-04-071-12/+21
* merge from 3.2Senthil Kumaran2011-04-061-1/+1
|\
| * Merge from 3.1Senthil Kumaran2011-04-061-1/+1
| |\
| | * Issue #10762: Guard against invalid/non-supported format string '%f' on Windo...Senthil Kumaran2011-04-061-1/+1
| | * Merge 3.1Kristjan Valur Jonsson2011-03-301-1/+1
| | |\
| | | * Issue 11713: clarify docstring for collections.deque()Raymond Hettinger2011-03-301-1/+1
* | | | Issue #11576: Fixed timedelta subtraction glitch on big timedelta valuesAlexander Belopolsky2011-04-061-7/+8
|\ \ \ \ | |/ / /
| * | | Issue #11576: Fixed timedelta subtraction glitch on big timedelta valuesAlexander Belopolsky2011-04-061-7/+8
* | | | implement tp_clearBenjamin Peterson2011-04-051-1/+10
* | | | Issue #11707: Fix compilation errors with Visual StudioVictor Stinner2011-04-051-6/+8
* | | | Issue #11707: Fast C version of functools.cmp_to_key()Raymond Hettinger2011-04-051-0/+161
* | | | Issue #10785: Store the filename as Unicode in the Python parser.Victor Stinner2011-04-041-0/+1
* | | | Issue #11753: faulthandler thread uses pthread_sigmask()Victor Stinner2011-04-041-0/+11
* | | | Issue #11688: Add sqlite3.Connection.set_trace_callback(). Patch by Torsten ...Antoine Pitrou2011-04-031-0/+62
* | | | Merge fix for issue #11746Antoine Pitrou2011-04-031-1/+1
|\ \ \ \ | |/ / /
| * | | Issue #11746: Fix SSLContext.load_cert_chain() to accept elliptic curve priva...Antoine Pitrou2011-04-031-1/+1
| * | | MergeKristjan Valur Jonsson2011-03-301-1/+1
| |\ \ \
* | | | | Issue #5863: Rewrite BZ2File in pure Python, and allow it to acceptAntoine Pitrou2011-04-032-2180/+583
* | | | | Issue #11393: signal of user signal displays tracebacks even if tstate==NULLVictor Stinner2011-04-011-21/+37
* | | | | Issue #11393: Fix faulthandler.disable() and add a testVictor Stinner2011-04-011-4/+4
* | | | | Issue #11393: The fault handler handles also SIGABRTVictor Stinner2011-04-011-8/+25
* | | | | Issue #11393: fault handler uses raise(signum) for SIGILL on WindowsVictor Stinner2011-04-011-15/+12
* | | | | Issue #11393: fix usage of locks in faulthandlerVictor Stinner2011-04-011-3/+4
* | | | | Issue #11393: New try to fix faulthandler_thread()Victor Stinner2011-04-011-6/+6
* | | | | Issue #11393: Fix faulthandler_thread(): release cancel lock before join lockVictor Stinner2011-04-011-1/+1
* | | | | Issue #11393: limit stack overflow test to 100 MBVictor Stinner2011-03-311-5/+32
* | | | | Issue #11393: Fix the documentation (cancel_dump_traceback_later)Victor Stinner2011-03-311-6/+6
* | | | | Issue #11393: Add the new faulthandler moduleVictor Stinner2011-03-303-0/+975
* | | | | MergeKristjan Valur Jonsson2011-03-301-1/+1
|\ \ \ \ \
| * \ \ \ \ Issue 11713: clarify docstring for collections.deque()Raymond Hettinger2011-03-301-1/+1
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| | * | | | Issue 11713: clarify docstring for collections.deque()Raymond Hettinger2011-03-301-1/+1
* | | | | | Merge 3.2Kristjan Valur Jonsson2011-03-301-3/+6
|\ \ \ \ \ \ | |/ / / / / |/| | / / / | | |/ / / | |/| | |
| * | | | Merge 3.1Kristjan Valur Jonsson2011-03-301-3/+6
| |\ \ \ \ | | |/ / / | |/| / / | | |/ /
| | * | Bugfix: Properly test for errors from PyLong_AsLong() in itertools.cycle.Kristjan Valur Jonsson2011-03-301-3/+6
| | |/
* | | merge 3.2Benjamin Peterson2011-03-281-3/+3
|\ \ \ | |/ /
| * | merge 3.1Benjamin Peterson2011-03-281-3/+3
| |\ \ | | |/
| | * let's keep parenthesis around sizeofBenjamin Peterson2011-03-281-3/+3
* | | Update docstrings for itertools.accumulate().Raymond Hettinger2011-03-281-3/+3
* | | Add optional *func* argument to itertools.accumulate().Raymond Hettinger2011-03-281-4/+14
* | | merge 3.2Benjamin Peterson2011-03-261-20/+54
|\ \ \ | |/ /
| * | merge 3.1Benjamin Peterson2011-03-261-20/+54
| |\ \ | | |/
| | * always check return value of PyObject_IsInstance for errorBenjamin Peterson2011-03-261-19/+44
| | * check possible recursive _as_parameter_ to prevent segfault (closes #1838)Benjamin Peterson2011-03-261-1/+10
* | | Issue #10833: Use PyErr_Format() and PyUnicode_FromFormat() instead ofVictor Stinner2011-03-214-26/+13
* | | Issue #10833: Use PyUnicode_FromFormat() and PyErr_Format() instead ofVictor Stinner2011-03-215-37/+27
* | | _elementtree.c: remove trailing spacesVictor Stinner2011-03-211-19/+19
* | | merge 3.2Victor Stinner2011-03-211-3/+2
|\ \ \ | |/ /