summaryrefslogtreecommitdiffstats
path: root/Include
Commit message (Expand)AuthorAgeFilesLines
* 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
* Issue #17162: Add PyType_GetSlot.Martin v. Löwis2014-02-041-0/+3
* Issue #20326: Argument Clinic now uses a simple, unique signature toLarry Hastings2014-01-281-4/+2
* Post-release bump for 3.4.0 beta 3.Larry Hastings2014-01-271-1/+1
* Version bump for 3.4.0b3.v3.4.0b3Larry Hastings2014-01-261-2/+2
* Issue #20390: Small fixes and improvements for Argument Clinic.Larry Hastings2014-01-261-2/+6
* Issue #20189: Four additional builtin types (PyTypeObject,Larry Hastings2014-01-241-0/+3
* Issue #20294: Argument Clinic now supports argument parsing for __new__ andLarry Hastings2014-01-191-0/+1
* Post-release engineering; updated NEWS and version string.Larry Hastings2014-01-061-1/+1
* Bump version number for 3.4.0b2.v3.4.0b2Larry Hastings2014-01-051-2/+2
* Issue #19976: Argument Clinic METH_NOARGS functions now alwaysLarry Hastings2014-01-041-0/+6
* Issue #19526: Exclude all new API from the stable ABI.Martin v. Löwis2014-01-0313-2/+34
* Issue #16136: Remove VMS support and VMS-related codeChristian Heimes2013-12-211-3/+0
* Issue #14432: Remove the thread state field from the frame structure. Fix aVictor Stinner2013-12-131-1/+0
* Issue #17576: Deprecation warning emitted now when __int__() or __index__()Serhiy Storchaka2013-12-111-0/+6
|\
| * Issue #17576: Deprecation warning emitted now when __int__() or __index__()Serhiy Storchaka2013-12-111-0/+6
* | (Merge 3.3) Issue #19932: Fix typo in import.h, missing whitespaces in functi...Victor Stinner2013-12-101-4/+4
|\ \ | |/
| * Issue #19932: Fix typo in import.h, missing whitespaces in function prototypes.Victor Stinner2013-12-101-4/+4
* | Issue #6477: Merge with 3.3.Alexandre Vassalotti2013-12-011-2/+2
|\ \ | |/
| * Issue #6477: Keep PyNotImplemented_Type and PyNone_Type private.Alexandre Vassalotti2013-12-011-2/+2
* | Issue #6477: Merge with 3.3.Alexandre Vassalotti2013-12-011-0/+3
|\ \ | |/
| * Issue #6477: Added support for pickling the types of built-in singletons.Alexandre Vassalotti2013-12-011-0/+3
| * Post-release bump.Georg Brandl2013-11-171-1/+1
| * Bump to 3.3.3 final.v3.3.3Georg Brandl2013-11-171-3/+3
| * Bump to 3.3.3rc2.v3.3.3rc2Georg Brandl2013-11-111-2/+2
| * Bump to 3.3.3rc1.Georg Brandl2013-10-271-4/+4
| * merge headsGeorg Brandl2013-10-081-3/+0
| |\
| | * Closes #13867: remove untrue comment about PyWeakref_Check().Georg Brandl2013-10-081-3/+0
* | | Bump version number to 3.4.0b1.v3.4.0b1Larry Hastings2013-11-241-3/+3
* | | Issue #19730: Argument Clinic now supports all the existing PyArgLarry Hastings2013-11-231-0/+7
* | | Issue #19722: Added opcode.stack_effect(), which accuratelyLarry Hastings2013-11-231-0/+3
* | | Issue #19619: Blacklist non-text codecs in method APINick Coghlan2013-11-221-0/+27
* | | ssue #19183: Implement PEP 456 'secure and interchangeable hash algorithm'.Christian Heimes2013-11-204-34/+150
* | | oops, remove _PyObject_ReprWriter() definition (unwanted change)Victor Stinner2013-11-191-3/+0
* | | Add _PyUnicodeWriter_WriteASCIIString() functionVictor Stinner2013-11-191-3/+14
* | | Fix compiler warning on Windows 64-bit: asdl_seq_SET() stores the index param...Victor Stinner2013-11-151-4/+6
* | | Close #17828: better handling of codec errorsNick Coghlan2013-11-131-0/+22
* | | Issue #19512, #19526: Exclude the new _PyDict_DelItemId() function from theVictor Stinner2013-11-081-2/+3
* | | Issue #19512, #19515: remove shared identifiers, move identifiers where theyVictor Stinner2013-11-071-8/+0
* | | Issue #19512: add _PyUnicode_CompareWithId() functionVictor Stinner2013-11-062-2/+8
* | | Issue #19512: add some common identifiers to only create common strings once,Victor Stinner2013-11-061-2/+10
* | | Issue #19512: Add _PySys_GetObjectId() and _PySys_SetObjectId() functionsVictor Stinner2013-11-061-0/+3
* | | Issue #19512: Add a new _PyDict_DelItemId() function, similar toVictor Stinner2013-11-061-0/+1
* | | Issue #19512: Add PyRun_InteractiveOneObject() functionVictor Stinner2013-11-061-0/+4
* | | Issue #18408: Add a new PyFrame_FastToLocalsWithError() function to handleVictor Stinner2013-10-291-0/+2
* | | Post-release updates for 3.4.0a4.Larry Hastings2013-10-221-1/+1