aboutsummaryrefslogtreecommitdiff
path: root/Include
AgeCommit message (Expand)Author
2014-08-14Issue #22193: Added private function _PySys_GetSizeOf() needed to implementSerhiy Storchaka
2014-08-14Issue #22193: Added private function _PySys_GetSizeOf() needed to implementSerhiy Storchaka
2014-08-06Issue #22116: C functions and methods (of the 'builtin_function_or_method' ty...Antoine Pitrou
2014-08-01Issue #18395: Rename ``_Py_char2wchar()`` to :c:func:`Py_DecodeLocale`, renameVictor Stinner
2014-07-29Issue #22054: Add os.get_blocking() and os.set_blocking() functions to get andVictor Stinner
2014-07-27Issue #20179: Apply Argument Clinic to bytes and bytearray.Martin v. Löwis
2014-07-07Issue #21803: remove macro indirections in complexobject.hAntoine Pitrou
2014-06-16Issue #21205: Add a new ``__qualname__`` attribute to generator, the qualifiedVictor Stinner
2014-06-02Issue #21233: Rename the C structure "PyMemAllocator" to "PyMemAllocatorEx" toVictor Stinner
2014-05-26a post 3.4.1 worldBenjamin Peterson
2014-05-26merge 3.4 (#21587)Benjamin Peterson
2014-05-26remove tab (closes #21587)Benjamin Peterson
2014-05-17Version bump for 3.4.1.upstream-v3.4.1Larry Hastings
2014-05-17Post-release version bump for 3.4.1rc1. Sorry it's late!Larry Hastings
2014-05-14Issue #21490: Add new C macros: Py_ABS() and Py_STRINGIFY()Victor Stinner
2014-05-04Version bump for 3.4.1rc1.upstream-v3.4.1rc1Larry Hastings
2014-05-03do not expose known hash api in stable APIBenjamin Peterson
2014-05-03Issue 21101: Internal API for dict getitem and setitem where the hash value ...Raymond Hettinger
2014-05-02Issue #21233: Add new C functions: PyMem_RawCalloc(), PyMem_Calloc(),Victor Stinner
2014-04-17support setting fpu precision on m68k (closes #20904)Benjamin Peterson
2014-04-15Closes Issue 17861: Autogenerate Include/opcode.h from opcode.py.Kushal Das
2014-04-14#11983: update comment to describe which fields are used and why.Andrew Kuchling
2014-04-09PEP 465: a dedicated infix operator for matrix multiplication (closes #21176)Benjamin Peterson
2014-04-08merge 3.4Benjamin Peterson
2014-04-08use imperativeBenjamin Peterson
2014-03-23Issue #19537: Fix PyUnicode_DATA() alignment under m68k. Patch by Andreas Sc...Antoine Pitrou
2014-03-23Issue #19537: Fix PyUnicode_DATA() alignment under m68k. Patch by Andreas Sc...Antoine Pitrou
2014-03-16Version bump to 3.5, step 2.Larry Hastings
2014-03-16Merged default into 3.4 branch. 3.4 branch is now effectively 3.4.1rc1.Larry Hastings
2014-03-16Post-release verion bump for 3.4.0(+).Larry Hastings
2014-03-15Release bump for 3.4.0 final.Larry Hastings
2014-03-14cast negative numbers to size_t before shifting them (#20929)Benjamin Peterson
2014-03-15Mark branch as being after Python 3.4.0rc3.Larry Hastings
2014-03-09Version bump for 3.4.0rc3.upstream-v3.4.0rc3Larry Hastings
2014-02-17Issue #20320: select.select() and select.kqueue.control() now round the timeoutVictor Stinner
2014-02-11Merge Python 3.4.0rc1 release branch.Larry Hastings
2014-02-11Python 3.4.0rc1: Post-release updates.Larry Hastings
2014-02-10Python 3.4.0rc1: Version bump.upstream-v3.4.0rc1Larry Hastings
2014-02-10Issue #19255: The builtins module is restored to initial value beforeSerhiy Storchaka
2014-02-23Version bump for Python 3.4.0rc2.upstream-v3.4.0rc2Larry Hastings
2014-02-10Issue #19255: The builtins module is restored to initial value beforeSerhiy Storchaka
2014-02-10Issue #20517: Removed unnecessary new (short-lived) functions from PyErr.Larry Hastings
2014-02-09Issue #20517: Functions in the os module that accept two filenamesLarry Hastings
2014-02-08Issue #20530: Argument Clinic's signature format has been revised again.Larry Hastings
2014-02-04Close #20404: blacklist non-text encodings in io.TextIOWrapperNick Coghlan
2014-02-04Issue #17162: Add PyType_GetSlot.Martin v. Löwis
2014-01-28Issue #20326: Argument Clinic now uses a simple, unique signature toLarry Hastings
2014-01-26Post-release bump for 3.4.0 beta 3.Larry Hastings
2014-01-26Version bump for 3.4.0b3.upstream-v3.4.0b3Larry Hastings
2014-01-25Issue #20390: Small fixes and improvements for Argument Clinic.Larry Hastings