This website requires JavaScript.
Explore
Help
Sign in
Stowage
/
cpython
Watch
2
Star
0
Fork
You've already forked cpython
0
mirror of
https://github.com/python/cpython.git
synced
2026-05-03 09:01:07 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
281e5f8839
cpython
/
Python
History
Download ZIP
Download TAR.GZ
Raymond Hettinger
f0f1c239e4
Issue 27936: Fix inconsistent round() behavior between float and int
2016-09-03 01:55:11 -07: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
Issue
#26200
: Added Py_SETREF and replaced Py_XSETREF with Py_SETREF
2016-04-10 18:05:40 +03:00
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
Fix SystemError in "raise" statement
2016-08-18 18:13:10 +02:00
ceval_gil.h
Use Py_uintptr_t for atomic pointers
2016-01-22 14:09:55 +01:00
codecs.c
Correct “an” → “a” with “Unicode”, “user”, “UTF”, etc
2016-04-15 02:14:19 +00:00
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
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
Issue
#23960
: Cleanup args and kwargs on error in PyErr_SetImportError
2016-05-01 09:06:36 +03:00
fileutils.c
Issue
#27076
: Doc, comment and tests spelling fixes
2016-05-26 05:35:26 +00:00
formatter_unicode.c
Corrections for a/an in code comments and documentation
2016-05-08 13:53:41 +00:00
frozen.c
frozenmain.c
future.c
getargs.c
Issue
#26198
: Fixed error messages for some argument parsing errors.
2016-02-08 01:06:11 +02:00
getcompiler.c
getcopyright.c
getopt.c
getplatform.c
getversion.c
graminit.c
import.c
Issue
#27909
: Fix INCREF for possible NULL value
2016-08-31 08:44:11 -07:00
importdl.c
importdl.h
importlib.h
Issue
#27076
: Doc, comment and tests spelling fixes
2016-05-26 05:35:26 +00:00
importlib_external.h
Fix regressions introduced by fixes for issue
#27083
.
2016-07-16 10:44:13 -07:00
makeopcodetargets.py
marshal.c
modsupport.c
Issue
#26168
: Fixed possible refleaks in failing Py_BuildValue() with the "N"
2016-05-20 22:31:14 +03:00
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
Issue
#25339
: PYTHONIOENCODING now has priority over locale in setting the
2016-04-10 14:34:13 +03:00
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
py_getrandom(): use long type for the syscall() result
2016-06-16 23:53:47 +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
Add _PyThreadState_UncheckedGet()
2016-01-20 11:12:38 +01:00
thread.c
thread_foobar.h
thread_nt.h
Issue
#26778
: Fixed "a/an/and" typos in code comment and documentation.
2016-04-17 08:32:47 +03:00
thread_pthread.h
traceback.c
README
Miscellaneous source files for the main Python shared library