| .. |
|
Python-ast.c
|
Issue #18552: Check return value of PyArena_AddPyObject() in obj2ast_object().
|
13 years ago |
|
_warnings.c
|
Issue #13590: Improve support for OS X Xcode 4:
|
14 years ago |
|
asdl.c
|
Issue #13590: Improve support for OS X Xcode 4:
|
14 years ago |
|
ast.c
|
Fix potential NULL pointer dereferencing in ast module
|
13 years ago |
|
bltinmodule.c
|
document that compile() can take bytes (closes #19910)
|
12 years ago |
|
ceval.c
|
update comment
|
12 years ago |
|
ceval_gil.h
|
Issue #13590: Improve support for OS X Xcode 4:
|
14 years ago |
|
codecs.c
|
#16336: merge with 3.2.
|
13 years ago |
|
compile.c
|
Issue #18783: Removed existing mentions of Python long type in docstrings,
|
13 years ago |
|
condvar.h
|
Issue #15038 : Fixing the condition broadcast and docs.
|
13 years ago |
|
dtoa.c
|
Issue #19638: Raise ValueError instead of crashing when converting billion character strings to float.
|
12 years ago |
|
dup2.c
|
#9060 Let platforms without dup2() compile the replacement fonction without error.
|
15 years ago |
|
dynamic_annotations.c
|
Make (most of) Python's tests pass under Thread Sanitizer.
|
16 years ago |
|
dynload_aix.c
|
Issue #17173: Remove uses of locale-dependent C functions (isalpha() etc.) in the interpreter.
|
13 years ago |
|
dynload_dl.c
|
Issue #13590: Improve support for OS X Xcode 4:
|
14 years ago |
|
dynload_hpux.c
|
Issue #13590: Improve support for OS X Xcode 4:
|
14 years ago |
|
dynload_next.c
|
Issue #13590: Improve support for OS X Xcode 4:
|
14 years ago |
|
dynload_os2.c
|
Issue #13590: Improve support for OS X Xcode 4:
|
14 years ago |
|
dynload_shlib.c
|
return NULL here
|
13 years ago |
|
dynload_stub.c
|
Issue #13590: Improve support for OS X Xcode 4:
|
14 years ago |
|
dynload_win.c
|
Issue #18180: Fix ref leak in _PyImport_GetDynLoadWindows().
|
13 years ago |
|
errors.c
|
Issue #13590: Improve support for OS X Xcode 4:
|
14 years ago |
|
fileutils.c
|
fileutils.c: use MAXPATHLEN instead of PATH_MAX
|
12 years ago |
|
formatter_unicode.c
|
Issue #18783: Removed existing mentions of Python long type in docstrings,
|
13 years ago |
|
frozen.c
|
Issue #13590: Improve support for OS X Xcode 4:
|
14 years ago |
|
frozenmain.c
|
Issue #15893: Remove dead code
|
13 years ago |
|
future.c
|
Issue #13590: Improve support for OS X Xcode 4:
|
14 years ago |
|
getargs.c
|
Issue #17173: Remove uses of locale-dependent C functions (isalpha() etc.) in the interpreter.
|
13 years ago |
|
getcompiler.c
|
The GCC version is loooooooooong; put it on a new line.
|
26 years ago |
|
getcopyright.c
|
make string literal const
|
12 years ago |
|
getcwd.c
|
Recorded merge of revisions 81029 via svnmerge from
|
16 years ago |
|
getopt.c
|
Update the embedded copy of the expat XML parser to 2.1.0. It brings
|
14 years ago |
|
getplatform.c
|
REMOVED all CWI, CNRI and BeOpen copyright markings.
|
26 years ago |
|
getversion.c
|
Remove trailing whitespace.
|
16 years ago |
|
graminit.c
|
Issue #13590: Improve support for OS X Xcode 4:
|
14 years ago |
|
import.c
|
Add missing check of PyDict_SetItem()'s return value in _PyImport_FindExtensionObject()
|
13 years ago |
|
importdl.c
|
Issue #18426: improve exception message. Courtesy of Amaury
|
13 years ago |
|
importdl.h
|
Issue #13590: Improve support for OS X Xcode 4:
|
14 years ago |
|
importlib.h
|
[issue19151] Fix docstring and use of _get_suppported_file_loaders() to reflect 2-tuples.
|
12 years ago |
|
makeopcodetargets.py
|
Issue #13590: Improve support for OS X Xcode 4:
|
14 years ago |
|
marshal.c
|
Issue #18783: Removed existing mentions of Python long type in docstrings,
|
13 years ago |
|
modsupport.c
|
Issue #13590: Improve support for OS X Xcode 4:
|
14 years ago |
|
mysnprintf.c
|
Recorded merge of revisions 81029 via svnmerge from
|
16 years ago |
|
mystrtoul.c
|
Issue #17173: Remove uses of locale-dependent C functions (isalpha() etc.) in the interpreter.
|
13 years ago |
|
opcode_targets.h
|
Issue #13590: Improve support for OS X Xcode 4:
|
14 years ago |
|
peephole.c
|
Issue #13590: Improve support for OS X Xcode 4:
|
14 years ago |
|
pyarena.c
|
remove unnecessary clearing of list
|
13 years ago |
|
pyctype.c
|
Issue #5793: rationalize isdigit / isalpha / tolower, etc. Will port to py3k. Should fix Windows buildbot errors.
|
17 years ago |
|
pyfpe.c
|
Patch #411138: Rename config.h to pyconfig.h. Closes bug #231774.
|
25 years ago |
|
pymath.c
|
Untabify C files. Will watch buildbots.
|
16 years ago |
|
pystate.c
|
Issue #18328: Reorder ops in PyThreadState_Delete*() functions. Now the
|
13 years ago |
|
pystrcmp.c
|
Untabify C files. Will watch buildbots.
|
16 years ago |
|
pystrtod.c
|
Issue #13590: Improve support for OS X Xcode 4:
|
14 years ago |
|
pythonrun.c
|
pythonrun.c: fix Py_GetPythonHome(), use Py_ARRAY_LENGTH() to get the size of
|
12 years ago |
|
pytime.c
|
Issue #13590: Improve support for OS X Xcode 4:
|
14 years ago |
|
random.c
|
Closes #15213: update comment for _PyOS_URandom
|
12 years ago |
|
sigcheck.c
|
REMOVED all CWI, CNRI and BeOpen copyright markings.
|
26 years ago |
|
strdup.c
|
Mass ANSIfication of function definitions. Doesn't cover all 'extern'
|
26 years ago |
|
structmember.c
|
Update the embedded copy of the expat XML parser to 2.1.0. It brings
|
14 years ago |
|
symtable.c
|
don't scale compiler stack frames if the recursion limit is huge (closes #19098)
|
12 years ago |
|
sysmodule.c
|
Issue #16404: Add checks for return value of PyLong_FromLong() in
|
12 years ago |
|
thread.c
|
Issue #13590: Improve support for OS X Xcode 4:
|
14 years ago |
|
thread_foobar.h
|
Untabify C files. Will watch buildbots.
|
16 years ago |
|
thread_nt.h
|
Issue #13590: Improve support for OS X Xcode 4:
|
14 years ago |
|
thread_os2.h
|
Untabify C files. Will watch buildbots.
|
16 years ago |
|
thread_pth.h
|
Issue #13590: Improve support for OS X Xcode 4:
|
14 years ago |
|
thread_pthread.h
|
Issue #18256: Compilation fix for recent AIX releases. Patch by David Edelsohn.
|
13 years ago |
|
traceback.c
|
fix spacing
|
13 years ago |