104179 Commits (4c7a46eb3c009c85ddf2eb315d94d804745187d4)
 

Author SHA1 Message Date
Paul Dagnelie 4c7a46eb3c bpo-36972: Add SupportsIndex (GH-13448) 7 years ago
Marcel Plch 33e71e01e9 bpo-31862: Port binascii to PEP 489 multiphase initialization (GH-4108) 7 years ago
Jeroen Demeyer 77aa396bb9 bpo-36907: fix refcount bug in _PyStack_UnpackDict() (GH-13381) 7 years ago
Jeroen Demeyer b892d3ea46 bpo-36994: add test for profiling method_descriptor with **kwargs (GH-13461) 7 years ago
Victor Stinner ef9d9b6312
bpo-36829: Add sys.unraisablehook() (GH-13187) 7 years ago
Berker Peksag 2725cb01d7
bpo-36948: Fix test_urlopener_retrieve_file on Windows (GH-13476) 7 years ago
Yury Selivanov eca18aac7b bpo-34616: Fix code style and unbreak buildbots (GH-13473) 7 years ago
Batuhan Taşkaya 7abf8c6081 bpo-25652: Fix __rmod__ of UserString (GH-13326) 7 years ago
Matthias Bussonnier 565b4f1ac7 bpo-34616: Add PyCF_ALLOW_TOP_LEVEL_AWAIT to allow top-level await (GH-13148) 7 years ago
Batuhan Taşkaya aa32a7e111 bpo-23378: Add an extend action to argparse (GH-13305) 7 years ago
Jörg Stucke d5c120f7eb bpo-36035: fix Path.rglob for broken links (GH-11988) 7 years ago
Max Bernstein ccb7ca728e bpo-36929: Modify io/re tests to allow for missing mod name (#13392) 7 years ago
Chris Angelico ad098b6750 Annotate the unexplained assignment in exception unbinding (GH-11448) 7 years ago
Lihua Zhao 4fb1502189 bpo-36648: fix mmap issue for VxWorks (GH-12394) 7 years ago
pxinwr f2d7ac7e5b bpo-31904: Add posix module support for VxWorks (GH-12118) 7 years ago
Victor Stinner d12e75734d
Revert "bpo-36084: Add native thread ID to threading.Thread objects (GH-11993)" (GH-13458) 7 years ago
Erik Janssens 925af1d99b bpo-36965: Fix includes in main.c on Windows with non-MSC compilers (GH-13421) 7 years ago
Xtreak e7cb23bf20 Fix RuntimeWarning in unittest.mock asyncio example (GH-13449) 7 years ago
Matthias Bussonnier d0ebf13e50 bpo-36932: use proper deprecation-removed directive (GH-13349) 7 years ago
Andre Delfino 3099ae4075 Remove workaround for defaults in namedtuple now that we have the defaults parameter (GH-13263) 7 years ago
Cheryl Sabella 6220c02e09
bpo-35563: Add reference links to warnings.rst (GH-11289) 7 years ago
Rémi Lapeyre bf457c7d82 bpo-36969: Make PDB args command display keyword only arguments (GH-13452) 7 years ago
Matthias Bussonnier 1a3faf9d97 bpo-36952: Remove the bufsize parameter in fileinput.input(). (GH-13400) 7 years ago
Batuhan Taşkaya 4011d865d0 bpo-23896: Add a grammar where exec isn't a stmt (#13272) 7 years ago
Thomas Moreau c09a9f56c0 bpo-36888: Add multiprocessing.parent_process() (GH-13247) 7 years ago
Batuhan Taşkaya 5ae1c84bcd bpo-36949: Implement __repr__ on WeakSet (GH-13415) 7 years ago
Lisa Roach 77b3b7701a
bpo-26467: Adds AsyncMock for asyncio Mock library support (GH-9296) 7 years ago
Victor Stinner 0f72147ce2
bpo-36763: Fix _PyRuntime.preconfig.coerce_c_locale (GH-13444) 7 years ago
Geoff Shannon 522ccef869 bpo-22865: Expand on documentation for the pty.spawn function (GH-11980) 7 years ago
Andrew Svetlov 45a24b85f3
Pass _asyncio_internal=True into stream tests on windows (#13442) 7 years ago
Victor Stinner 425717fee1
bpo-36763: Fix encoding/locale tests in test_embed (GH-13443) 7 years ago
Niklas Fiekas 9932fd91e8 bpo-35721: Close socket pair if Popen in _UnixSubprocessTransport fails (GH-11553) 7 years ago
Victor Stinner 6d1c46746e
bpo-36763: Fix Python preinitialization (GH-13432) 7 years ago
Terry Jan Reedy 6d965b39b7
bpo-36958: In IDLE, print exit message (GH-13435) 7 years ago
Zackery Spytz 53d378c812 closes bpo-36951: Correct some types in the type_members struct in typeobject.c. (GH-13403) 7 years ago
Victor Stinner fd1e0e93b1
bpo-35134: Register new traceback.h header files (GH-13431) 7 years ago
Victor Stinner ed48866c55
bpo-35134: Split traceback.h header (GH-13430) 7 years ago
Lysandros Nikolaou d673810b9d bpo-35252: Remove FIXME from test_functools (GH-10551) 7 years ago
Xtreak 287b84de93 bpo-34580: Update sqlite3 examples to call close() explicitly (GH-9079) 7 years ago
Mark Dickinson 5c08ce9bf7
bpo-36957: Speed up math.isqrt (#13405) 7 years ago
Berker Peksag 7c59362a15
bpo-29183: Fix double exceptions in wsgiref.handlers.BaseHandler (GH-12914) 7 years ago
Bar Harel f4e1babf44 bpo-27141: Fix collections.UserList and UserDict shallow copy. (GH-4094) 7 years ago
Xtreak c661b30f89 bpo-36948: Fix NameError in urllib.request.URLopener.retrieve (GH-13389) 7 years ago
Serhiy Storchaka a5119e7d75
bpo-36957: Add _PyLong_Rshift() and _PyLong_Lshift(). (GH-13416) 7 years ago
Boštjan Mejak 1d5bdef550 Orthographical fix (GH-13418) 7 years ago
Ashwin Ramaswami f665b96e92 Fix typo in test comment (GH-11442) 7 years ago
Jelle Zijlstra 9892f454d1 bpo-33519: clarify that .copy() is not part of the MutableSequence ABC (GH-6965) 7 years ago
Pablo Galindo da6129e821
bpo-36961: Handle positional-only arguments in uparse.c (GH-13412) 7 years ago
Batuhan Taşkaya fa19a25c23 Add support for PEP572 in ast_unparse.c (GH-13337) 7 years ago
Batuhan Taşkaya eab9965079 bpo-36567: Use manpages_url to create links for man pages (GH-13339) 7 years ago