This website requires JavaScript.
Explore
Help
Sign In
greg
/
cpython
Watch
1
Star
0
Fork
0
You've already forked cpython
Code
Issues
Pull Requests
Actions
1
Packages
Projects
Releases
Wiki
Activity
Files
eb6364557f9bc4e6be29bb8a8f43308a0e080aba
cpython
/
Python
History
Yury Selivanov
eb6364557f
Issue
#28003
: Implement PEP 525 -- Asynchronous Generators.
2016-09-08 22:01:51 -07:00
..
clinic
Issue
#27574
: Decreased an overhead of parsing keyword arguments in functions
2016-08-14 10:52:18 +03:00
_warnings.c
…
asdl.c
replace PY_SIZE_MAX with SIZE_MAX
2016-09-07 09:26:18 -07:00
ast.c
Issue
#27985
: Implement PEP 526 -- Syntax for Variable Annotations.
2016-09-08 20:50:03 -07:00
bltinmodule.c
Issue
#24254
: Drop cls.__definition_order__.
2016-09-08 15:11:11 -07:00
ceval_gil.h
replace Py_(u)intptr_t with the c99 standard types
2016-09-06 13:47:26 -07:00
ceval.c
Issue
#28003
: Implement PEP 525 -- Asynchronous Generators.
2016-09-08 22:01:51 -07:00
codecs.c
…
compile.c
Issue
#28003
: Implement PEP 525 -- Asynchronous Generators.
2016-09-08 22:01:51 -07:00
condvar.h
replace PY_LONG_LONG with long long
2016-09-06 10:46:49 -07:00
dtoa.c
dtoa.c: remove code for platforms with 64-bit integers (
#17884
)
2016-09-06 12:44:21 -07:00
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
Issue
#15767
: Use ModuleNotFoundError.
2016-09-07 16:56:15 -07:00
fileutils.c
Issue
#23524
: Finish removing _PyVerify_fd from sources
2016-09-08 11:21:54 -07:00
formatter_unicode.c
Issue
#27895
: Spelling fixes (Contributed by Ville Skyttä).
2016-08-30 10:47:49 -07:00
frozen.c
…
frozenmain.c
…
future.c
…
getargs.c
replace PY_LONG_LONG with long long
2016-09-06 10:46:49 -07:00
getcompiler.c
…
getcopyright.c
…
getopt.c
…
getplatform.c
…
getversion.c
…
graminit.c
Issue
#27985
: Implement PEP 526 -- Syntax for Variable Annotations.
2016-09-08 20:50:03 -07:00
import.c
Fix potential NULL pointer dereference in _imp_create_builtin
2016-09-09 00:25:03 +02:00
importdl.c
…
importdl.h
…
importlib_external.h
Issue
#27985
: Implement PEP 526 -- Syntax for Variable Annotations.
2016-09-08 20:50:03 -07:00
importlib.h
Issue
#28026
: Raise ImportError when exec_module() exists but create_module() is missing.
2016-09-08 11:12:31 -07:00
makeopcodetargets.py
…
marshal.c
…
modsupport.c
replace PY_LONG_LONG with long long
2016-09-06 10:46:49 -07:00
mysnprintf.c
…
mystrtoul.c
…
opcode_targets.h
Issue
#27985
: Implement PEP 526 -- Syntax for Variable Annotations.
2016-09-08 20:50:03 -07:00
peephole.c
Re-linewrap comments
2016-08-07 20:20:33 -07:00
pyarena.c
…
pyctype.c
…
pyfpe.c
…
pyhash.c
replace Python aliases for standard integer types with the standard integer types (
#17884
)
2016-09-06 13:24:00 -07:00
pylifecycle.c
Issue
#28003
: Implement PEP 525 -- Asynchronous Generators.
2016-09-08 22:01:51 -07:00
pymath.c
…
pystate.c
Issue
#28003
: Implement PEP 525 -- Asynchronous Generators.
2016-09-08 22:01:51 -07:00
pystrcmp.c
…
pystrhex.c
…
pystrtod.c
…
Python-ast.c
Issue
#27985
: Implement PEP 526 -- Syntax for Variable Annotations.
2016-09-08 20:50:03 -07:00
pythonrun.c
Avoid calling functions with an empty string as format string
2016-09-05 18:16:01 -07:00
pytime.c
replace PY_LONG_LONG with long long
2016-09-06 10:46:49 -07:00
random.c
os.urandom() now blocks on Linux
2016-09-06 16:33:52 -07:00
README
…
sigcheck.c
…
strdup.c
…
structmember.c
replace PY_LONG_LONG with long long
2016-09-06 10:46:49 -07:00
symtable.c
Issue
#28003
: Implement PEP 525 -- Asynchronous Generators.
2016-09-08 22:01:51 -07:00
sysmodule.c
Issue
#28003
: Implement PEP 525 -- Asynchronous Generators.
2016-09-08 22:01:51 -07:00
thread_foobar.h
…
thread_nt.h
replace PY_LONG_LONG with long long
2016-09-06 10:46:49 -07:00
thread_pthread.h
…
thread.c
…
traceback.c
Avoid calling functions with an empty string as format string
2016-09-05 18:16:01 -07:00
wordcode_helpers.h
…
README
Miscellaneous source files for the main Python shared library
Reference in New Issue
View Git Blame
Copy Permalink