- 23 Mar, 2006 8 kayıt (commit)
-
-
Hye-Shik Chang yazdı
and later versions because they bumped the default setting to get our basic tests to run correctly..
-
Hye-Shik Chang yazdı
-
Hye-Shik Chang yazdı
BSD make stops the build when it tries to expand wild cards on empty directories.
-
Neal Norwitz yazdı
wrt to ssize_t.
-
Neal Norwitz yazdı
-
Tim Peters yazdı
to stop truncating it.
-
Neal Norwitz yazdı
Fix crash when a Unicode string containing an encoding declaration is compile()d. Fixes #1115379.
-
Tim Peters yazdı
-
- 22 Mar, 2006 10 kayıt (commit)
-
-
Barry Warsaw yazdı
-
Thomas Heller yazdı
on 64-bit platforms.
-
Thomas Heller yazdı
Don't use SEH when compiling wth mingw. Use IS_INTRESOURCE to determine function name from function ordinal. Rewrite the code that allocates and frees callback functions, hopefully this avoids the coverty warnings: Remove the THUNK typedef, and move the definition of struct ffi_info into the header file.
-
Thomas Heller yazdı
-
Hye-Shik Chang yazdı
comments in the file. (SF #1455641)
-
Neal Norwitz yazdı
-
Georg Brandl yazdı
-
Tim Peters yazdı
-
Tim Peters yazdı
-
Barry Warsaw yazdı
-
- 21 Mar, 2006 9 kayıt (commit)
-
-
Barry Warsaw yazdı
-
Barry Warsaw yazdı
-
Barry Warsaw yazdı
-
Barry Warsaw yazdı
-
Georg Brandl yazdı
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Georg Brandl yazdı
was used unmotivated in the pow() docs)
-
Tim Peters yazdı
as diagnosed by Nick Coghlan. test_capi.py: A test module should never spawn a thread as a side effect of being imported. Because this one did, the segfault one of its thread tests caused didn't occur until a few tests after test_regrtest.py thought test_capi was finished. Repair that. Also join() the thread spawned at the end, so that test_capi is truly finished when regrtest reports that it's done. _testcapimodule.c test_thread_state(): this spawns a couple of non-threading.py threads, passing them a PyObject* argument, but did nothing to ensure that those threads finished before returning. As a result, the PyObject* _could_ (although this was unlikely) get decref'ed out of existence before the threads got around to using it. Added explicit synchronization (via a Python mutex) so that test_thread_state can reliably wait for its spawned threads to finish.
-
- 20 Mar, 2006 13 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
Thomas Heller yazdı
-
Georg Brandl yazdı
-
Neal Norwitz yazdı
-
Thomas Heller yazdı
-
Thomas Heller yazdı
-
Thomas Heller yazdı
-
Thomas Heller yazdı
Including unittest.
-
Neal Norwitz yazdı
-
Anthony Baxter yazdı
-
Neal Norwitz yazdı
more consistent (and smaller by 85 lines or so).
-
Neal Norwitz yazdı
Make some functions static, reformat function decl to be consistent and check for error from PyModule_GetDict()
-