Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/tags/v3.5.10
/
Misc
tag
30da621298b61d357fbb3a5a8350cf5d30a77353
tagger
Larry Hastings <larry@hastings.org>
Sat Sep 05 07:22:33 2020
object
426b022776672fdf3d71ddd98d89af341c88080f
Python 3.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
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
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
55a6a16
bpo-38804: Fix REDoS in http.cookiejar (GH-17157) (#17344)
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
9f9afc1
Blurb release and pydoc topics for 3.5.9 final.
by Larry Hastings
· 6 years ago
efb6611
Blurb release and pydoc topics for 3.5.8 final.
by Larry Hastings
· 6 years ago
3fe1b19
bpo-38243, xmlrpc.server: Escape the server_title (GH-16373) (GH-16441) (#16516)
by Victor Stinner
· 6 years ago
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
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
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
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
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
efec763
bpo-35746: Fix segfault in ssl's cert parser (GH-11569) (#11867)
by Victor Stinner
· 6 years ago
41b48e7
[3.5] bpo-34623: Use XML_SetHashSalt in _elementtree (#9933)
by stratakis
· 6 years ago
b86a50f
Add Blurb entry for 3.5.6 final.
by Larry Hastings
· 7 years ago
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
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
8201a1e
Finalize blurb archive for 3.5.5 (no new blurbs).
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
fd8614c
bpo-30657: Fix CVE-2017-1000158 (#4664)
by Miro Hrončok
· 8 years ago
0fcc033
bpo-31095: fix potential crash during GC (GH-2974) (#3196)
by INADA Naoki
· 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
ff078f4
Blurb release and pydoc topics for 3.5.4 final.
by Larry Hastings
· 8 years ago
19b2890
[3.5] [security] bpo-30119: fix ftplib.FTP.putline() to throw an error for a illegal command (#1214) (#2887)
by Dong-hee Na
· 8 years ago
9bf9aa2
Blurb release for 3.5.4rc1.
by Larry Hastings
· 8 years ago
b902833
Update 3.5 to use blurb!
by Larry Hastings
· 8 years ago
c824cc8
[3.5] Backport bpo-30876 (GH-2639), bpo-18018 and bpo-26367. (#2677)
by Serhiy Storchaka
· 8 years ago
e78dc0a
[3.5] bpo-29403: Fix mock's broken autospec behavior on method-bound builtin functions (GH-3)
by Berker Peksag
· 8 years ago
bf3a1e9
bpo-30822: regrtest: remove tzdata (#2782)
by Victor Stinner
· 8 years ago
645e503
bpo-30822: Exclude tzdata from regrtest --all (#2775) (#2781)
by Victor Stinner
· 8 years ago
cb3f024
bpo-30961: Fix decrementing a borrowed reference in tracemalloc. (#2747) (#2749)
by Xiang Zhang
· 8 years ago
7527c32
[3.5] bpo-30879: os.listdir() and os.scandir() now emit bytes names when (GH-2634) (#2657)
by Serhiy Storchaka
· 8 years ago
69e4180
bpo-30886: Fix multiprocessing.Queue.join_thread() (#2642) (#2644)
by Victor Stinner
· 8 years ago
68c3724
[3.5] bpo-29854: Fix segfault in call_readline() (GH-728)
by Nir Soffer
· 8 years ago
3bbdf99
bpo-30532: Fix whitespace folding in certain cases (#2592)
by Joel Hillacre
· 8 years ago
1a3bc55
[3.5] bpo-30441: Fix bug when modifying os.environ while iterating over it (GH-2409). (#2557)
by Serhiy Storchaka
· 8 years ago
5741b70
[3.5] bpo-30807: signal.setitimer() may disable the timer by mistake (GH-2493) (#2498)
by Antoine Pitrou
· 8 years ago
eef254d
bpo-30383: Add NEWS entry for backported regrtest (#2438)
by Victor Stinner
· 8 years ago
85b34ed
[3.5] bpo-30765: Avoid blocking when PyThread_acquire_lock() is asked not to (GH-2403) (#2419)
by Antoine Pitrou
· 8 years ago
99e9eb6
[3.5] bpo-30746: Prohibited the '=' character in environment variable names (GH-2382) (#2392)
by Serhiy Storchaka
· 8 years ago
599ff02
[3.5] bpo-30645: don't append to an inner loop path in imp.load_package() (GH-2268) (GH-2365)
by Brett Cannon
· 8 years ago
a7c0264
[3.5] bpo-30730: Prevent environment variables injection in subprocess on Windows. (GH-2325) (#2361)
by Serhiy Storchaka
· 8 years ago
491afb5
Add "Misc/NEWS.d" directory tree for "blurb". GH-2330
by larryhastings
· 8 years ago
91d171b
bpo-30694: Upgrade Modules/expat/ to libexpat 2.2.1 (#2300) (#2314)
by Victor Stinner
· 8 years ago
29c89d0
[3.5] bpo-29755: Fixed the lgettext() family of functions in the gettext module. (GH-2266) (#2298)
by Serhiy Storchaka
· 8 years ago
4108606
bpo-30500: Fix the NEWS entry (#2295)
by Victor Stinner
· 8 years ago
4899d84
bpo-30500: urllib: Simplify splithost by calling into urlparse. (#1849) (#2290)
by Victor Stinner
· 8 years ago
2c899cc
bpo-30687: Fixes build scripts to find msbuild.exe and stop relying on vcvarsall.bat (#2252) (#2281)
by Steve Dower
· 8 years ago
04521c2
bpo-30176: Add missing curses cell attributes constants (#2277)
by Xiang Zhang
· 8 years ago
820b714
[email] bpo-29478: Fix passing max_line_length=None from Compat32 policy (GH-595) (GH-2234)
by Mariatta
· 8 years ago
3dc573c
Fix ref cycles in TestCase.assertRaises() (#193) (#2228)
by Victor Stinner
· 8 years ago
fb0825c
bpo-30149: Fix partialmethod without explicit self parameter (#1308) (#1663)
by Dong-hee Na
· 8 years ago
c5a6fb6
[3.5] bpo-29931 fix __lt__ check in ipaddress.ip_interface for both v4 and v6. (GH-879) (#2218)
by Serhiy Storchaka
· 8 years ago
8c797ed
bpo-29591: Upgrade Modules/expat to libexpat 2.2 (#2164) (#2201)
by Victor Stinner
· 8 years ago
a0ecaab
[3.5] bpo-24484: Avoid race condition in multiprocessing cleanup (GH-2159) (#2167)
by Antoine Pitrou
· 8 years ago
7d8c1eb
[3.5] bpo-28994: Fixed errors handling in atexit._run_exitfuncs(). (GH-2034) (#2122)
by Serhiy Storchaka
· 8 years ago
4e9dfe2
Revert "[3.5] bpo-29406: asyncio SSL contexts leak sockets after calling close with certain servers (GH-409) (#2063)" (#2113)
by Yury Selivanov
· 8 years ago
d24c828
bpo-30508: Don't log exceptions if Task/Future "cancel()" method was called. (#2110)
by Yury Selivanov
· 8 years ago
ea8b348
bpo-28556: Updates to typing module (GH-2076) (GH-2088)
by Mariatta
· 8 years ago
1395c58
[3.5] bpo-29406: asyncio SSL contexts leak sockets after calling close with certain servers (GH-409) (#2063)
by Yury Selivanov
· 8 years ago
7f1cd72
Break circular references when closing SSLTransport objects (#981) (#2048)
by Yury Selivanov
· 8 years ago
ff9511b
Closing transport during handshake process leaks socket (#480) (#2045)
by Yury Selivanov
· 8 years ago
d913d1c
Fix waiter cancellation in asyncio.Lock (#1031) (#2038)
by Yury Selivanov
· 8 years ago
df04c08
bpo-30418: Popen.communicate() always ignore EINVAL (#2002) (#2005)
by Victor Stinner
· 8 years ago
a0b9088
[3.5] bpo-30584: Fix test_os fails on non-English Windows (GH-1980) (#2000)
by Denis Osipov
· 8 years ago
e20d226
bpo-30378: Fix the problem that SysLogHandler can't handle IPv6 addresses (#1676) (#1902)
by Xiang Zhang
· 8 years ago
440bc4f
[3.5] bpo-29960 _random.Random corrupted on exception in setstate(). … (#1288)
by Mariatta
· 8 years ago
89004d7
[3.5] bpo-30414: multiprocessing.Queue._feed do not break from main loop on exc (GH-1683) (#1816)
by Antoine Pitrou
· 8 years ago
1d359b8
[3.5] Fix typos in multiple `.rst` files (GH-1668) (#1706)
by delirious-lettuce
· 8 years ago
65440f8
bpo-30003: Fix handling escape characters in HZ codec (#1556) (#1718)
by Xiang Zhang
· 8 years ago
2f7f533
[3.5] bpo-27945: Fixed various segfaults with dict. (GH-1657) (#1678)
by Serhiy Storchaka
· 8 years ago
4a86fe9
[3.5] bpo-25794: Fix `type.__setattr__()` for non-interned attribute names. (GH-1652) (#1674)
by Serhiy Storchaka
· 8 years ago
9081b36
bpo-30301: Fix AttributeError when using SimpleQueue.empty() (#1601) (#1627)
by Xiang Zhang
· 8 years ago
Next »