.. |
Python-ast.c
|
Issue #1717: rename tp_compare to tp_reserved. I'll change the
|
2009-02-02 20:36:42 +00:00 |
_warnings.c
|
Merged revisions 70965 via svnmerge from
|
2009-04-01 18:13:07 +00:00 |
asdl.c
|
…
|
|
ast.c
|
Issue #5914: Add new C-API function PyOS_string_to_double, to complement
|
2009-05-03 20:33:40 +00:00 |
bltinmodule.c
|
these builtins have to be initialized
|
2009-05-09 18:10:51 +00:00 |
ceval.c
|
Merged revisions 69811,69947 via svnmerge from
|
2009-02-26 18:55:48 +00:00 |
codecs.c
|
Rename utf8b error handler to surrogateescape.
|
2009-05-10 08:15:24 +00:00 |
compile.c
|
add a replacement API for PyCObject, PyCapsule #5630
|
2009-05-05 22:31:58 +00:00 |
dtoa.c
|
Refactor to remove duplicated nan/inf parsing code in
|
2009-05-20 22:05:25 +00:00 |
dup2.c
|
…
|
|
dynload_aix.c
|
…
|
|
dynload_atheos.c
|
…
|
|
dynload_dl.c
|
…
|
|
dynload_hpux.c
|
…
|
|
dynload_next.c
|
…
|
|
dynload_os2.c
|
…
|
|
dynload_shlib.c
|
…
|
|
dynload_stub.c
|
…
|
|
dynload_win.c
|
Merged revisions 69038 via svnmerge from
|
2009-01-27 23:46:57 +00:00 |
errors.c
|
Merged revisions 72698-72699 via svnmerge from
|
2009-05-17 04:21:53 +00:00 |
formatter_unicode.c
|
Issue #1588: Add complex.__format__.
|
2009-04-30 01:00:33 +00:00 |
frozen.c
|
…
|
|
frozenmain.c
|
#4004: Missing newline in some startup error messages.
|
2008-10-07 21:06:18 +00:00 |
future.c
|
The BDFL has retired! Long live the FLUFL (Friendly Language Uncle For Life)!
|
2009-04-01 05:08:41 +00:00 |
getargs.c
|
add a replacement API for PyCObject, PyCapsule #5630
|
2009-05-05 22:31:58 +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
|
The BDFL has retired! Long live the FLUFL (Friendly Language Uncle For Life)!
|
2009-04-01 05:08:41 +00:00 |
import.c
|
Merged revisions 71031 via svnmerge from
|
2009-04-02 03:41:46 +00:00 |
importdl.c
|
…
|
|
importdl.h
|
…
|
|
makeopcodetargets.py
|
Make Python/makeopcodetargets runnable with Python 2.3. With any luck, this
|
2009-01-31 12:12:41 +00:00 |
marshal.c
|
Merged revisions 72597 via svnmerge from
|
2009-05-13 12:27:21 +00:00 |
modsupport.c
|
Py_BuildValue's 'c' code should use byte strings #5666
|
2009-04-03 22:18:11 +00:00 |
mysnprintf.c
|
Removed unused #include.
|
2009-04-07 22:55:31 +00:00 |
mystrtoul.c
|
…
|
|
opcode_targets.h
|
http://bugs.python.org/issue4715
|
2009-02-25 02:25:04 +00:00 |
peephole.c
|
Fix 2 oversights from r69961.
|
2009-02-28 19:49:43 +00:00 |
pyarena.c
|
…
|
|
pyctype.c
|
Include files missed in r72044.
|
2009-04-27 20:54:42 +00:00 |
pyfpe.c
|
…
|
|
pymath.c
|
The SSE2 detection and enabling could potentially cause
|
2009-04-18 20:17:52 +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
|
Refactor to remove duplicated nan/inf parsing code in
|
2009-05-20 22:05:25 +00:00 |
pythonrun.c
|
bytes -> bytearray
|
2009-05-10 23:43:14 +00:00 |
sigcheck.c
|
…
|
|
strdup.c
|
…
|
|
structmember.c
|
Rename PyUnicode_AsString -> _PyUnicode_AsString and
|
2008-08-07 18:54:33 +00:00 |
symtable.c
|
fix error handling of PyNumber_InPlaceOr #6000
|
2009-05-12 20:39:25 +00:00 |
sysmodule.c
|
Merged revisions 72508 via svnmerge from
|
2009-05-09 18:15:04 +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
|
Issue #1717: rename tp_compare to tp_reserved. I'll change the
|
2009-02-02 20:36:42 +00:00 |