This website requires JavaScript.
Explore
Help
Sign In
ada
/
cpython
Watch
0
Star
0
Fork
0
You've already forked cpython
mirror of
https://github.com/AdaCore/cpython.git
synced
2026-02-12 12:57:15 -08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
5301d9c10d4a386f8889722cd9aba903ccaed17d
cpython
/
Objects
History
Neil Schemenauer
7555294576
Remove code that tried to warn about shadowing builtin names after a
...
module had been compiled. It gives too many spurious warnings.
2003-07-16 22:04:11 +00:00
..
.cvsignore
…
abstract.c
…
boolobject.c
…
bufferobject.c
…
cellobject.c
…
classobject.c
…
cobject.c
Add whitespace.
2003-07-11 17:02:39 +00:00
complexobject.c
…
descrobject.c
…
dictnotes.txt
…
dictobject.c
…
enumobject.c
…
fileobject.c
…
floatobject.c
…
frameobject.c
…
funcobject.c
…
intobject.c
…
iterobject.c
…
listobject.c
…
listsort.txt
…
longobject.c
…
methodobject.c
…
moduleobject.c
Remove code that tried to warn about shadowing builtin names after a
2003-07-16 22:04:11 +00:00
object.c
…
obmalloc.c
…
rangeobject.c
…
sliceobject.c
…
stringobject.c
…
structseq.c
…
tupleobject.c
…
typeobject.c
Remove stray comments.
2003-07-16 16:17:57 +00:00
unicodectype.c
…
unicodeobject.c
Support 'mbcs' as a 'built-in' encoding, so the C API can use it without
2003-07-01 00:13:27 +00:00
unicodetype_db.h
…
weakrefobject.c
Remove proxy_print(), since that caused an inconsistency between
2003-07-14 21:46:23 +00:00