summaryrefslogtreecommitdiffstats
path: root/Include
Commit message (Collapse)AuthorAgeFilesLines
* 2.7.13 final bumpv2.7.13Benjamin Peterson2016-12-171-3/+3
|
* python 2.7.13rc1v2.7.13rc1Benjamin Peterson2016-12-031-4/+4
|
* Issue #25701: Document that some C APIs can both set and delete itemsMartin Panter2016-11-301-12/+12
| | | | | | Also document that using the dedicated functions to delete items is preferred. Using PyObject_SetAttr/String() and PySequence_SetItem/Slice() for deletion is deprecated.
* remove trailing whitespaceBenjamin Peterson2016-09-201-18/+18
|
* Issue #28139: Fix messed up indentationMartin Panter2016-09-171-1/+1
| | | | | Also update the classmethod and staticmethod doc strings and comments to match the RST documentation.
* Issue #27806: Fix 32-bit builds on macOS Sierra 10.12 broken by removal ofsashk2016-09-161-24/+39
| | | | deprecated QuickTime/QuickTime.h header file. Patch by sashk.
* Issue #27895: Spelling fixes (Contributed by Ville Skyttä).Martin Panter2016-09-071-1/+1
|
* Fix some spelling errorsMartin Panter2016-08-201-2/+2
|
* Issue #10910: Update FreedBSD version checks for the ctype UTF-8 workaround.Ned Deily2016-08-151-1/+3
| | | | | The original problem has been fixed in newer versions of FreeBSD. Patch by Dimitry Andric of the FreeBSD project.
* Issue #10910: Avoid C++ compilation errors on FreeBSD and OS X.Ned Deily2016-08-151-0/+7
| | | | Patch by Ronald Oussoren.
* Spelling and grammar fixes in code comments and documentationMartin Panter2016-07-281-2/+2
|
* Issue #27626: Spelling fixes in docs, comments and internal namesMartin Panter2016-07-281-1/+1
| | | | Based on patch by Ville Skyttä.
* Issue #23943: Fix typos. Patch by Piotr Kasprzyk.Martin Panter2016-07-282-2/+2
|
* Issue #25523: Correct "a" article to "an" articleMartin Panter2015-11-022-3/+3
| | | | | | This changes the main documentation, doc strings, source code comments, and a couple error messages in the test suite. In some cases the word was removed to fix the grammar.
* post 2.7.12 versionBenjamin Peterson2016-06-251-1/+1
|
* 2.7.12 finalv2.7.12Benjamin Peterson2016-06-251-3/+3
|
* 2.7.12 release candidate 1v2.7.12rc1Benjamin Peterson2016-06-111-4/+4
|
* Issue #27171: Fix typos in documentation, code comments, and testsMartin Panter2016-06-021-1/+1
|
* Corrections for a/an in code comments and documentationMartin Panter2016-05-082-2/+2
|
* Issue #26778: Fixed "a/an/and" typos in code comment and documentation.Serhiy Storchaka2016-04-171-1/+1
|
* Correct “an” → “a” with “Unicode”, “user”, “UTF”, etcMartin Panter2016-04-152-5/+5
| | | | This affects documentation and code comments.
* Issue #26200: Added Py_SETREF and replaced Py_XSETREF with Py_SETREFSerhiy Storchaka2016-04-101-2/+12
| | | | in places where Py_DECREF was used.
* Issue #22570: Renamed Py_SETREF to Py_XSETREF.Serhiy Storchaka2016-04-061-2/+2
|
* Fix typos in documentation and commentsMartin Panter2016-04-051-1/+1
|
* Issue #26476: Fixed compilation error when use PyErr_BadInternalCall() in C++.Serhiy Storchaka2016-03-031-1/+1
| | | | Patch by Jeroen Demeyer.
* Issue #25698: Importing module if the stack is too deep no longer replacesSerhiy Storchaka2016-02-101-0/+1
| | | | imported module with the empty one.
* code_richcompare() now uses the constants typesVictor Stinner2016-01-221-1/+10
| | | | | | | | | Issue #25843: When compiling code, don't merge constants if they are equal but have a different types. For example, "f1, f2 = lambda: 1, lambda: 1.0" is now correctly compiled to two different functions: f1() returns 1 (int) and f2() returns 1.0 (int), even if 1 and 1.0 are equal. Add a new _PyCode_ConstantKey() private function.
* Issue #20440: Massive replacing unsafe attribute setting code with specialSerhiy Storchaka2015-12-241-0/+23
| | | | macro Py_SETREF.
* off to 2.7.12 we goBenjamin Peterson2015-12-051-1/+1
|
* 2.7.11 finalv2.7.11Benjamin Peterson2015-12-051-3/+3
|
* post rc1 updatesBenjamin Peterson2015-11-221-1/+1
|
* bump to 2.7.11rc1v2.7.11rc1Benjamin Peterson2015-11-211-4/+4
|
* Issue #25523: Backported a-to-an corrections.Serhiy Storchaka2015-11-021-1/+1
|
* #21167: Fix definition of NAN when ICC used without -fp-model strict.R David Murray2015-08-131-1/+23
| | | | Patch from Chris Hogan of Intel, reviewed by Mark Dickinson.
* Added the const qualifier for char* argument of Py_EnterRecursiveCall().Serhiy Storchaka2015-06-211-1/+1
|
* Issue #19543: Emit deprecation warning for known non-text encodings.Serhiy Storchaka2015-05-311-0/+45
| | | | | | | | | | Backported issues #19619: encode() and decode() methods and constructors of str, unicode and bytearray classes now emit deprecation warning for known non-text encodings when Python is ran with the -3 option. Backported issues #20404: io.TextIOWrapper (and hence io.open()) now uses the internal codec marking system added to emit deprecation warning for known non-text encodings at stream construction time when Python is ran with the -3 option.
* backport computed gotos (#4753)Benjamin Peterson2015-05-281-0/+9
|
* 2.7.10+Benjamin Peterson2015-05-231-1/+1
|
* python 2.7.10 finalv2.7.10Benjamin Peterson2015-05-231-3/+3
|
* bump version to 2.7.10rc1v2.7.10rc1Benjamin Peterson2015-05-101-2/+2
|
* use rc rather than betaBenjamin Peterson2015-04-031-2/+2
|
* - Set PY_VERSION to "2.7.10b0", PY_MICRO_VERSION to 10 anddoko@ubuntu.com2015-04-021-3/+3
| | | | PY_RELEASE_LEVEL to PY_RELEASE_LEVEL_BETA.
* Issue #23781: Add private helper function _PyErr_ReplaceException() thatSerhiy Storchaka2015-03-301-0/+1
| | | | | corresponds _PyErr_ChainExceptions() in Python 3 to help porting patches from Python 3.
* move 2.7 branch to 2.7.9+Benjamin Peterson2014-12-101-1/+1
|
* bump to 2.7.9 finalv2.7.9Benjamin Peterson2014-12-101-3/+3
|
* 2.7.9rc1v2.7.9rc1Benjamin Peterson2014-11-261-4/+4
|
* Issue #21963: backout issue #1856 patch (avoid crashes and lockups whenAntoine Pitrou2014-11-211-2/+0
| | | | | | daemon threads run while the interpreter is shutting down; instead, these threads are now killed when they try to take the GIL), as it seems to break some existing code.
* Issue #22453: Fexed reference leaks when format error messages in ceval.c.Serhiy Storchaka2014-11-181-1/+3
| | | | Warn against the use of leaking macro PyObject_REPR().
* Issue #18637: Fixed an error in _PyNode_SizeOf declaration.Serhiy Storchaka2014-11-181-1/+1
| | | | Patch by Roumen Petrov.
* Issue #22193: Fixed integer overflow error in sys.getsizeof().Serhiy Storchaka2014-11-151-1/+1
| | | | Fixed an error in _PySys_GetSizeOf declaration.