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-43244: Remove the PyAST_Validate() function (GH-24911)
Victor Stinner
2021-03-18
1
-0/+5
*
Add PEP 626 to what's new in 3.10. (#24892)
Mark Shannon
2021-03-16
1
-0/+8
*
bpo-43428: Improve documentation for importlib.metadata changes. (GH-24858)
Jason R. Coombs
2021-03-15
1
-0/+13
*
bpo-43356: Allow passing a signal number to interrupt_main() (GH-24755)
Antoine Pitrou
2021-03-11
1
-0/+12
*
bpo-43439: Add audit hooks for gc functions (GH-24794)
Pablo Galindo
2021-03-10
1
-0/+7
*
Improve the description of the improvements in bpo-42202 (GH-24738)
Pablo Galindo
2021-03-04
1
-2/+3
*
Doc: typo fix. (GH-24721)
Julien Palard
2021-03-03
1
-2/+2
*
Reorder contents of 3.10's What's New (#24687)
Ken Jin
2021-03-03
1
-113/+129
*
bpo-42603: Add whatsnew and ACKS entries. (GH-24675)
Ned Deily
2021-03-01
1
-0/+6
*
GH-42128: Add Pattern Matching to What's New (#24667)
Carol Willing
2021-02-28
1
-0/+275
*
Add whatsnew note for GH-22904 (#24672)
Dennis Sweeney
2021-02-28
1
-0/+5
*
bpo-38302: __pow__/__rpow__ now called when __ipow__ returns NotImplemented (...
Alex
2021-02-26
1
-0/+3
*
bpo-43277: Add PySet_CheckExact to the C-API (GH-24598)
Pablo Galindo
2021-02-20
1
-0/+3
*
bpo-42990: Functions inherit current builtins (GH-24564)
Victor Stinner
2021-02-20
1
-1/+10
*
bpo-35134: Move non-limited C API files to Include/cpython/ (GH-24561)
Nicholas Sim
2021-02-19
1
-0/+8
*
bpo-42990: Add __builtins__ attribute to functions (GH-24559)
Victor Stinner
2021-02-18
1
-0/+5
*
bpo-43103: Add configure --without-static-libpython (GH-24418)
Victor Stinner
2021-02-17
1
-0/+6
*
bpo-42967: Fix urllib.parse docs and make logic clearer (GH-24536)
Ken Jin
2021-02-15
3
-6/+6
*
bpo-42967: only use '&' as a query string separator (#24297)
Adam Goldschmidt
2021-02-14
5
-1/+66
*
Fix link to sqlite3 enable_shared_cache documentation (GH-24496)
Tom Forbes
2021-02-10
1
-1/+1
*
Improve docs of PEP 604 Union (#24301)
Ken Jin
2021-02-09
1
-1/+7
*
bpo-43106: Add os.O_EVTONLY/O_FSYNC/O_SYMLINK/O_NOFOLLOW_ANY (GH-24428)
Dong-hee Na
2021-02-03
1
-0/+4
*
bpo-38307: Add end_lineno attribute to pyclbr Objects (GH-24348)
Aviral Srivastava
2021-02-01
1
-0/+8
*
bpo-42927: Update the What's new entry for LOAD_ATTR optimizations (GH-24383)
Pablo Galindo
2021-01-31
1
-4/+4
*
bpo-41282: Add deprecation warning and docs for distutils (PEP 632) (GH-24355)
Steve Dower
2021-01-29
1
-0/+16
*
Document new parenthesized with statements (GH-24281)
Pablo Galindo
2021-01-25
1
-0/+53
*
bpo-42955: Rename module_names to sys.stdlib_module_names (GH-24332)
Victor Stinner
2021-01-25
1
-1/+1
*
bpo-37319: Improve documentation, code and tests of randrange. (GH-19112)
Serhiy Storchaka
2021-01-25
1
-0/+4
*
bpo-42955: Add sys.modules_names (GH-24238)
Victor Stinner
2021-01-25
1
-0/+4
*
Add a What's New entry for the new parser error improvements (GH-24280)
Pablo Galindo
2021-01-21
1
-0/+42
*
Fix typo in what's new. bidst_wheel -> bdist_wheel (GH-24234)
ravcio
2021-01-21
1
-1/+1
*
bpo-42392: Mention loop removal in whatsnew for 3.10 (GH-24256)
Ken Jin
2021-01-21
1
-0/+37
*
bpo-42856: Add --with-wheel-pkg-dir=PATH configure option (GH-24210)
Victor Stinner
2021-01-20
1
-0/+12
*
bpo-39273: Expose BUTTON5_* constants in the curses module if available (GH-1...
Zackery Spytz
2021-01-14
1
-0/+4
*
bpo-37324: Remove ABC aliases from collections (GH-23754)
Hugo van Kemenade
2021-01-12
1
-0/+4
*
bpo-42870: Document change in argparse help output. (GH-24190)
Tomáš Hrnčiar
2021-01-12
1
-0/+6
*
bpo-42802: Remove distutils bdist_wininst command (GH-24043)
Victor Stinner
2021-01-08
1
-0/+8
*
bpo-24464: Deprecate sqlite3.enable_shared_cache (GH-24008)
Erlend Egeberg Aasland
2021-01-06
1
-0/+8
*
bpo-40810: Require SQLite 3.7.15 (GH-24106)
Erlend Egeberg Aasland
2021-01-06
1
-3/+2
*
bpo-42093: Tweak the what's new message about the new LOAD_ATTR opcode cache ...
Pablo Galindo
2021-01-03
1
-3/+5
*
bpo-41559: Documentation for PEP 612 (GH-24000)
Ken Jin
2021-01-02
1
-0/+22
*
bpo-42393: Raise OverflowError iso. DeprecationWarning on overflow in socket....
Erlend Egeberg Aasland
2020-12-31
1
-0/+6
*
bpo-27640: Add --disable-test-modules configure option (GH-23886)
pxinwr
2020-12-30
1
-0/+4
*
Sync what's new in 3.9 with 3.9 branch (GH-23943)
Ken Jin
2020-12-25
1
-1/+34
*
bpo-41960: Add globalns and localns parameters to inspect.signature and Signa...
Batuhan Taskaya
2020-12-23
1
-0/+5
*
bpo-42675: Document collections.abc.Callable changes (GH-23839)
kj
2020-12-18
1
-0/+24
*
bpo-42639: atexit now logs callbacks exceptions (GH-23771)
Victor Stinner
2020-12-14
1
-0/+9
*
bpo-42599: Remove useless PyModule_GetWarningsModule() (GH-23691)
Hai Shi
2020-12-08
1
-0/+5
*
bpo-30459: Cast the result of PyCell_SET to void (GH-23654)
Victor Stinner
2020-12-07
1
-0/+7
*
bpo-26131: Deprecate usage of load_module() (GH-23469)
Brett Cannon
2020-12-04
1
-1/+17
[next]