| Commit message (Expand) | Author | Age | Files | Lines |
* | bpo-29935: Fixed error messages in the index() method of tuple, list and dequ... | Serhiy Storchaka | 2017-03-30 | 1 | -0/+1 |
|
|
* | sys.setrecursionlimit() now raises RecursionError | Victor Stinner | 2015-10-12 | 1 | -3/+9 |
|
|
* | Issue #19235: Add new RecursionError exception. Patch by Georg Brandl. | Yury Selivanov | 2015-07-03 | 1 | -3/+3 |
|
|
* | Added the const qualifier for char* argument of Py_EnterRecursiveCall(). | Serhiy Storchaka | 2015-06-21 | 1 | -1/+1 |
|\ |
|
| * | Added the const qualifier for char* argument of Py_EnterRecursiveCall(). | Serhiy Storchaka | 2015-06-21 | 1 | -1/+1 |
|
|
* | | Issue 24342: No need to use PyAPI_FUNC for _PyEval_ApplyCoroutineWrapper | Yury Selivanov | 2015-06-03 | 1 | -1/+0 |
|
|
* | | Issue 24342: Let wrapper set by sys.set_coroutine_wrapper fail gracefully | Yury Selivanov | 2015-06-02 | 1 | -1/+2 |
|
|
* | | Issue 24017: Make PyEval_(Set|Get)CoroutineWrapper private | Yury Selivanov | 2015-06-01 | 1 | -2/+2 |
|
|
* | | Fix warnings for PyEval_GetCoroutineWrapper | Yury Selivanov | 2015-05-12 | 1 | -1/+1 |
|
|
* | | PEP 0492 -- Coroutines with async and await syntax. Issue #24017. | Yury Selivanov | 2015-05-12 | 1 | -0/+2 |
|/ |
|
* | Merge branches/pep-0384. | Martin v. Löwis | 2010-12-03 | 1 | -0/+8 |
|
|
* | Issue #9828: Destroy the GIL in Py_Finalize(), so that it gets properly | Antoine Pitrou | 2010-09-13 | 1 | -0/+1 |
|
|
* | Recorded merge of revisions 81029 via svnmerge from | Antoine Pitrou | 2010-05-09 | 1 | -34/+34 |
|
|
* | Merged revisions 79555 via svnmerge from | Antoine Pitrou | 2010-04-01 | 1 | -4/+0 |
|
|
* | Merge in the new GIL. | Antoine Pitrou | 2009-11-10 | 1 | -4/+4 |
|
|
* | Issue #5392: when a very low recursion limit was set, the interpreter would | Antoine Pitrou | 2009-03-13 | 1 | -5/+4 |
|
|
* | Issue #3697: "Fatal Python error: Cannot recover from stack overflow" | Antoine Pitrou | 2008-09-03 | 1 | -7/+43 |
|
|
* | Rename thread to _thread and dummy_thread to _dummy_thread. Issue #2875. | Georg Brandl | 2008-05-25 | 1 | -1/+1 |
|
|
* | Bug #1595: Remove extra semicolon. | Martin v. Löwis | 2008-02-12 | 1 | -1/+1 |
|
|
* | Make identifiers str (not str8) objects throughout. | Martin v. Löwis | 2007-06-10 | 1 | -1/+12 |
|
|
* | Merged revisions 55270-55324 via svnmerge from | Guido van Rossum | 2007-05-14 | 1 | -1/+0 |
|
|
* | Kill off softspace completely (except in formatter.py which seems to have | Guido van Rossum | 2007-02-09 | 1 | -2/+0 |
|
|
* | Merge ssize_t branch. | Martin v. Löwis | 2006-02-15 | 1 | -1/+1 |
|
|
* | Add const to several API functions that take char *. | Jeremy Hylton | 2005-12-10 | 1 | -4/+6 |
|
|
* | PEP 342 implementation. Per Guido's comments, the generator throw() | Phillip J. Eby | 2005-08-02 | 1 | -0/+1 |
|
|
* | SF patch 1044089: New C API function PyEval_ThreadsInitialized(), by Nick | Tim Peters | 2004-10-11 | 1 | -0/+1 |
|
|
* | Patch #966493: Cleanup generator/eval_frame exposure. | Martin v. Löwis | 2004-06-27 | 1 | -1/+1 |
|
|
* | Patch #957398: Add public API for Generator Object/Type. | Martin v. Löwis | 2004-06-01 | 1 | -0/+1 |
|
|
* | Deleting cyclic object comparison. | Armin Rigo | 2003-10-28 | 1 | -0/+14 |
|
|
* | As far as I can tell PyEval_GetOwner was removed in 1997 (when it was | Michael W. Hudson | 2003-02-20 | 1 | -1/+0 |
|
|
* | - PyEval_GetFrame() is now declared to return a PyFrameObject * | Guido van Rossum | 2003-02-19 | 1 | -1/+3 |
|
|
* | Small function call optimization and special build option for call stats. | Jeremy Hylton | 2003-02-05 | 1 | -0/+2 |
|
|
* | replace thread state objects' ticker and checkinterval fields with two | Skip Montanaro | 2002-09-03 | 1 | -0/+4 |
|
|
* | Excise DL_EXPORT from Include. | Mark Hammond | 2002-08-12 | 1 | -30/+30 |
|
|
* | Merge of descr-branch back into trunk. | Tim Peters | 2001-08-02 | 1 | -0/+3 |
|
|
* | Part way to allowing "from __future__ import generators" to communicate | Tim Peters | 2001-07-16 | 1 | -1/+5 |
|
|
* | Revise the interface to the profiling and tracing support for the | Fred Drake | 2001-06-27 | 1 | -0/+3 |
|
|
* | If a code object is compiled with nested scopes, define the CO_NESTED flag. | Jeremy Hylton | 2001-03-22 | 1 | -0/+1 |
|
|
* | RET_SAVE references should be Py_BLOCK_THREADS references | Skip Montanaro | 2000-09-15 | 1 | -2/+2 |
|
|
* | REMOVED all CWI, CNRI and BeOpen copyright markings. | Guido van Rossum | 2000-09-01 | 1 | -9/+0 |
|
|
* | Supply missing prototypes for new Py_{Get,Set}RecursionLimit; fixes compiler ... | Tim Peters | 2000-09-01 | 1 | -0/+2 |
|
|
* | The new PyEval_ReInitThreads wasn't declared in ceval.h; compiler wngs. | Tim Peters | 2000-08-27 | 1 | -0/+1 |
|
|
* | Use 'void' directly instead of the ANY #define, now that all code is ANSI C. | Thomas Wouters | 2000-07-25 | 1 | -1/+1 |
|
|
* | ANSIfications: fix empty arglists, and remove the checks for | Thomas Wouters | 2000-07-22 | 1 | -6/+0 |
|
|
* | ANSI-fication and Py_PROTO extermination. | Fred Drake | 2000-07-08 | 1 | -22/+22 |
|
|
* | Change copyright notice - 2nd try. | Guido van Rossum | 2000-06-30 | 1 | -6/+0 |
|
|
* | Change copyright notice. | Guido van Rossum | 2000-06-30 | 1 | -22/+7 |
|
|
* | Trent Mick: | Guido van Rossum | 2000-05-08 | 1 | -0/+3 |
|
|
* | Add DLL level b/w compat for PySequence_In and PyEval_CallObject | Guido van Rossum | 1999-03-17 | 1 | -0/+4 |
|
|
* | Add DL_IMPORT(returntype) for all officially exported functions. | Guido van Rossum | 1998-12-04 | 1 | -21/+21 |
|
|