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
5eed340267868c54775b49613b81dff7eb2461bb
cpython
/
Python
History
Martin v. Löwis
8afd7571a1
Patch
#636005
: Filter unicode into unicode.
2003-01-25 22:46:11 +00:00
..
.cvsignore
…
atof.c
…
bltinmodule.c
Patch
#636005
: Filter unicode into unicode.
2003-01-25 22:46:11 +00:00
ceval.c
SF patch
#670367
: Micro-optimizations for ceval.c
2003-01-19 05:08:13 +00:00
codecs.c
…
compile.c
…
dup2.c
…
dynload_aix.c
…
dynload_atheos.c
…
dynload_beos.c
…
dynload_dl.c
…
dynload_hpux.c
…
dynload_mac.c
…
dynload_next.c
…
dynload_os2.c
…
dynload_shlib.c
…
dynload_stub.c
…
dynload_win.c
…
errors.c
…
exceptions.c
…
fmod.c
…
frozen.c
…
frozenmain.c
…
future.c
…
getargs.c
Raise a TypeError if a float is passed when an integer is specified.
2003-01-24 22:15:21 +00:00
getcompiler.c
…
getcopyright.c
…
getcwd.c
…
getmtime.c
…
getopt.c
…
getplatform.c
…
getversion.c
…
graminit.c
…
hypot.c
…
import.c
MacPython-OS9 specific fix: If there are non-string items on sys.path don't try to intern them. This has the theoretical problem that resource filenames on sys.path cannot be unicode objects, but in practice that shouldn't matter.
2003-01-24 16:15:45 +00:00
importdl.c
…
importdl.h
…
mactoolboxglue.c
…
marshal.c
…
memmove.c
…
modsupport.c
…
mysnprintf.c
…
mystrtoul.c
…
pyfpe.c
…
pystate.c
…
pythonrun.c
MacPython-OS9 has had an abort() function for quite a while now, so there's no reason to stall in an endless loop, just call abort() on a fatal error.
2003-01-24 16:17:18 +00:00
sigcheck.c
…
strdup.c
…
strerror.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
Don't use Posix semaphores on Solaris 8.
Fixes
#662787
.
2003-01-21 10:14:41 +00:00
thread_sgi.h
…
thread_solaris.h
…
thread_wince.h
…
thread.c
…
traceback.c
…