- 19 Ara, 2002 14 kayıt (commit)
-
-
Jack Jansen yazdı
could overwrite memory.
-
Jack Jansen yazdı
(generated) Carbon module functionality. Not 100% complete yet, but at least the IDE doesn't crash on startup.
-
Jack Jansen yazdı
poses as MACFS for backward compatibility).
-
Jack Jansen yazdı
-
Jack Jansen yazdı
fixed that macro to actually work:-)
-
Martin v. Löwis yazdı
-
Neal Norwitz yazdı
blockstack_top could be 0 when blockstack[blockstack_top-1] was referenced (ie blockstack[-1]) which crashed on hpux. Patch & fix by Richie Hindle
-
Martin v. Löwis yazdı
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
It would be nice to support other compilers besides gcc.
-
Kurt B. Kaiser yazdı
Check the module.
-
Neal Norwitz yazdı
-
Tim Peters yazdı
-
Neal Norwitz yazdı
-
- 18 Ara, 2002 9 kayıt (commit)
-
-
Neal Norwitz yazdı
Some systems (HPUX at least) already define MIN/MAX for us
-
Neal Norwitz yazdı
Check return values after memory allocation. Also use Py_True instead of PyInt_FromLong(1) for bool value. Backport candidate.
-
Jack Jansen yazdı
- Added support for optional FSSpecs and FSRefs to the Alias routines. NewAlias and friends are still functions, though, not methods.
-
Tim Peters yazdı
-
Raymond Hettinger yazdı
-
Andrew M. Kuchling yazdı
(Fred, don't bother to add to lib.tex or to proofread this yet.)
-
Fred Drake yazdı
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
The static variable (implicit) was not necessary. The c_globals can be None or True now.
-
- 17 Ara, 2002 17 kayıt (commit)
-
-
Jack Jansen yazdı
Added comment (to myself) on what still needs to be done.
-
Jack Jansen yazdı
complete yet, but it should work. It will be finished (and renamed) shortly.
-
Greg Ward yazdı
-
Jack Jansen yazdı
constants have tradiationally been in MACFS.py.
-
Jack Jansen yazdı
-
Jack Jansen yazdı
- Added access to the "data" attribute - Fixed the FSRef tp_init routine to accept pathnames on OSX - Changed the FSSpec tp_repr to return something resembling what macfs returns.
-
Jack Jansen yazdı
externally visible name of the module. This is so that type names can be shown as "Carbon.File.FSSpec" even though the real name of the module is "_File".
-
Kurt B. Kaiser yazdı
M PyShell.py M ScriptBinding.py 1. Update ScriptBinding.py to highlight a syntax error in the Edit window, and place the cursor on the error. Add a syntax check to the Run Script event instead of waiting until the script tries to run and raises a syntax error in the shell, forcing the user to navigate back to the Edit window to fix it. 2. Modify tag_config's appropriately in PyShell.py and ColorDelegator.py 3. Some minor clean-up in ScriptBinding.py
-
Jack Jansen yazdı
routine to py_time_second.
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
-
Greg Ward yazdı
-
Gustavo Niemeyer yazdı
(file_read): Replaced assertion with mixed sign operation by a simple comment (thank you Raymond). The algorithm is clear enough in that point.
-
Michael W. Hudson yazdı
[ 629278 ] install lib-dynload .so files mode 555 fixing [ 583206 ] lib-dynload/*.so wrong permissions [ 425007 ] Python 2.1 installs shared libs with mode 0700 Phew.
-
Michael W. Hudson yazdı
[ 643835 ] Set Next Statement for Python debuggers with a few tweaks by me: adding an unsigned or two, mentioning that not all jumps are allowed in the doc for pdb, adding a NEWS item and a note to whatsnew, and AuCTeX doing something cosmetic to libpdb.tex.
-
Neal Norwitz yazdı
Convert remaining uses of 1/0 to True/False
-
Neal Norwitz yazdı
-