summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* bpo-44852: Support ignoring specific DeprecationWarnings wholesale in regrtes...Łukasz Langa2021-08-164-0/+70
* bpo-44900: Add five superinstructions. (GH-27741)Mark Shannon2021-08-166-20/+133
* bpo-44914: Maintain invariants of type version tags. (GH-27773)Mark Shannon2021-08-162-27/+18
* bpo-44895: skip test_no_hang_on_context_chain_cycle2 until the refleak is fix...Irit Katriel2021-08-161-3/+1
* bpo-44911: Fixed IsolatedAsyncioTestCase from throwing an exception on leaked...Bar Harel2021-08-163-1/+22
* bpo-16580: [doc] Add examples to int.to_bytes and int.from_bytes (GH-27760)Gautam Chaudhuri2021-08-154-0/+73
* bpo-44907: Update error messages in tutorial examples (GH-27755)meowmeowmeowcat2021-08-131-3/+3
* bpo-30077: Add support for Apple aifc/sowt pseudo-compression (GH-24449)dnknth2021-08-132-4/+20
* bpo-36700: [doc] Update base64 RFC references to RFC 4648 (GH-27700)andrei kulakov2021-08-133-4/+16
* bpo-26228: [doc] Adapt PTY documentation updates from GH-4167 (GH-27754)Łukasz Langa2021-08-133-7/+11
* Added test case based on recommended test cases from RFC 4648 (GH-27747)andrei kulakov2021-08-131-0/+39
* bpo-44891: Tests `id` preserving on `* 1` for `str` and `bytes` (GH-27745)Nikita Sobolev2021-08-133-0/+46
* bpo-44895: Temporarily add an extra gc.collect() call (GH-27746)Irit Katriel2021-08-131-0/+3
* bpo-43392: Optimize repeated calls to `__import__()` (GH-24735)Germán Méndez Bravo2021-08-123-517/+539
* Update pegen to use the latest upstream developments (GH-27586)Pablo Galindo Salgado2021-08-1226-670/+1240
* bpo-44885: Correct the ast locations of f-strings with format specs and repea...Pablo Galindo Salgado2021-08-126-91/+103
* bpo-44890: Fix AMD build error (GH-27740)Irit Katriel2021-08-121-2/+7
* bpo-44890: collect specialization stats if Py_DEBUG (GH-27731)Irit Katriel2021-08-125-13/+17
* bpo-44878: Remove loop from interpreter. All dispatching is done by gotos. (G...Mark Shannon2021-08-122-14/+19
* bpo-33930: Fix typo in the test name. (#27733)Benjamin Peterson2021-08-121-1/+1
* bpo-26228: Fix pty EOF handling (GH-12049)Zephyr Shannon2021-08-115-37/+85
* Update test__opcode and _Py_GetSpecializationStats with recent specialization...Irit Katriel2021-08-112-2/+5
* bpo-33479: Add architecture and threading model sections to Tkinter module do...Mark Roseman2021-08-112-0/+106
* bpo-44878: Remove the switch from the main interpreter loop when using comput...Mark Shannon2021-08-112-177/+208
* bpo-44878: _PyEval_EvalFrameDefault readability improvements (GH-27725)Mark Shannon2021-08-111-51/+49
* Add .DS_Store on ignore (GH-27711)1809092021-08-111-0/+1
* Add missing DISPATCH() (GH-27715)Mark Shannon2021-08-111-0/+2
* bpo-33930: Fix segfault with deep recursion when cleaning method objects (GH-...Pablo Galindo Salgado2021-08-103-1/+22
* bpo-44854: Add .editorconfig file to help enforce `make patchcheck` (GH-27638)Łukasz Langa2021-08-101-0/+12
* Classify specialization failures. Provides more useful stats, with lower over...Mark Shannon2021-08-104-100/+100
* Fix stats for STORE_ATTR specialization. (GH-27708)Mark Shannon2021-08-101-0/+2
* bpo-25782: avoid hang in PyErr_SetObject when current exception has a cycle i...Irit Katriel2021-08-103-1/+158
* bpo-33479: Remove unqualified tkinter threadsafe claim. (GH-6990)Terry Jan Reedy2021-08-102-2/+5
* make lib2to3 parse async generators everywhere (GH-6588)Zsolt Dollenstein2021-08-103-8/+17
* bpo-14853: add back the stdin test, skip if stdin is redirected (GH-27694)Irit Katriel2021-08-091-0/+16
* bpo-39498 Start linking the security warnings in the stdlib modules (GH-18272)Anthony Shaw2021-08-0910-0/+45
* bpo-44854: Remove trailing whitespaces (GH-27689)Serhiy Storchaka2021-08-0913-15/+15
* bpo-44872: use new trashcan macros in framobject.c (#27683)Irit Katriel2021-08-092-2/+3
* bpo-41402: Fix email ContentManager calling .encode() on bytes (GH-21631)Johannes Reiff2021-08-093-3/+14
* bpo-38840: Incorrect __all__ in multiprocessing.managers (GH-18034)Zackery Spytz2021-08-092-3/+5
* bpo-44522: Fix inaccurate information in open() function (GH-27650)meowmeowmeowcat2021-08-091-3/+3
* Remove unused variable. (GH-27677)Mark Shannon2021-08-091-3/+0
* bpo-44702: Remove ambiguity in sentence (GH-27676)meowmeowmeowcat2021-08-091-3/+3
* bpo-32695: Docs and tests for compresslevel and preset kwargs in tarfile (GH-...Zackery Spytz2021-08-093-3/+23
* bpo-44826: Specialize STORE_ATTR (GH-27590)Mark Shannon2021-08-099-83/+335
* bpo-44840: Compiler: Move duplication of exit blocks with no line numbers to ...Mark Shannon2021-08-096-6705/+6720
* bpo-42053: Remove misleading check in os.fwalk() (GH-27669)Serhiy Storchaka2021-08-081-2/+1
* bpo-44859: Improve error handling in sqlite3 and and raise more accurate exce...Serhiy Storchaka2021-08-0810-52/+226
* bpo-44830 - Remove the broken Broken Mozilla devguide link. (GH-27664)Senthil Kumaran2021-08-081-4/+0
* bpo-44856: Possible reference leak in error paths of update_bases() and __bui...Pablo Galindo Salgado2021-08-072-22/+14