summaryrefslogtreecommitdiffstats
path: root/Objects/exceptions.c
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 56467-56482 via svnmerge fromMartin v. Löwis2007-07-211-26/+19
* Change Py_BuildValue to generate Unicode objects forMartin v. Löwis2007-07-181-8/+12
* Patch by Ron Adam: Don't use u prefix in unicode error messagesWalter Dörwald2007-06-201-6/+6
* Merged revisions 55962-56019 via svnmerge fromGuido van Rossum2007-06-181-156/+92
* Merged revisions 55817-55961 via svnmerge fromGuido van Rossum2007-06-131-40/+30
* PyUnicode_FromFormat() does support %02x, so use itWalter Dörwald2007-06-051-17/+14
* Change tp_str implementations of exception classesWalter Dörwald2007-05-261-223/+35
* Add a format specifier %R to PyUnicode_FromFormat(), which embedsWalter Dörwald2007-05-191-14/+1
* Add functions PyUnicode_Append() and PyUnicode_AppendAndDel() that mirrorWalter Dörwald2007-05-181-5/+5
* Add 'U'/'U#' format characters to Py_BuildValue (and thusWalter Dörwald2007-05-181-66/+51
* Merged revisions 55342-55406 via svnmerge fromGuido van Rossum2007-05-171-56/+1
* Merged revisions 55325-55327 via svnmerge fromGuido van Rossum2007-05-141-8/+34
* Change UnicodeDecodeError objects so that the 'object' attributeWalter Dörwald2007-05-041-8/+24
* Get rid of all #ifdef Py_USING_UNICODE (it is always present now).Guido van Rossum2007-05-031-6/+0
* Merged revisions 53952-54987 via svnmerge fromGuido van Rossum2007-04-271-0/+2
* PEP 3114: rename .next() to .__next__() and add next() builtin.Georg Brandl2007-04-211-1/+1
* Remove the ability to slice/index on exceptions per PEP 352.Brett Cannon2007-02-271-28/+1
* Remove the exceptions builtin module, all the exceptions are already builtin.Neal Norwitz2007-02-261-28/+8
* Merged revisions 53875-53911 via svnmerge fromThomas Wouters2007-02-251-1/+2
* Merged the int/long unification branch, by very crude means (sorry Thomas!).Guido van Rossum2007-01-141-9/+7
* Four months of trunk changes (including a few releases...)Thomas Wouters2006-12-131-28/+24
* Merge current trunk into p3yk. This includes the PyNumber_Index API change,Thomas Wouters2006-08-211-0/+10
* Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-111-0/+35
* Merge the rest of the trunk.Thomas Wouters2006-06-081-1/+0
* Partially merge trunk into p3yk. The removal of Mac/Tools is confusing svnThomas Wouters2006-06-081-390/+356
* Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.Thomas Wouters2006-05-271-0/+2141