Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/tags/3.5
tag
99208800fdf8c209fcaaa04c9d1bae81f39d36f7
tagger
Larry Hastings <larry@hastings.org>
Thu Oct 22 11:40:49 2020
object
75c1ca7b6c546ef674eb40bfe47f41e6045dc99b
Final head of the 3.5 branch
75c1ca7
Post-release update for 3.5.10.
by Larry Hastings
· 5 years ago
3.5
426b022
Version bump for 3.5.10.
by Larry Hastings
· 5 years ago
v3.5.10
f2f17bd
Blurb release and pydoc topics for 3.5.10.
by Larry Hastings
· 5 years ago
524b8de
bpo-39603: Prevent header injection in http methods (GH-18485) (#21946)
by Victor Stinner
· 5 years ago
6c06559
Post-release update for 3.5.10rc1.
by Larry Hastings
· 5 years ago
e53c985
Version bump and copyright update for 3.5.10rc1.
by Larry Hastings
· 5 years ago
v3.5.10rc1
45efe03
Blurb release and pydoc topics for 3.5.10rc1.
by Larry Hastings
· 5 years ago
11d258c
[3.5] bpo-41004: Resolve hash collisions for IPv4Interface and IPv6Interface (GH-21033) (#21233)
by Tapas Kundu
· 5 years ago
f205f10
[3.5] bpo-29778: Ensure python3.dll is loaded from correct locations when Python is embedded (GH-21297) (#21377)
by Steve Dower
· 5 years ago
cac9ca8
[3.5] bpo-39017: Avoid infinite loop in the tarfile module (GH-21454) (#21489)
by Petr Viktorin
· 5 years ago
f52bf62
bpo-41183: Update finite DH params to 3072 bits (#21278)
by Christian Heimes
· 5 years ago
d565be8
bpo-41183: Update test certs and keys (#21258)
by Christian Heimes
· 5 years ago
09d8172
[3.5] closes bpo-38576: Disallow control characters in hostnames in http.client. (#19300)
by Tapas Kundu
· 5 years ago
37fe316
bpo-39503: CVE-2020-8492: Fix AbstractBasicAuthHandler (GH-18284) (#19305)
by Victor Stinner
· 5 years ago
f91a0b6
bpo-39073: validate Address parts to disallow CRLF (#19007) (#20450)
by Victor Stinner
· 5 years ago
f88b578
bpo-39035: travis: Update image to xenial (#17623)
by Inada Naoki
· 5 years ago
55a6a16
bpo-38804: Fix REDoS in http.cookiejar (GH-17157) (#17344)
by Victor Stinner
· 5 years ago
ed07522
bpo-40156: Copy Codecov configuration from master (#19309)
by Victor Stinner
· 5 years ago
8835f46
bpo-38945: UU Encoding: Don't let newline in filename corrupt the output format (GH-17418) (GH-17444) (#17445)
by Ned Deily
· 5 years ago
276eb67
Post-release update for 3.5.9 final.
by Larry Hastings
· 6 years ago
e5f6aba
Version bump for 3.5.9 final.
by Larry Hastings
· 6 years ago
v3.5.9
9f9afc1
Blurb release and pydoc topics for 3.5.9 final.
by Larry Hastings
· 6 years ago
58ae08d
Post release updates for 3.5.8 final.
by Larry Hastings
· 6 years ago
ac39a51
Version bump for 3.5.8 final.
by Larry Hastings
· 6 years ago
v3.5.8
efb6611
Blurb release and pydoc topics for 3.5.8 final.
by Larry Hastings
· 6 years ago
d7b336f
[3.5] bpo-31026: Fix test_dbm if dbm.ndbm is build with Berkeley DB. (GH-6632)
by Serhiy Storchaka
· 6 years ago
3fe1b19
bpo-38243, xmlrpc.server: Escape the server_title (GH-16373) (GH-16441) (#16516)
by Victor Stinner
· 6 years ago
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
280a0f5
Fix docs, blurb release, pydoc-topics for 3.5.8rc2.
by Larry Hastings
· 6 years ago
c386c8b
closes bpo-38174: Update vendored expat library to 2.2.8. (GH-16346) (#16434)
by Victor Stinner
· 6 years ago
2784e78
[3.5] bpo-38216, bpo-36274: Allow subclasses to separately override validation and encoding behavior (GH-16448) (#16475)
by Jason R. Coombs
· 6 years ago
edd9bc9
[3.7] Doc: Bump sphinx. (GH-10676) (GH-10803) (#16522)
by Victor Stinner
· 6 years ago
4452cdc
Sphinx 1.8 is now preferred for building 3.5 docs.
by Larry Hastings
· 6 years ago
v3.5.8rc1
a7b0992
Version bump for 3.5.8rc1.
by Larry Hastings
· 6 years ago
ee5b1a2
Blurb release and pydoc-topics for 3.5.8rc1.
by Larry Hastings
· 6 years ago
c28e4a5
[3.5] bpo-37461: Fix infinite loop in parsing of specially crafted email headers (GH-14794) (#15446)
by Abhilash Raj
· 6 years ago
095373c
bpo-36742: Corrects fix to handle decomposition in usernames (GH-13812) (GH-13814) (#14772)
by Victor Stinner
· 6 years ago
4d1c254
bpo-36576: Skip test_ssl and test_asyncio tests failing with OpenSSL 1.1.1 (#12694)
by Victor Stinner
· 6 years ago
063eba2
[3.5] bpo-34155: Dont parse domains containing @ (GH-13079) (#15317)
by Abhilash Raj
· 6 years ago
afe3a49
bpo-30458: Disallow control chars in http URLs. (GH-12755) (#13207)
by Miro Hrončok
· 6 years ago
4655d57
bpo-36742: Fixes handling of pre-normalization characters in urlsplit() (GH-13017) (#13042)
by Steve Dower
· 6 years ago
4fe82a8
bpo-35907, CVE-2019-9948: urllib rejects local_file:// scheme (GH-13474) (GH-13505) (#13510)
by Victor Stinner
· 6 years ago
43a0ae9
Fix compatibility with ISO C89 needed by "gnu89" standard of GCC 4.8: use C89 for loops in backported pickle patch (#12622)
by Anthony Sottile
· 6 years ago
221178a
[3.5] bpo-36816: Update the self-signed.pythontest.net cert (GH-13192) (#13200)
by Gregory P. Smith
· 6 years ago
8486716
[3.5] Doc: Add an optional obsolete header. (GH-13638). (#13658)
by Julien Palard
· 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
6c4214d
Blurb release and pydoc-topics for 3.5.7 final.
by Larry Hastings
· 6 years ago
4749f1b
[3.5] bpo-35121: prefix dot in domain for proper subdomain validation (GH-10258) (#12281)
by Xtreak
· 6 years ago
382981b
bpo-35647: Fix path check in cookiejar (#11436) (#12277)
by Xtreak
· 6 years ago
c0d9511
bpo-36216: Add check for characters in netloc that normalize to separators (GH-12201) (#12223)
by Steve Dower
· 6 years ago
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
485fa7e
PyDoc and blurb updates for 3.5.7rc1.
by Larry Hastings
· 6 years ago
8ec1fd1
[3.5] bpo-33329: Fix multiprocessing regression on newer glibcs (GH-6575) (#12144)
by Cheryl Sabella
· 6 years ago
56f8783
[3.5] bpo-33127: Compatibility patch for LibreSSL 2.7.0 (GH-6210) (#10994)
by Alex Viscreanu
· 6 years ago
7cd08cf
bpo-34791: xml package obeys ignore env flags (GH-9544) (#11871)
by Victor Stinner
· 6 years ago
ef33dd6
closes bpo-34656: Avoid relying on signed overflow in _pickle memos. (GH-9261) (#11869)
by Victor Stinner
· 6 years ago
efec763
bpo-35746: Fix segfault in ssl's cert parser (GH-11569) (#11867)
by Victor Stinner
· 6 years ago
8bcbc78
bpo-35411: Skip test_urllib2net FTP tests on Travis CI (GH-10907) (#11874)
by Victor Stinner
· 6 years ago
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
b86a50f
Add Blurb entry for 3.5.6 final.
by Larry Hastings
· 7 years ago
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
95c6597
PyDoc topics refresh & blurb release for 3.5.6rc1.
by Larry Hastings
· 7 years ago
76aa2c0
bpo-33216: Clarify the documentation for CALL_FUNCTION_* (#8338)
by larryhastings
· 7 years ago
1b141b9
Doc: Backport language switcher (bpo-33700, bpo-31045) (#8048)
by Julien Palard
· 7 years ago
13402fc
Backport 3.7.0 final changes
by Ned Deily
· 7 years ago
f381cfe
[3.5] bpo-33001: Prevent buffer overrun in os.symlink (GH-5989) (#5991)
by Steve Dower
· 7 years ago
937ac1f
[3.5] bpo-32981: Fix catastrophic backtracking vulns (GH-5955) (#6034)
by Ned Deily
· 7 years ago
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
8201a1e
Finalize blurb archive for 3.5.5 (no new blurbs).
by Larry Hastings
· 8 years ago
50b75d0
Merge branch '3.5' of github.com:python/cpython into 3.5
by Larry Hastings
· 8 years ago
2d80514
Post-release version bump for 3.5.5rc1.
by Larry Hastings
· 8 years ago
2fc65c6
Update docs template for 3.8
by Ned Deily
· 8 years ago
bc7a130
Whoops, missed checking in version bump.
by Larry Hastings
· 8 years ago
v3.5.5rc1
2740fcc
Bump version and copyright year for 3.5.5rc1.
by Larry Hastings
· 8 years ago
604fb62
blurb release and pydoc topics for 3.5.5rc1.
by Larry Hastings
· 8 years ago
43f014d
[3.5] bpo-32072: Fix issues with binary plists. (GH-4455) (#4656)
by Serhiy Storchaka
· 8 years ago
891c91d
[3.5] bpo-32551: Consistently configure sys.path[0] (#5197)
by Nick Coghlan
· 8 years ago
57fa0ab
[3.5] bpo-32563: Get expat to compile under C89 (#5201)
by Nick Coghlan
· 8 years ago
4a4c274
[3.5] bpo-32620: Remove failing pyenv call from CI config (#5274)
by Nick Coghlan
· 8 years ago
fd8614c
bpo-30657: Fix CVE-2017-1000158 (#4664)
by Miro Hrončok
· 8 years ago
dcb101e
Exclude VENVDIR in Doc builds (#3977)
by Ned Deily
· 8 years ago
0a8ff1b
Remove retired and security branches from active docs (#3882)
by Ned Deily
· 8 years ago
0fcc033
bpo-31095: fix potential crash during GC (GH-2974) (#3196)
by INADA Naoki
· 8 years ago
44c1b62
[3.5] bpo-31170: Fix inclusion of expat in Windows build projects. (#3751)
by Steve Dower
· 8 years ago
f2492bb
[3.5][Security] bpo-30947, bpo-31170: Update expat from 2.2.1 to 2.2.4 (#3354)
by Victor Stinner
· 8 years ago
70c630a
bpo-31568, Travis CI: Fix python3.5 (#3737)
by Victor Stinner
· 8 years ago
0d68d6d
[3.5] Fix broken `Show Source` links on documentation pages (GH-3113) (#3126)
by Mariatta
· 8 years ago
9cc3320
[3.5] bpo-31036: Allow sphinx and blurb to be found automatically (GH-3440)
by Ned Deily
· 8 years ago
5da989c
Merge 3.5.4 release into main 3.5 branch.
by Larry Hastings
· 8 years ago
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
ff078f4
Blurb release and pydoc topics for 3.5.4 final.
by Larry Hastings
· 8 years ago
14167c9
bpo-25910: Update LICENSE (GH-2873) (GH-2968)
by Mariatta
· 8 years ago
Next »