Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/tags/v3.5.8
/
Include
tag
12db8466b2b205d99a301122c2bd5aba86c81ed3
tagger
Larry Hastings <larry@hastings.org>
Tue Oct 29 06:09:07 2019
object
ac39a516017c80993309f803441c8ee97c44838e
Python 3.5.8
ac39a51
Version bump for 3.5.8 final.
by Larry Hastings
· 6 years ago
v3.5.8
2a6ce8a
Post-release update for 3.5.8rc2.
by Larry Hastings
· 6 years ago
ac4f751
Version bump for 3.5.8rc2.
by Larry Hastings
· 6 years ago
v3.5.8rc2
a7b0992
Version bump for 3.5.8rc1.
by Larry Hastings
· 6 years ago
2bb3278
Post-release version bump for 3.5.7.
by Larry Hastings
· 6 years ago
1917d9b
Version bump for 3.5.7 final.
by Larry Hastings
· 6 years ago
v3.5.7
6b0d50d
Post-release verison bump for 3.5.7rc1.
by Larry Hastings
· 6 years ago
d571dd3
Version bump & copyright year update for 3.5.7rc1.
by Larry Hastings
· 6 years ago
v3.5.7rc1
41b48e7
[3.5] bpo-34623: Use XML_SetHashSalt in _elementtree (#9933)
by stratakis
· 6 years ago
1a2b52b
Post-release version bump for 3.5.6.
by Larry Hastings
· 7 years ago
627d0c6
Version bump for 3.5.6 final.
by Larry Hastings
· 7 years ago
v3.5.6
f497e74
Post-release version bump for 3.5.6rc1.
by Larry Hastings
· 7 years ago
7df16b1
Version bump for 3.5.6rc1.
by Larry Hastings
· 7 years ago
v3.5.6rc1
6fb30f4
Post-release bump for Python 3.5.5.
by Larry Hastings
· 8 years ago
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
Next »