cpython/Python
Benjamin Peterson bde1676b06 Merged revisions 67171 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r67171 | benjamin.peterson | 2008-11-08 12:38:54 -0600 (Sat, 08 Nov 2008) | 4 lines

  check for assignment to __debug__ during AST generation

  Also, give assignment to None a better error message
........
2008-11-08 19:56:21 +00:00
..
Python-ast.c Merged revisions 66974,66977,66984,66989,66992,66994-66996,66998-67000,67007,67015 via svnmerge from 2008-10-25 15:49:17 +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 67171 via svnmerge from 2008-11-08 19:56:21 +00:00
atof.c
bltinmodule.c Issue 3723: Fixed initialization of subinterpreters 2008-10-30 21:48:26 +00:00
ceval.c Issue #3697: "Fatal Python error: Cannot recover from stack overflow" 2008-09-03 18:34:34 +00:00
codecs.c Issue 3723: Fixed initialization of subinterpreters 2008-10-30 21:48:26 +00:00
compile.c Merged revisions 67171 via svnmerge from 2008-11-08 19:56:21 +00:00
dup2.c
dynload_aix.c
dynload_atheos.c Implement PEP 3121: new module initialization and finalization API. 2008-06-11 05:26:20 +00:00
dynload_dl.c Implement PEP 3121: new module initialization and finalization API. 2008-06-11 05:26:20 +00:00
dynload_hpux.c Implement PEP 3121: new module initialization and finalization API. 2008-06-11 05:26:20 +00:00
dynload_next.c Implement PEP 3121: new module initialization and finalization API. 2008-06-11 05:26:20 +00:00
dynload_os2.c Implement PEP 3121: new module initialization and finalization API. 2008-06-11 05:26:20 +00:00
dynload_shlib.c Implement PEP 3121: new module initialization and finalization API. 2008-06-11 05:26:20 +00:00
dynload_stub.c
dynload_win.c Fix typo. 2008-06-11 06:22:46 +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 Refactor and clean up str.format() code (and helpers) in advance of optimizations. 2008-05-30 18:10:19 +00:00
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 #3668: When PyArg_ParseTuple correctly parses a s* format, but raises an 2008-08-29 18:37:05 +00:00
getcompiler.c
getcopyright.c
getcwd.c
getmtime.c
getopt.c
getplatform.c
getversion.c
graminit.c allow keyword args after *args in a function call 2008-08-19 20:57:10 +00:00
import.c fix #4211: the __path__ of a frozen package should be a list. 2008-11-05 22:48:33 +00:00
importdl.c Implement PEP 3121: new module initialization and finalization API. 2008-06-11 05:26:20 +00:00
importdl.h
marshal.c fixes deferred/release blocker issue #3797: Fixed the dbm, marshal, mmap, 2008-09-06 21:34:51 +00:00
modsupport.c Correct a typo during previous checkin. 2008-07-04 21:34:47 +00:00
mysnprintf.c Merged revisions 63562,63570,63728,63734,63784,63788,63802,63817,63827,63839,63887,63975,63998 via svnmerge from 2008-06-10 17:40:04 +00:00
mystrtoul.c
peephole.c Rename PyUnicode_AsString -> _PyUnicode_AsString and 2008-08-07 18:54:33 +00:00
pyarena.c
pyfpe.c
pymath.c Merged revisions 66552-66553 via svnmerge from 2008-09-22 14:49:01 +00:00
pystate.c Issue 3723: Fixed initialization of subinterpreters 2008-10-30 21:48:26 +00:00
pystrcmp.c
pystrtod.c Merged revisions 65125 via svnmerge from 2008-07-19 00:33:23 +00:00
pythonrun.c Merged revisions 67066 via svnmerge from 2008-10-31 02:28:05 +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 Merged revisions 65715,65724,65726,65732,65736-65739,65775 via svnmerge from 2008-08-17 18:02:44 +00:00
sysmodule.c Issue 3723: Fixed initialization of subinterpreters 2008-10-30 21:48:26 +00:00
thread.c Merged revisions 65459,65472,65481,65518,65536,65581,65609,65637,65641,65644-65645 via svnmerge from 2008-08-12 08:35:52 +00:00
thread_atheos.h
thread_cthread.h
thread_foobar.h
thread_lwp.h
thread_nt.h
thread_os2.h
thread_pth.h
thread_pthread.h
thread_sgi.h
thread_solaris.h
thread_wince.h
traceback.c Issues #2384 and #3975: Tracebacks were not correctly printed when the source file 2008-10-09 23:37:48 +00:00