0
0
mirror of https://github.com/python/cpython.git synced 2024-12-01 03:01:36 +01:00
cpython/Python
Georg Brandl 406b3d89e2 Merged revisions 71024,71058 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r71024 | georg.brandl | 2009-04-02 04:47:44 +0200 (Do, 02 Apr 2009) | 4 lines

  In PyErr_GivenExceptionMatches, temporarily bump the recursion
  limit, so that in the most common case PyObject_IsSubclass will
  not raise a recursion error we have to ignore anyway.
........
  r71058 | georg.brandl | 2009-04-02 20:09:04 +0200 (Do, 02 Apr 2009) | 3 lines

  PyErr_NormalizeException may not set an error, so convert the PyErr_SetObject
  call on hitting the recursion limit into just assigning it to the arguments provided.
........
2009-04-11 21:24:37 +00:00
..
_warnings.c Merged revisions 70965 via svnmerge from 2009-04-01 18:13:07 +00:00
asdl.c
ast.c
atof.c Revert removal of atof.c and strtod.c in r71341. We're not quite 2009-04-07 11:53:52 +00:00
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
codecs.c
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
errors.c Merged revisions 71024,71058 via svnmerge from 2009-04-11 21:24:37 +00:00
formatter_unicode.c
frozen.c
frozenmain.c
future.c The BDFL has retired! Long live the FLUFL (Friendly Language Uncle For Life)! 2009-04-01 05:08:41 +00:00
getargs.c Merged revisions 70980,71059,71225,71234,71241,71243,71249,71251,71255,71266,71299,71329,71397-71398,71486 via svnmerge from 2009-04-11 19:48:14 +00:00
getcompiler.c
getcopyright.c
getcwd.c
getopt.c
getplatform.c
getversion.c
graminit.c The BDFL has retired! Long live the FLUFL (Friendly Language Uncle For Life)! 2009-04-01 05:08:41 +00:00
import.c Merged revisions 71031 via svnmerge from 2009-04-02 03:41:46 +00:00
importdl.c
importdl.h
makeopcodetargets.py
marshal.c Issue #4258: Make it possible to use 30-bit digits for PyLongs: 2009-03-18 20:06:12 +00:00
modsupport.c Py_BuildValue's 'c' code should use byte strings #5666 2009-04-03 22:18:11 +00:00
mysnprintf.c Removed unused #include. 2009-04-07 22:55:31 +00:00
mystrtoul.c
opcode_targets.h
peephole.c
pyarena.c
pyfpe.c
pymath.c
pystate.c
pystrcmp.c
pystrtod.c Added ',' thousands grouping to int.__format__. See PEP 378. 2009-04-03 14:45:06 +00:00
Python-ast.c
pythonrun.c Merged revisions 71152 via svnmerge from 2009-04-04 14:32:42 +00:00
sigcheck.c
strdup.c
strtod.c Revert removal of atof.c and strtod.c in r71341. We're not quite 2009-04-07 11:53:52 +00:00
structmember.c
symtable.c remove unused variable 2009-04-02 02:27:56 +00:00
sysmodule.c Issue #4258: Make it possible to use 30-bit digits for PyLongs: 2009-03-18 20:06:12 +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
thread.c
traceback.c