cpython/Python
Mark Dickinson 1124e71368 Issue #4707: round(x, n) now returns an integer when x is an integer.
Previously it returned a float.
2009-01-28 21:25:58 +00:00
..
Python-ast.c update version number 2008-12-06 18:33:20 +00:00
_warnings.c Merged revisions 66748 via svnmerge from 2008-10-02 19:56:01 +00:00
asdl.c Merged revisions 64114 via svnmerge from 2008-06-18 00:47:36 +00:00
ast.c Merged revisions 68633,68648,68667,68706,68718,68720-68721,68724-68727,68739 via svnmerge from 2009-01-18 22:27:04 +00:00
atof.c
bltinmodule.c Issue #4707: round(x, n) now returns an integer when x is an integer. 2009-01-28 21:25:58 +00:00
ceval.c Issue #4753: By enabling a configure option named '--with-computed-gotos' 2009-01-25 16:34:23 +00:00
codecs.c Issue 3723: Fixed initialization of subinterpreters 2008-10-30 21:48:26 +00:00
compile.c Merged revisions 68633,68648,68667,68706,68718,68720-68721,68724-68727,68739 via svnmerge from 2009-01-18 22:27:04 +00:00
dup2.c
dynload_aix.c
dynload_atheos.c Implement PEP 3121: new module initialization and finalization API. 2008-06-11 05:26:20 +00:00
dynload_dl.c Implement PEP 3121: new module initialization and finalization API. 2008-06-11 05:26:20 +00:00
dynload_hpux.c Implement PEP 3121: new module initialization and finalization API. 2008-06-11 05:26:20 +00:00
dynload_next.c Implement PEP 3121: new module initialization and finalization API. 2008-06-11 05:26:20 +00:00
dynload_os2.c Implement PEP 3121: new module initialization and finalization API. 2008-06-11 05:26:20 +00:00
dynload_shlib.c Implement PEP 3121: new module initialization and finalization API. 2008-06-11 05:26:20 +00:00
dynload_stub.c
dynload_win.c Merged revisions 69038 via svnmerge from 2009-01-27 23:46:57 +00:00
errors.c Issue 3611: in some cases (a __del__ re-raising an exception, when called from inside 2008-08-29 07:13:32 +00:00
formatter_unicode.c Refactor and clean up str.format() code (and helpers) in advance of optimizations. 2008-05-30 18:10:19 +00:00
frozen.c
frozenmain.c #4004: Missing newline in some startup error messages. 2008-10-07 21:06:18 +00:00
future.c Merged revisions 67028,67040,67044,67046,67052,67065,67070,67077,67082 via svnmerge from 2008-11-03 20:31:38 +00:00
getargs.c Merged revisions 67889-67892,67895,67898,67904-67907,67912,67918,67920-67921,67923-67924,67926-67927,67930,67943 via svnmerge from 2008-12-27 16:00:54 +00:00
getcompiler.c
getcopyright.c Merged revisions 68112,68115,68120,68133,68141-68142,68145-68146,68148-68149 via svnmerge from 2009-01-03 22:33:39 +00:00
getcwd.c
getopt.c
getplatform.c
getversion.c
graminit.c Merged revisions 68523 via svnmerge from 2009-01-11 09:30:50 +00:00
import.c Issue 3677: Release the path string on py3k 2009-01-24 10:33:25 +00:00
importdl.c Implement PEP 3121: new module initialization and finalization API. 2008-06-11 05:26:20 +00:00
importdl.h
makeopcodetargets.py Add executable property to Python/makeopcodetargets.py 2009-01-27 10:49:58 +00:00
marshal.c fixes deferred/release blocker issue #3797: Fixed the dbm, marshal, mmap, 2008-09-06 21:34:51 +00:00
modsupport.c Correct a typo during previous checkin. 2008-07-04 21:34:47 +00:00
mysnprintf.c Merged revisions 63562,63570,63728,63734,63784,63788,63802,63817,63827,63839,63887,63975,63998 via svnmerge from 2008-06-10 17:40:04 +00:00
mystrtoul.c
opcode_targets.h Issue #4753: By enabling a configure option named '--with-computed-gotos' 2009-01-25 16:34:23 +00:00
peephole.c Issue 2260: Small peephole optimization -- eliminate unnecessary POP_TOP /JUMP_FORWARD 1 pairs. 2008-11-18 00:07:10 +00:00
pyarena.c
pyfpe.c
pymath.c Merged revisions 66552-66553 via svnmerge from 2008-09-22 14:49:01 +00:00
pystate.c Issue #3327: Don't overallocate in the modules_by_index list. 2008-11-17 16:22:11 +00:00
pystrcmp.c
pystrtod.c Merged revisions 65125 via svnmerge from 2008-07-19 00:33:23 +00:00
pythonrun.c Followup of #4705: we can't skip the binary buffering layer for stdin because FileIO doesn't have a read1() method 2009-01-26 21:48:00 +00:00
sigcheck.c
strdup.c
strtod.c
structmember.c Rename PyUnicode_AsString -> _PyUnicode_AsString and 2008-08-07 18:54:33 +00:00
symtable.c Merged revisions 65715,65724,65726,65732,65736-65739,65775 via svnmerge from 2008-08-17 18:02:44 +00:00
sysmodule.c Merged revisions 68540 via svnmerge from 2009-01-12 07:59:10 +00:00
thread.c Merged revisions 68455,68476,68542 via svnmerge from 2009-01-12 08:21:03 +00:00
thread_atheos.h
thread_cthread.h
thread_foobar.h
thread_lwp.h
thread_nt.h Merged revisions 68455,68476,68542 via svnmerge from 2009-01-12 08:21:03 +00:00
thread_os2.h
thread_pth.h
thread_pthread.h
thread_sgi.h
thread_solaris.h
thread_wince.h
traceback.c Bug #4495: Fix signed/unsigned warning (both namelen and tailen should be signed, not just namelen). 2008-12-02 20:59:48 +00:00