summaryrefslogtreecommitdiffstats
path: root/Include
Commit message (Expand)AuthorAgeFilesLines
* Merge fix for issue #22166 from 3.4Nick Coghlan2014-09-151-0/+4
|\
| * Issue #22166: clear codec caches in test_codecsNick Coghlan2014-09-151-0/+4
* | Issue #22043: time.monotonic() is now always availableVictor Stinner2014-09-021-0/+18
* | pytime.h: remove duplicated "#ifndef Py_LIMITED_API"Victor Stinner2014-08-311-3/+0
* | Issue #22043: _PyTime_Init() now checks if the system clock works.Victor Stinner2014-08-291-6/+7
* | Issue #22193: Added private function _PySys_GetSizeOf() needed to implementSerhiy Storchaka2014-08-141-0/+4
|\ \ | |/
| * Issue #22193: Added private function _PySys_GetSizeOf() needed to implementSerhiy Storchaka2014-08-141-0/+4
| * a post 3.4.1 worldBenjamin Peterson2014-05-261-1/+1
* | Issue #22116: C functions and methods (of the 'builtin_function_or_method' ty...Antoine Pitrou2014-08-061-0/+1
* | Issue #18395: Rename ``_Py_char2wchar()`` to :c:func:`Py_DecodeLocale`, renameVictor Stinner2014-08-011-2/+2
* | Issue #22054: Add os.get_blocking() and os.set_blocking() functions to get andVictor Stinner2014-07-291-1/+8
* | Issue #20179: Apply Argument Clinic to bytes and bytearray.Martin v. Löwis2014-07-271-2/+2
* | Issue #21803: remove macro indirections in complexobject.hAntoine Pitrou2014-07-071-15/+7
* | Issue #21205: Add a new ``__qualname__`` attribute to generator, the qualifiedVictor Stinner2014-06-161-0/+8
* | Issue #21233: Rename the C structure "PyMemAllocator" to "PyMemAllocatorEx" toVictor Stinner2014-06-021-4/+4
* | merge 3.4 (#21587)Benjamin Peterson2014-05-261-1/+1
|\ \ | |/
| * remove tab (closes #21587)Benjamin Peterson2014-05-261-1/+1
| * Version bump for 3.4.1.v3.4.1Larry Hastings2014-05-181-3/+3
| * Post-release version bump for 3.4.1rc1. Sorry it's late!Larry Hastings2014-05-181-1/+1
| * Version bump for 3.4.1rc1.v3.4.1rc1Larry Hastings2014-05-041-4/+4
* | Issue #21490: Add new C macros: Py_ABS() and Py_STRINGIFY()Victor Stinner2014-05-141-1/+14
* | do not expose known hash api in stable APIBenjamin Peterson2014-05-031-0/+4
* | Issue 21101: Internal API for dict getitem and setitem where the hash value ...Raymond Hettinger2014-05-031-0/+4
* | Issue #21233: Add new C functions: PyMem_RawCalloc(), PyMem_Calloc(),Victor Stinner2014-05-022-1/+8
* | support setting fpu precision on m68k (closes #20904)Benjamin Peterson2014-04-171-0/+19
* | Closes Issue 17861: Autogenerate Include/opcode.h from opcode.py.Kushal Das2014-04-151-140/+109
* | #11983: update comment to describe which fields are used and why.Andrew Kuchling2014-04-141-1/+6
* | PEP 465: a dedicated infix operator for matrix multiplication (closes #21176)Benjamin Peterson2014-04-106-9/+30
* | merge 3.4Benjamin Peterson2014-04-081-1/+1
|\ \ | |/
| * use imperativeBenjamin Peterson2014-04-081-1/+1
* | Issue #19537: Fix PyUnicode_DATA() alignment under m68k. Patch by Andreas Sc...Antoine Pitrou2014-03-231-0/+3
|\ \ | |/
| * Issue #19537: Fix PyUnicode_DATA() alignment under m68k. Patch by Andreas Sc...Antoine Pitrou2014-03-231-0/+3
* | Version bump to 3.5, step 2.Larry Hastings2014-03-171-3/+3
|/
* Merged default into 3.4 branch. 3.4 branch is now effectively 3.4.1rc1.Larry Hastings2014-03-172-4/+15
|\
| * cast negative numbers to size_t before shifting them (#20929)Benjamin Peterson2014-03-151-1/+1
| * Issue #20320: select.select() and select.kqueue.control() now round the timeoutVictor Stinner2014-02-161-3/+14
| * Merge Python 3.4.0rc1 release branch.Larry Hastings2014-02-112-1/+2
| |\
| | * Issue #19255: The builtins module is restored to initial value beforeSerhiy Storchaka2014-02-102-1/+2
* | | Post-release verion bump for 3.4.0(+).Larry Hastings2014-03-171-1/+1
* | | Release bump for 3.4.0 final.Larry Hastings2014-03-161-3/+3
* | | Mark branch as being after Python 3.4.0rc3.Larry Hastings2014-03-161-1/+1
* | | Version bump for 3.4.0rc3.v3.4.0rc3Larry Hastings2014-03-091-2/+2
* | | Issue #19255: The builtins module is restored to initial value beforeSerhiy Storchaka2014-02-102-1/+2
* | | Version bump for Python 3.4.0rc2.v3.4.0rc2Larry Hastings2014-02-231-2/+2
|/ /
* | Python 3.4.0rc1: Post-release updates.Larry Hastings2014-02-111-1/+1
* | Python 3.4.0rc1: Version bump.v3.4.0rc1Larry Hastings2014-02-101-3/+3
|/
* Issue #20517: Removed unnecessary new (short-lived) functions from PyErr.Larry Hastings2014-02-101-25/+0
* Issue #20517: Functions in the os module that accept two filenamesLarry Hastings2014-02-101-0/+30
* Issue #20530: Argument Clinic's signature format has been revised again.Larry Hastings2014-02-091-2/+2
* Close #20404: blacklist non-text encodings in io.TextIOWrapperNick Coghlan2014-02-041-0/+20