cpython/Python
Amaury Forgeot d'Arc 9c74b14fe9 Merged revisions 64114 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r64114 | gregory.p.smith | 2008-06-11 09:41:16 +0200 (mer., 11 juin 2008) | 6 lines

  Merge in release25-maint r60793:

   Added checks for integer overflows, contributed by Google. Some are
   only available if asserts are left in the code, in cases where they
   can't be triggered from Python code.
........
2008-06-18 00:47:36 +00:00
..
Python-ast.c Implement PEP 3121: new module initialization and finalization API. 2008-06-11 05:26:20 +00:00
_warnings.c Implement PEP 3121: new module initialization and finalization API. 2008-06-11 05:26:20 +00:00
asdl.c Merged revisions 64114 via svnmerge from 2008-06-18 00:47:36 +00:00
ast.c Merged revisions 64114 via svnmerge from 2008-06-18 00:47:36 +00:00
atof.c
bltinmodule.c #2630: Implement PEP 3138. 2008-06-11 18:37:52 +00:00
ceval.c improvements to the fix for #3114 2008-06-15 20:09:12 +00:00
codecs.c Move the codec decode type checks to bytes/bytearray.decode(). 2008-06-06 12:18:17 +00:00
compile.c Merged revisions 64114 via svnmerge from 2008-06-18 00:47:36 +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 Implicit exception chaining via __context__ (PEP 3134). 2008-06-14 20:20:24 +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
future.c
getargs.c Renamed PyString to PyBytes 2008-05-26 13:28:38 +00:00
getcompiler.c
getcopyright.c
getcwd.c
getmtime.c
getopt.c
getplatform.c
getversion.c
graminit.c
import.c Issue 1342: Python could not start if installed in a directory 2008-06-11 17:40:47 +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 Merged revisions 64119,64147,64150,64165,64219-64221,64229-64230,64233,64235,64253,64278,64280,64301,64303,64320,64328,64338-64339 via svnmerge from 2008-06-17 21:11:29 +00:00
modsupport.c Implement PEP 3121: new module initialization and finalization API. 2008-06-11 05:26:20 +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 Renamed PyString to PyBytes 2008-05-26 13:28:38 +00:00
pyarena.c
pyfpe.c
pymath.c
pystate.c Implement PEP 3121: new module initialization and finalization API. 2008-06-11 05:26:20 +00:00
pystrcmp.c
pystrtod.c Renamed PyString to PyBytes 2008-05-26 13:28:38 +00:00
pythonrun.c #2630: Implement PEP 3138. 2008-06-11 18:37:52 +00:00
sigcheck.c
strdup.c
strtod.c
structmember.c
symtable.c
sysmodule.c Implement PEP 3121: new module initialization and finalization API. 2008-06-11 05:26:20 +00:00
thread.c Merged revisions 64212 via svnmerge from 2008-06-13 00:26:50 +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 Renamed PyString to PyBytes 2008-05-26 13:28:38 +00:00