.. |
Python-ast.c
|
Check in the inevitable change to the version number.
|
2007-04-16 17:02:00 +00:00 |
asdl.c
|
Merge p3yk branch with the trunk up to revision 45595. This breaks a fair
|
2006-04-21 10:40:58 +00:00 |
ast.c
|
Remove support for u"..." literals.
|
2007-05-11 16:26:27 +00:00 |
atof.c
|
…
|
|
bltinmodule.c
|
Given that ord() of a bytes object of length 1 is defined, it should
|
2007-05-08 21:05:48 +00:00 |
ceval.c
|
Checkpoint. Manipulated things so that string literals are always
|
2007-04-27 23:53:51 +00:00 |
codecs.c
|
Get rid of all #ifdef Py_USING_UNICODE (it is always present now).
|
2007-05-03 17:49:24 +00:00 |
compile.c
|
Merged revisions 53952-54987 via svnmerge from
|
2007-04-27 19:54:29 +00:00 |
dup2.c
|
…
|
|
dynload_aix.c
|
Fix SF bug #1072182, problems with signed characters.
|
2005-12-19 06:05:18 +00:00 |
dynload_atheos.c
|
…
|
|
dynload_beos.c
|
…
|
|
dynload_dl.c
|
…
|
|
dynload_hpux.c
|
Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.
|
2006-05-27 19:21:47 +00:00 |
dynload_next.c
|
Fix for 838140: don't call NSUnlinkModule when we fail to find our
|
2004-07-15 22:28:48 +00:00 |
dynload_os2.c
|
…
|
|
dynload_shlib.c
|
Fix a warning from gcc by adding a missed const qualifier.
|
2006-01-04 01:30:17 +00:00 |
dynload_stub.c
|
…
|
|
dynload_win.c
|
Merged revisions 53952-54987 via svnmerge from
|
2007-04-27 19:54:29 +00:00 |
errors.c
|
Merged revisions 53952-54987 via svnmerge from
|
2007-04-27 19:54:29 +00:00 |
frozen.c
|
Fix test_frozen.
|
2007-02-09 23:27:01 +00:00 |
frozenmain.c
|
…
|
|
future.c
|
Merged revisions 46753-51188 via svnmerge from
|
2006-08-11 14:57:12 +00:00 |
getargs.c
|
Be more robust around bytes for e[st]#? formats.
|
2007-05-09 23:35:09 +00:00 |
getcompiler.c
|
…
|
|
getcopyright.c
|
Merged revisions 53005-53303 via svnmerge from
|
2007-01-09 23:18:33 +00:00 |
getcwd.c
|
Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.
|
2006-05-27 19:21:47 +00:00 |
getmtime.c
|
Merge p3yk branch with the trunk up to revision 45595. This breaks a fair
|
2006-04-21 10:40:58 +00:00 |
getopt.c
|
Merged revisions 46753-51188 via svnmerge from
|
2006-08-11 14:57:12 +00:00 |
getplatform.c
|
…
|
|
getversion.c
|
…
|
|
graminit.c
|
Hide list comp variables and support set comprehensions
|
2007-04-15 12:05:43 +00:00 |
hypot.c
|
…
|
|
import.c
|
More uniform approach to getting (UTF8) bytes out of a string.
|
2007-05-09 23:29:27 +00:00 |
importdl.c
|
…
|
|
importdl.h
|
…
|
|
mactoolboxglue.c
|
Merged revisions 46753-51188 via svnmerge from
|
2006-08-11 14:57:12 +00:00 |
marshal.c
|
Make test_marshal pass. Not my best work. :-(
|
2007-05-09 00:01:30 +00:00 |
memmove.c
|
…
|
|
modsupport.c
|
Change UnicodeDecodeError objects so that the 'object' attribute
|
2007-05-04 19:28:21 +00:00 |
mysnprintf.c
|
…
|
|
mystrtoul.c
|
Four months of trunk changes (including a few releases...)
|
2006-12-13 04:49:30 +00:00 |
peephole.c
|
Merged revisions 53952-54987 via svnmerge from
|
2007-04-27 19:54:29 +00:00 |
pyarena.c
|
Merged revisions 46753-51188 via svnmerge from
|
2006-08-11 14:57:12 +00:00 |
pyfpe.c
|
…
|
|
pystate.c
|
Merged revisions 53952-54987 via svnmerge from
|
2007-04-27 19:54:29 +00:00 |
pystrtod.c
|
Merged revisions 46753-51188 via svnmerge from
|
2006-08-11 14:57:12 +00:00 |
pythonrun.c
|
Get rid of all #ifdef Py_USING_UNICODE (it is always present now).
|
2007-05-03 17:49:24 +00:00 |
sigcheck.c
|
…
|
|
strdup.c
|
…
|
|
strerror.c
|
…
|
|
strtod.c
|
Merged revisions 46753-51188 via svnmerge from
|
2006-08-11 14:57:12 +00:00 |
structmember.c
|
Make readonly members defined in C throw an AttributeError on modification. This brings them into sync with Python-level attributes. Fixes bug #1687163.
|
2007-03-28 21:44:53 +00:00 |
symtable.c
|
Don't crash when nonlocal is used at module level (fixes SF#1705365)
|
2007-04-23 10:14:27 +00:00 |
sysmodule.c
|
Get rid of all #ifdef Py_USING_UNICODE (it is always present now).
|
2007-05-03 17:49:24 +00:00 |
thread.c
|
Merged revisions 46753-51188 via svnmerge from
|
2006-08-11 14:57:12 +00:00 |
thread_atheos.h
|
…
|
|
thread_beos.h
|
…
|
|
thread_cthread.h
|
…
|
|
thread_foobar.h
|
…
|
|
thread_lwp.h
|
…
|
|
thread_nt.h
|
Merged revisions 53952-54987 via svnmerge from
|
2007-04-27 19:54:29 +00:00 |
thread_os2.h
|
Merged revisions 46753-51188 via svnmerge from
|
2006-08-11 14:57:12 +00:00 |
thread_pth.h
|
…
|
|
thread_pthread.h
|
Merged revisions 46753-51188 via svnmerge from
|
2006-08-11 14:57:12 +00:00 |
thread_sgi.h
|
Remove support for DYNIX, IRIX 4, --with-sgi-dl, --with-dl-dld
|
2004-01-17 04:04:13 +00:00 |
thread_solaris.h
|
…
|
|
thread_wince.h
|
bug 1234979 addition
|
2005-07-09 15:26:33 +00:00 |
traceback.c
|
Merged revisions 53451-53537 via svnmerge from
|
2007-02-01 18:02:27 +00:00 |