..
Python-ast.c
bump Python-ast.c
14 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
move declaration to top of block
14 years ago
bltinmodule.c
Merge
13 years ago
ceval.c
#17032: The "global" in the "NameError: global name 'x' is not defined" error message has been removed. Patch by Ram Rachum.
14 years ago
ceval_gil.h
Issue #13590: Improve support for OS X Xcode 4:
14 years ago
codecs.c
Issue #15422: get rid of PyCFunction_New macro
14 years ago
compile.c
Issue #17645: convert an assert() into a proper exception in _Py_Mangle().
13 years ago
condvar.h
Issue #15038 : Fixing the condition broadcast and docs.
14 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.
16 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.
14 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
#16135: Removal of OS/2 support (I)
14 years ago
dynload_stub.c
Issue #13590: Improve support for OS X Xcode 4:
14 years ago
dynload_win.c
Fixes issue4653 - Correctly specify the buffer size to FormatMessageW and
13 years ago
errors.c
Issue #16719: Get rid of WindowsError. Use OSError instead
14 years ago
fileutils.c
thinko
14 years ago
formatter_unicode.c
Close #16757: Avoid calling the expensive _PyUnicode_FindMaxChar() function
13 years ago
frozen.c
make some freezing related stuff const
14 years ago
frozenmain.c
Recorded merge of revisions 81029 via svnmerge from
16 years ago
future.c
C89 compliance
14 years ago
getargs.c
Issue #17170: speed up PyArg_ParseTuple[AndKeywords] a bit.
14 years ago
getcompiler.c
The GCC version is loooooooooong; put it on a new line.
26 years ago
getcopyright.c
bring Python into 2013
14 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
sprinkle const
14 years ago
importdl.c
Issue #13590: Improve support for OS X Xcode 4:
14 years ago
importdl.h
#16135: Removal of OS/2 support (I)
14 years ago
importlib.h
Issue #17093,17566,17567: Methods from classes in importlib.abc now raise/return
13 years ago
makeopcodetargets.py
Issue #13590: Improve support for OS X Xcode 4:
14 years ago
marshal.c
Issue #16475 : Correctly handle the EOF when reading marshal streams.
14 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.
14 years ago
opcode_targets.h
Issue #13590: Improve support for OS X Xcode 4:
14 years ago
peephole.c
create NameConstant AST class for None, True, and False literals (closes #16619)
14 years ago
pyarena.c
remove unnecessary clearing of list
14 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 #17522: Add the PyGILState_Check() API.
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
#17323: The "[X refs, Y blocks]" printed by debug builds has been disabled by default. It can be re-enabled with the `-X showrefcount` option.
13 years ago
pytime.c
Issue #13590: Improve support for OS X Xcode 4:
14 years ago
random.c
Drop support for Windows 2000; allow any XP API (but not Vista+).
14 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
unify some ast.argument's attrs; change Attribute column offset (closes #16795)
14 years ago
sysmodule.c
Issue #13390: New function :func:`sys.getallocatedblocks()` returns the number of memory blocks currently allocated.
14 years ago
thread.c
#16135: Removal of OS/2 support (I)
14 years ago
thread_foobar.h
Untabify C files. Will watch buildbots.
16 years ago
thread_nt.h
Replace WaitForSingleObject with WaitForSingleObjectEx,
14 years ago
thread_pth.h
Issue #13590: Improve support for OS X Xcode 4:
14 years ago
thread_pthread.h
Issue #16588: Silence unused-but-set warnings in Python/thread_pthread.h
14 years ago
traceback.c
Issue #15463: the faulthandler module truncates strings to 500 characters,
14 years ago