summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* bpo-45847: Port builtin hashlib extensions to PY_STDLIB_MOD (GH-29642)Christian Heimes2021-11-195-82/+451
* bpo-19072: Classmethod can wrap other classmethod like descriptors (GH-29634)Raymond Hettinger2021-11-191-1/+8
* bpo-42238: [doc]: Hide false positive in make suspicious. (GH-29636)Julien Palard2021-11-191-0/+1
* bpo-45507: EOFErrors should be thrown for truncated gzip members (GH-29029)Ruben Vorderman2021-11-193-0/+12
* bpo-45573: Move mandatory core modules to Modules/Setup.bootstrap (GH-29616)Christian Heimes2021-11-198-36/+136
* Fix link to exception handling notes (GH-29617)Irit Katriel2021-11-191-1/+1
* bpo-45709: Fix tracing when exception is handled. (GH-29638)Mark Shannon2021-11-193-4/+35
* bpo-45774: Autoconfiscate SQLite detection (GH-29507)Erlend Egeberg Aasland2021-11-198-106/+355
* bpo-45609: Specialize STORE_SUBSCR (GH-29242)Dennis Sweeney2021-11-1910-71/+241
* bpo-45788: Link sys.prefix doc to 'Installation paths' (#29606)Terry Jan Reedy2021-11-183-7/+7
* bpo-45640: [docs] Tokens are now clickable (GH-29260)Arthur Milchior2021-11-184-53/+56
* [doc] bpo-45680: Disambiguate ``__getitem__`` and ``__class_getitem__`` in th...Alex Waygood2021-11-182-18/+147
* bpo-45837: Properly deprecate turtle.RawTurtle.settiltangle (GH-29618)Hugo van Kemenade2021-11-183-10/+41
* bpo-45573: Add Modules/Setup.stdlib with conditional modules (GH-29615)Christian Heimes2021-11-186-2/+73
* bpo-45829: Specialize BINARY_SUBSCR for __getitem__ implemented in Python. (G...Mark Shannon2021-11-187-89/+145
* bpo-45573: check for ossaudiodev in configure (GH-29614)Christian Heimes2021-11-184-7/+75
* bpo-45510: Specialize BINARY_SUBTRACT (GH-29523)Dong-hee Na2021-11-187-50/+107
* bpo-45512: Use Argument Clinic to set sqlite3 isolation level (GH-29593)Erlend Egeberg Aasland2021-11-182-72/+67
* bpo-45835: Fix race condition in test_queue (#29601)Sam Gross2021-11-182-11/+12
* bpo-45573: Introduce extension module flags in Makefile (GH-29594)Christian Heimes2021-11-188-103/+435
* bpo-45429: Merge whatsnew about time.sleep (GH-29589)Dong-hee Na2021-11-182-11/+11
* [docs] Add missing word "any" in unittest -k cmdline option description (GH-2...ch33zer2021-11-171-1/+1
* bpo-45826: Fix a crash in suggestions.c by checking for `traceback is None` (...Dennis Sweeney2021-11-173-3/+43
* bpo-42540: reallocation of id_mutex should not force default allocator (GH-29...Sam Gross2021-11-173-1/+22
* bpo-45831: _Py_DumpASCII() uses a single write() call if possible (GH-29596)Victor Stinner2021-11-172-0/+27
* bpo-45512: Simplify manage isolation level (GH-29562)Dong-hee Na2021-11-173-41/+33
* bpo-45512: Extend `sqlite3` test suite regarding isolation levels (GH-29576)Erlend Egeberg Aasland2021-11-172-3/+124
* bpo-28806: Continue work: improve the netrc library (GH-26330)Emmanuel Arias2021-11-174-129/+319
* bpo-45822: Respect PEP 263's coding cookies in the parser even if flags are n...Pablo Galindo Salgado2021-11-164-1/+25
* bpo-37800: Clean up importlib documentation for some module attributes (GH-10...Géry Ogam2021-11-161-63/+77
* bpo-45820: Fix a segfault when the parser fails without reading any input (GH...Pablo Galindo Salgado2021-11-162-0/+10
* bpo-45126: Harden `sqlite3` connection initialisation (GH-28227)Erlend Egeberg Aasland2021-11-163-62/+110
* bpo-45636: Simplify BINARY_OP (GH-29565)Brandt Bucher2021-11-164-83/+51
* bpo-45429: Support CREATE_WAITABLE_TIMER_HIGH_RESOLUTION if possible (GH-29203)Dong-hee Na2021-11-163-9/+37
* bpo-45292: Use raw strings for regex in tests (GH-29545)Irit Katriel2021-11-161-3/+3
* bpo-45753: Make recursion checks more efficient. (GH-29524)Mark Shannon2021-11-1610-43/+50
* bpo-28533: Remove asyncore, asynchat, smtpd modules (GH-29521)Victor Stinner2021-11-1528-3228/+34
* bpo-43225: [DOC] Add missing value returned by methods on cookiejar (GH-24522)Emmanuel Arias2021-11-151-3/+3
* bpo-25381: Update explanation of exceptions in C. (GH-26838)Terry Jan Reedy2021-11-152-7/+7
* Save a reference for ensure_future and create_task (GH-29163)Joannah Nanjekye2021-11-152-0/+8
* bpo-45677: Reword first section of `sqlite3` docs (#29326)Erlend Egeberg Aasland2021-11-152-22/+24
* bpo-45636: Remove the old %-formatting fast-path (GH-29532)Brandt Bucher2021-11-153-12/+10
* bpo-45512: Raise exception if sqlite3.Connection.__init__ is called with bad ...Erlend Egeberg Aasland2021-11-152-5/+19
* bpo-45512: Simplify isolation_level handling in `sqlite3` (GH-29053)Erlend Egeberg Aasland2021-11-153-63/+84
* bpo-45573: Use Makefile's dependencies in setup.py (GH-29559)Christian Heimes2021-11-142-61/+28
* bpo-45752: Remove "array" from list of things that cannot be copied in `copy`...Alex Waygood2021-11-141-2/+2
* bpo-45752: Fix no-support examples in 'copy' docs (GH-29548)M. Mostafa Farzan2021-11-141-1/+1
* bpo-45800: Move pyexpat build setup into configure (GH-29547)Christian Heimes2021-11-146-58/+177
* bpo-45738: Fix computation of error location for invalid continuation (GH-29550)Pablo Galindo Salgado2021-11-144-12/+14
* bpo-45799: [Doc] improve confusing sentence in __main__.rst (GH-29546)Jack DeVries2021-11-131-2/+2