cpython/Python
Benjamin Peterson 214a7d2674 properly lookup the __round__ special method (closes #17722) 2013-04-13 17:19:01 -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 #17032: The "global" in the "NameError: global name 'x' is not defined" error message has been removed. Patch by Ram Rachum. 2013-03-03 15:12:44 +02:00
ceval_gil.h
codecs.c
compile.c Issue #17645: convert an assert() into a proper exception in _Py_Mangle(). 2013-04-06 21:21:46 +02: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
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
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
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 #17093,17566,17567: Methods from classes in importlib.abc now raise/return 2013-04-09 16:59:39 -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
opcode_targets.h
peephole.c
pyarena.c
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
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
thread_pth.h
thread_pthread.h
traceback.c