- 04 Ara, 2001 1 kayıt (commit)
-
-
Tim Peters yazdı
own interfered with including Python.h. Remove Python's assert.h.
-
- 28 Kas, 2001 1 kayıt (commit)
-
-
Barry Warsaw yazdı
PyOS_snprintf() for buffer overrun avoidance.
-
- 05 Kas, 2001 1 kayıt (commit)
-
-
Tim Peters yazdı
Changes enabling Python to compile under OS/2 Visual Age C++.
-
- 30 Eki, 2001 1 kayıt (commit)
-
-
Tim Peters yazdı
Removed "#undef HAVE_HYPOT" line from Borland config, as suggested. Whether this will break some other Borland usage is a good question I can't answer.
-
- 12 Eki, 2001 1 kayıt (commit)
-
-
Tim Peters yazdı
Still broken: GETTIMEOFDAY. This macro obviously isn't being defined on Windows, so there's logic errors here I'd rather Fred untangled.
-
- 07 Eyl, 2001 1 kayıt (commit)
-
-
Mark Hammond yazdı
If after calculating sys.path we do not have sys.prefix set, we loop over all path entries checking if one can point to our home directory.
-
- 06 Eyl, 2001 2 kayıt (commit)
-
-
Mark Hammond yazdı
-
Tim Peters yazdı
Curious: the MS docs say stati64 etc are supported even on Win95, but Win95 doesn't support a filesystem that allows partitions > 2 Gb. test_largefile: This was opening its test file in text mode. I have no idea how that worked under Win64, but it sure needs binary mode on Win98. BTW, on Win98 test_largefile runs quickly (under a second).
-
- 29 Agu, 2001 1 kayıt (commit)
-
-
Tim Peters yazdı
pyport.h: typedef a new Py_intptr_t type. DELICATE ASSUMPTION: That HAVE_UINTPTR_T implies intptr_t is available as well as uintptr_t. If that turns out not to be true, things must get uglier (C99 wants both, so I think it's an assumption we're *likely* to get away with). thread_nt.h, PyThread_start_new_thread: MS _beginthread is documented as returning unsigned long; no idea why uintptr_t was being used. Others: Always use Py_[u]intptr_t, never [u]intptr_t directly.
-
- 19 Agu, 2001 1 kayıt (commit)
-
-
Tim Peters yazdı
company info in resource files; change installer strings to match. This belongs in the release branch too, of course.
-
- 02 Agu, 2001 1 kayıt (commit)
-
-
Tim Peters yazdı
-
- 26 Tem, 2001 2 kayıt (commit)
-
-
Tim Peters yazdı
-
Martin v. Löwis yazdı
-
- 23 Tem, 2001 1 kayıt (commit)
-
-
Neil Schemenauer yazdı
and PYTHONPATH).
-
- 17 Tem, 2001 1 kayıt (commit)
-
-
Fred Drake yazdı
os.tmpnam() functions to be made available. This is part of SF patch #435492.
-
- 15 Tem, 2001 1 kayıt (commit)
-
-
Tim Peters yazdı
Others: Remove redundant includes of assert.h.
-
- 27 Haz, 2001 1 kayıt (commit)
-
-
Fredrik Lundh yazdı
-
- 26 Haz, 2001 2 kayıt (commit)
-
-
Fredrik Lundh yazdı
-
Tim Peters yazdı
SIZEOF_SHORT by hand here. Also added dynamic check that SIZEOF_SHORT is correct for the platform (in _testcapimodule).
-
- 14 May, 2001 1 kayıt (commit)
-
-
Tim Peters yazdı
-
- 24 Nis, 2001 1 kayıt (commit)
-
-
Tim Peters yazdı
I believe Kevin Rodgers here! The old WINDOWS_LEAN_AND_MEAN has, AFAICT, always been wrong.
-
- 21 Nis, 2001 1 kayıt (commit)
-
-
Tim Peters yazdı
-
- 18 Nis, 2001 1 kayıt (commit)
-
-
Tim Peters yazdı
installations.
-
- 11 Mar, 2001 1 kayıt (commit)
-
-
Tim Peters yazdı
to be used in Windows. They got out of synch. Repaired that, and added comments to each one pointing at the other.
-
- 28 Şub, 2001 1 kayıt (commit)
-
-
Tim Peters yazdı
NOTE: someone who understands Unix config should remove it from acconfig.h too.
-
- 23 Şub, 2001 1 kayıt (commit)
-
-
Mark Hammond yazdı
Checkin updated version of patch #103933 . As Thomas says, fixes the bugs #131064, #129584, #127722. See the discussion in bug #131064
-
- 20 Şub, 2001 1 kayıt (commit)
-
-
Tim Peters yazdı
If someone knows how to turn the new table of guaranteed-registered system sounds into a LaTeX table, be my guest.
-
- 19 Şub, 2001 3 kayıt (commit)
-
-
Tim Peters yazdı
-
Tim Peters yazdı
-
Tim Peters yazdı
do something non-useless on Win9X boxes. WinME unknown to me. Someone with NT/2000 make sure it still works there!
-
- 09 Şub, 2001 1 kayıt (commit)
-
-
Tim Peters yazdı
SF patch #103683: Alternative dll version resources. Changes similar to the patch. MarkH should review. File version and Product version text strings now 2.1a2. 64-bit file and product version numbers are now PY_MAJOR_VERSION, PY_MINOR_VERSION, messy, PYTHON_API_VERSION where messy = PY_MICRO_VERSION*1000 + PY_RELEASE_LEVEL*10 + PY_RELEASE_SERIAL Updated company name to "Digital Creations 2". Copyright now lists Guido; "C in a circle" symbol used instead of (C). Comments added so this is less likely to get flubbed again, and #if/#error guys added to trigger if the version number manipulations above overflow.
-
- 02 Şub, 2001 1 kayıt (commit)
-
-
Tim Peters yazdı
-
- 25 Ock, 2001 1 kayıt (commit)
-
-
Tim Peters yazdı
-
- 19 Ock, 2001 2 kayıt (commit)
-
-
Tim Peters yazdı
-
Tim Peters yazdı
MSVC project file (as the instructions always recommended doing).
-
- 17 Ock, 2001 1 kayıt (commit)
-
-
Tim Peters yazdı
subproject is gone, replaced by the new pythoncore subproject.
-
- 09 Ock, 2001 1 kayıt (commit)
-
-
Tim Peters yazdı
Wasn't built on Windows; not in config.c either. Module init function missing DL_EXPORT magic. test_xreadline output file obviously wrong (started w/ "test_xrl"). test program very unclear about what was expected.
-
- 12 Ara, 2000 1 kayıt (commit)
-
-
Tim Peters yazdı
Still needs docs; see bug report (which was reassigned to Fred) for MS's docs.
-
- 13 Kas, 2000 2 kayıt (commit)
-
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-