- 20 Dec, 2002 1 commit
-
-
Kurt B. Kaiser authored
-
- 19 Dec, 2002 16 commits
-
-
Jack Jansen authored
-
Jack Jansen authored
-
Jack Jansen authored
could overwrite memory.
-
Jack Jansen authored
(generated) Carbon module functionality. Not 100% complete yet, but at least the IDE doesn't crash on startup.
-
Jack Jansen authored
poses as MACFS for backward compatibility).
-
Jack Jansen authored
-
Jack Jansen authored
fixed that macro to actually work:-)
-
Martin v. Löwis authored
-
Neal Norwitz authored
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 authored
-
Neal Norwitz authored
-
Neal Norwitz authored
It would be nice to support other compilers besides gcc.
-
Kurt B. Kaiser authored
Check the module.
-
Neal Norwitz authored
-
Tim Peters authored
-
Neal Norwitz authored
-
- 18 Dec, 2002 9 commits
-
-
Neal Norwitz authored
Some systems (HPUX at least) already define MIN/MAX for us
-
Neal Norwitz authored
Check return values after memory allocation. Also use Py_True instead of PyInt_FromLong(1) for bool value. Backport candidate.
-
Jack Jansen authored
- Added support for optional FSSpecs and FSRefs to the Alias routines. NewAlias and friends are still functions, though, not methods.
-
Tim Peters authored
-
Raymond Hettinger authored
-
Andrew M. Kuchling authored
(Fred, don't bother to add to lib.tex or to proofread this yet.)
-
Fred Drake authored
-
Neal Norwitz authored
-
Neal Norwitz authored
The static variable (implicit) was not necessary. The c_globals can be None or True now.
-
- 17 Dec, 2002 14 commits
-
-
Jack Jansen authored
Added comment (to myself) on what still needs to be done.
-
Jack Jansen authored
complete yet, but it should work. It will be finished (and renamed) shortly.
-
Greg Ward authored
-
Jack Jansen authored
constants have tradiationally been in MACFS.py.
-
Jack Jansen authored
-
Jack Jansen authored
- 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 authored
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 authored
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 authored
routine to py_time_second.
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Greg Ward authored
-
Gustavo Niemeyer authored
(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 authored
[ 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.
-