cpython/Python
Brett Cannon 6c4cff0f32 Require implementations for warnings.showwarning() support the 'line' argument.
Was a DeprecationWarning for not supporting it since Python 2.6.

Closes issue #3652.
2009-03-11 04:51:06 +00:00
..
_warnings.c Require implementations for warnings.showwarning() support the 'line' argument. 2009-03-11 04:51:06 +00:00
asdl.c
ast.c #4077: No need to append \n when calling Py_FatalError 2009-01-17 20:18:59 +00:00
atof.c
bltinmodule.c Issue 1242657: list(obj) can swallow KeyboardInterrupt. 2009-02-02 21:50:13 +00:00
ceval.c Backport r69961 to trunk, replacing JUMP_IF_{TRUE,FALSE} with 2009-02-28 19:03:21 +00:00
codecs.c
compile.c Backport r69961 to trunk, replacing JUMP_IF_{TRUE,FALSE} with 2009-02-28 19:03:21 +00:00
dup2.c
dynload_aix.c
dynload_atheos.c
dynload_beos.c
dynload_dl.c
dynload_hpux.c
dynload_next.c
dynload_os2.c
dynload_shlib.c
dynload_stub.c
dynload_win.c On Windows, use the Python 'Activation Context' when loading extensions 2009-01-27 23:12:23 +00:00
errors.c
formatter_string.c
formatter_unicode.c fix building the core with --disable-unicode 2009-01-25 17:15:10 +00:00
frozen.c
frozenmain.c
future.c move unprefixed error into .c file 2008-10-30 23:59:18 +00:00
getargs.c fix #4720: the format to PyArg_ParseTupleAndKeywords can now start with '|' 2008-12-22 20:51:15 +00:00
getcompiler.c
getcopyright.c welcome to 2009, Python! 2009-01-01 17:29:49 +00:00
getcwd.c
getopt.c
getplatform.c
getversion.c
graminit.c Issue #4279: Fix build of parsermodule under Cygwin. 2009-01-11 09:26:54 +00:00
import.c Backport r69961 to trunk, replacing JUMP_IF_{TRUE,FALSE} with 2009-02-28 19:03:21 +00:00
importdl.c
importdl.h
mactoolboxglue.c
marshal.c
modsupport.c
mysnprintf.c
mystrtoul.c
peephole.c Backport r69961 to trunk, replacing JUMP_IF_{TRUE,FALSE} with 2009-02-28 19:03:21 +00:00
pyarena.c
pyfpe.c
pymath.c Issue #4575: fix Py_IS_INFINITY macro to work correctly on x87 FPUs. 2009-02-09 14:18:43 +00:00
pystate.c
pystrcmp.c
pystrtod.c
Python-ast.c fix compiler warning 2008-10-19 13:59:01 +00:00
pythonrun.c fix compilation on non-Windows platforms 2009-01-02 20:47:27 +00:00
sigcheck.c
strdup.c
strtod.c
structmember.c
symtable.c
sysmodule.c Implement issue #4285, convert sys.version_info to a named 2009-02-06 00:48:26 +00:00
thread.c Issue #4893: Use NT threading on CE. 2009-01-12 08:11:24 +00:00
thread_atheos.h
thread_beos.h
thread_cthread.h
thread_foobar.h
thread_lwp.h
thread_nt.h Issue #4893: Use NT threading on CE. 2009-01-12 08:11:24 +00:00
thread_os2.h
thread_pth.h
thread_pthread.h
thread_sgi.h
thread_solaris.h
thread_wince.h
traceback.c