Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | 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 | |
| |\ \ \ \ | | |/ / / | |/| / / | | |/ / | ||||||
| | * | | Bugfix: Properly test for errors from PyLong_AsLong() in itertools.cycle. | Kristjan Valur Jonsson | 2011-03-30 | 1 | -3/+6 | |
| | |/ | ||||||
* | | | merge 3.2 | Benjamin Peterson | 2011-03-28 | 1 | -3/+3 | |
|\ \ \ | |/ / | ||||||
| * | | merge 3.1 | Benjamin Peterson | 2011-03-28 | 1 | -3/+3 | |
| |\ \ | | |/ | ||||||
| | * | let's keep parenthesis around sizeof | Benjamin Peterson | 2011-03-28 | 1 | -3/+3 | |
* | | | Update docstrings for itertools.accumulate(). | Raymond Hettinger | 2011-03-28 | 1 | -3/+3 | |
* | | | Add optional *func* argument to itertools.accumulate(). | Raymond Hettinger | 2011-03-28 | 1 | -4/+14 | |
* | | | merge 3.2 | Benjamin Peterson | 2011-03-26 | 1 | -20/+54 | |
|\ \ \ | |/ / | ||||||
| * | | merge 3.1 | Benjamin Peterson | 2011-03-26 | 1 | -20/+54 | |
| |\ \ | | |/ | ||||||
| | * | always check return value of PyObject_IsInstance for error | Benjamin Peterson | 2011-03-26 | 1 | -19/+44 | |
| | * | check possible recursive _as_parameter_ to prevent segfault (closes #1838) | Benjamin Peterson | 2011-03-26 | 1 | -1/+10 | |
* | | | Issue #10833: Use PyErr_Format() and PyUnicode_FromFormat() instead of | Victor Stinner | 2011-03-21 | 4 | -26/+13 | |
* | | | Issue #10833: Use PyUnicode_FromFormat() and PyErr_Format() instead of | Victor Stinner | 2011-03-21 | 5 | -37/+27 | |
* | | | _elementtree.c: remove trailing spaces | Victor Stinner | 2011-03-21 | 1 | -19/+19 | |
* | | | merge 3.2 | Victor Stinner | 2011-03-21 | 1 | -3/+2 | |
|\ \ \ | |/ / | ||||||
| * | | time.strftime(): replace PyErr_Format() by PyErr_SetString() | Victor Stinner | 2011-03-21 | 1 | -3/+2 | |
* | | | (merge) Issue #11395: io.FileIO().write() clamps the data length to 32,767 | Victor Stinner | 2011-03-20 | 1 | -1/+8 | |
|\ \ \ | |/ / | ||||||
| * | | Issue #11395: io.FileIO().write() clamps the data length to 32,767 bytes on | Victor Stinner | 2011-03-20 | 1 | -1/+8 | |
* | | | Issue #3080: zipimport has a full unicode suppport | Victor Stinner | 2011-03-15 | 1 | -135/+168 | |
* | | | Fix refleak introduced by #10812. | Ross Lagerwall | 2011-03-19 | 1 | -13/+22 | |
* | | | Issue #11592: Fix compilation warnings in os module. | Ross Lagerwall | 2011-03-18 | 1 | -4/+4 | |
* | | | Merge | Antoine Pitrou | 2011-03-17 | 1 | -3/+7 | |
|\ \ \ | |/ / | ||||||
| * | | Issue #10914: fix bogus memory management in Modules/getpath.c, leading to a ... | Antoine Pitrou | 2011-03-17 | 1 | -3/+7 | |
* | | | Issue #5421: merge fix | Antoine Pitrou | 2011-03-17 | 1 | -6/+17 | |
|\ \ \ | |/ / | ||||||
| * | | Issue #5421: merge fix | Antoine Pitrou | 2011-03-17 | 1 | -6/+17 | |
| |\ \ | | |/ | ||||||
| | * | Issue #5421: Fix misleading error message when one of socket.sendto()'s | Antoine Pitrou | 2011-03-17 | 1 | -6/+17 | |
* | | | Issue #10812: Revert os.lseek change. | Ross Lagerwall | 2011-03-17 | 1 | -1/+7 | |
* | | | Issue #10812: Add some extra posix functions to the os module. | Ross Lagerwall | 2011-03-17 | 1 | -152/+812 | |