2379 Commits (cb39d1f466eeecbec969f50a5df609eb0a863084)

Author SHA1 Message Date
Berker Peksag 4882cacab6 Issue #23943: Fix typos. Patch by Piotr Kasprzyk. 11 years ago
Steve Dower 8fc8980c96 Issue #23524: Replace _PyVerify_fd function with calls to _set_thread_local_invalid_parameter_handler. 11 years ago
Victor Stinner 88ed640fc7 Issue #23834: Fix the default socket timeout 11 years ago
Serhiy Storchaka 45ec3288d0 Removed trailing whitespaces in miscalenous files. 11 years ago
Victor Stinner 13019fdef3 Issue #22117: Add a new _PyTime_FromSeconds() function 11 years ago
Victor Stinner 82c3e4599d Issue #23836: Add _Py_write_noraise() function 11 years ago
Victor Stinner fa09beb150 Issue #23485: Add _PyTime_FromMillisecondsObject() function 11 years ago
Larry Hastings a52f31dfe2 Fix PY_VERSION in Include/patchlevel.h to reflect our post-3.5.0a3 state. 11 years ago
Victor Stinner e134a7fe36 Issue #23752: _Py_fstat() is now responsible to raise the Python exception 11 years ago
Victor Stinner a695f83f0d Issue #22117: Remove _PyTime_ROUND_DOWN and _PyTime_ROUND_UP rounding methods 11 years ago
Victor Stinner bcdd777d3c Issue #22117: Add _PyTime_ROUND_CEILING rounding method for timestamps 11 years ago
Victor Stinner ea9c0dd2c2 Issue #22117: Fix usage of _PyTime_AsTimeval() 11 years ago
Larry Hastings 02d1db9f46 Release bump for Python 3.5.0a3. 11 years ago
Victor Stinner 1bd18ba9a7 Issue #22117: Cleanup pytime.c/.h 11 years ago
Victor Stinner 09e5cf28ae Issue #22117: Use the _PyTime_t API in _datetime.datetime() constructor 11 years ago
Victor Stinner 02937aab13 Issue #22117: Add the new _PyTime_ROUND_FLOOR rounding method for the datetime 11 years ago
Victor Stinner b3b4544070 Issue #22117: Use the _PyTime_t API for time.clock_settime() 11 years ago
Victor Stinner c337838af7 Issue #22117: Use the new _PyTime_t API in the select module 11 years ago
Victor Stinner f5faad2bf0 Issue #22117: The thread module uses the new _PyTime_t timestamp API 11 years ago
Victor Stinner b28e91633a Issue #22117: remove _PyTime_INTERVAL() macro 11 years ago
Victor Stinner 95e9cef6f0 Issue #22117: Write unit tests for _PyTime_AsTimeval() 11 years ago
Victor Stinner 34dc0f46ae Issue #22117: The signal modules uses the new _PyTime_t API 11 years ago
Victor Stinner a47b881d86 Issue #22117: time.time() now uses the new _PyTime_t API 11 years ago
Victor Stinner 4bfb460d88 Issue #22117: time.monotonic() now uses the new _PyTime_t API 11 years ago
Victor Stinner 992c43fec9 Issue #22117: Fix rounding in _PyTime_FromSecondsObject() 11 years ago
Victor Stinner cb29f0177c Issue #22117: Add a new Python timestamp format _PyTime_t to pytime.h 11 years ago
Victor Stinner 91afbb6088 Issue #23753: Move _Py_wstat() from Python/fileutils.c to Modules/getpath.c 11 years ago
Victor Stinner f329878e74 Issue #23753: Python doesn't support anymore platforms without stat() or 11 years ago
Victor Stinner efde146b0c Issue #23571: _Py_CheckFunctionResult() now gives the name of the function 11 years ago
Serhiy Storchaka f402775e5d Removed trailing tabs. 11 years ago
Victor Stinner 9a8089b32a Issue #23646: Enhance precision of time.sleep() and socket timeout when 11 years ago
Victor Stinner 66aab0c4b5 Issue #23708: Add _Py_read() and _Py_write() functions to factorize code handle 11 years ago
Serhiy Storchaka 009b811d67 Removed unintentional trailing spaces in non-external and non-generated C files. 11 years ago
Victor Stinner a555cfcb73 Issue #23694: Enhance _Py_open(), it now raises exceptions 11 years ago
Victor Stinner 6562b29e13 Issue #23644: Fix issues with C++ when compiling Python extensions 11 years ago
Victor Stinner 3b6d0ae8fe Issue #23644, #22038: Move #include <stdatomic.c> inside the extern "C" { ... } 11 years ago
Larry Hastings cfac654165 Post-release changes for 3.5.0a2. 11 years ago
Larry Hastings 6003ac5267 Release bump for 3.5.0a2. 11 years ago
Victor Stinner 4a7cc88472 Issue #23571: PyObject_Call(), PyCFunction_Call() and call_function() now 11 years ago
Steve Dower d81431f587 Issue #23524: Replace _PyVerify_fd function with calling _set_thread_local_invalid_parameter_handler on every thread. 11 years ago
Larry Hastings e287746401 Post-release changes for 3.4.3. 11 years ago
Larry Hastings fc8eda5ad8 Release bump for 3.4.3 final. 11 years ago
Serhiy Storchaka 06a13f81ea Issue #23152: Move declarations back to posixmodule.c. 11 years ago
Serhiy Storchaka 12ebbc74f1 Issue #23152: Move declaration into a header and exclude from stable API. 11 years ago
Steve Dower f2f373f593 Issue #23152: Implement _Py_fstat() to support files larger than 2 GB on Windows. 11 years ago
Victor Stinner 22fabe218d Fix typo: PyMem_Alloc => PyMem_Malloc 11 years ago
Larry Hastings f77232b04e Post-release updates for Python 3.5.0a1. 11 years ago
Larry Hastings 833d1925c7 Post-release updates for Python 3.4.3rc1. 11 years ago
Larry Hastings b06f142f5f Release bump for 3.5.0a1. 11 years ago
Larry Hastings e5529063b2 Version bump for 3.4.3rc1. 11 years ago