cpython/Python
Nick Coghlan 9309583176 Merged revisions 70378 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r70378 | nick.coghlan | 2009-03-15 13:24:46 +1000 (Sun, 15 Mar 2009) | 1 line

  Make marshalling errors a little more informative as to what went wrong
........
2009-03-15 05:07:56 +00:00
..
Python-ast.c Issue #1717: rename tp_compare to tp_reserved. I'll change the 2009-02-02 20:36:42 +00:00
_warnings.c Merged revisions 66748 via svnmerge from 2008-10-02 19:56:01 +00:00
asdl.c Merged revisions 64114 via svnmerge from 2008-06-18 00:47:36 +00:00
ast.c Merged revisions 68633,68648,68667,68706,68718,68720-68721,68724-68727,68739 via svnmerge from 2009-01-18 22:27:04 +00:00
atof.c
bltinmodule.c ignore the coding cookie in compile(), exec(), and eval() if the source is a string #4626 2009-03-02 23:31:26 +00:00
ceval.c Merged revisions 69811,69947 via svnmerge from 2009-02-26 18:55:48 +00:00
codecs.c Issue 3723: Fixed initialization of subinterpreters 2008-10-30 21:48:26 +00:00
compile.c instead of hacking __locals__ in during bytecode generation, put it in the symtable 2009-03-03 00:54:05 +00:00
dup2.c
dynload_aix.c
dynload_atheos.c
dynload_dl.c
dynload_hpux.c
dynload_next.c
dynload_os2.c
dynload_shlib.c
dynload_stub.c
dynload_win.c Merged revisions 69038 via svnmerge from 2009-01-27 23:46:57 +00:00
errors.c Issue 3611: in some cases (a __del__ re-raising an exception, when called from inside 2008-08-29 07:13:32 +00:00
formatter_unicode.c
frozen.c
frozenmain.c #4004: Missing newline in some startup error messages. 2008-10-07 21:06:18 +00:00
future.c Merged revisions 67028,67040,67044,67046,67052,67065,67070,67077,67082 via svnmerge from 2008-11-03 20:31:38 +00:00
getargs.c Merged revisions 67889-67892,67895,67898,67904-67907,67912,67918,67920-67921,67923-67924,67926-67927,67930,67943 via svnmerge from 2008-12-27 16:00:54 +00:00
getcompiler.c
getcopyright.c Merged revisions 68112,68115,68120,68133,68141-68142,68145-68146,68148-68149 via svnmerge from 2009-01-03 22:33:39 +00:00
getcwd.c
getopt.c
getplatform.c
getversion.c
graminit.c Merged revisions 68523 via svnmerge from 2009-01-11 09:30:50 +00:00
import.c Implement InspectLoader for FrozenImporter. 2009-03-15 02:20:16 +00:00
importdl.c
importdl.h
makeopcodetargets.py Make Python/makeopcodetargets runnable with Python 2.3. With any luck, this 2009-01-31 12:12:41 +00:00
marshal.c Merged revisions 70378 via svnmerge from 2009-03-15 05:07:56 +00:00
modsupport.c Correct a typo during previous checkin. 2008-07-04 21:34:47 +00:00
mysnprintf.c
mystrtoul.c
opcode_targets.h http://bugs.python.org/issue4715 2009-02-25 02:25:04 +00:00
peephole.c Fix 2 oversights from r69961. 2009-02-28 19:49:43 +00:00
pyarena.c
pyfpe.c
pymath.c Merged revisions 69459 via svnmerge from 2009-02-09 17:15:59 +00:00
pystate.c Issue #3327: Don't overallocate in the modules_by_index list. 2008-11-17 16:22:11 +00:00
pystrcmp.c
pystrtod.c Merged revisions 65125 via svnmerge from 2008-07-19 00:33:23 +00:00
pythonrun.c merge the io-c branch: C implementation of the io module 2009-03-04 00:14:51 +00:00
sigcheck.c
strdup.c
strtod.c
structmember.c Rename PyUnicode_AsString -> _PyUnicode_AsString and 2008-08-07 18:54:33 +00:00
symtable.c instead of hacking __locals__ in during bytecode generation, put it in the symtable 2009-03-03 00:54:05 +00:00
sysmodule.c Merged revisions 69331 via svnmerge from 2009-02-06 01:32:42 +00:00
thread.c Merged revisions 68455,68476,68542 via svnmerge from 2009-01-12 08:21:03 +00:00
thread_atheos.h
thread_cthread.h
thread_foobar.h
thread_lwp.h
thread_nt.h Merged revisions 68455,68476,68542 via svnmerge from 2009-01-12 08:21:03 +00:00
thread_os2.h
thread_pth.h
thread_pthread.h
thread_sgi.h
thread_solaris.h
thread_wince.h
traceback.c Issue #1717: rename tp_compare to tp_reserved. I'll change the 2009-02-02 20:36:42 +00:00