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
9a118f1dc3f23ead28f31fdc5144ad5ce01e5b7f
cpython
/
Python
History
Serhiy Storchaka
9a118f1dc3
Issue
#26778
: Fixed "a/an/and" typos in code comment and documentation.
2016-04-17 09:37:36 +03:00
..
_warnings.c
Issue
#26200
: Added Py_SETREF and replaced Py_XSETREF with Py_SETREF
2016-04-10 18:05:12 +03:00
asdl.c
…
ast.c
…
atof.c
…
bltinmodule.c
…
ceval.c
Issue
#26200
: Added Py_SETREF and replaced Py_XSETREF with Py_SETREF
2016-04-10 18:05:12 +03:00
codecs.c
Correct “an” → “a” with “Unicode”, “user”, “UTF”, etc
2016-04-15 02:14:19 +00:00
compile.c
…
dtoa.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
#26200
: Added Py_SETREF and replaced Py_XSETREF with Py_SETREF
2016-04-10 18:05:12 +03:00
formatter_string.c
…
formatter_unicode.c
…
frozen.c
…
frozenmain.c
…
future.c
…
getargs.c
…
getcompiler.c
…
getcopyright.c
…
getcwd.c
…
getopt.c
…
getplatform.c
…
getversion.c
…
graminit.c
…
import.c
…
importdl.c
…
importdl.h
…
mactoolboxglue.c
…
makeopcodetargets.py
…
marshal.c
…
modsupport.c
…
mysnprintf.c
…
mystrtoul.c
…
opcode_targets.h
…
peephole.c
…
pyarena.c
…
pyctype.c
…
pyfpe.c
…
pymath.c
…
pystate.c
…
pystrcmp.c
…
pystrtod.c
…
Python-ast.c
…
pythonrun.c
…
random.c
…
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
Issue
#26778
: Fixed "a/an/and" typos in code comment and documentation.
2016-04-17 09:37:36 +03:00
thread_os2.h
…
thread_pth.h
…
thread_pthread.h
…
thread_sgi.h
…
thread_solaris.h
…
thread_wince.h
Issue
#26778
: Fixed "a/an/and" typos in code comment and documentation.
2016-04-17 09:37:36 +03:00
thread.c
…
traceback.c
…