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-44977: Deprecate delegation of int to __trunc__ (GH-31031)
Zackery Spytz
2022-02-03
1
-0/+6
*
bpo-46483: Remove `__class_getitem__` from `pathlib.PurePath` (GH-30848)
Nikita Sobolev
2022-02-03
1
-0/+3
*
bpo-45173: Keep configparser deprecations until Python 3.12 (GH-30952)
Hugo van Kemenade
2022-02-02
1
-7/+10
*
bpo-45459: Add Py_buffer to limited API (GH-29991)
Christian Heimes
2022-02-02
1
-0/+20
*
bpo-46355: What's New: Note that PyFrameObject are private (GH-31032)
Petr Viktorin
2022-02-01
1
-9/+20
*
bpo-46329: Split calls into precall and call instructions. (GH-30855)
Mark Shannon
2022-01-28
1
-1/+2
*
bpo-40170: Remove PyHeapType_GET_MEMBERS() macro (GH-30942)
Victor Stinner
2022-01-27
1
-0/+5
*
bpo-45162: Revert "Remove many old deprecated unittest features" (GH-30935)
Gregory P. Smith
2022-01-27
2
-23/+2
*
bpo-46528: Simplify the VM's stack manipulations (GH-30902)
Brandt Bucher
2022-01-26
1
-2/+3
*
bpo-41844: Update IDLE part of What's New 3.9 to 20228 (GH-30905)
Terry Jan Reedy
2022-01-26
1
-0/+14
*
bpo-48146: Update IDLE part of What's New 3.10 to 2022 (GH-30906)
Terry Jan Reedy
2022-01-26
1
-6/+11
*
bpo-45711: move whatsnew entries which are incorrectly listed under New Featu...
Irit Katriel
2022-01-24
1
-10/+11
*
bpo-30512: Add CAN Socket support for NetBSD (GH-30066)
Thomas Klausner
2022-01-21
1
-0/+7
*
bpo-44934: Add optional feature AppendPath to Windows MSI installer (GH-27889)
bneuburg
2022-01-18
1
-0/+6
*
bpo-45569: Change PYLONG_BITS_IN_DIGIT default to 30 (GH-30497)
Mark Dickinson
2022-01-14
1
-0/+10
*
bpo-46355: Document PyFrameObject and PyThreadState changes (GH-30558)
Victor Stinner
2022-01-13
1
-0/+104
*
bpo-46328: Add sys.exception() (GH-30514)
Irit Katriel
2022-01-13
1
-0/+3
*
bpo-23882: unittest: Drop PEP 420 support from discovery. (GH-29745)
Inada Naoki
2022-01-10
1
-0/+4
*
bpo-46031: add POP_JUMP_IF_NOT_NONE and POP_JUMP_IF_NONE (GH-30019)
penguin_wwy
2022-01-06
1
-0/+3
*
bpo-46009: Remove GEN_START (GH-30367)
Brandt Bucher
2022-01-04
1
-1/+1
*
bpo-44092: Move What's New entry to where it belongs (GH-30381)
Erlend Egeberg Aasland
2022-01-04
1
-5/+4
*
bpo-44092: Don't reset statements/cursors before rollback (GH-26026)
Erlend Egeberg Aasland
2022-01-03
1
-0/+5
*
bpo-45903: Fix typo in What's New: Signature.from_builtin is removed (GH-29813)
Hugo van Kemenade
2022-01-02
1
-1/+1
*
docs: Fix typos and use anchor for internal link (GH-30236)
Rafael Fontenelle
2021-12-26
1
-9/+9
*
bpo-46130: [docs] Add anchor for whatsnew/3.10 type hint section (GH-30199)
Rafael Fontenelle
2021-12-19
1
-1/+2
*
bpo-45711: Remove type and traceback from exc_info (GH-30122)
Irit Katriel
2021-12-17
1
-0/+5
*
Doc: some rst linting. (GH-30149)
Julien Palard
2021-12-17
1
-1/+1
*
Document new call opcodes for 3.11 (GH-30107)
Mark Shannon
2021-12-14
1
-3/+5
*
bpo-45292: [PEP-654] add except* (GH-29581)
Irit Katriel
2021-12-14
1
-0/+2
*
bpo-43931: Export Python version as API data (GH-25577)
Gabriele N. Tornetta
2021-12-10
1
-0/+4
*
bpo-46016: Fix rest syntax of GH-29993 (GH-30006)
Kumar Aditya
2021-12-09
1
-1/+1
*
bpo-46007: Exclude PyUnicode_CHECK_INTERNED() from limited C API (GH-29987)
Victor Stinner
2021-12-09
1
-0/+6
*
bpo-46016: fcntl module add FreeBSD's F_DUP2FD_CLOEXEC flag support (GH-29993)
David CARLIER
2021-12-08
1
-0/+8
*
doc: Add link issue 44010 (GH-29454)
Rafael Fontenelle
2021-12-08
1
-1/+1
*
Revert "bpo-28533: Remove asyncore, asynchat, smtpd modules (GH-29521)" (GH-2...
Victor Stinner
2021-12-07
1
-9/+0
*
bpo-37295: Optimize math.comb() and math.perm() (GH-29090)
Serhiy Storchaka
2021-12-05
1
-0/+5
*
bpo-45847: Update whatsnew and add place holder entries for missing extension...
Christian Heimes
2021-12-04
1
-7/+6
*
bpo-45607: Make it possible to enrich exception displays via setting their __...
Irit Katriel
2021-12-03
1
-0/+6
*
bpo-40280: Update what's new (GH-29893)
Christian Heimes
2021-12-02
1
-0/+5
*
bpo-30533: Add docs for `inspect.getmembers_static` (#29874)
Weipeng Hong
2021-12-01
1
-0/+7
*
bpo-45711: Change exc_info related APIs to derive type and traceback from the...
Irit Katriel
2021-11-30
1
-0/+27
*
bpo-45917: Add math.exp2() method - return 2 raised to the power of x (GH-29829)
Gideon
2021-11-29
1
-0/+2
*
bpo-45828: Use unraisable exceptions within sqlite3 callbacks (FH-29591)
Erlend Egeberg Aasland
2021-11-29
1
-1/+6
*
bpo-45837: Properly deprecate turtle.RawTurtle.settiltangle (GH-29618)
Hugo van Kemenade
2021-11-18
1
-0/+5
*
bpo-45429: Merge whatsnew about time.sleep (GH-29589)
Dong-hee Na
2021-11-18
1
-7/+7
*
bpo-45429: Support CREATE_WAITABLE_TIMER_HIGH_RESOLUTION if possible (GH-29203)
Dong-hee Na
2021-11-16
1
-0/+4
*
bpo-28533: Remove asyncore, asynchat, smtpd modules (GH-29521)
Victor Stinner
2021-11-15
1
-0/+9
*
bpo-45711: Re-bump the magic number and update doc (GH-29528)
Brandt Bucher
2021-11-12
1
-0/+2
*
bpo-45636: Merge all numeric operators (GH-29482)
Brandt Bucher
2021-11-11
1
-0/+3
*
bpo-45747: Detect gdbm/dbm dependencies in configure (GH-29467)
Christian Heimes
2021-11-10
1
-0/+4
[next]