aboutsummaryrefslogtreecommitdiff
path: root/Include
AgeCommit message (Expand)Author
2014-01-24Issue #20189: Four additional builtin types (PyTypeObject,Larry Hastings
2014-01-18Issue #20294: Argument Clinic now supports argument parsing for __new__ andLarry Hastings
2014-01-06Post-release engineering; updated NEWS and version string.Larry Hastings
2014-01-05Bump version number for 3.4.0b2.upstream-v3.4.0b2Larry Hastings
2014-01-04Issue #19976: Argument Clinic METH_NOARGS functions now alwaysLarry Hastings
2014-01-03Issue #19526: Exclude all new API from the stable ABI.Martin v. Löwis
2013-12-21Issue #16136: Remove VMS support and VMS-related codeChristian Heimes
2013-12-13Issue #14432: Remove the thread state field from the frame structure. Fix aVictor Stinner
2013-12-11Issue #17576: Deprecation warning emitted now when __int__() or __index__()Serhiy Storchaka
2013-12-11Issue #17576: Deprecation warning emitted now when __int__() or __index__()Serhiy Storchaka
2013-12-10(Merge 3.3) Issue #19932: Fix typo in import.h, missing whitespaces in functi...Victor Stinner
2013-12-10Issue #19932: Fix typo in import.h, missing whitespaces in function prototypes.Victor Stinner
2013-11-30Issue #6477: Merge with 3.3.Alexandre Vassalotti
2013-11-30Issue #6477: Keep PyNotImplemented_Type and PyNone_Type private.Alexandre Vassalotti
2013-11-30Issue #6477: Merge with 3.3.Alexandre Vassalotti
2013-11-30Issue #6477: Added support for pickling the types of built-in singletons.Alexandre Vassalotti
2013-11-24Bump version number to 3.4.0b1.upstream-v3.4.0b1Larry Hastings
2013-11-23Issue #19730: Argument Clinic now supports all the existing PyArgLarry Hastings
2013-11-23Issue #19722: Added opcode.stack_effect(), which accuratelyLarry Hastings
2013-11-22Issue #19619: Blacklist non-text codecs in method APINick Coghlan
2013-11-20ssue #19183: Implement PEP 456 'secure and interchangeable hash algorithm'.Christian Heimes
2013-11-19oops, remove _PyObject_ReprWriter() definition (unwanted change)Victor Stinner
2013-11-19Add _PyUnicodeWriter_WriteASCIIString() functionVictor Stinner
2013-11-17Post-release bump.Georg Brandl
2013-11-17Bump to 3.3.3 final.upstream-v3.3.3Georg Brandl
2013-11-11Bump to 3.3.3rc2.upstream-v3.3.3rc2Georg Brandl
2013-11-16Fix compiler warning on Windows 64-bit: asdl_seq_SET() stores the index param...Victor Stinner
2013-11-13Close #17828: better handling of codec errorsNick Coghlan
2013-11-08Issue #19512, #19526: Exclude the new _PyDict_DelItemId() function from theVictor Stinner
2013-11-07Issue #19512, #19515: remove shared identifiers, move identifiers where theyVictor Stinner
2013-11-07Issue #19512: add _PyUnicode_CompareWithId() functionVictor Stinner
2013-11-06Issue #19512: add some common identifiers to only create common strings once,Victor Stinner
2013-11-06Issue #19512: Add _PySys_GetObjectId() and _PySys_SetObjectId() functionsVictor Stinner
2013-11-06Issue #19512: Add a new _PyDict_DelItemId() function, similar toVictor Stinner
2013-11-06Issue #19512: Add PyRun_InteractiveOneObject() functionVictor Stinner
2013-10-29Issue #18408: Add a new PyFrame_FastToLocalsWithError() function to handleVictor Stinner
2013-10-27Bump to 3.3.3rc1.Georg Brandl
2013-10-22Post-release updates for 3.4.0a4.Larry Hastings
2013-10-20Version bump for 3.4.0a4.upstream-v3.4.0a4Larry Hastings
2013-10-19Restore prototypes for the 'openpty' and 'forkpty' on BSDI (broken in issue #...Serhiy Storchaka
2013-10-19Issue #1772673: The type of `char*` arguments now changed to `const char*`.Serhiy Storchaka
2013-10-18Issue #16129: Py_SetStandardStreamEncoding cleanupsNick Coghlan
2013-10-17Issue #16129: Move Py_SetStandardStreamEncoding declarationNick Coghlan
2013-10-17Issue #16129: Add `Py_SetStandardStreamEncoding`Nick Coghlan
2013-10-12Issue #4555: All exported C symbols are now prefixed with either "Py" or "_Py".Antoine Pitrou
2013-10-12Issue #19219: Speed up marshal.loads(), and make pyc files slightly (5% to 10...Antoine Pitrou
2013-10-09Close #19199: Remove ``PyThreadState.tick_counter`` fieldVictor Stinner
2013-10-08merge headsGeorg Brandl
2013-10-08Closes #13867: remove untrue comment about PyWeakref_Check().Georg Brandl
2013-10-08Closes #13867: remove untrue comment about PyWeakref_Check().Georg Brandl