summaryrefslogtreecommitdiffstats
path: root/Include
Commit message (Expand)AuthorAgeFilesLines
* Issue #23485: Add _PyTime_FromMillisecondsObject() functionVictor Stinner2015-03-301-1/+7
* Fix PY_VERSION in Include/patchlevel.h to reflect our post-3.5.0a3 state.Larry Hastings2015-03-301-1/+1
* Merge 3.5.0a3 release engineering changes back into trunk.Larry Hastings2015-03-302-56/+56
|\
| * Issue #23752: _Py_fstat() is now responsible to raise the Python exceptionVictor Stinner2015-03-301-2/+6
| * Issue #22117: Remove _PyTime_ROUND_DOWN and _PyTime_ROUND_UP rounding methodsVictor Stinner2015-03-301-6/+1
| * Issue #22117: Add _PyTime_ROUND_CEILING rounding method for timestampsVictor Stinner2015-03-301-1/+4
| * Issue #22117: Fix usage of _PyTime_AsTimeval()Victor Stinner2015-03-301-1/+7
| * Issue #22117: Cleanup pytime.c/.hVictor Stinner2015-03-291-37/+37
| * Issue #22117: Use the _PyTime_t API in _datetime.datetime() constructorVictor Stinner2015-03-291-14/+6
* | Release bump for Python 3.5.0a3.v3.5.0a3Larry Hastings2015-03-291-2/+2
|/
* Issue #22117: Add the new _PyTime_ROUND_FLOOR rounding method for the datetimeVictor Stinner2015-03-281-2/+9
* Issue #22117: Use the _PyTime_t API for time.clock_settime()Victor Stinner2015-03-281-5/+0
* Issue #22117: Use the new _PyTime_t API in the select moduleVictor Stinner2015-03-281-1/+1
* Issue #22117: The thread module uses the new _PyTime_t timestamp APIVictor Stinner2015-03-281-18/+6
* Issue #22117: remove _PyTime_INTERVAL() macroVictor Stinner2015-03-281-10/+0
* Issue #22117: Write unit tests for _PyTime_AsTimeval()Victor Stinner2015-03-281-1/+3
* Issue #22117: The signal modules uses the new _PyTime_t APIVictor Stinner2015-03-271-0/+6
* Issue #22117: time.time() now uses the new _PyTime_t APIVictor Stinner2015-03-271-0/+8
* Issue #22117: time.monotonic() now uses the new _PyTime_t APIVictor Stinner2015-03-271-1/+20
* Issue #22117: Fix rounding in _PyTime_FromSecondsObject()Victor Stinner2015-03-271-3/+6
* Issue #22117: Add a new Python timestamp format _PyTime_t to pytime.hVictor Stinner2015-03-271-0/+34
* Issue #23753: Move _Py_wstat() from Python/fileutils.c to Modules/getpath.cVictor Stinner2015-03-241-4/+0
* Issue #23753: Python doesn't support anymore platforms without stat() orVictor Stinner2015-03-242-28/+0
* Issue #23571: _Py_CheckFunctionResult() now gives the name of the functionVictor Stinner2015-03-211-2/+3
* Removed trailing tabs.Serhiy Storchaka2015-03-212-2/+2
* Issue #23646: Enhance precision of time.sleep() and socket timeout whenVictor Stinner2015-03-201-7/+5
* Issue #23708: Add _Py_read() and _Py_write() functions to factorize code handleVictor Stinner2015-03-191-0/+10
* Removed unintentional trailing spaces in non-external and non-generated C files.Serhiy Storchaka2015-03-183-5/+5
* Issue #23694: Enhance _Py_open(), it now raises exceptionsVictor Stinner2015-03-171-0/+4
* Issue #23644: Fix issues with C++ when compiling Python extensionsVictor Stinner2015-03-172-12/+10
* Issue #23644, #22038: Move #include <stdatomic.c> inside the extern "C" { ... }Victor Stinner2015-03-121-4/+4
* Post-release changes for 3.5.0a2.Larry Hastings2015-03-091-1/+1
* Release bump for 3.5.0a2.v3.5.0a2Larry Hastings2015-03-081-2/+2
* Issue #23571: PyObject_Call(), PyCFunction_Call() and call_function() nowVictor Stinner2015-03-061-0/+5
* Issue #23524: Replace _PyVerify_fd function with calling _set_thread_local_in...Steve Dower2015-03-062-11/+12
* Issue #23152: Move declarations back to posixmodule.c.Serhiy Storchaka2015-02-221-4/+0
* Issue #23152: Move declaration into a header and exclude from stable API.Serhiy Storchaka2015-02-221-0/+6
* Issue #23152: Implement _Py_fstat() to support files larger than 2 GB on Wind...Steve Dower2015-02-211-1/+30
* Merge 3.4 (typo)Victor Stinner2015-02-111-1/+1
|\
| * Fix typo: PyMem_Alloc => PyMem_MallocVictor Stinner2015-02-111-1/+1
| * Post-release updates for Python 3.4.3rc1.Larry Hastings2015-02-081-1/+1
| * Version bump for 3.4.3rc1.Larry Hastings2015-02-081-4/+4
* | Post-release updates for Python 3.5.0a1.Larry Hastings2015-02-081-1/+1
* | Release bump for 3.5.0a1.Larry Hastings2015-02-081-2/+2
* | Issue #22896: Avoid to use PyObject_AsCharBuffer(), PyObject_AsReadBuffer()Serhiy Storchaka2015-02-021-1/+1
|\ \ | |/
* | mergeRaymond Hettinger2015-01-301-4/+0
|\ \
| * \ Closes #22668: Merge from 3.4.Stefan Krah2015-01-291-4/+0
| |\ \ | | |/
| | * Issue #22668: Ensure that format strings survive slicing after casting.Stefan Krah2015-01-291-2/+2
* | | Move the set search finger before the smalltable.Raymond Hettinger2015-01-301-2/+2
|/ /
* | Remove unneeded dummy test from the set search loop (when the hashes match we...Raymond Hettinger2015-01-271-1/+4