Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | a post 2.7.14 world | Benjamin Peterson | 2017-09-16 | 1 | -1/+1 |
| | |||||
* | merge 2.7.14 release branch | Benjamin Peterson | 2017-09-16 | 1 | -3/+3 |
|\ | |||||
| * | 2.7.14 final version bumpsv2.7.14 | Benjamin Peterson | 2017-09-16 | 1 | -3/+3 |
| | | |||||
* | | bpo-31474: Fix -Wint-in-bool-context warnings (#3581) | Christian Heimes | 2017-09-15 | 1 | -2/+2 |
| | | | | | | Signed-off-by: Christian Heimes <christian@python.org> | ||||
* | | consistently use Py_TYPE, Py_REFCNT, and correct initializer macros (#3563) | Benjamin Peterson | 2017-09-14 | 2 | -3/+3 |
|/ | | | This no-op change makes 2.7 more consistent with 3.x to ease comparison and backports. | ||||
* | version bumps for 2.7.14rc1v2.7.14rc1 | Benjamin Peterson | 2017-08-26 | 1 | -4/+4 |
| | |||||
* | bpo-27593: Get SCM build info from git instead of hg (#1327) | Victor Stinner | 2017-05-02 | 1 | -3/+2 |
| | | | | | | | | | | | Based on commit 5c4b0d063aba0a68c325073f5f312a2c9f40d178 by Ned Deily, which is based on original patches by Brett Cannon and Steve Dower. Remove also the private _Py_svnversion() function and SVNVERSION variable. Note: Py_SubversionRevision() and Py_SubversionShortBranch() are unchanged, they are part of the public API. | ||||
* | bpo-29943: Remove the PySlice_GetIndicesEx() macro. (#1050) | Serhiy Storchaka | 2017-04-16 | 1 | -5/+0 |
| | |||||
* | bpo-29935: Fixed error messages in the index() method of tuple and list ↵ | Serhiy Storchaka | 2017-03-30 | 1 | -0/+1 |
| | | | | | | | (#887) (#907) (#910) when pass indices of wrong type. (cherry picked from commit d4edfc9abffca965e76ebc5957a92031a4d6c4d4) (cherry picked from commit bf4bb2e43030661e568d5d4b046e8b9351cc164c) | ||||
* | Issue #27867: Fixed merging error. | Serhiy Storchaka | 2017-02-04 | 1 | -1/+1 |
| | |||||
* | Issue #27867: Silenced may-be-used-uninitialized warnings after | Serhiy Storchaka | 2017-02-04 | 1 | -2/+3 |
| | | | | using PySlice_GetIndicesEx() in debug builds. | ||||
* | Issue #27867: Replaced function PySlice_GetIndicesEx() with a macro. | Serhiy Storchaka | 2017-01-25 | 1 | -0/+10 |
| | |||||
* | Issue #28427: old keys should not remove new values from | Antoine Pitrou | 2016-12-27 | 1 | -0/+3 |
| | | | | WeakValueDictionary when collecting from another thread. | ||||
* | prepare for 2.7.14 dev | Benjamin Peterson | 2016-12-03 | 1 | -3/+3 |
| | |||||
* | python 2.7.13rc1v2.7.13rc1 | Benjamin Peterson | 2016-12-03 | 1 | -4/+4 |
| | |||||
* | Issue #25701: Document that some C APIs can both set and delete items | Martin Panter | 2016-11-30 | 1 | -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 whitespace | Benjamin Peterson | 2016-09-20 | 1 | -18/+18 |
| | |||||
* | Issue #28139: Fix messed up indentation | Martin Panter | 2016-09-17 | 1 | -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 of | sashk | 2016-09-16 | 1 | -24/+39 |
| | | | | deprecated QuickTime/QuickTime.h header file. Patch by sashk. | ||||
* | Issue #27895: Spelling fixes (Contributed by Ville Skyttä). | Martin Panter | 2016-09-07 | 1 | -1/+1 |
| | |||||
* | Fix some spelling errors | Martin Panter | 2016-08-20 | 1 | -2/+2 |
| | |||||
* | Issue #10910: Update FreedBSD version checks for the ctype UTF-8 workaround. | Ned Deily | 2016-08-15 | 1 | -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 Deily | 2016-08-15 | 1 | -0/+7 |
| | | | | Patch by Ronald Oussoren. | ||||
* | Spelling and grammar fixes in code comments and documentation | Martin Panter | 2016-07-28 | 1 | -2/+2 |
| | |||||
* | Issue #27626: Spelling fixes in docs, comments and internal names | Martin Panter | 2016-07-28 | 1 | -1/+1 |
| | | | | Based on patch by Ville Skyttä. | ||||
* | Issue #23943: Fix typos. Patch by Piotr Kasprzyk. | Martin Panter | 2016-07-28 | 2 | -2/+2 |
| | |||||
* | Issue #25523: Correct "a" article to "an" article | Martin Panter | 2015-11-02 | 2 | -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 version | Benjamin Peterson | 2016-06-25 | 1 | -1/+1 |
| | |||||
* | 2.7.12 finalv2.7.12 | Benjamin Peterson | 2016-06-25 | 1 | -3/+3 |
| | |||||
* | 2.7.12 release candidate 1v2.7.12rc1 | Benjamin Peterson | 2016-06-11 | 1 | -4/+4 |
| | |||||
* | Issue #27171: Fix typos in documentation, code comments, and tests | Martin Panter | 2016-06-02 | 1 | -1/+1 |
| | |||||
* | Corrections for a/an in code comments and documentation | Martin Panter | 2016-05-08 | 2 | -2/+2 |
| | |||||
* | Issue #26778: Fixed "a/an/and" typos in code comment and documentation. | Serhiy Storchaka | 2016-04-17 | 1 | -1/+1 |
| | |||||
* | Correct “an” → “a” with “Unicode”, “user”, “UTF”, etc | Martin Panter | 2016-04-15 | 2 | -5/+5 |
| | | | | This affects documentation and code comments. | ||||
* | Issue #26200: Added Py_SETREF and replaced Py_XSETREF with Py_SETREF | Serhiy Storchaka | 2016-04-10 | 1 | -2/+12 |
| | | | | in places where Py_DECREF was used. | ||||
* | Issue #22570: Renamed Py_SETREF to Py_XSETREF. | Serhiy Storchaka | 2016-04-06 | 1 | -2/+2 |
| | |||||
* | Fix typos in documentation and comments | Martin Panter | 2016-04-05 | 1 | -1/+1 |
| | |||||
* | Issue #26476: Fixed compilation error when use PyErr_BadInternalCall() in C++. | Serhiy Storchaka | 2016-03-03 | 1 | -1/+1 |
| | | | | Patch by Jeroen Demeyer. | ||||
* | Issue #25698: Importing module if the stack is too deep no longer replaces | Serhiy Storchaka | 2016-02-10 | 1 | -0/+1 |
| | | | | imported module with the empty one. | ||||
* | code_richcompare() now uses the constants types | Victor Stinner | 2016-01-22 | 1 | -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 special | Serhiy Storchaka | 2015-12-24 | 1 | -0/+23 |
| | | | | macro Py_SETREF. | ||||
* | off to 2.7.12 we go | Benjamin Peterson | 2015-12-05 | 1 | -1/+1 |
| | |||||
* | 2.7.11 finalv2.7.11 | Benjamin Peterson | 2015-12-05 | 1 | -3/+3 |
| | |||||
* | post rc1 updates | Benjamin Peterson | 2015-11-22 | 1 | -1/+1 |
| | |||||
* | bump to 2.7.11rc1v2.7.11rc1 | Benjamin Peterson | 2015-11-21 | 1 | -4/+4 |
| | |||||
* | Issue #25523: Backported a-to-an corrections. | Serhiy Storchaka | 2015-11-02 | 1 | -1/+1 |
| | |||||
* | #21167: Fix definition of NAN when ICC used without -fp-model strict. | R David Murray | 2015-08-13 | 1 | -1/+23 |
| | | | | Patch from Chris Hogan of Intel, reviewed by Mark Dickinson. | ||||
* | Added the const qualifier for char* argument of Py_EnterRecursiveCall(). | Serhiy Storchaka | 2015-06-21 | 1 | -1/+1 |
| | |||||
* | Issue #19543: Emit deprecation warning for known non-text encodings. | Serhiy Storchaka | 2015-05-31 | 1 | -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 Peterson | 2015-05-28 | 1 | -0/+9 |
| |