This website requires JavaScript.
Explore
Help
Sign in
mirrors
/
cpython
Watch
1
Star
0
Fork
You've already forked cpython
0
mirror of
https://github.com/python/cpython.git
synced
2025-08-30 13:38:43 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
8
53dbe39b46
cpython
/
Mac
/
Modules
/
dlg
History
Download ZIP
Download TAR.GZ
Christian Heimes
90aa7646af
#1629
: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT.
2007-12-19 02:45:37 +00:00
..
_Dlgmodule.c
#1629
: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT.
2007-12-19 02:45:37 +00:00
dlgscan.py
Run 2to3's print fixer over some places that had been missed.
2007-08-30 18:39:28 +00:00
dlgsupport.py
Kill execfile(), use exec() instead
2007-08-12 00:43:29 +00:00