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
cb19976f1abb27dd9b28db2d8dea8802326c94de
cpython
/
Tools
/
modulator
/
Templates
History
Guido van Rossum
8586991099
REMOVED all CWI, CNRI and BeOpen copyright markings.
...
This should match the situation in the 1.6b1 tree.
2000-09-01 23:29:29 +00:00
..
copyright
REMOVED all CWI, CNRI and BeOpen copyright markings.
2000-09-01 23:29:29 +00:00
module_head
…
module_method
…
module_tail
A few missing casts (Richard Neitzel).
1996-03-07 16:16:54 +00:00
object_head
…
object_method
…
object_mlist
…
object_new
…
object_structure
…
object_tail
Added third argument to call()
1995-10-12 13:45:25 +00:00
object_tp_as_mapping
…
object_tp_as_number
…
object_tp_as_sequence
…
object_tp_call
Added third argument to call()
1995-10-12 13:45:25 +00:00
object_tp_compare
…
object_tp_dealloc
…
object_tp_getattr
…
object_tp_hash
…
object_tp_print
…
object_tp_repr
…
object_tp_setattr
comment fix
1995-10-23 13:52:52 +00:00
object_tp_str
…