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.
 
 
 
 
 
 
Victor Stinner d5cae6f143 Issue #19437: Fix r_object() of marshal module, handle PyDict_SetItem() failure 12 years ago
..
Python-ast.c Issue #4555: All exported C symbols are now prefixed with either "Py" or "_Py". 12 years ago
_warnings.c Issue #19437: Fix show_warning() of _warnings, stop at the first error to not 12 years ago
asdl.c Issue #4555: All exported C symbols are now prefixed with either "Py" or "_Py". 12 years ago
ast.c Issue #1772673: The type of `char*` arguments now changed to `const char*`. 12 years ago
bltinmodule.c Issue #18408: Add a new PyFrame_FastToLocalsWithError() function to handle 12 years ago
ceval.c merge 3.3 12 years ago
ceval_gil.h Issue #13590: Improve support for OS X Xcode 4: 14 years ago
codecs.c Issue #1772673: The type of `char*` arguments now changed to `const char*`. 12 years ago
compile.c cleanup the construction of __qualname__ (closes #19301 again) 12 years ago
condvar.h Issue #15038 : Fixing the condition broadcast and docs. 13 years ago
dtoa.c Issue #13590: Improve support for OS X Xcode 4: 14 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 #18722: Remove uses of the "register" keyword in C code. 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_shlib.c merge 3.3 13 years ago
dynload_stub.c Issue #13590: Improve support for OS X Xcode 4: 14 years ago
dynload_win.c Issue #17684: Fix some test_socket failures due to limited FD passing support 13 years ago
errors.c Don't export internal symbols ("make smelly") 12 years ago
fileutils.c Don't export internal symbols ("make smelly") 12 years ago
formatter_unicode.c Issue #18783: Removed existing mentions of Python long type in docstrings, 13 years ago
frozen.c make some freezing related stuff const 13 years ago
frozenmain.c Issue #15893: Improve error handling in main() and Py_FrozenMain() 13 years ago
future.c Close #11619: The parser and the import machinery do not encode Unicode 13 years ago
getargs.c Re #18521: move array bounds check before array access. 12 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
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 Issue #1772673: The type of `char*` arguments now changed to `const char*`. 12 years ago
importdl.c Issue #18408: Fix _PyImport_LoadDynamicModule(), handle PyUnicode_FromFormat() failure 13 years ago
importdl.h #16135: Removal of OS/2 support (I) 13 years ago
importlib.h cleanup the construction of __qualname__ (closes #19301 again) 12 years ago
makeopcodetargets.py Issue #13590: Improve support for OS X Xcode 4: 14 years ago
marshal.c Issue #19437: Fix r_object() of marshal module, handle PyDict_SetItem() failure 12 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 #1772673: The type of `char*` arguments now changed to `const char*`. 12 years ago
opcode_targets.h rather than passing locals to the class body, just execute the class body in the proper environment 13 years ago
peephole.c Issue #18408: Fix PyCode_Optimize(): raise a MemoryError on memory allocation 13 years ago
pyarena.c Issue #18203: Replace malloc() with PyMem_Malloc() to allocate arena objects 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 Close #19199: Remove ``PyThreadState.tick_counter`` field 12 years ago
pystrcmp.c Untabify C files. Will watch buildbots. 16 years ago
pystrtod.c Re #18521: remove assignments of variables that are immediately reassigned. 12 years ago
pythonrun.c Issue #18603: Ensure that PyOS_mystricmp and PyOS_mystrnicmp are in the 12 years ago
pytime.c Issue #13590: Improve support for OS X Xcode 4: 14 years ago
random.c merge with 3.3 12 years ago
sigcheck.c REMOVED all CWI, CNRI and BeOpen copyright markings. 26 years ago
strdup.c Issue #18722: Remove uses of the "register" keyword in C code. 13 years ago
structmember.c Update the embedded copy of the expat XML parser to 2.1.0. It brings 14 years ago
symtable.c merge 3.3 (#19098) 12 years ago
sysmodule.c Issue #18408: Add a new PyFrame_FastToLocalsWithError() function to handle 12 years ago
thread.c Issue #18520: Add a new PyStructSequence_InitType2() function, same than 13 years ago
thread_foobar.h Untabify C files. Will watch buildbots. 16 years ago
thread_nt.h Issue #18203: Replace malloc() with PyMem_RawMalloc() to allocate thread locks 13 years ago
thread_pthread.h Issue #18203: Replace malloc() with PyMem_RawMalloc() to allocate thread locks 13 years ago
traceback.c Issue 19306: Add extra hints to faulthandler stack dumps that they are upside down. 12 years ago