This website requires JavaScript.
Explore
Help
Sign in
mirrors
/
cpython
Watch
1
Star
0
Fork
You've already forked cpython
0
mirror of
https://github.com/python/cpython.git
synced
2025-12-23 09:19:18 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
1
00a0fc1144
cpython
/
Python
History
Download ZIP
Download TAR.GZ
Serhiy Storchaka
00a0fc1144
Issue
#27942
: String constants now interned recursively in tuples and frozensets.
2016-09-30 10:07:26 +03:00
..
clinic
Issue
#27332
: Fixed the type of the first argument of module-level functions
2016-07-07 17:35:15 +03:00
_warnings.c
asdl.c
ast.c
Fix spelling and grammar in documentation and code comments
2016-08-04 13:07:31 +00:00
bltinmodule.c
Issue 27936: Fix inconsistent round() behavior between float and int
2016-09-03 01:55:11 -07:00
ceval.c
Silence GCC warning.
2016-09-22 19:59:46 +03:00
ceval_gil.h
codecs.c
compile.c
make too many nested blocks be a SyntaxError instead of a SystemError (
closes
#27514
)
2016-07-14 22:00:03 -07:00
condvar.h
Issue
#27895
: Spelling fixes (Contributed by Ville Skyttä).
2016-09-07 12:03:06 +00:00
dtoa.c
dup2.c
dynamic_annotations.c
dynload_aix.c
dynload_dl.c
dynload_hpux.c
dynload_next.c
dynload_shlib.c
dynload_stub.c
dynload_win.c
errors.c
fileutils.c
Issue
#27076
: Doc, comment and tests spelling fixes
2016-05-26 05:35:26 +00:00
formatter_unicode.c
improve type-safe of and prevent double-frees in get_locale_info (
#28119
)
2016-09-13 22:43:45 -07:00
frozen.c
frozenmain.c
future.c
getargs.c
getcompiler.c
getcopyright.c
getopt.c
getplatform.c
getversion.c
graminit.c
import.c
[backport to 3.5] - issue26896 - Disambiguate uses of "importer" with "finder".
2016-09-07 00:52:20 -07:00
importdl.c
importdl.h
importlib.h
Issue
#27942
: String constants now interned recursively in tuples and frozensets.
2016-09-30 10:07:26 +03:00
importlib_external.h
Issue
#27942
: String constants now interned recursively in tuples and frozensets.
2016-09-30 10:07:26 +03:00
makeopcodetargets.py
marshal.c
modsupport.c
mysnprintf.c
mystrtoul.c
opcode_targets.h
peephole.c
Issue
#27076
: Doc, comment and tests spelling fixes
2016-05-26 05:35:26 +00:00
pyarena.c
pyctype.c
pyfpe.c
pyhash.c
pylifecycle.c
pymath.c
pystate.c
Issue
#27587
: Move null pointer check earlier in _PyState_AddModule()
2016-08-22 18:05:56 +03:00
pystrcmp.c
pystrhex.c
pystrtod.c
Python-ast.c
pythonrun.c
Issue
#27076
: Doc, comment and tests spelling fixes
2016-05-26 05:35:26 +00:00
pytime.c
random.c
Catch EPERM error in py_getrandom()
2016-09-20 22:46:02 +02:00
README
sigcheck.c
strdup.c
structmember.c
symtable.c
Fix typos in code comment and documentation
2016-06-04 04:57:19 +00:00
sysmodule.c
Issue
#27932
: Prevent memory leak in win32_ver().
2016-09-17 17:25:42 -07:00
thread.c
thread_foobar.h
thread_nt.h
thread_pthread.h
traceback.c
README
Miscellaneous source files for the main Python shared library