summaryrefslogtreecommitdiff
path: root/Include
Commit message (Expand)AuthorAgeFilesLines
* Version bump for Python 3.5.0b2.v3.5.0b2Larry Hastings2015-05-301-2/+2
* Issue #16991: Drop Py_ODict_GetItemId.Eric Snow2015-05-301-1/+0
* Issue #16991: Use PyObject_TypeCheck instead of PyObject_IsInstance.Eric Snow2015-05-302-4/+4
* Reverting my previous commit.Yury Selivanov2015-05-301-4/+4
* Issue #16991: Add a C implementation of collections.OrderedDict.Eric Snow2015-05-293-3/+55
* merge 3.5Benjamin Peterson2015-05-281-1/+0
|\
| * remove STORE_MAP, since it's unusedBenjamin Peterson2015-05-281-1/+0
* | Issue 24017: Drop getawaitablefunc and friends in favor of unaryfunc.Yury Selivanov2015-05-281-6/+3
|\ \ | |/
| * Issue 24017: Drop getawaitablefunc and friends in favor of unaryfunc.Yury Selivanov2015-05-281-6/+3
* | Issue #24288: Generated opcode.h no longer contains trailing spaces and tabs.Serhiy Storchaka2015-05-271-115/+115
|\ \ | |/
| * Issue #24288: Generated opcode.h no longer contains trailing spaces and tabs.Serhiy Storchaka2015-05-271-115/+115
* | Version bump for trunk to 3.6.0a0. Welcome to the future!Larry Hastings2015-05-251-4/+4
|/
* Post-release fixes for 3.5.0b1.Larry Hastings2015-05-241-1/+1
* Version bump for 3.5.0b1.v3.5.0b1Larry Hastings2015-05-231-3/+3
* Issue #24268: Adds PyModuleDef_Init and PyModuleDef_Type to python3.def (stab...Steve Dower2015-05-231-1/+1
* PEP 489: Multi-phase extension module initializationNick Coghlan2015-05-232-24/+54
* Issue #24221: Small optimizations for heapq.Raymond Hettinger2015-05-221-0/+1
* Issue #22486: Added the math.gcd() function. The fractions.gcd() function no...Serhiy Storchaka2015-05-131-0/+3
* Fix warnings for PyEval_GetCoroutineWrapperYury Selivanov2015-05-111-1/+1
* PEP 0492 -- Coroutines with async and await syntax. Issue #24017.Yury Selivanov2015-05-1111-152/+229
* PEP 479: Change StopIteration handling inside generators.Yury Selivanov2015-05-093-1/+4
* PEP 448: additional unpacking generalizations (closes #2292)Benjamin Peterson2015-05-053-12/+15
* remove the concept of an unoptimized function scope from the compiler, since ...Benjamin Peterson2015-04-271-5/+0
* Add the files missing from c9f1630cf2b1 for issue9951.Gregory P. Smith2015-04-261-0/+17
* Merge Python 3.5.0a4 release engineering commits.Larry Hastings2015-04-201-6/+0
|\
| * Issue #23908: os functions now reject paths with embedded null characterSerhiy Storchaka2015-04-201-6/+0
| |\
* | | Post-release updates for Python 3.5.0a4.Larry Hastings2015-04-201-1/+1
* | | Version number bump for Python 3.5.0a4.v3.5.0a4Larry Hastings2015-04-191-2/+2
|/ /
* | Issue #23943: Fix typos. Patch by Piotr Kasprzyk.Berker Peksag2015-04-142-2/+2
|\ \ | |/
| * Issue #23943: Fix typos. Patch by Piotr Kasprzyk.Berker Peksag2015-04-142-2/+2
| * Merge 3.4.3 release engineering changes back into 3.4.Larry Hastings2015-02-261-1/+1
| |\
| * | Post-release changes for 3.4.3.Larry Hastings2015-02-261-1/+1
| * | Release bump for 3.4.3 final.Larry Hastings2015-02-221-3/+3
* | | Issue #23524: Replace _PyVerify_fd function with calls to _set_thread_local_i...Steve Dower2015-04-122-1/+21
* | | Issue #23834: Fix the default socket timeoutVictor Stinner2015-04-091-1/+6
* | | Removed trailing whitespaces in miscalenous files.Serhiy Storchaka2015-04-031-2/+2
* | | Issue #22117: Add a new _PyTime_FromSeconds() functionVictor Stinner2015-04-031-1/+4
* | | Issue #23836: Add _Py_write_noraise() functionVictor Stinner2015-04-011-0/+5
* | | 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-301-37/+37
| * | | Issue #22117: Use the _PyTime_t API in _datetime.datetime() constructorVictor Stinner2015-03-301-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