Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/tags/v3.5.5
/
Include
tag
264b2ab24e429142908455ae61e92bd1fbf66e4f
tagger
Larry Hastings <larry@hastings.org>
Sun Feb 04 23:42:10 2018
object
27657e7cea26548958518144d63200d7a2333d1c
Python 3.5.5
27657e7
Version bump for 3.5.5.
by Larry Hastings
· 8 years ago
v3.5.5
2d80514
Post-release version bump for 3.5.5rc1.
by Larry Hastings
· 8 years ago
bc7a130
Whoops, missed checking in version bump.
by Larry Hastings
· 8 years ago
v3.5.5rc1
86833a2
Post-release version bump for 3.5.4 final.
by Larry Hastings
· 8 years ago
3f56838
Version bump for 3.5.4 final.
by Larry Hastings
· 8 years ago
v3.5.4
73bff8c
Post-release version bump for 3.5.4rc1.
by Larry Hastings
· 8 years ago
385b368
Version bump & copyright year fixes for 3.5.4rc1.
by Larry Hastings
· 8 years ago
v3.5.4rc1
54ba940
[3.5] bpo-13617: Reject embedded null characters in wchar* strings. (GH-2302) (#2463)
by Serhiy Storchaka
· 8 years ago
94b169f
[3.5] bpo-30708: Add private C API function _PyUnicode_AsWideCharString(). (GH-2285) (GH-2443) (#2448)
by Serhiy Storchaka
· 8 years ago
49a9059
[3.5] bpo-29943: Do not replace the function PySlice_GetIndicesEx() with a macro (#1049)
by Serhiy Storchaka
· 8 years ago
553275d
bpo-29941: Assert fixes (#886) (#956)
by T. Wouters
· 8 years ago
8b8bde4
bpo-29935: Fixed error messages in the index() method of tuple, list and deque (#887) (#907) (#909)
by Serhiy Storchaka
· 8 years ago
88b32eb
bpo-28749: Fixed the documentation of the mapping codec APIs. (#487) (#715)
by Serhiy Storchaka
· 8 years ago
a2edd3a
[3.5] bpo-27593: Get SCM build info from git instead of hg. (#446) (#454) (#455)
by Ned Deily
· 8 years ago
c761136
Issue #27867: Silenced may-be-used-uninitialized warnings after
by Serhiy Storchaka
· 9 years ago
b2a5be0
Issue #27867: Function PySlice_GetIndicesEx() is replaced with a macro if
by Serhiy Storchaka
· 9 years ago
07a1f65
Issue #29083: Fixed the declaration of some public API functions.
by Serhiy Storchaka
· 9 years ago
57720e5
Fix incorrect patchlevel information for 3.5.3+.
by Larry Hastings
· 9 years ago
09e4ce5
Merge 3.5.3 release head with main 3.5 branch.
by Larry Hastings
· 9 years ago
c620f20
Post-release updates for 3.5.3.
by Larry Hastings
· 9 years ago
51ba5b7
Version bump for Python 3.5.3.
by Larry Hastings
· 9 years ago
v3.5.3
6779652
Issue #28969: Fixed race condition in C implementation of functools.lru_cache.
by Serhiy Storchaka
· 9 years ago
e744804
Post-release fixups for Python 3.5.3rc1.
by Larry Hastings
· 9 years ago
b32a034
Version bump for 3.5.3rc1.
by Larry Hastings
· 9 years ago
v3.5.3rc1
e10ca3a
Issue #28427: old keys should not remove new values from
by Antoine Pitrou
· 9 years ago
bfbc29c
Issue #29009: Remove outdated doc of PyUnicode_RichCompare.
by Xiang Zhang
· 9 years ago
e503126
Fixed misplaced comment.
by Serhiy Storchaka
· 9 years ago
419967b
Issue #28808: PyUnicode_CompareWithASCIIString() now never raises exceptions.
by Serhiy Storchaka
· 9 years ago
f5894dd
Issue #28701: Replace _PyUnicode_CompareWithId with _PyUnicode_EqualToASCIIId.
by Serhiy Storchaka
· 9 years ago
f4934ea
Issue #28701: Replace PyUnicode_CompareWithASCIIString with _PyUnicode_EqualToASCIIString.
by Serhiy Storchaka
· 9 years ago
24411f8
Issue #23996: Added _PyGen_SetStopIterationValue for safe raising
by Serhiy Storchaka
· 9 years ago
cc16423
Issue #28295: Fixed the documentation and added tests for PyUnicode_AsUCS4().
by Serhiy Storchaka
· 9 years ago
1d480be
Issues #25909, #28211: Restored correct documentation of PyMapping_Items,
by Serhiy Storchaka
· 9 years ago
918aa89
remove trailing whitespace
by Benjamin Peterson
· 9 years ago
6d57fe1
Issue #28139: Fix messed up indentation
by Martin Panter
· 9 years ago
0be894b
Issue #27895: Spelling fixes (Contributed by Ville Skyttä).
by Martin Panter
· 9 years ago
8682f57
Issue #27782: Fix m_methods handling in multiphase init
by Nick Coghlan
· 9 years ago
d210a70
Minor spelling fixes
by Martin Panter
· 9 years ago
3d45599
Issue #10910: Update FreedBSD version checks for the ctype UTF-8 workaround.
by Ned Deily
· 9 years ago
7659aab
Issue #10910: Avoid C++ compilation errors on FreeBSD and OS X.
by Ned Deily
· 9 years ago
69332c1
Fix spelling and grammar in documentation and code comments
by Martin Panter
· 9 years ago
eb99570
Issue #27626: Spelling fixes in docs, comments and internal names
by Martin Panter
· 9 years ago
9bb2005
Post-release fixups for Python 3.5.2.
by Larry Hastings
· 9 years ago
6c1aa6b
Version number bump for 3.5.2 final.
by Larry Hastings
· 9 years ago
v3.5.2
6e9a96b
Post-release fixups for Python 3.5.2rc1.
by Larry Hastings
· 9 years ago
d31a255
Release bump for 3.5.2rc1.
by Larry Hastings
· 9 years ago
a6f6edb
Issue #27243: Fix __aiter__ protocol
by Yury Selivanov
· 9 years ago
3da8206
fix indentation of comment
by Benjamin Peterson
· 9 years ago
e26da7c
Issue #27171: Fix typos in documentation, comments, and test function names
by Martin Panter
· 9 years ago
4c35964
Corrections for a/an in code comments and documentation
by Martin Panter
· 9 years ago
f5f37d7
Fixed declarations of _Py_DumpTraceback() and _Py_DumpTracebackThreads().
by Serhiy Storchaka
· 9 years ago
6a7b3a7
Issue #26778: Fixed "a/an/and" typos in code comment and documentation.
by Serhiy Storchaka
· 9 years ago
20d3255
Issue #15984: Correct PyUnicode_FromObject() and _FromEncodedObject() docs
by Martin Panter
· 9 years ago
6245cb3
Correct “an” → “a” with “Unicode”, “user”, “UTF”, etc
by Martin Panter
· 9 years ago
57a01d3
Issue #26200: Added Py_SETREF and replaced Py_XSETREF with Py_SETREF
by Serhiy Storchaka
· 9 years ago
4884271
Issue #22570: Renamed Py_SETREF to Py_XSETREF.
by Serhiy Storchaka
· 9 years ago
cc71a79
Fix typos in documentation and comments
by Martin Panter
· 9 years ago
244e120
Use Py_uintptr_t for atomic pointers
by Victor Stinner
· 10 years ago
4b8b86c
pystate.h: fix _PyThreadState_UncheckedGet()
by Victor Stinner
· 9 years ago
c724bae
coroutines: Error when awaiting on coroutine that's being awaited
by Yury Selivanov
· 9 years ago
c04fb56
Issue #26304: Change "allows to <verb>" to "allows <verb>ing" or similar
by Martin Panter
· 10 years ago
3cdd5fb
code_richcompare() now uses the constants types
by Victor Stinner
· 10 years ago
1538b3d
issue25909 - Correct the documentation of PyMapping_Items, PyMapping_Keys and
by Senthil Kumaran
· 10 years ago
bfd316e
Add _PyThreadState_UncheckedGet()
by Victor Stinner
· 10 years ago
5a57ade
Issue #20440: Massive replacing unsafe attribute setting code with special
by Serhiy Storchaka
· 10 years ago
0ce7a3a
Issue #25914: Fixed and simplified OrderedDict.__sizeof__.
by Serhiy Storchaka
· 10 years ago
45be8d6
Issue #25701: Document C API functions that both set and delete objects
by Martin Panter
· 10 years ago
0c6ffab
Post-release fixups for Python 3.5.1.
by Larry Hastings
· 10 years ago
ffccaa4
Version bump for 3.5.1 final.
by Larry Hastings
· 10 years ago
v3.5.1
ba11daa
Post-release updates for Python 3.5.1rc1.
by Larry Hastings
· 10 years ago
6e86580
Version bump for Python 3.5.1rc1.
by Larry Hastings
· 10 years ago
v3.5.1rc1
f9827ea
Issue #25555: Fix parser and AST: fill lineno and col_offset of "arg" node when
by Victor Stinner
· 10 years ago
a84f6c3
Issue #25523: Merge a-to-an corrections from 3.4.
by Serhiy Storchaka
· 10 years ago
d65c949
Issue #25523: Further a-to-an corrections.
by Serhiy Storchaka
· 10 years ago
2eb819f
Issue #25523: Merge "a" to "an" fixes from 3.4 into 3.5
by Martin Panter
· 10 years ago
7462b649
Issue #25523: Correct "a" article to "an" article
by Martin Panter
· 10 years ago
50856d5
sys.setrecursionlimit() now raises RecursionError
by Victor Stinner
· 10 years ago
b9d98d5
Issue #24483: C implementation of functools.lru_cache() now calculates key's
by Serhiy Storchaka
· 10 years ago
6df29ad
Issue #25150: Hide the private _Py_atomic_xxx symbols from the public
by Victor Stinner
· 10 years ago
9a8b177
Issue #25155: Add _PyTime_AsTimevalTime_t() function
by Victor Stinner
· 10 years ago
9c51f89
Merge release engineering work from Python 3.5.0.
by Larry Hastings
· 10 years ago
82c0c69
Post-release updates for Python 3.5.0.
by Larry Hastings
· 10 years ago
f92f6c8
Version bump for Python 3.5.0 final.
by Larry Hastings
· 10 years ago
ded28e3
Merge Python 3.5.0rc4 back to hg.python.org.
by Larry Hastings
· 10 years ago
03728fa
Post-release update for Python 3.5.0rc4.
by Larry Hastings
· 10 years ago
1043f95
Version bump for Python 3.5.0rc4.
by Larry Hastings
· 10 years ago
v3.5.0rc4
c8c47f5
Merge heads.
by Larry Hastings
· 10 years ago
442c560
Version bump for Python 3.5.0rc3.
by Larry Hastings
· 10 years ago
v3.5.0rc3
beaa509
docs: Better comment for tp_as_async slot
by Yury Selivanov
· 10 years ago
a51812a
Post-release updates for Python 3.5.0rc2.
by Larry Hastings
· 10 years ago
e6c6f69
Version bump for Python 3.5.0rc2.
by Larry Hastings
· 10 years ago
v3.5.0rc2
803502c
#21167: Fix definition of NAN when ICC used without -fp-model strict.
by R David Murray
· 10 years ago
edbc28c
#21167: Fix definition of NAN when ICC used without -fp-model strict.
by R David Murray
· 10 years ago
2ab6ddb
Post-release bump for Python 3.5.0rc1.
by Larry Hastings
· 10 years ago
71ea65f
Release bump for Python 3.5.0rc1.
by Larry Hastings
· 10 years ago
3d1dc90
Post-release updates for Python 3.5.0b4.
by Larry Hastings
· 10 years ago
164df4e
Version bump for Python 3.5.0b4.
by Larry Hastings
· 10 years ago
v3.5.0b4
b34db6a
Post-release fixes for Python 3.5.0b3.
by Larry Hastings
· 10 years ago
9626971
Version bump for Python 3.5.0b3 release.
by Larry Hastings
· 10 years ago
v3.5.0b3
f488fb4
Issue #19235: Add new RecursionError exception. Patch by Georg Brandl.
by Yury Selivanov
· 10 years ago
Next »