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
*
3.6.5final
v3.6.5
Ned Deily
2018-03-28
1
-3/+3
*
3.6.5rc1
v3.6.5rc1
Ned Deily
2018-03-14
1
-4/+4
*
Fix typo in Include/objimpl.h, the word "has" was missing (GH-5568) (GH-5570)
Miss Islington (bot)
2018-02-12
1
-1/+1
*
bpo-32777: Fix _Py_set_inheritable async-safety in subprocess (GH-5560) (GH-5...
Miss Islington (bot)
2018-02-06
1
-0/+3
*
bpo-32635: Fix a segfault when importing the crypt module with libxcrypt. (GH...
Miss Islington (bot)
2018-01-24
1
-0/+3
*
[3.6] bpo-32555: Fix locale encodings (#5193)
Victor Stinner
2018-01-15
1
-0/+10
*
[3.6] bpo-31900: Fix localeconv() encoding for LC_NUMERIC (#4174) (#5192)
Victor Stinner
2018-01-15
1
-0/+5
*
bpo-29084: Exclude C API for OrderedDict from the limited C API. (GH-4900) (#...
Miss Islington (bot)
2017-12-25
1
-4/+1
*
3.6.4+
Ned Deily
2017-12-19
1
-1/+1
*
Update to 3.6.4
v3.6.4
Ned Deily
2017-12-19
1
-3/+3
*
Bump to 3.6.4rc1
v3.6.4rc1
Ned Deily
2017-12-05
1
-4/+4
*
Correct the location of a function mentioned in a comment (GH-4327)
Miss Islington (bot)
2017-11-09
1
-1/+1
*
bpo-25720: Fix the method for checking pad state of curses WINDOW (GH-4164) (...
Miss Islington (bot)
2017-11-01
1
-7/+12
*
bpo-31891: Fix building the curses module on NetBSD. (GH-4165) (#4189)
Miss Islington (bot)
2017-10-31
1
-10/+6
*
[3.6] bpo-30697: Fix PyErr_NormalizeException() when no memory (GH-2327). (#4...
xdegaye
2017-10-26
1
-2/+0
*
Fix trailing whitespaces in C and Python files. (#4131)
Serhiy Storchaka
2017-10-26
1
-2/+2
*
[3.6] bpo-31786: Make functions in the select module blocking when timeout is...
Pablo Galindo
2017-10-18
1
-1/+12
*
Bump version to 3.6.3+
Ned Deily
2017-10-03
1
-1/+1
*
Bump to 3.6.3
v3.6.3
Ned Deily
2017-10-03
1
-3/+3
*
Bump to 3.6.3rc1
v3.6.3rc1
Ned Deily
2017-09-19
1
-4/+4
*
[3.6] fixes bpo-31373: fix undefined floating-point demotions (GH-3396) (#3424)
Miss Islington (bot)
2017-09-07
1
-11/+23
*
bpo-28667: Fix a compile warning on FreeBSD when compare with FD_SETSIZE. (#5...
Victor Stinner
2017-08-22
1
-1/+1
*
Bump to v3.6.2+
Ned Deily
2017-07-17
1
-3/+3
*
Update for post-3.6.2rc2
Ned Deily
2017-07-08
1
-2/+2
*
[3.6] bpo-30703: Improve signal delivery (GH-2415) (#2527)
Antoine Pitrou
2017-07-01
1
-0/+1
*
[3.6] bpo-13617: Reject embedded null characters in wchar* strings. (GH-2302)...
Serhiy Storchaka
2017-06-28
1
-3/+7
*
[3.6] bpo-30708: Check for null characters in PyUnicode_AsWideCharString(). (...
Serhiy Storchaka
2017-06-27
1
-0/+6
*
Bump version for post 3.6.2rc1
Ned Deily
2017-06-18
1
-1/+1
*
Version bump to 3.6.2rc1
v3.6.2rc1
Ned Deily
2017-06-17
1
-4/+4
*
bpo-30604: Fix __PyCodeExtraState_Get() prototype (#2152)
Victor Stinner
2017-06-13
1
-1/+1
*
[3.6] bpo-30604: Move co_extra_freefuncs to interpreter state to avoid crashe...
Dino Viehland
2017-06-13
1
-2/+14
*
bpo-30524: Fix _PyStack_UnpackDict() (#1886)
Victor Stinner
2017-06-09
1
-7/+9
*
[3.6] bpo-29943: Do not replace the function PySlice_GetIndicesEx() with a ma...
Serhiy Storchaka
2017-05-25
1
-0/+2
*
bpo-29941: Assert fixes (#886) (#955)
T. Wouters
2017-04-02
1
-0/+4
*
bpo-29935: Fixed error messages in the index() method of tuple, list and dequ...
Serhiy Storchaka
2017-03-30
1
-0/+1
*
Merge branch '3.6.1' of github.com:ned-deily/cpython into 3.6
Ned Deily
2017-03-22
1
-3/+3
|
\
|
*
Bump to 3.6.2rc1 development.
Ned Deily
2017-03-22
1
-1/+1
|
*
Update docs and patchlevel for 3.6.1 final
v3.6.1
Ned Deily
2017-03-21
1
-3/+3
|
*
Fix the only non-C90 comment to be C90 compatible. (#568)
n.d. parker
2017-03-21
1
-1/+1
*
|
bpo-28749: Fixed the documentation of the mapping codec APIs. (#487) (#714)
Serhiy Storchaka
2017-03-19
1
-27/+18
*
|
bpo-29619: Convert st_ino using unsigned integer (#557) (#584)
Victor Stinner
2017-03-09
1
-1/+1
*
|
Fix the only non-C90 comment to be C90 compatible. (#568)
n.d. parker
2017-03-08
1
-1/+1
*
|
Bump to v3.6.1rc1+.
Ned Deily
2017-03-05
1
-1/+1
|
/
*
Update docs and patchlevel for 3.6.1rc1.
v3.6.1rc1
Ned Deily
2017-03-04
1
-4/+4
*
[3.6] bpo-27593: Get SCM build info from git instead of hg. (#446) (#454)
Ned Deily
2017-03-04
1
-2/+2
*
Issue #27867: Silenced may-be-used-uninitialized warnings after
Serhiy Storchaka
2017-02-04
1
-2/+3
|
\
|
*
Issue #27867: Silenced may-be-used-uninitialized warnings after
Serhiy Storchaka
2017-02-04
1
-2/+3
*
|
Issue #27867: Function PySlice_GetIndicesEx() is replaced with a macro if
Serhiy Storchaka
2017-01-25
1
-2/+14
|
\
\
|
|
/
|
*
Issue #27867: Function PySlice_GetIndicesEx() is replaced with a macro if
Serhiy Storchaka
2017-01-25
1
-2/+14
*
|
Issue #29083: Fixed the declaration of some public API functions.
Serhiy Storchaka
2017-01-24
1
-7/+5
|
\
\
|
|
/
[next]