cpython/Python
2010-10-17 20:54:53 +00:00
..
_warnings.c _warnings exposed two variables with the name 'default_action' and 2010-09-04 18:24:04 +00:00
asdl.c
ast.c Fix ast_error_finish() and err_input(): filename can be NULL 2010-10-16 13:42:53 +00:00
bltinmodule.c make hashes always the size of pointers; introduce Py_hash_t #9778 2010-10-17 20:54:53 +00:00
ceval.c make hashes always the size of pointers; introduce Py_hash_t #9778 2010-10-17 20:54:53 +00:00
ceval_gil.h Issue #9828: Destroy the GIL in Py_Finalize(), so that it gets properly 2010-09-13 14:16:46 +00:00
codecs.c Issue #9804: ascii() now always represents unicode surrogate pairs as 2010-09-09 20:30:23 +00:00
compile.c compiler_error(): use PyUnicode_DecodeFSDefault() to decode the filename, 2010-10-17 19:16:33 +00:00
dtoa.c
dup2.c #9060 Let platforms without dup2() compile the replacement fonction without error. 2010-10-05 22:15:37 +00:00
dynamic_annotations.c
dynload_aix.c
dynload_dl.c
dynload_hpux.c
dynload_next.c
dynload_os2.c
dynload_shlib.c PEP 3149: Try to load the extension with the SOABI before trying 2010-09-08 16:22:10 +00:00
dynload_stub.c
dynload_win.c
errors.c PyErr_SyntaxLocationEx() uses PyUnicode_DecodeFSDefault(), instead of 2010-10-17 19:03:16 +00:00
fileutils.c Add an optional size argument to _Py_char2wchar() 2010-10-16 23:16:16 +00:00
formatter_unicode.c
frozen.c
frozenmain.c
future.c add column offset to all syntax errors 2010-09-20 23:02:10 +00:00
getargs.c
getcompiler.c
getcopyright.c
getcwd.c
getopt.c
getplatform.c
getversion.c
graminit.c
import.c find_module(): use FS encoding to display the missing __init__ warning 2010-10-17 02:07:09 +00:00
importdl.c _PyImport_FixupExtension() and _PyImport_FindExtension() uses FS encoding 2010-10-17 01:24:53 +00:00
importdl.h
makeopcodetargets.py
marshal.c
modsupport.c
mysnprintf.c
mystrtoul.c
opcode_targets.h #4617: Previously it was illegal to delete a name from the local 2010-09-10 21:39:53 +00:00
peephole.c
pyarena.c
pyctype.c
pyfpe.c
pymath.c
pystate.c issue 9786 Native TLS support for pthreads 2010-09-20 02:11:49 +00:00
pystrcmp.c
pystrtod.c
Python-ast.c
pythonrun.c _PyImport_FixupExtension() and _PyImport_FindExtension() uses FS encoding 2010-10-17 01:24:53 +00:00
pytime.c
sigcheck.c
strdup.c
structmember.c
symtable.c don't identify the toplevel namespace by name #9997 2010-10-16 03:45:45 +00:00
sysmodule.c make hashes always the size of pointers; introduce Py_hash_t #9778 2010-10-17 20:54:53 +00:00
thread.c
thread_cthread.h
thread_foobar.h
thread_lwp.h
thread_nt.h issue 9786 Native TLS support for pthreads 2010-09-20 02:11:49 +00:00
thread_os2.h
thread_pth.h
thread_pthread.h Issue #10062: Allow building on platforms which do not have sem_timedwait. 2010-10-10 08:37:22 +00:00
thread_sgi.h
thread_solaris.h
thread_wince.h
traceback.c Issue #9713, #10114: Parser functions (eg. PyParser_ASTFromFile) expects 2010-10-16 13:14:10 +00:00