100576 Commits (e56975351bc2c574c728f738e88effba7116279f)
 

Author SHA1 Message Date
Łukasz Langa e56975351b
bpo-32227: functools.singledispatch supports registering via type annotations (#4733) 8 years ago
Andrew Svetlov 8874342cf3
bpo-32258: Replace 'yield from' to 'await' in asyncio docs (#4779) 8 years ago
Yury Selivanov abae67ebc2
Add asyncio.get_running_loop() function. (#4782) 8 years ago
Yury Selivanov 3e9751819a
bpo-32273: Move asyncio.test_utils to test.test_asyncio (#4785) 8 years ago
Yury Selivanov 9edad3c701
bpo-32272: Remove asyncio.async() function. (#4784) 8 years ago
Sanyam Khurana 1b74f9b77a bpo-22671: Clarify and test default read method implementations (#4568) 8 years ago
Victor Stinner 48d4dd974f
bpo-32252: Fix faulthandler_suppress_crash_report() (#4794) 8 years ago
Yury Selivanov 19d0d54809
bpo-32262: Fix f-string (#4787) 8 years ago
Yury Selivanov 6370f345e1
bpo-32262: Fix codestyle; use f-strings formatting where necessary. (#4775) 8 years ago
Yury Selivanov c4d9df5fd7
Skip test_read_pty_output test on macOS for poll and select. (#4774) 8 years ago
Pablo Galindo 77106b2c21 bpo-32114: Updated the documentation for get_event_loop to reflect the policy change (#4510) 8 years ago
Terry Jan Reedy f658641a05
Removed doubled 'bpo-'. (#4777) 8 years ago
Sanyam Khurana 780acc89bc bpo-31506: Improve the error message logic for class instantiation (GH-4740) 8 years ago
Benjamin Peterson 60ed130830
byte swap the raw hash secrets (more bpo-32260) (#4773) 8 years ago
Benjamin Peterson 83620773ee
fix my byte-swapping implementation (#4772) 8 years ago
Benjamin Peterson 4e3e156391
bpo-32260: don't byte swap siphash keys (#4771) 8 years ago
Benjamin Peterson 42aa93b8ff
closes bpo-31650: PEP 552 (Deterministic pycs) implementation (#4575) 8 years ago
Andrew Svetlov 28d8d14013
bpo-32253: Deprecate with statement and bare await for asyncio locks (GH-4764) 8 years ago
Vinay Sajip a9f8df646a
bpo-32212: Updated logging documentation to make parameter names more consistent with source. (GH-4765) 8 years ago
Andrew Svetlov 5f841b5538
bpo-32193: Convert asyncio to async/await usage (#4753) 8 years ago
Nitish Chandra ede157331b bpo-22589 Changed MIME type of .bmp to "image/bmp" (#4756) 8 years ago
Neil Schemenauer 11cc289490
Fix missing DECREF of mod. (#4749) 8 years ago
Victor Stinner dd431b32f4
PyLong_FromString(): fix Coverity CID 1424951 (#4738) 8 years ago
Garrett Berg a0374dd34a bpo-32208: update threading.Semaphore docs and add unit test (#4709) 8 years ago
xdegaye 961dbe0548
bpo-32199: The getnode() ip getter now uses 'ip link' instead of 'ip link list' (GH-4696) 8 years ago
Pablo Galindo fb77e0d855 Fix hardcoded value in test_os.py (#4744) 8 years ago
Steve Dower 9ab11b3a02
Allows non-critical upload steps to fail (#4742) 8 years ago
Eric V. Smith 24e77f9265
Use raw strings for regex to avoid invalid escape sequences. (GH-4741) 8 years ago
Rob Boehne 9d25bd11ca Modify configure to link with the compiler driver under HP-UX when not using gcc. (#2519) 8 years ago
Stefan Krah bd4ed77f73
bpo-32233: Fix build with --with-system-libmpdec. (#4739) 8 years ago
Victor Stinner 92a3c6f493
bpo-32030: Add _PyImport_Fini2() (#4737) 8 years ago
Sanyam Khurana 1b4587a246 bpo-25910: Fixes redirection from http to https (#4674) 8 years ago
Victor Stinner 6bf992a1ac
bpo-32030: Add pymain_get_global_config() (#4735) 8 years ago
Victor Stinner 672b6baa71
bpo-32030: pass interp to _PyImport_Init() (#4736) 8 years ago
Ned Deily a2a25eb037 Bump to 3.7.0a3+ 8 years ago
Ned Deily d86f29e9c9 Python 3.7.0a3 8 years ago
Guido van Rossum 5e8cbcc4f2 Add Guido and Ivan as owners for typing.py (#4729) 8 years ago
Eric V. Smith 2582f6f24e
Add dataclasses to CODEOWNERS. (GH-4730) 8 years ago
Victor Stinner 33c377ed9b
bpo-32030: Simplify _PyCoreConfig_INIT macro (#4728) 8 years ago
Ned Deily 90a6785f63 Bump to 3.7.0a3 8 years ago
Ned Deily 3f9a728d95 Update NEWS and pydoc topics. 8 years ago
Ned Deily d4d2b56302 Tidy NEWS entry. 8 years ago
Julien Palard ae342cf7de Add a missing space in tkinter documentation. (GH-4692) 8 years ago
Ned Deily b3edde8dd4
bpo-31380: Skip test_httpservers test_undecodable_file on macOS. (#4720) 8 years ago
Ned Deily e6f8a7378d
Update macOS installer to XZ 5.2.3 (#4718) 8 years ago
Ned Deily 24e046987b
bpo-31392: Update macOS installer to use OpenSSL 1.0.2m (#4715) 8 years ago
Neil Schemenauer 8837dd092f
bpo-19610: Warn if distutils is provided something other than a list to some fields (#4685) 8 years ago
Ned Deily 9625bf520e
Enable SQLite JSON functions for macOS installer build (#4712) 8 years ago
Ivan Levkivskyi 29bc193210 [bpo-28556] Minor fixes for typing module (#4710) 8 years ago
Mariatta ca7562a7fe bpo-28791: Update macOS installer to use SQLite 3.21.0. (#4245) 8 years ago