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
a85998af7c44c047cb4e35cfa8373330e3f45088
cpython
/
Python
History
Alexandre Vassalotti
a85998af7c
Issue
#1950
: Fixed misusage of PyUnicode_AsString().
2008-05-03 18:24:43 +00:00
..
_warnings.c
…
asdl.c
…
ast.c
…
atof.c
…
bltinmodule.c
Fix nits in builtin next().
2008-04-30 19:47:01 +00:00
ceval.c
…
codecs.c
…
compile.c
…
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
…
formatter_unicode.c
…
frozen.c
…
frozenmain.c
…
future.c
…
getargs.c
Issue 2440: remove the guard around the handling of case 'n' in getargs.c's convertsimple() such that we always treat it as an index type, regardless of whether or not sizeof(size_t) == sizeof(long). Fix the test_args2.Signed_TestCase.test_n() such that it tests for adherence to PEP 357 (don't try and coerce objects that don't have nb_index slots but do have nb_int slots (i.e. floats) into indexes 'just because we can'). Three other commits are related to this one: r62269 and r62279, which were changes to PyNumber_Index (among other things) to check for nb_int slots when we lack nb_index slots -- and r62292, which is when I reverted these changes after various people pointed out that the test was in fact wrong, not the code.
2008-04-22 19:02:40 +00:00
getcompiler.c
…
getcopyright.c
…
getcwd.c
…
getmtime.c
…
getopt.c
…
getplatform.c
…
getversion.c
…
graminit.c
…
import.c
Issue
#1950
: Fixed misusage of PyUnicode_AsString().
2008-05-03 18:24:43 +00:00
importdl.c
…
importdl.h
…
mactoolboxglue.c
…
marshal.c
…
modsupport.c
…
mysnprintf.c
…
mystrtoul.c
…
peephole.c
…
pyarena.c
…
pyfpe.c
…
pymath.c
…
pystate.c
…
pystrcmp.c
…
pystrtod.c
Merged revisions 62586 via svnmerge from
2008-04-30 02:12:09 +00:00
Python-ast.c
…
pythonrun.c
…
sigcheck.c
…
strdup.c
…
strtod.c
…
structmember.c
Issue
#1950
: Fixed misusage of PyUnicode_AsString().
2008-05-03 18:24:43 +00:00
symtable.c
…
sysmodule.c
Merged revisions 62350-62355,62358-62359,62364-62365,62370,62372-62375,62378-62379,62381 via svnmerge from
2008-04-19 00:55:37 +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
…