cpython/Python
R David Murray f097f175dd Merge #17413: make sure settrace funcs get passed exception instances for 'value'.
Patch by Ingrid Cheung and Brendan McLoughlin.
2013-04-19 12:57:54 -04:00
..
Python-ast.c bump Python-ast.c 2013-03-18 23:40:53 -07:00
_warnings.c
asdl.c
ast.c move declaration to top of block 2013-03-18 10:59:41 -07:00
bltinmodule.c properly lookup the __round__ special method (closes #17722) 2013-04-13 17:19:01 -04:00
ceval.c Merge #17413: make sure settrace funcs get passed exception instances for 'value'. 2013-04-19 12:57:54 -04:00
ceval_gil.h
codecs.c
compile.c Merge indentation fix from 3.3. 2013-04-19 07:10:45 +03:00
condvar.h Issue #15038 : Fixing the condition broadcast and docs. 2013-03-19 20:18:37 -07:00
dtoa.c
dup2.c
dynamic_annotations.c
dynload_aix.c Issue #17173: Remove uses of locale-dependent C functions (isalpha() etc.) in the interpreter. 2013-02-09 23:14:42 +01:00
dynload_dl.c
dynload_hpux.c
dynload_next.c
dynload_shlib.c
dynload_stub.c
dynload_win.c Fixes issue4653 - Correctly specify the buffer size to FormatMessageW and 2013-03-23 16:05:36 -07:00
errors.c
fileutils.c thinko 2013-01-15 13:24:12 -08:00
formatter_unicode.c Close #16757: Avoid calling the expensive _PyUnicode_FindMaxChar() function 2013-04-03 02:02:33 +02:00
frozen.c make some freezing related stuff const 2013-03-13 14:06:39 -05:00
frozenmain.c
future.c C89 compliance 2013-03-16 15:38:28 -07:00
getargs.c Issue #17170: speed up PyArg_ParseTuple[AndKeywords] a bit. 2013-02-17 01:04:57 +01:00
getcompiler.c
getcopyright.c bring Python into 2013 2012-12-31 21:37:21 -06:00
getcwd.c
getopt.c
getplatform.c
getversion.c
graminit.c Backed out changeset 521232b05b97 2013-03-20 00:39:41 -05:00
import.c sprinkle const 2013-03-18 23:13:31 -07:00
importdl.c
importdl.h
importlib.h Issue #17244: Don't mask exceptions raised during the creation of 2013-04-14 12:48:15 -04:00
makeopcodetargets.py
marshal.c Issue #15480: Remove the deprecated and unused TYPE_INT64 code from marshal. 2013-04-13 22:41:09 +02:00
modsupport.c
mysnprintf.c
mystrtoul.c Issue #17173: Remove uses of locale-dependent C functions (isalpha() etc.) in the interpreter. 2013-02-09 23:11:27 +01:00
opcode_targets.h
peephole.c
pyarena.c remove unnecessary clearing of list 2013-01-19 14:58:38 -05:00
pyctype.c
pyfpe.c
pymath.c
pystate.c Issue #17522: Add the PyGILState_Check() API. 2013-03-23 03:36:16 -07:00
pystrcmp.c
pystrtod.c
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. 2013-03-26 01:59:56 +02:00
pytime.c
random.c Drop support for Windows 2000; allow any XP API (but not Vista+). 2013-01-25 14:06:18 +01:00
sigcheck.c
strdup.c
structmember.c
symtable.c unify some ast.argument's attrs; change Attribute column offset (closes #16795) 2013-03-18 10:48:58 -07:00
sysmodule.c
thread.c
thread_foobar.h
thread_nt.h Replace WaitForSingleObject with WaitForSingleObjectEx, 2013-01-25 14:25:48 +01:00
thread_pth.h
thread_pthread.h
traceback.c