cpython/Python
2012-06-24 19:13:55 -04:00
..
_warnings.c
asdl.c Widen ASDL sequences to Py_ssize_t lengths to better match PEP 353. 2012-05-15 14:45:03 +02:00
ast.c
bltinmodule.c Remove outdated statement 2012-06-23 14:19:58 +02:00
ceval.c Issue #13783: the PEP 380 implementation no longer expands the public C API 2012-06-17 15:15:49 +10:00
ceval_gil.h Issue #15038: Optimize python Locks on Windows 2012-06-18 20:30:44 +00:00
codecs.c
compile.c Close #14857: fix regression in references to PEP 3135 implicit __class__ closure variable. Reopens issue #12370, but also updates unittest.mock to workaround that issue 2012-05-27 18:17:07 +10:00
condvar.h Issue #15038: Document caveats with the emulated condition variables. 2012-06-19 16:30:28 +00:00
dtoa.c
dup2.c
dynamic_annotations.c
dynload_aix.c
dynload_dl.c
dynload_hpux.c
dynload_next.c
dynload_os2.c
dynload_shlib.c
dynload_stub.c
dynload_win.c Fix #13210. Port the Windows build from VS2008 to VS2010. 2012-05-13 11:19:23 -05:00
errors.c
fileutils.c
formatter_unicode.c format_obj: make it static 2012-06-21 12:12:20 +02:00
frozen.c
frozenmain.c
future.c
getargs.c PyArg_Parse*("U"): ensure that the Unicode string is ready 2012-05-29 12:30:29 +02:00
getcompiler.c
getcopyright.c
getcwd.c
getopt.c
getplatform.c
getversion.c
graminit.c
import.c get_sourcefile(): use PyUnicode_READ() to avoid the creation of a temporary 2012-06-16 03:22:05 +02:00
importdl.c
importdl.h Issue #13959: Move module type constants to Lib/imp.py. 2012-05-04 16:13:30 -04:00
importlib.h Fixes issue 15039: namespace packages are no longer imported in preference to modules of the same name. 2012-06-24 19:13:55 -04:00
makeopcodetargets.py
marshal.c
modsupport.c
mysnprintf.c
mystrtoul.c
opcode_targets.h
peephole.c
pyarena.c
pyctype.c
pyfpe.c
pymath.c
pystate.c Issue #15042: Add PyState_AddModule and PyState_RemoveModule. 2012-06-22 12:20:55 +02:00
pystrcmp.c
pystrtod.c
Python-ast.c use Py_ssize_t for ast sequence lengths 2012-05-15 10:10:27 -07:00
pythonrun.c Issue #14785: Add sys._debugmallocstats() to help debug low-level memory allocation issues 2012-06-22 14:55:41 -04:00
pytime.c PEP 418: Rename adjusted attribute to adjustable in time.get_clock_info() result 2012-06-12 22:46:37 +02:00
random.c
sigcheck.c
strdup.c
structmember.c
symtable.c Close #14857: fix regression in references to PEP 3135 implicit __class__ closure variable. Reopens issue #12370, but also updates unittest.mock to workaround that issue 2012-05-27 18:17:07 +10:00
sysmodule.c Issue #14785: Add sys._debugmallocstats() to help debug low-level memory allocation issues 2012-06-22 14:55:41 -04:00
thread.c
thread_foobar.h
thread_nt.h Issue #15038: Optimize python Locks on Windows 2012-06-18 20:30:44 +00:00
thread_os2.h
thread_pth.h
thread_pthread.h Signal condition variables with the mutex held. Destroy condition variables 2012-06-05 22:17:42 +00:00
traceback.c