Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/tags/v3.7.4
/
Misc
tag
e4539bae82b5dc645fd99cbc869d2fba3067a4ee
tagger
Ned Deily <nad@python.org>
Mon Jul 08 18:04:39 2019
object
e09359112e250268eca209355abeb17abf822486
Python 3.7.4
e093591
3.7.4 final
by Ned Deily
· 6 years ago
v3.7.4
f2cbf41
bpo-37149: Replace dead link for online Tkinter reference (GH-14616)
by Miss Islington (bot)
· 6 years ago
87a918a
[3.7] bpo-37500: update Misc/NEWS entries to mention revert
by Ned Deily
· 6 years ago
7f193e8
3.7.4rc2
by Ned Deily
· 6 years ago
v3.7.4rc2
070fae6
bpo-37463: match_hostname requires quad-dotted IPv4 (GH-14499)
by Christian Heimes
· 6 years ago
dcc0eb3
bpo-34602: Avoid failures setting macOS stack resource limit (GH-14546)
by Miss Islington (bot)
· 6 years ago
f97eb88
[3.7] bpo-37440: Enable TLS 1.3 post-handshake auth in http.client (GH-14448) (GH-14496)
by Miss Islington (bot)
· 6 years ago
5b45fb0
[3.7] bpo-37428: Don't set PHA verify flag on client side (GH-14421) (GH-14493)
by Miss Islington (bot)
· 6 years ago
3c34ea9
bpo-37369: Fixes path for sys.executable when running from the Microsoft Store (GH-14450)
by Steve Dower
· 6 years ago
cc0bf97
closes bpo-37437: Update vendorized expat to 2.2.7. (GH-14436)
by Miss Islington (bot)
· 6 years ago
30c2ae4
[3.7] bpo-24214: Fixed the UTF-8 and UTF-16 incremental decoders. (GH-14304) (GH-14369)
by Miss Islington (bot)
· 6 years ago
c58fc3a
bpo-35360: Update Windows builds to use SQLite 3.28.0 (GH-14179)
by Miss Islington (bot)
· 6 years ago
e90815b
bpo-32627: Fix compile error when conflicting `_uuid` headers included (GH-11751)
by Miss Islington (bot)
· 6 years ago
b26441e
3.7.4rc1
by Ned Deily
· 6 years ago
v3.7.4rc1
23d9fcb
Changelog fixups for 3.7.3rc1
by Ned Deily
· 6 years ago
c730211
bpo-36231: Support building on macOS without /usr/include (GH-13773) (GH-14208)
by Ned Deily
· 6 years ago
452b417
bpo-34903: Document that some strptime formats only require 1 digit (GH-14149)
by Miss Islington (bot)
· 6 years ago
624c9a2
bpo-35360: Update macOS installer to use SQLite 3.28.0 (GH-14180)
by Miss Islington (bot)
· 6 years ago
0f3abbc
bpo-34631: Updated OpenSSL to 1.1.1c in macOS installer (GH-14187)
by Miss Islington (bot)
· 6 years ago
81f7899
bpo-5680: IDLE: Customize running a module (GH-13763)
by Miss Islington (bot)
· 6 years ago
14bac00
bpo-34631: Updated OpenSSL to 1.1.1c in Windows installer (GH-14163)
by Steve Dower
· 6 years ago
336cf39
bpo-37321: Edit IDLE subprocess connection error messages. (GH-14170)
by Miss Islington (bot)
· 6 years ago
0f31a2d
bpo-37039: Make IDLE's Zoom Height adjust to users' screens (GH-13678)
by Miss Islington (bot)
· 6 years ago
7158949
bpo-37267: Do not check for FILE_TYPE_CHAR in os.dup() on Windows (GH-14051) (GH-14141)
by Miss Islington (bot)
· 6 years ago
b101fa7
bpo-28805: document METH_FASTCALL (GH-14079)
by Miss Islington (bot)
· 6 years ago
45d6547
bpo-35922: Fix RobotFileParser when robots.txt has no relevant crawl delay or request rate (GH-11791)
by Miss Islington (bot)
· 6 years ago
e5d67f1
[3.7] bpo-37279: Fix asyncio sendfile support when extra data are sent in fallback mode. (GH-14075). (GH-14103)
by Andrew Svetlov
· 6 years ago
5e97450
Use threadpool for reading from file in sendfile fallback mode (GH-14076)
by Miss Islington (bot)
· 6 years ago
0b592d5
bpo-19865: ctypes.create_unicode_buffer() supports non-BMP strings on Windows (GH-14081)
by Miss Islington (bot)
· 6 years ago
33feb2e
bpo-35998: Avoid TimeoutError in test_asyncio: test_start_tls_server_1() (GH-14080) (GH-14086)
by Victor Stinner
· 6 years ago
5292179
[3.7] bpo-37269: Correctly optimise conditionals with constant booleans (GH-14071) (GH-14073)
by Pablo Galindo
· 6 years ago
6a433f5
bpo-36779: time.tzname returns empty string on Windows if default cod… (GH-13073)
by Miss Islington (bot)
· 6 years ago
6eb2878e
bpo-36402: Fix threading._shutdown() race condition (GH-13948) (GH-14050) (GH-14054)
by Miss Islington (bot)
· 6 years ago
b4c8ef7
bpo-35070: test_getgrouplist may fail on macOS if too many groups (GH-13071)
by Miss Islington (bot)
· 6 years ago
d561f84
bpo-31829: Make protocol 0 pickles be loadable in text mode in Python 2. (GH-11859)
by Miss Islington (bot)
· 6 years ago
0745cc6
[3.7] bpo-36520: Email header folded incorrectly (GH-13608) (GH-13910)
by Abhilash Raj
· 6 years ago
5d1d4e3
bpo-36607: Eliminate RuntimeError raised by asyncio.all_tasks() (GH-13971)
by Miss Islington (bot)
· 6 years ago
1b615b2
[3.7] bpo-37219: Remove erroneous optimization for differencing an empty set (GH-13965) (GH-13968)
by Raymond Hettinger
· 6 years ago
51c9cc7
bpo-37173: Show passed class in inspect.getfile error (GH-13861)
by Miss Islington (bot)
· 6 years ago
10b4fd9
bpo-34886: Fix subprocess.run handling of exclusive arguments (GH-11727)
by Miss Islington (bot)
· 6 years ago
e36ed47
[3.7] bpo-37170: Fix the cast on error in PyLong_AsUnsignedLongLongMask() (GH-13860) (GH-13896)
by Zackery Spytz
· 6 years ago
685b806
bpo-37177: make IDLE's search dialogs transient (GH-13869)
by Miss Islington (bot)
· 6 years ago
dc20fc4
bpo-21315: Fix parsing of encoded words with missing leading ws. (GH-13425) (#13846)
by Miss Islington (bot)
· 6 years ago
28be388
Don't report deleted attributes in __dir__ (GHGH-10148)
by Miss Islington (bot)
· 6 years ago
f62a372
bpo-30835: email: Fix AttributeError when parsing invalid CTE (GH-13598)
by Miss Islington (bot)
· 6 years ago
3d75bd1
bpo-35763: Make IDLE calltip note about '/' less obtrusive (GH-13791)
by Miss Islington (bot)
· 6 years ago
5f8443e
bpo-37153: test_venv.test_mutiprocessing() calls pool.terminate() (GH-13816) (GH-13819)
by Miss Islington (bot)
· 6 years ago
cad4ff6
bpo-36868: Fix what's new for SSLContext.hostname_checks_common_name (GH-13248)
by Miss Islington (bot)
· 6 years ago
3344197
[3.7] bpo-37081: Test with OpenSSL 1.1.1c (GH-13631) (GH-13782)
by Miss Islington (bot)
· 6 years ago
8766cb7
[3.7] bpo-27987: align PyGC_Head to alignof(long double) (GH-13335) (GH-13581)
by Inada Naoki
· 6 years ago
6bd438e
bpo-37014: Update docstring and Documentation of fileinput.FileInput(). (GH-13545) (GH-13753)
by Miss Islington (bot)
· 6 years ago
b4e0bfd
bpo-35610: IDLE - Replace .context_use_ps1 with .prompt_last_line (GH-11307)
by Miss Islington (bot)
· 6 years ago
c76add7
Improve version added references in `typing` module docs (GH-13457)
by Miss Islington (bot)
· 6 years ago
ac60d1a
bpo-32411: IDLE: Remove line number sort in browser.py (GH-5011)
by Miss Islington (bot)
· 6 years ago
f286e03
bpo-36813: Fix QueueListener to call task_done() upon termination. (GH-13113)
by Miss Islington (bot)
· 6 years ago
a6dc5d4
bpo-33361: Fix bug with seeking in StreamRecoders (GH-8278)
by Miss Islington (bot)
· 6 years ago
49fc57a
bpo-12639: msilib.Directory.start_component() fails if *keyfile* is not None (GH-13688)
by Miss Islington (bot)
· 6 years ago
fc3b843
bpo-25735: math.factorial doc should mention integer return type (GH-6420)
by Miss Islington (bot)
· 6 years ago
f1487b3
bpo-24564: shutil.copystat(): ignore EINVAL on os.setxattr() (GH-13369)
by Miss Islington (bot)
· 6 years ago
3a98bbf
[3.7] bpo-36983: Fix typing.__all__ and add test for exported names (GH-13456) (GH-13662)
by Anthony Sottile
· 6 years ago
8ea0fd8
bpo-26903: Limit ProcessPoolExecutor to 61 workers on Windows (GH-13132) (GH-13643)
by Miss Islington (bot)
· 6 years ago
0eb6999
bpo-22102: Fixes zip files with disks set to 0 (GH-5985)
by Miss Islington (bot)
· 6 years ago
e7ddf58
bpo-26423: Fix possible overflow in wrap_lenfunc() (GH-13606)
by Miss Islington (bot)
· 6 years ago
0f352d4
bpo-37054, _pyio: Fix BytesIO and TextIOWrapper __del__() (GH-13601)
by Miss Islington (bot)
· 6 years ago
a79b6c5
[3.7] bpo-37035: Don't log OSError (GH-13548) (#13594)
by Andrew Svetlov
· 6 years ago
bfd0b77
[3.7] bpo-28866: No type cache for types with specialized mro, invalidation is hard. (GH-13157) (GH-13589)
by Miss Islington (bot)
· 6 years ago
f3d9094
BPO-27639: Correct return type for UserList slicing operation (#13203)
by Michael Blahay
· 6 years ago
1b85f4e
bpo-27987: pymalloc: align by 16bytes on 64bit platform (GH-12850)
by Miss Islington (bot)
· 6 years ago
2156fec
[3.7] Revert "align PyGC_Head to alignof(long double) (GH-13335)" (GH-13569)
by Gregory P. Smith
· 6 years ago
ea2b76b
bpo-27987: align PyGC_Head to alignof(long double) (GH-13335)
by Inada Naoki
· 6 years ago
c70ab1c
bpo-37038: Make idlelib.run runnable; add test clause (GH-13560)
by Miss Islington (bot)
· 6 years ago
cee4ac8
bpo-35907: Clarify the NEWS entry (GH-13558)
by Victor Stinner
· 6 years ago
310f414
bpo-23395: Fix PyErr_SetInterrupt if the SIGINT signal is ignored or not handled (GH-7778)
by Miss Islington (bot)
· 6 years ago
7cc47e9
bpo-37008: make mock_open handle able to honor next() (GH-13492)
by Miss Islington (bot)
· 6 years ago
0416d6f
bpo-27737: Allow whitespace only headers encoding (GH-13478) (#13517)
by Miss Islington (bot)
· 6 years ago
b73c21c
bpo-33110: Catch errors raised when running add_done_callback on already completed futures (GH-13141)
by Miss Islington (bot)
· 6 years ago
34bab21
bpo-35907, CVE-2019-9948: urllib rejects local_file:// scheme (GH-13474) (GH-13505)
by Victor Stinner
· 6 years ago
81c5ec9
[3.7] bpo-33482: fix codecs.StreamRecoder.writelines (GH-6779) (GH-13502)
by Jelle Zijlstra
· 6 years ago
a58db96
bpo-36829: Enhance PyErr_WriteUnraisable() (GH-13487)
by Victor Stinner
· 6 years ago
d092caf
bpo-36907: fix refcount bug in _PyStack_UnpackDict() (GH-13381) (GH-13493)
by Jeroen Demeyer
· 6 years ago
791e5fc
bpo-36965: Fix includes in main.c on Windows with non-MSC compilers (GH-13421) (GH-13471)
by Erik Janssens
· 6 years ago
aea49b1
[3.7] bpo-36035: fix Path.rglob for broken links (GH-11988) (GH-13469)
by Miss Islington (bot)
· 6 years ago
6b48e65
bpo-36929: Modify io/re tests to allow for missing mod name (GH-13392)
by Miss Islington (bot)
· 6 years ago
3c9c2dc
bpo-34144: Fix of venv acvtivate.bat for win 10 (GH-8321)
by Miss Islington (bot)
· 6 years ago
cdb2dbf
[3.7] bpo-22865: Expand on documentation for the pty.spawn function (GH-11980) (GH-13455)
by Geoff Shannon
· 6 years ago
50b3f20
bpo-36969: Make PDB args command display keyword only arguments (GH-13452)
by Miss Islington (bot)
· 6 years ago
3887932
bpo-35721: Close socket pair if Popen in _UnixSubprocessTransport fails (GH-11553)
by Miss Islington (bot)
· 6 years ago
2d94d4f
bpo-36958: In IDLE, print exit message (GH-13435)
by Miss Islington (bot)
· 6 years ago
f393e8e
bpo-29183: Fix double exceptions in wsgiref.handlers.BaseHandler (GH-12914)
by Miss Islington (bot)
· 6 years ago
3645d29
bpo-27141: Fix collections.UserList and UserDict shallow copy. (GH-4094)
by Miss Islington (bot)
· 6 years ago
5386aaf
bpo-33524: Fix the folding of email header when max_line_length is 0 or None (GH-13391)
by Miss Islington (bot)
· 6 years ago
85ed171
bpo-1875: Raise SyntaxError in invalid blocks that will be optimised away (GH-13332)
by Miss Islington (bot)
· 6 years ago
9470404
bpo-35545: Fix asyncio discarding IPv6 scopes (GH-11271)
by Miss Islington (bot)
· 6 years ago
f02d1a4
bpo-36946: Fix possible signed integer overflow when handling slices. (GH-13375)
by Miss Islington (bot)
· 6 years ago
aa73841
bpo-35926: Add support for OpenSSL 1.1.1b on Windows (GH-11779)
by Steve Dower
· 6 years ago
c647ad9
Revert "bpo-36801: Fix waiting in StreamWriter.drain for closing SSL transport (GH-13098)" (GH-13328)
by Victor Stinner
· 6 years ago
2fef5b0
bpo-33529, email: Fix infinite loop in email header encoding (GH-12020) (GH-13321)
by Miss Islington (bot)
· 6 years ago
ecd668d
bpo-36915: regrtest always remove tempdir of worker processes (GH-13312)
by Miss Islington (bot)
· 6 years ago
8b3823ae
bpo-32995 - Added context variable in glossary (GH-9741)
by Miss Islington (bot)
· 6 years ago
30cccf0
bpo-36845: validate integer network prefix when constructing IP networks (GH-13298)
by Miss Islington (bot)
· 6 years ago
Next »