- 20 Dec, 2002 10 commits
-
-
Thomas Heller authored
to a constant in the 'win32con' module, but this constant is also defined in the _winreg module itself. Bugfix candidate.
-
Kurt B. Kaiser authored
-
Kurt B. Kaiser authored
-
Tim Peters authored
-
Tony Lownds authored
-
Tony Lownds authored
Another applet mechanism has been developed for Python on Mac OS X and trying to use the -c "__import__('run').main()" trick is just not working. macosx_main.py is a new file which should be used as the startup file for Mac OS X applet bundles. This startup file understands a -p option, which when seen will start run.main(). When running as an applet, this seems like the best approach.
-
Guido van Rossum authored
should copy the handlers list because it's being modified by the loop.
-
Tim Peters authored
used that. wrap_strftime(): Removed the most irritating uses of buf. TestDate.test_ordinal_conversions(): The C implementation is fast enough that we can afford to check the endpoints of every year. Also added tm_yday tests at the endpoints.
-
Kurt B. Kaiser authored
-
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 5 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
-