summaryrefslogtreecommitdiff
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* bpo-40443: Remove unused imports in the stdlib (GH-19803)Victor Stinner2020-04-3010-12/+0
* bpo-40394 - difflib.SequenceMatched.find_longest_match default args (GH-19742)lrjball2020-04-292-3/+55
* bpo-40443: Remove unused imports in idlelib (GH-19801)Victor Stinner2020-04-296-6/+3
* bpo-40389: Improve repr of typing.Optional (#19714)Vlad Serebrennikov2020-04-293-2/+9
* bpo-40443: Remove unused imports in tests (GH-19804)Victor Stinner2020-04-3018-20/+2
* bpo-40443: Remove unused imports in tests (GH-19805)Victor Stinner2020-04-3017-20/+4
* bpo-40334: Fix test_peg_parser to actually use the old parser (GH-19778)Lysandros Nikolaou2020-04-291-5/+4
* bpo-40291: Add support for CAN_J1939 sockets (GH-19538)karl ding2020-04-291-0/+74
* bpo-40286: Remove C implementation of Random.randbytes() (GH-19797)Victor Stinner2020-04-291-0/+6
* bpo-9216: Expose OpenSSL FIPS_mode() as _hashlib.get_fips_mode() (GH-19703)Victor Stinner2020-04-292-0/+25
* bpo-40228: More robust frame.setlineno. (GH-19437)Mark Shannon2020-04-291-18/+17
* bpo-40436: Fix code parsing gdb version (GH-19792)Victor Stinner2020-04-292-2/+11
* Add missing sys import to socket_helper.py (GH-19791)Pablo Galindo2020-04-291-0/+1
* bpo-40275: Move transient_internet from test.support to socket_helper (GH-19711)Serhiy Storchaka2020-04-2914-137/+145
* bpo-40334: Disallow invalid single statements in the new parser (GH-19774)Lysandros Nikolaou2020-04-291-1/+0
* bpo-39995: Fix concurrent.futures _ThreadWakeup (GH-19760)Victor Stinner2020-04-291-14/+27
* bpo-40275: Move requires_hashdigest() to test.support.hashlib_helper (GH-19716)Hai Shi2020-04-299-68/+71
* bpo-40334: Fix shifting of nested f-strings in the new parser (GH-19771)Lysandros Nikolaou2020-04-291-2/+1
* bpo-38880: List interpreters associated with a channel end (GH-17323)Lewis Gaul2020-04-281-0/+196
* bpo-40431: Fix syntax typo in turtledemo (GH-19777)Miro Hrončok2020-04-291-1/+1
* bpo-32604: Add support for a "default" arg in channel_recv(). (GH-19770)Eric Snow2020-04-281-0/+21
* bpo-39966: Revert "bpo-25597: Ensure wraps' return value is used for magic me...Karthikeyan Singaravelan2020-04-282-12/+10
* bpo-40025: Require _generate_next_value_ to be defined before members (GH-19098)Ethan Onstott2020-04-282-0/+15
* Merge tag 'v3.9.0a6'Łukasz Langa2020-04-281-34/+99
|\
| * Python 3.9.0a6v3.9.0a6Łukasz Langa2020-04-271-34/+99
* | bpo-40334: Don't skip test_parser:test_trigget_memory_error (GH-19744)Lysandros Nikolaou2020-04-281-1/+0
* | bpo-40334: Catch E_EOF error, when the tokenizer returns ERRORTOKEN (GH-19743)Lysandros Nikolaou2020-04-281-2/+0
* | bpo-39995: Split test_concurrent_futures.test_crash() into sub-tests (GH-19739)Victor Stinner2020-04-271-63/+85
* | bpo-30966: concurrent.futures.Process.shutdown() closes queue (GH-19738)Victor Stinner2020-04-271-0/+2
* | bpo-40334: Support PyPARSE_DONT_IMPLY_DEDENT in the new parser (GH-19736)Pablo Galindo2020-04-271-1/+0
* | bpo-40334: Support CO_FUTURE_BARRY_AS_BDFL in the new parser (GH-19721)Pablo Galindo2020-04-271-6/+10
* | bpo-30966: Add multiprocessing.SimpleQueue.close() (GH-19735)Victor Stinner2020-04-272-0/+18
* | bpo-40375: Implement imaplib.IMAP4.unselect (GH-19712)Dong-hee Na2020-04-272-0/+42
|/
* bpo-40398: Fix typing.get_args() for special generic aliases. (GH-19720)Serhiy Storchaka2020-04-272-3/+10
* bpo-40396: Support GenericAlias in the typing functions. (GH-19718)Serhiy Storchaka2020-04-262-6/+59
* Fix typo in Lib/typing.py (GH-19717)Nickolena Fisher2020-04-261-1/+1
* bpo-40275: Avoid importing logging in test.support (GH-19601)Serhiy Storchaka2020-04-255-104/+103
* bpo-40275: Avoid importing socket in test.support (GH-19603)Serhiy Storchaka2020-04-2536-370/+401
* bpo-40275: Avoid importing asyncio in test.support (GH-19600)Serhiy Storchaka2020-04-252-2/+17
* bpo-40360: Deprecate lib2to3 module in light of PEP 617 (GH-19663)Carl Meyer2020-04-242-1/+9
* bpo-40334: Rewrite test_c_parser to avoid memory leaks (GH-19694)Lysandros Nikolaou2020-04-241-80/+144
* Expand the implementation comments (GH-19699)Raymond Hettinger2020-04-241-0/+7
* bpo-40336: Refactor typing._SpecialForm (GH-19620)Serhiy Storchaka2020-04-231-77/+61
* bpo-39983: Add test.support.print_warning() (GH-19683)Victor Stinner2020-04-235-31/+50
* bpo-40370: Use the same compile and link args as the interpreter used in test...Pablo Galindo2020-04-231-0/+4
* bpo-40334: Suppress all output in test_peg_generator (GH-19675)Lysandros Nikolaou2020-04-232-5/+1
* bpo-40334: Rename PyConfig.use_peg to _use_peg_parser (GH-19670)Victor Stinner2020-04-2318-32/+46
* bpo-40334: PEP 617 implementation: New PEG parser for CPython (GH-19503)Pablo Galindo2020-04-2225-83/+2247
* bpo-39939: Add str.removeprefix and str.removesuffix (GH-18939)sweeneyde2020-04-223-1/+45
* bpo-40260: Remove unnecessary newline in compile() call (GH-19641)Anthony Sottile2020-04-221-1/+1