index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Objects
/
exceptions.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merged revisions 57778-58052 via svnmerge from
Thomas Wouters
2007-09-08
1
-0/+29
*
Fix refleaks exposed by test_raise.
Collin Winter
2007-09-01
1
-1/+5
*
Issue #1066: implement PEP 3109, 2/3 of PEP 3134.
Collin Winter
2007-08-31
1
-1/+97
*
Use unicode and remove support for some uses of str8.
Neal Norwitz
2007-08-26
1
-4/+1
*
Code review of the new buffer protocol. Mostly add questions that should
Neal Norwitz
2007-08-19
1
-0/+2
*
Merged in py3k-buffer branch to main line. All objects now use the buffer pr...
Travis E. Oliphant
2007-08-18
1
-0/+5
*
Merged revisions 56467-56482 via svnmerge from
Martin v. Löwis
2007-07-21
1
-26/+19
*
Change Py_BuildValue to generate Unicode objects for
Martin v. Löwis
2007-07-18
1
-8/+12
*
Patch by Ron Adam: Don't use u prefix in unicode error messages
Walter Dörwald
2007-06-20
1
-6/+6
*
Merged revisions 55962-56019 via svnmerge from
Guido van Rossum
2007-06-18
1
-156/+92
*
Merged revisions 55817-55961 via svnmerge from
Guido van Rossum
2007-06-13
1
-40/+30
*
PyUnicode_FromFormat() does support %02x, so use it
Walter Dörwald
2007-06-05
1
-17/+14
*
Change tp_str implementations of exception classes
Walter Dörwald
2007-05-26
1
-223/+35
*
Add a format specifier %R to PyUnicode_FromFormat(), which embeds
Walter Dörwald
2007-05-19
1
-14/+1
*
Add functions PyUnicode_Append() and PyUnicode_AppendAndDel() that mirror
Walter Dörwald
2007-05-18
1
-5/+5
*
Add 'U'/'U#' format characters to Py_BuildValue (and thus
Walter Dörwald
2007-05-18
1
-66/+51
*
Merged revisions 55342-55406 via svnmerge from
Guido van Rossum
2007-05-17
1
-56/+1
*
Merged revisions 55325-55327 via svnmerge from
Guido van Rossum
2007-05-14
1
-8/+34
*
Change UnicodeDecodeError objects so that the 'object' attribute
Walter Dörwald
2007-05-04
1
-8/+24
*
Get rid of all #ifdef Py_USING_UNICODE (it is always present now).
Guido van Rossum
2007-05-03
1
-6/+0
*
Merged revisions 53952-54987 via svnmerge from
Guido van Rossum
2007-04-27
1
-0/+2
*
PEP 3114: rename .next() to .__next__() and add next() builtin.
Georg Brandl
2007-04-21
1
-1/+1
*
Remove the ability to slice/index on exceptions per PEP 352.
Brett Cannon
2007-02-27
1
-28/+1
*
Remove the exceptions builtin module, all the exceptions are already builtin.
Neal Norwitz
2007-02-26
1
-28/+8
*
Merged revisions 53875-53911 via svnmerge from
Thomas Wouters
2007-02-25
1
-1/+2
*
Merged the int/long unification branch, by very crude means (sorry Thomas!).
Guido van Rossum
2007-01-14
1
-9/+7
*
Four months of trunk changes (including a few releases...)
Thomas Wouters
2006-12-13
1
-28/+24
*
Merge current trunk into p3yk. This includes the PyNumber_Index API change,
Thomas Wouters
2006-08-21
1
-0/+10
*
Merged revisions 46753-51188 via svnmerge from
Thomas Wouters
2006-08-11
1
-0/+35
*
Merge the rest of the trunk.
Thomas Wouters
2006-06-08
1
-1/+0
*
Partially merge trunk into p3yk. The removal of Mac/Tools is confusing svn
Thomas Wouters
2006-06-08
1
-390/+356
*
Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.
Thomas Wouters
2006-05-27
1
-0/+2141