This website requires JavaScript.
Explore
Help
Sign In
traverseda
/
cpython
Watch
1
Star
0
Fork
You've already forked cpython
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
a9feadc0dd
cpython
/
Python
History
Georg Brandl
6c59e72576
#5580
: no need to use parentheses when converterr() argument is actually a type description.
2009-04-05 11:54:07 +00:00
..
Python-ast.c
…
_warnings.c
_warnings was importing itself to get an attribute. That's bad if warnings gets
2009-04-01 18:03:59 +00:00
asdl.c
…
ast.c
#4077
: No need to append \n when calling Py_FatalError
2009-01-17 20:18:59 +00:00
atof.c
…
bltinmodule.c
Issue
#2396
: backport the memoryview object.
2009-04-02 21:18:34 +00:00
ceval.c
Backport r69961 to trunk, replacing JUMP_IF_{TRUE,FALSE} with
2009-02-28 19:03:21 +00:00
codecs.c
…
compile.c
Backport r69961 to trunk, replacing JUMP_IF_{TRUE,FALSE} with
2009-02-28 19:03:21 +00:00
dup2.c
…
dynload_aix.c
…
dynload_atheos.c
…
dynload_beos.c
…
dynload_dl.c
…
dynload_hpux.c
…
dynload_next.c
…
dynload_os2.c
…
dynload_shlib.c
…
dynload_stub.c
…
dynload_win.c
On Windows, use the Python 'Activation Context' when loading extensions
2009-01-27 23:12:23 +00:00
errors.c
PyErr_NormalizeException may not set an error, so convert the PyErr_SetObject
2009-04-02 18:09:04 +00:00
formatter_string.c
…
formatter_unicode.c
fix building the core with --disable-unicode
2009-01-25 17:15:10 +00:00
frozen.c
…
frozenmain.c
…
future.c
…
getargs.c
#5580
: no need to use parentheses when converterr() argument is actually a type description.
2009-04-05 11:54:07 +00:00
getcompiler.c
…
getcopyright.c
…
getcwd.c
…
getopt.c
…
getplatform.c
…
getversion.c
…
graminit.c
…
import.c
Fix two issues introduced by issue
#71031
by changing the signature of
2009-04-02 03:34:53 +00:00
importdl.c
…
importdl.h
…
mactoolboxglue.c
…
marshal.c
Issue
#4258
: Use 30-bit digits for Python longs, on 64-bit platforms.
2009-03-20 15:51:55 +00:00
modsupport.c
…
mysnprintf.c
…
mystrtoul.c
…
peephole.c
Backport r69961 to trunk, replacing JUMP_IF_{TRUE,FALSE} with
2009-02-28 19:03:21 +00:00
pyarena.c
…
pyfpe.c
…
pymath.c
Issue
#4575
: fix Py_IS_INFINITY macro to work correctly on x87 FPUs.
2009-02-09 14:18:43 +00:00
pystate.c
…
pystrcmp.c
…
pystrtod.c
…
pythonrun.c
- Issue
#3845
: In PyRun_SimpleFileExFlags avoid invalid memory access with
2009-04-04 14:18:13 +00:00
sigcheck.c
…
strdup.c
…
strtod.c
…
structmember.c
…
symtable.c
fix error handling
2009-04-02 02:52:46 +00:00
sysmodule.c
Issue
#4258
: Use 30-bit digits for Python longs, on 64-bit platforms.
2009-03-20 15:51:55 +00:00
thread.c
…
thread_atheos.h
…
thread_beos.h
…
thread_cthread.h
…
thread_foobar.h
…
thread_lwp.h
…
thread_nt.h
…
thread_os2.h
…
thread_pth.h
…
thread_pthread.h
…
thread_sgi.h
…
thread_solaris.h
…
thread_wince.h
…
traceback.c
fix strange errors when setting attributes on tracebacks
#4034
2009-03-18 20:52:15 +00:00