index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Include
Commit message (
Expand
)
Author
Age
Files
Lines
*
bump to 2.7.15
v2.7.15
Benjamin Peterson
2018-04-29
1
-3/+3
*
Indicate that _PyGC_Head is only 8-byte aligned. (closes bpo-33374)
Florian Weimer
2018-04-29
1
-1/+16
*
2.7.15rc1 version bump
v2.7.15rc1
Benjamin Peterson
2018-04-14
1
-4/+4
*
Fix typo in Include/objimpl.h, the word "has" was missing (GH-5568) (GH-5571)
Miss Islington (bot)
2018-02-12
1
-1/+1
*
bpo-32635: Fix a segfault when importing the crypt module with libxcrypt. (GH...
Miss Islington (bot)
2018-01-24
1
-0/+3
*
bpo-25720: Fix the method for checking pad state of curses WINDOW (GH-4164) (...
Miss Islington (bot)
2017-11-01
1
-7/+12
*
[2.7] bpo-31891: Fix building the curses module on NetBSD. (GH-4165). (#4194)
Serhiy Storchaka
2017-10-31
1
-9/+5
*
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 bumps
v2.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
*
|
consistently use Py_TYPE, Py_REFCNT, and correct initializer macros (#3563)
Benjamin Peterson
2017-09-14
2
-3/+3
|
/
*
version bumps for 2.7.14rc1
v2.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
*
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 (#887...
Serhiy Storchaka
2017-03-30
1
-0/+1
*
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
*
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
*
prepare for 2.7.14 dev
Benjamin Peterson
2016-12-03
1
-3/+3
*
python 2.7.13rc1
v2.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
*
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
*
Issue #27806: Fix 32-bit builds on macOS Sierra 10.12 broken by removal of
sashk
2016-09-16
1
-24/+39
*
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
*
Issue #10910: Avoid C++ compilation errors on FreeBSD and OS X.
Ned Deily
2016-08-15
1
-0/+7
*
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
*
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
*
post 2.7.12 version
Benjamin Peterson
2016-06-25
1
-1/+1
*
2.7.12 final
v2.7.12
Benjamin Peterson
2016-06-25
1
-3/+3
*
2.7.12 release candidate 1
v2.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
*
Issue #26200: Added Py_SETREF and replaced Py_XSETREF with Py_SETREF
Serhiy Storchaka
2016-04-10
1
-2/+12
*
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
*
Issue #25698: Importing module if the stack is too deep no longer replaces
Serhiy Storchaka
2016-02-10
1
-0/+1
*
code_richcompare() now uses the constants types
Victor Stinner
2016-01-22
1
-1/+10
*
Issue #20440: Massive replacing unsafe attribute setting code with special
Serhiy Storchaka
2015-12-24
1
-0/+23
*
off to 2.7.12 we go
Benjamin Peterson
2015-12-05
1
-1/+1
*
2.7.11 final
v2.7.11
Benjamin Peterson
2015-12-05
1
-3/+3
[next]