index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Doc
/
whatsnew
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-44740: Make minor edits to lowercasing "internet" and "web". (GH-27385)
Mariusz Felisiak
2021-07-27
1
-1/+1
*
bpo-44740: Lowercase "internet" and "web" where appropriate. (#27378)
Mariusz Felisiak
2021-07-26
7
-12/+12
*
bpo-44490: Add 'Whats New' docs regarding types.Union changes (GH-27215)
Yurii Karabas
2021-07-26
1
-1/+2
*
bpo-44611: Update docs for os and whatsnew 3.11 (#27314)
Dong-hee Na
2021-07-24
1
-2/+2
*
bpo-44611: Use BCryptGenRandom instead of CryptGenRandom on Windows (GH-27168)
Dong-hee Na
2021-07-23
1
-0/+8
*
Add release highlights for the 3.10 what's new document (GH-27150)
Pablo Galindo Salgado
2021-07-14
1
-1/+29
*
bpo-33346: Allow async comprehensions inside implicit async comprehensions (G...
Serhiy Storchaka
2021-07-13
1
-7/+10
*
bpo-43950: Add documentation for PEP-657 (GH-27047)
Ammar Askar
2021-07-13
1
-0/+77
*
bpo-43908: Immutable types inherit vectorcall (GH-27001)
Erlend Egeberg Aasland
2021-07-08
1
-0/+5
*
bpo-41137: Use utf-8 encoding while reading .pdbrc files (GH-21263)
Srinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి)
2021-07-08
1
-0/+3
*
bpo-43234: Prohibit non-ThreadPoolExecutor in loop.set_default_executor (GH-2...
Illia Volochii
2021-07-01
1
-0/+9
*
bpo-43216: Remove @asyncio.coroutine (GH-26369)
Illia Volochii
2021-07-01
1
-1/+9
*
Doc: Remove trailing whitespaces. (GH-26953)
Julien Palard
2021-06-29
1
-3/+3
*
bpo-44471: Change error type for bad objects in ExitStack.enter_context() (GH...
Serhiy Storchaka
2021-06-29
1
-0/+6
*
bpo-12022: Change error type for bad objects in "with" and "async with" (GH-2...
Serhiy Storchaka
2021-06-29
1
-0/+6
*
[doc] Fix typo in what's new in 3.10 (GH-26911)
Rodrigo Girão Serrão
2021-06-28
1
-1/+1
*
bpo-44464: Remove special exclusion for flake8 in the deprecation warnings. (...
Jason R. Coombs
2021-06-27
1
-1/+1
*
bpo-44498: Issue a deprecation warning on asynchat, asyncore and smtpd import...
Barry Warsaw
2021-06-24
1
-0/+6
*
bpo-44491: Allow clearing the sqlite3 authoriser callback (GH-26863)
Erlend Egeberg Aasland
2021-06-24
1
-0/+8
*
Fix typo in whatsnew 3.10.rst (GH-26854)
Arnon Yaari
2021-06-24
1
-1/+1
*
bpo-40939: Remove documentation for `PyParser_*` & add porting notes (GH-26855)
Petr Viktorin
2021-06-24
1
-3/+38
*
bpo-44466: Faulthandler now detects the GC (GH-26823)
Victor Stinner
2021-06-21
1
-0/+7
*
bpo-44077: Expose IP_RECVTOS in the socket module (GH-25992)
Georg Sauthoff
2021-06-20
1
-0/+3
*
Fix typos and grammatical changes in the 3.10 what's new document (GH-26319)
Hemangii
2021-06-20
1
-1/+1
*
Add a note about NameError/AttributeError suggestions with custom error funct...
Pablo Galindo
2021-06-18
1
-0/+11
*
bpo-43475: Add what's new entry for NaN hash changes (GH-26725)
Mark Dickinson
2021-06-15
1
-0/+7
*
bpo-44339: Fix math.pow corner case to comply with IEEE 754 (GH-26606)
Mark Dickinson
2021-06-12
1
-2/+8
*
bpo-44362: ssl: improve deprecation warnings and docs (GH-26646)
Christian Heimes
2021-06-11
1
-12/+31
*
bpo-44357:Add `math.cbrt()` function: Cube Root (GH-26622)
Ajith Ramachandran
2021-06-10
1
-0/+7
*
bpo-35800: Remove smtpd.MailmanProxy since 3.11 (GH-26617)
Dong-hee Na
2021-06-09
1
-0/+7
*
bpo-43833: Emit warnings for numeric literals followed by keyword (GH-25466)
Serhiy Storchaka
2021-06-08
1
-0/+23
*
bpo-43795: Note Stable ABI PEP in What's New (GH-26479)
Petr Viktorin
2021-06-08
1
-0/+10
*
bpo-44348: Revert "bpo-39573: Py_TYPE becomes a static inline function (GH-26...
Pablo Galindo
2021-06-08
1
-28/+0
*
bpo-44258: support PEP 515 for Fraction's initialization from string (GH-26422)
Sergey B Kirpichev
2021-06-07
1
-0/+5
*
bpo-44305: Improve syntax error for try blocks without except or finally (GH-...
Pablo Galindo
2021-06-03
1
-0/+14
*
bpo-39573: Py_TYPE becomes a static inline function (GH-26493)
Victor Stinner
2021-06-03
1
-0/+28
*
Add bpo-42914 to What's New (GH-25124)
Wm. Keith van der Meulen
2021-06-03
1
-0/+3
*
bpo-44263: Py_TPFLAGS_HAVE_GC requires tp_traverse (GH-26463)
Victor Stinner
2021-06-01
1
-1/+6
*
bpo-44246: Remove note about access by index now that a compatibility shim is...
Jason R. Coombs
2021-05-31
1
-4/+1
*
bpo-44235: Remove deprecated functions in the gettext module. (GH-26378)
Dong-hee Na
2021-05-30
1
-0/+12
*
bpo-44246: Update What's New for importlib.metadata. (#26408)
Jason R. Coombs
2021-05-27
1
-3/+9
*
bpo-42392: [docs] Add deprecated-removed loop labels for asyncio (GH-26357)
Ken Jin
2021-05-26
1
-0/+1
*
bpo-43795: Remove Py_FrozenMain from the Limited API & Stable ABI (GH-26241)
Petr Viktorin
2021-05-25
1
-0/+4
*
bpo-38908: [docs] Add changes to 3.10 whatsnew and fix some minor inaccuracie...
Ken Jin
2021-05-24
1
-0/+8
*
Fix typo in whatsnew/3.10.rst (GH-26310)
Tushar Sadhwani
2021-05-23
1
-1/+1
*
Remove duplicate words in docs. (GH-26167)
Mariusz Felisiak
2021-05-21
1
-1/+1
*
bpo-26110: Document `CALL_METHOD_KW` (GH-26159)
Ken Jin
2021-05-19
1
-1/+15
*
bpo-44010: IDLE: colorize pattern-matching soft keywords (GH-25851)
Tal Einat
2021-05-19
1
-0/+6
*
bpo-44139: Use a more descriptive syntax error comprehension case in the What...
Pablo Galindo
2021-05-15
1
-2/+2
*
bpo-43977: Update pattern matching language reference docs (GH-25917)
Ken Jin
2021-05-14
1
-1/+1
[next]