This website requires JavaScript.
Explore
Help
Sign In
ada
/
cpython
Watch
0
Star
0
Fork
0
You've already forked cpython
mirror of
https://github.com/AdaCore/cpython.git
synced
2026-02-12 12:57:15 -08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
44a90c95ceb6d6348dd7f81db33287f09112118d
cpython
/
Python
History
Benjamin Peterson
44a90c95ce
move unprefixed error into .c file
2008-10-30 23:59:18 +00:00
..
_warnings.c
Fixed a couple more C99 comments and one occurence of inline.
2008-10-02 19:47:50 +00:00
asdl.c
…
ast.c
give a py3k warning when 'nonlocal' is used as a variable name
2008-10-25 02:53:28 +00:00
atof.c
…
bltinmodule.c
…
ceval.c
…
codecs.c
…
compile.c
…
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
…
errors.c
Issue
#2534
: speed up isinstance() and issubclass() by 50-70%, so as to
2008-08-26 22:42:08 +00:00
formatter_string.c
…
formatter_unicode.c
…
frozen.c
…
frozenmain.c
…
future.c
move unprefixed error into .c file
2008-10-30 23:59:18 +00:00
getargs.c
#3668
: When PyArg_ParseTuple correctly parses a s* format, but raises an
2008-08-29 18:39:48 +00:00
getcompiler.c
…
getcopyright.c
…
getcwd.c
…
getmtime.c
…
getopt.c
…
getplatform.c
…
getversion.c
…
graminit.c
…
import.c
Fix compilation when --without-threads is given
#3683
2008-09-01 14:18:30 +00:00
importdl.c
…
importdl.h
…
mactoolboxglue.c
…
marshal.c
…
modsupport.c
…
mysnprintf.c
…
mystrtoul.c
…
peephole.c
…
pyarena.c
…
pyfpe.c
…
pymath.c
any platform without HAVE_LOG1P should have DBL_EPSILON in <float.h>
2008-09-22 14:11:41 +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:
2008-08-24 05:04:52 +00:00
sigcheck.c
…
strdup.c
…
strtod.c
…
structmember.c
…
symtable.c
…
sysmodule.c
…
thread_atheos.h
…
thread_beos.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
…