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
*
Post-release version bump for 3.5.4 final.
Larry Hastings
2017-08-08
1
-1/+1
*
Version bump for 3.5.4 final.
v3.5.4
Larry Hastings
2017-08-07
1
-3/+3
*
Post-release version bump for 3.5.4rc1.
Larry Hastings
2017-07-25
1
-1/+1
*
Version bump & copyright year fixes for 3.5.4rc1.
v3.5.4rc1
Larry Hastings
2017-07-24
1
-4/+4
*
[3.5] bpo-13617: Reject embedded null characters in wchar* strings. (GH-2302)...
Serhiy Storchaka
2017-06-28
1
-3/+7
*
[3.5] bpo-30708: Add private C API function _PyUnicode_AsWideCharString(). (G...
Serhiy Storchaka
2017-06-27
1
-0/+6
*
[3.5] bpo-29943: Do not replace the function PySlice_GetIndicesEx() with a ma...
Serhiy Storchaka
2017-04-16
1
-0/+2
*
bpo-29941: Assert fixes (#886) (#956)
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
*
bpo-28749: Fixed the documentation of the mapping codec APIs. (#487) (#715)
Serhiy Storchaka
2017-03-19
1
-27/+18
*
[3.5] bpo-27593: Get SCM build info from git instead of hg. (#446) (#454) (#455)
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: 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
-5/+5
*
Fix incorrect patchlevel information for 3.5.3+.
Larry Hastings
2017-01-20
1
-2/+2
*
Merge 3.5.3 release head with main 3.5 branch.
Larry Hastings
2017-01-17
2
-2/+3
|
\
|
*
Issue #28969: Fixed race condition in C implementation of functools.lru_cache.
Serhiy Storchaka
2017-01-12
1
-0/+1
*
|
Post-release updates for 3.5.3.
Larry Hastings
2017-01-17
1
-1/+1
*
|
Version bump for Python 3.5.3.
v3.5.3
Larry Hastings
2017-01-16
1
-3/+3
|
/
*
Post-release fixups for Python 3.5.3rc1.
Larry Hastings
2017-01-03
1
-1/+1
*
Version bump for 3.5.3rc1.
v3.5.3rc1
Larry Hastings
2017-01-02
1
-4/+4
*
Issue #28427: old keys should not remove new values from
Antoine Pitrou
2016-12-27
1
-0/+2
*
Issue #29009: Remove outdated doc of PyUnicode_RichCompare.
Xiang Zhang
2016-12-19
1
-4/+0
*
Fixed misplaced comment.
Serhiy Storchaka
2016-12-06
1
-6/+6
*
Issue #28808: PyUnicode_CompareWithASCIIString() now never raises exceptions.
Serhiy Storchaka
2016-12-05
1
-1/+1
*
Issue #28701: Replace _PyUnicode_CompareWithId with _PyUnicode_EqualToASCIIId.
Serhiy Storchaka
2016-11-16
1
-0/+19
*
Issue #28701: Replace PyUnicode_CompareWithASCIIString with _PyUnicode_EqualT...
Serhiy Storchaka
2016-11-16
1
-0/+11
*
Issue #23996: Added _PyGen_SetStopIterationValue for safe raising
Serhiy Storchaka
2016-11-06
1
-0/+1
*
Issue #28295: Fixed the documentation and added tests for PyUnicode_AsUCS4().
Serhiy Storchaka
2016-10-02
1
-1/+1
*
Issues #25909, #28211: Restored correct documentation of PyMapping_Items,
Serhiy Storchaka
2016-09-26
1
-7/+7
*
remove trailing whitespace
Benjamin Peterson
2016-09-20
2
-19/+19
*
Issue #28139: Fix messed up indentation
Martin Panter
2016-09-17
1
-1/+1
*
Issue #27895: Spelling fixes (Contributed by Ville Skyttä).
Martin Panter
2016-09-07
2
-2/+2
*
Issue #27782: Fix m_methods handling in multiphase init
Nick Coghlan
2016-08-21
1
-1/+1
*
Minor spelling fixes
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
*
Fix spelling and grammar in documentation and code comments
Martin Panter
2016-08-04
1
-1/+1
*
Issue #27626: Spelling fixes in docs, comments and internal names
Martin Panter
2016-07-28
1
-1/+1
*
Post-release fixups for Python 3.5.2.
Larry Hastings
2016-06-27
1
-1/+1
*
Version number bump for 3.5.2 final.
v3.5.2
Larry Hastings
2016-06-25
1
-3/+3
*
Post-release fixups for Python 3.5.2rc1.
Larry Hastings
2016-06-13
1
-1/+1
*
Release bump for 3.5.2rc1.
Larry Hastings
2016-06-12
1
-4/+4
*
Issue #27243: Fix __aiter__ protocol
Yury Selivanov
2016-06-09
1
-0/+3
*
fix indentation of comment
Benjamin Peterson
2016-06-04
1
-7/+7
*
Issue #27171: Fix typos in documentation, comments, and test function names
Martin Panter
2016-06-02
1
-1/+1
*
Corrections for a/an in code comments and documentation
Martin Panter
2016-05-08
1
-1/+1
*
Fixed declarations of _Py_DumpTraceback() and _Py_DumpTracebackThreads().
Serhiy Storchaka
2016-05-01
1
-2/+2
*
Issue #26778: Fixed "a/an/and" typos in code comment and documentation.
Serhiy Storchaka
2016-04-17
2
-2/+2
*
Issue #15984: Correct PyUnicode_FromObject() and _FromEncodedObject() docs
Martin Panter
2016-04-15
1
-16/+8
[next]