You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Amaury Forgeot d'Arc 6d766fc3fa Silence last compilation warning. 14 years ago
..
Python-ast.c make YieldFrom its own distinct from Yield (closes #13780) 14 years ago
_warnings.c Finally fix all test_capi refleaks 14 years ago
asdl.c Recorded merge of revisions 81029 via svnmerge from 16 years ago
ast.c fix indentation 14 years ago
bltinmodule.c Closes #13761: add a "flush" keyword argument to print(). 14 years ago
ceval.c use the static identifier api for looking up special methods 14 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 #13722: Avoid silencing ImportErrors when initializing the codecs registry. 14 years ago
compile.c make YieldFrom its own distinct from Yield (closes #13780) 14 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. 15 years ago
dynamic_annotations.c Make (most of) Python's tests pass under Thread Sanitizer. 16 years ago
dynload_aix.c Use the new Py_ARRAY_LENGTH macro 14 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 Use the new Unicode API 14 years ago
errors.c Issue #13560: Locale codec functions use the classic "errors" parameter, 14 years ago
fileutils.c Issue #13626: Add support for SSL Diffie-Hellman key exchange, through the 14 years ago
formatter_unicode.c Silence last compilation warning. 14 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 convertsimple(): "str without bytes" => "str without characters" 14 years ago
getcompiler.c The GCC version is loooooooooong; put it on a new line. 26 years ago
getcopyright.c merge 3.2 14 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 Issue #13629: Renumber the tokens in token.h to match the _PyParser_TokenNames indexes. 14 years ago
import.c Fix the builtin module initialization code to store the init function for future reinitialization. 14 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 Rename _Py_identifier to _Py_IDENTIFIER. 14 years ago
modsupport.c modsupport.c reuses Py_UNICODE_strlen() 14 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 Implement PEP 380 - 'yield from' (closes #11682) 14 years ago
peephole.c Implement PEP 393. 14 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 #12666: Clarifying changes in map for Python 3 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 Issue #12705: Raise SyntaxError when compiling multiple statements as single interactive statement 14 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 make YieldFrom its own distinct from Yield (closes #13780) 14 years ago
sysmodule.c use the static identifier api for looking up special methods 14 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 Remove "#ifdef Py_UNICODE_WIDE": Python is now always wide 14 years ago