| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #8848: U / U# formats of Py_BuildValue() are just alias to s / s# | Victor Stinner | 2010-06-07 | 1 | -1/+1 |
|
|
* | Make PyErr_Occurred return NULL if there is no current thread. Previously it | Jeffrey Yasskin | 2010-05-13 | 1 | -3/+8 |
|
|
* | Recorded merge of revisions 81029 via svnmerge from | Antoine Pitrou | 2010-05-09 | 1 | -641/+641 |
|
|
* | PyErr_SetFromErrnoWithFilename() decodes the filename using | Victor Stinner | 2010-05-08 | 1 | -1/+1 |
|
|
* | Poor PLAN9, it isn't supported | Antoine Pitrou | 2010-02-22 | 1 | -9/+0 |
|
|
* | Merged revisions 77088 via svnmerge from | Georg Brandl | 2009-12-28 | 1 | -0/+35 |
|
|
* | Merged revisions 72698-72699 via svnmerge from | Hirokazu Yamamoto | 2009-05-17 | 1 | -6/+2 |
|
|
* | Merged revisions 71024,71058 via svnmerge from | Georg Brandl | 2009-04-11 | 1 | -1/+9 |
|
|
* | Issue 3611: in some cases (a __del__ re-raising an exception, when called fro... | Amaury Forgeot d'Arc | 2008-08-29 | 1 | -5/+9 |
|
|
* | Issue #2534: speed up isinstance() and issubclass() by 50-70%, so as to | Antoine Pitrou | 2008-08-26 | 1 | -2/+3 |
|
|
* | Rename PyUnicode_AsString -> _PyUnicode_AsString and | Marc-André Lemburg | 2008-08-07 | 1 | -1/+1 |
|
|
* | Correct one of the "MemoryError oddities": | Amaury Forgeot d'Arc | 2008-07-31 | 1 | -0/+10 |
|
|
* | Merged revisions 65320 via svnmerge from | Benjamin Peterson | 2008-07-31 | 1 | -3/+12 |
|
|
* | implement chained exception tracebacks | Benjamin Peterson | 2008-07-15 | 1 | -2/+20 |
|
|
* | Implicit exception chaining via __context__ (PEP 3134). | Guido van Rossum | 2008-06-14 | 1 | -2/+31 |
|
|
* | Merged revisions 62260-62261,62266,62271,62277-62279,62289-62290,62293-62298,... | Christian Heimes | 2008-04-13 | 1 | -64/+0 |
|
|
* | Merged revisions 59666-59679 via svnmerge from | Christian Heimes | 2008-01-03 | 1 | -1/+1 |
|
|
* | Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases i... | Christian Heimes | 2007-12-02 | 1 | -1/+1 |
|
|
* | #1535: rename __builtin__ module to builtins. | Georg Brandl | 2007-12-02 | 1 | -1/+1 |
|
|
* | Added some additional checks for sys.std?? is None, see #1440 | Christian Heimes | 2007-11-15 | 1 | -1/+1 |
|
|
* | Fixes for issue 1752184, ensuring type objects are always created | Guido van Rossum | 2007-11-02 | 1 | -1/+1 |
|
|
* | Minor cleanup of the comment for PyErr_ProgramText() and a tweak to the code | Guido van Rossum | 2007-10-10 | 1 | -7/+10 |
|
|
* | Merged revisions 57778-58052 via svnmerge from | Thomas Wouters | 2007-09-08 | 1 | -0/+8 |
|
|
* | Patch #1075: Use wide API to format error messages. | Martin v. Löwis | 2007-09-03 | 1 | -32/+57 |
|
|
* | Add const to some strings that are not modified | Neal Norwitz | 2007-08-24 | 1 | -5/+5 |
|
|
* | Use unicode for much of errors. | Neal Norwitz | 2007-08-24 | 1 | -7/+7 |
|
|
* | PyErr_Warn is deprecated in 2.5 - goes away for 3.0 | Skip Montanaro | 2007-08-12 | 1 | -11/+0 |
|
|
* | Three patches by Amaury Forgeot d'Arc; SF patch# 1754484. | Guido van Rossum | 2007-07-16 | 1 | -4/+4 |
|
|
* | Revert a wrong commit. | Thomas Heller | 2007-07-11 | 1 | -1/+1 |
|
|
* | Must create heaptypes with unicode names. | Thomas Heller | 2007-07-11 | 1 | -1/+1 |
|
|
* | Change PyErr_Format() to generate a unicode string (by using | Walter Dörwald | 2007-05-25 | 1 | -6/+4 |
|
|
* | Add functions PyUnicode_Append() and PyUnicode_AppendAndDel() that mirror | Walter Dörwald | 2007-05-18 | 1 | -1/+1 |
|
|
* | Merged revisions 53952-54987 via svnmerge from | Guido van Rossum | 2007-04-27 | 1 | -3/+3 |
|
|
* | Remove the exceptions builtin module, all the exceptions are already builtin. | Neal Norwitz | 2007-02-26 | 1 | -1/+2 |
|
|
* | Merged revisions 53005-53303 via svnmerge from | Thomas Wouters | 2007-01-09 | 1 | -1/+2 |
|
|
* | Four months of trunk changes (including a few releases...) | Thomas Wouters | 2006-12-13 | 1 | -1/+2 |
|
|
* | Merged revisions 46753-51188 via svnmerge from | Thomas Wouters | 2006-08-11 | 1 | -2/+13 |
|
|
* | Partially merge trunk into p3yk. The removal of Mac/Tools is confusing svn | Thomas Wouters | 2006-06-08 | 1 | -6/+10 |
|
|
* | Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. | Thomas Wouters | 2006-05-27 | 1 | -25/+26 |
|
|
* | Merge p3yk branch with the trunk up to revision 45595. This breaks a fair | Thomas Wouters | 2006-04-21 | 1 | -0/+11 |
|
|
* | Fix (and add test for) missing check for BaseException subclasses in the C | Thomas Wouters | 2006-04-20 | 1 | -0/+9 |
|
|
* | Checkpoint. 218 tests are okay; 53 are failing. Done so far: | Guido van Rossum | 2006-03-15 | 1 | -1/+2 |
|
|
* | PEP 352 implementation. Creates a new base class, BaseException, which has an | Brett Cannon | 2006-03-01 | 1 | -23/+43 |
|
|
* | Updates to the with-statement: | Guido van Rossum | 2006-02-28 | 1 | -0/+1 |
|
|
* | PyErr_ProgramText(): Grrrrrr. | Tim Peters | 2006-02-27 | 1 | -1/+1 |
|
|
* | Use Py_ssize_t to count the | Martin v. Löwis | 2006-02-16 | 1 | -1/+1 |
|
|
* | -X died some time ago; remove a tiny bit of associated cruft. | Michael W. Hudson | 2005-01-18 | 1 | -4/+0 |
|
|
* | Changed random calls to PyThreadState_Get() to use the macro | Nicholas Bastin | 2004-03-24 | 1 | -1/+1 |
|
|
* | Getting rid of all the code inside #ifdef macintosh too. | Jack Jansen | 2003-11-20 | 1 | -6/+0 |
|
|
* | Made function declaration a proper C prototype | Armin Rigo | 2003-10-25 | 1 | -1/+1 |
|
|