- 12 Eki, 2015 2 kayıt (commit)
-
-
Steve Dower yazdı
-
Steve Dower yazdı
Otherwise, stray registry entries would cause issues. Also fixes an accelerator collision and improves UAC icons when upgrading.
-
- 11 Eki, 2015 36 kayıt (commit)
-
-
Steve Dower yazdı
-
Steve Dower yazdı
-
Steve Dower yazdı
-
Steve Dower yazdı
-
Steve Dower yazdı
-
Steve Dower yazdı
-
Raymond Hettinger yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
already supports reduce protocol 4 (issue #20289).
-
Serhiy Storchaka yazdı
already supports reduce protocol 4 (issue #20289).
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Victor Stinner yazdı
base64.b64encode() uses it to avoid a memory copy.
-
Victor Stinner yazdı
-
Victor Stinner yazdı
Fix usage of support.import_module('asyncio'): store the result in an 'asyncio' variable.
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
* Fix accumulate_result(): don't use time on interrupted and failed test * Add unit test for interrupted test * Add unit test on --slow with interrupted test, with and without multiprocessing
-
Victor Stinner yazdı
-
Victor Stinner yazdı
Skip test_asyncio_1() when the asyncio module cannot be imported because CPython is compiled with no thread support.
-
Victor Stinner yazdı
Check also that the deprecation warning is emited.
-
Victor Stinner yazdı
-
Victor Stinner yazdı
Add "#ifdef WITH_THREAD" around cals to: * PyGILState_Check() * _PyImport_AcquireLock() * _PyImport_ReleaseLock()
-
Victor Stinner yazdı
Add "#ifdef WITH_THREAD" around cals to: * PyGILState_Check() * _PyImport_AcquireLock() * _PyImport_ReleaseLock()
-
Victor Stinner yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Raymond Hettinger yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
Patch by Nir Soffer.
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
- 10 Eki, 2015 2 kayıt (commit)
-
-
Serhiy Storchaka yazdı
can now be pickled using pickle protocols older than protocol version 4.
-
Serhiy Storchaka yazdı
-