summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ \ | |/ /
| * | time.strftime(): replace PyErr_Format() by PyErr_SetString()Victor Stinner2011-03-211-3/+2
* | | (merge) Issue #11395: io.FileIO().write() clamps the data length to 32,767Victor Stinner2011-03-201-1/+8
|\ \ \ | |/ /
| * | Issue #11395: io.FileIO().write() clamps the data length to 32,767 bytes onVictor Stinner2011-03-201-1/+8
* | | Issue #3080: zipimport has a full unicode suppportVictor Stinner2011-03-151-135/+168
* | | Fix refleak introduced by #10812.Ross Lagerwall2011-03-191-13/+22
* | | Issue #11592: Fix compilation warnings in os module.Ross Lagerwall2011-03-181-4/+4
* | | MergeAntoine Pitrou2011-03-171-3/+7
|\ \ \ | |/ /
| * | Issue #10914: fix bogus memory management in Modules/getpath.c, leading to a ...Antoine Pitrou2011-03-171-3/+7
* | | Issue #5421: merge fixAntoine Pitrou2011-03-171-6/+17
|\ \ \ | |/ /
| * | Issue #5421: merge fixAntoine Pitrou2011-03-171-6/+17
| |\ \ | | |/
| | * Issue #5421: Fix misleading error message when one of socket.sendto()'sAntoine Pitrou2011-03-171-6/+17
* | | Issue #10812: Revert os.lseek change.Ross Lagerwall2011-03-171-1/+7
* | | Issue #10812: Add some extra posix functions to the os module.Ross Lagerwall2011-03-171-152/+812
* | | Merge with 3.2.Ezio Melotti2011-03-162-3/+3
|\ \ \ | |/ /
| * | Merge with 3.1.Ezio Melotti2011-03-162-3/+3
| |\ \ | | |/