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
/
Misc
/
NEWS.d
/
next
/
Tools-Demos
Commit message (
Expand
)
Author
Age
Files
Lines
*
Python 3.12.0a4
v3.12.0a4
Thomas Wouters
2023-01-10
2
-2/+0
*
gh-89419: gdb: fix bug causing `AttributeError` in py-locals when no frame is...
Eli Schwartz
2023-01-03
1
-0/+1
*
GH-100342: check for allocation failure in AC `*args` parsing (#100343)
Kumar Aditya
2022-12-28
1
-0/+1
*
Python 3.12.0a3
v3.12.0a3
Thomas Wouters
2022-12-06
1
-7/+0
*
gh-64490: Fix bugs in argument clinic varargs processing (#32092)
colorfulappl
2022-11-24
1
-0/+7
*
Python 3.12.0a1
v3.12.0a1
Thomas Wouters
2022-10-24
10
-21/+0
*
gh-95731: Fix module docstring extraction in pygettext (#95732)
Jakub Kuczys
2022-10-15
1
-0/+1
*
gh-68686: Retire eptag ptag scripts (#98064)
Joannah Nanjekye
2022-10-08
1
-0/+1
*
gh-97669: Remove outdated example scripts (#97675)
Victor Stinner
2022-10-04
1
-0/+3
*
gh-97681: Remove Tools/demo/ directory (#97682)
Victor Stinner
2022-10-03
1
-0/+3
*
gh-95853: Improve WASM build script (GH-96389)
Christian Heimes
2022-08-30
1
-0/+2
*
gh-95853: Add script to automate WASM build (GH-95828)
Christian Heimes
2022-08-13
1
-0/+2
*
gh-94430: Allow params named `module` or `self` with custom C names in Argume...
Erlend Egeberg Aasland
2022-07-07
1
-0/+2
*
gh-94538: Fix Argument Clinic output to custom file (#94539)
Erlend Egeberg Aasland
2022-07-05
1
-0/+2
*
gh-93939: Add script to check extension modules (#94545)
Christian Heimes
2022-07-05
1
-0/+3
*
gh-82927: Update files related to HTML entities. (GH-92504)
Ezio Melotti
2022-06-21
1
-0/+2
*
Python 3.11.0b1
Pablo Galindo
2022-05-06
3
-6/+0
*
gh-91583: AC: Fix regression for functions with defining_class (GH-91739)
Serhiy Storchaka
2022-04-30
1
-0/+2
*
gh-91575: Add a script for generating data for case-insensitive matching in r...
Serhiy Storchaka
2022-04-22
1
-0/+3
*
Add some information about where pynche has moved to (#91650)
Barry Warsaw
2022-04-18
1
-1/+1
*
Remove the ancient Pynche color editor (#91554)
Barry Warsaw
2022-04-17
1
-0/+1
*
Python 3.11.0a7
v3.11.0a7
Pablo Galindo
2022-04-05
1
-2/+0
*
bpo-40280: Add limited Emscripten REPL (GH-32284)
Christian Heimes
2022-04-05
1
-0/+2
*
Python 3.11.0a1
v3.11.0a1
Pablo Galindo
2021-10-05
6
-8/+0
*
bpo-44786: Fix a warning in RE in c-analyzer (GH-28351)
Serhiy Storchaka
2021-09-15
1
-0/+1
*
bpo-44756: Remove misleading NEWS entries of a change that was reverted befor...
Łukasz Langa
2021-08-30
1
-6/+0
*
bpo-44967: pydoc: return non-zero exit code when query is not found (GH-27868)
Gregory Anders
2021-08-26
1
-0/+1
*
bpo-44978: allow Argument Clinic to handle __complex__ special methods (GH-27...
Mark Dickinson
2021-08-22
1
-0/+1
*
bpo-44756: in ./Doc, `make build` depends on `make html` (#27403)
Jack DeVries
2021-07-28
1
-0/+6
*
bpo-43425: Remove test2to3 from Tools (#26981)
Dong-hee Na
2021-07-17
1
-0/+3
*
bpo-20201: variadic arguments support for AC (GH-18609)
Batuhan Taskaya
2021-07-16
1
-0/+1
*
bpo-44074: let patchcheck infer the base branch name (GH-25991)
Leonardo Lai
2021-05-10
1
-0/+1
*
Python 3.10.0a4
v3.10.0a4
Pablo Galindo
2021-01-04
2
-4/+0
*
closes bpo-42726: gdb libpython: InstanceProxy support for py3 (GH-23912)
Augusto Hack
2020-12-24
1
-0/+2
*
bpo-42613: Fix freeze.py config directory (GH-23792)
Victor Stinner
2020-12-16
1
-0/+2
*
Python 3.10.0a3
v3.10.0a3
Pablo Galindo
2020-12-07
2
-5/+0
*
bpo-42212: smelly.py also checks the dynamic library (GH-23423)
Victor Stinner
2020-11-24
1
-0/+3
*
bpo-36310: Allow pygettext.py to detect calls to gettext in f-strings. (GH-19...
jack1142
2020-11-09
1
-0/+2
*
Consolidate 3.9.0b1 NEWS in the master branch
Łukasz Langa
2020-05-19
3
-6/+0
*
bpo-40163: Fix multissltest download of old OpenSSL (GH-19329)
Christian Heimes
2020-05-15
1
-0/+3
*
bpo-40479: Test with latest OpenSSL versions (GH-20108)
Christian Heimes
2020-05-15
1
-0/+2
*
bpo-40431: Fix syntax typo in turtledemo (GH-19777)
Miro Hrončok
2020-04-29
1
-0/+1
*
Python 3.9.0a6
v3.9.0a6
Łukasz Langa
2020-04-27
3
-6/+0
*
closes bpo-40385: Remove Tools/scripts/checkpyc.py (GH-19709)
Ammar Askar
2020-04-25
1
-0/+2
*
bpo-40179: Fix translation of #elif in Argument Clinic (GH-19364)
Serhiy Storchaka
2020-04-18
1
-0/+1
*
bpo-40094: Fix which.py script exit code (GH-19286)
Victor Stinner
2020-04-02
1
-0/+3
*
Python 3.9.0a5
v3.9.0a5
Łukasz Langa
2020-03-23
2
-6/+0
*
bpo-38080: Added "getproxies" to urllib fixes in the 2to3 tool (GH-16167)
José Roberto Meza Cabrera
2020-03-11
1
-0/+2
*
bpo-36184: Port python-gdb.py to FreeBSD (GH-18873)
Victor Stinner
2020-03-09
1
-0/+4
*
Python 3.9.0a1
v3.9.0a1
Łukasz Langa
2019-11-19
8
-11/+0
[next]