| .. |
|
Python-ast.c
|
add a asdl bytes type, so Bytes.s be properly typechecked
|
15 years ago |
|
_warnings.c
|
Make warnings accept a callable for showwarnings instead of
|
15 years ago |
|
asdl.c
|
Recorded merge of revisions 81029 via svnmerge from
|
16 years ago |
|
ast.c
|
add a AST validator (closes #12575)
|
15 years ago |
|
bltinmodule.c
|
include header with PyAST_Validate
|
15 years ago |
|
ceval.c
|
Issue 12620: Make pendingbusy flag static to Py_MakePendingCalls().
|
15 years ago |
|
ceval_gil.h
|
Fix the GIL with subinterpreters. Hopefully this will allow mod_wsgi to work with 3.2.
|
15 years ago |
|
codecs.c
|
Issue #1813: Fix codec lookup under Turkish locales.
|
15 years ago |
|
compile.c
|
use a invalid name for the __class__ closure for super() (closes #12370)
|
15 years ago |
|
dtoa.c
|
Issue #8914: fix various warnings from the Clang static analyzer v254.
|
15 years ago |
|
dup2.c
|
#9060 Let platforms without dup2() compile the replacement fonction without error.
|
16 years ago |
|
dynamic_annotations.c
|
Make (most of) Python's tests pass under Thread Sanitizer.
|
16 years ago |
|
dynload_aix.c
|
Issue #3080: Remove unused argument of _PyImport_GetDynLoadFunc()
|
15 years ago |
|
dynload_dl.c
|
dynload_dl.c: replace tabs by spaces
|
15 years ago |
|
dynload_hpux.c
|
Issue #3080: Remove unused argument of _PyImport_GetDynLoadFunc()
|
15 years ago |
|
dynload_next.c
|
Issue #3080: Remove unused argument of _PyImport_GetDynLoadFunc()
|
15 years ago |
|
dynload_os2.c
|
Issue #3080: Remove unused argument of _PyImport_GetDynLoadFunc()
|
15 years ago |
|
dynload_shlib.c
|
Issue #3080: Remove unused argument of _PyImport_GetDynLoadFunc()
|
15 years ago |
|
dynload_stub.c
|
REMOVED all CWI, CNRI and BeOpen copyright markings.
|
26 years ago |
|
dynload_win.c
|
Removed a Windows 9x trick used before LoadLibraryExW.
|
15 years ago |
|
errors.c
|
Issue #10780: PyErr_SetFromWindowsErrWithFilename() and
|
15 years ago |
|
fileutils.c
|
_Py_char2wchar() frees the memory on conversion error
|
15 years ago |
|
formatter_unicode.c
|
Issue #1588: Add complex.__format__.
|
17 years ago |
|
frozen.c
|
Issue #11614: import __hello__ prints "Hello World!". Patch written by Andreas
|
15 years ago |
|
frozenmain.c
|
Recorded merge of revisions 81029 via svnmerge from
|
16 years ago |
|
future.c
|
Remove redundant includes of headers that are already included by Python.h.
|
15 years ago |
|
getargs.c
|
Issue #12380: PyArg_ParseTuple now accepts a bytearray for the 'c' format.
|
15 years ago |
|
getcompiler.c
|
The GCC version is loooooooooong; put it on a new line.
|
26 years ago |
|
getcopyright.c
|
update copyright to 2011
|
15 years ago |
|
getcwd.c
|
Recorded merge of revisions 81029 via svnmerge from
|
16 years ago |
|
getopt.c
|
Issue #10089: Add support for arbitrary -X options on the command-line.
|
15 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
|
Regenerate Python/graminit.c.
|
16 years ago |
|
import.c
|
call_find_module() handles dup() failure: raise an OSError exception
|
15 years ago |
|
importdl.c
|
_PyImport_LoadDynamicModule() encodes the module name explicitly to ASCII
|
15 years ago |
|
importdl.h
|
Issue #3080: _PyImport_LoadDynamicModule() uses Unicode for name and path
|
15 years ago |
|
makeopcodetargets.py
|
excise the remains of STOP_CODE, which hasn't done anything useful for years
|
15 years ago |
|
marshal.c
|
Merge from 3.2 (#10318, #12255, #12043, #12417 and other fixes)
|
15 years ago |
|
modsupport.c
|
Py_BuildValue("C") supports non-BMP characters on narrow build
|
15 years ago |
|
mysnprintf.c
|
Recorded merge of revisions 81029 via svnmerge from
|
16 years ago |
|
mystrtoul.c
|
Recorded merge of revisions 81029 via svnmerge from
|
16 years ago |
|
opcode_targets.h
|
#4617: Previously it was illegal to delete a name from the local
|
16 years ago |
|
peephole.c
|
#5057: Merge with 3.2.
|
15 years ago |
|
pyarena.c
|
Remove redundant includes of headers that are already included by Python.h.
|
15 years ago |
|
pyctype.c
|
Include files missed in r72044.
|
17 years ago |
|
pyfpe.c
|
Patch #411138: Rename config.h to pyconfig.h. Closes bug #231774.
|
25 years ago |
|
pymath.c
|
Recorded merge of revisions 81029 via svnmerge from
|
16 years ago |
|
pystate.c
|
Issue #10914: Initialize correctly the filesystem codec when creating a new
|
15 years ago |
|
pystrcmp.c
|
Recorded merge of revisions 81029 via svnmerge from
|
16 years ago |
|
pystrtod.c
|
Issue #8914: fix various warnings from the Clang static analyzer v254.
|
15 years ago |
|
pythonrun.c
|
Closes #12391: temporary files are now cleaned up.
|
15 years ago |
|
pytime.c
|
Issue #9079: Added _PyTime_gettimeofday(_PyTime_timeval *tp) to C API
|
16 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
|
Recorded merge of revisions 81029 via svnmerge from
|
16 years ago |
|
symtable.c
|
fix possibily uninitialized memory usage (closes #12474)
|
15 years ago |
|
sysmodule.c
|
Issue #11223: Replace threading._info() by sys.thread_info
|
15 years ago |
|
thread.c
|
Issue #11863: Remove support for legacy systems deprecated in Python 3.2
|
15 years ago |
|
thread_foobar.h
|
Recorded merge of revisions 81029 via svnmerge from
|
16 years ago |
|
thread_nt.h
|
Issue #11618: Fix the timeout logic in threading.Lock.acquire() under
|
15 years ago |
|
thread_os2.h
|
Recorded merge of revisions 81029 via svnmerge from
|
16 years ago |
|
thread_pth.h
|
Issue #11495: OSF support is eliminated. It was deprecated in Python 3.2
|
15 years ago |
|
thread_pthread.h
|
Closes #12391: temporary files are now cleaned up.
|
15 years ago |
|
traceback.c
|
Issue #9319: Include the filename in "Non-UTF8 code ..." syntax error.
|
15 years ago |