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
/
Tools
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-35134: Move non-limited C API files to Include/cpython/ (GH-24561)
Nicholas Sim
2021-02-19
1
-1/+0
*
bpo-39448: Add regen-frozen makefile target. (GH-18174)
Neil Schemenauer
2021-02-19
1
-0/+51
*
bpo-35134: Move Include/{pyarena.h,pyctype.h} to Include/cpython/ (GH-24550)
Nicholas Sim
2021-02-17
1
-2/+0
*
bpo-43103: Add configure --without-static-libpython (GH-24418)
Victor Stinner
2021-02-17
2
-3/+8
*
bpo-42997: Improve error message for missing : before suites (GH-24292)
Pablo Galindo
2021-02-02
4
-2/+70
*
bpo-42955: Remove sub-packages from sys.stdlib_module_names (GH-24353)
Victor Stinner
2021-01-27
1
-19/+7
*
bpo-42955: Rename module_names to sys.stdlib_module_names (GH-24332)
Victor Stinner
2021-01-25
1
-4/+5
*
bpo-42955: Add sys.modules_names (GH-24238)
Victor Stinner
2021-01-25
1
-76/+26
*
bpo-42955: Add Python/module_names.h (GH-24258)
Victor Stinner
2021-01-19
1
-0/+200
*
bpo-42802: Remove distutils bdist_wininst command (GH-24043)
Victor Stinner
2021-01-08
1
-23/+0
*
Do not remove x bit from published directories (GH-24101)
Steve Dower
2021-01-04
1
-2/+2
*
Add small validator utility for PEG grammars (GH-23519)
Pablo Galindo
2020-12-26
2
-0/+55
*
bpo-36876: [c-analyzer tool] Additional CLI updates for "capi" command. (gh-2...
Eric Snow
2020-12-25
3
-93/+380
*
bpo-36876: [c-analyzer tool] Add a "capi" subcommand to the c-analyzer tool. ...
Eric Snow
2020-12-24
10
-57/+849
*
closes bpo-42726: gdb libpython: InstanceProxy support for py3 (GH-23912)
Augusto Hack
2020-12-24
1
-1/+1
*
bpo-42630: Improve error reporting in Tkinter for absent default root (GH-23781)
Serhiy Storchaka
2020-12-19
1
-8/+4
*
bpo-42613: Fix freeze.py config directory (GH-23792)
Victor Stinner
2020-12-16
1
-10/+10
*
Update stable ABI script for MacOS and update list of exported symbols (GH-23...
Pablo Galindo
2020-12-15
1
-1/+5
*
bpo-42545: Improve the error message in the stable API script (GH-23648)
Pablo Galindo
2020-12-04
1
-21/+41
*
bpo-42545: Check that all symbols in the limited ABI are exported (GH-23616)
Pablo Galindo
2020-12-04
1
-0/+234
*
bpo-42212: smelly.py also checks the dynamic library (GH-23423)
Victor Stinner
2020-11-24
1
-35/+119
*
bpo-36876: [c-analyzer tool] Tighten up the results and output. (GH-23431)
Eric Snow
2020-11-20
13
-109/+3202
*
bpo-42398: Fix "make regen-all" race condition (GH-23362)
Victor Stinner
2020-11-18
1
-19/+35
*
bpo-40754: Adds _testinternalcapi to Windows installer for test suite (GH-23271)
Steve Dower
2020-11-13
1
-2/+2
*
bpo-42246: Partial implementation of PEP 626. (GH-23113)
Mark Shannon
2020-11-12
1
-4/+13
*
bpo-36310: Allow pygettext.py to detect calls to gettext in f-strings. (GH-19...
jack1142
2020-11-09
1
-0/+53
*
bpo-41712: Avoid runaway regex match in upload scripts (GH-23166)
Yash Shete
2020-11-09
1
-1/+1
*
Enable signing of nuget.org packages and update to supported timestamp server...
Steve Dower
2020-11-03
1
-3/+3
*
bpo-42218: Correctly handle errors in left-recursive rules (GH-23065)
Lysandros Nikolaou
2020-10-31
1
-0/+3
*
bpo-36876: Small adjustments to the C-analyzer tool. (GH-23045)
Eric Snow
2020-10-30
16
-218/+633
*
bpo-42208: Fix test_gdb for gc_collect_main() name (GH-23041)
Victor Stinner
2020-10-30
1
-2/+2
*
bpo-42161: Remove private _PyLong_Zero and _PyLong_One (GH-23003)
Victor Stinner
2020-10-27
1
-2/+0
*
bpo-42123: Run the parser two times and only enable invalid rules on the seco...
Lysandros Nikolaou
2020-10-26
1
-1/+4
*
bpo-36876: Fix the C analyzer tool. (GH-22841)
Eric Snow
2020-10-23
72
-6239/+8882
*
bpo-41971: Fix test failure in test.test_tools.test_c_analyzer when mutating ...
Pablo Galindo
2020-10-11
1
-1/+3
*
bpo-41985: Add _PyLong_FileDescriptor_Converter and AC converter for "fildes"...
Serhiy Storchaka
2020-10-09
1
-0/+13
*
Revert "Fix all Python Cookbook links (#22205)" (GH-22424)
Andre Delfino
2020-09-27
1
-2/+2
*
bpo-41834: Remove _Py_CheckRecursionLimit variable (GH-22359)
Victor Stinner
2020-09-23
2
-2/+0
*
bpo-41715: Fix potential catastrofic backtracking in c_analyzer. (GH-22091)
Serhiy Storchaka
2020-09-17
1
-6/+6
*
bpo-41746: Add type information to asdl_seq objects (GH-22223)
Pablo Galindo
2020-09-16
4
-6/+56
*
Fix all Python Cookbook links (#22205)
Andre Delfino
2020-09-15
1
-2/+2
*
bpo-41744: Package python.props with correct name in NuGet package (GH-22154)
Václav Slavík
2020-09-14
4
-4/+7
*
Fix 'gather' rules in the python parser generator (GH-22021)
Pablo Galindo
2020-09-03
1
-0/+3
*
bpo-41526: Fixed layout of final page of the installer (GH-21871)
Steve Dower
2020-08-13
2
-5/+3
*
bpo-41521: Replace whitelist/blacklist with allowlist/denylist (GH-21822)
Victor Stinner
2020-08-11
1
-4/+4
*
bpo-41463: Generate information about jumps from 'opcode.py' rather than dupl...
Mark Shannon
2020-08-04
1
-0/+19
*
bpo-41412 and bpo-40948: Windows installer updates (GH-21656)
Steve Dower
2020-07-28
4
-69/+22
*
bpo-40939: Remove even more references to the old parser (GH-21642)
Lysandros Nikolaou
2020-07-27
3
-7/+0
*
Delete remaining references to Grammar/Grammar from docs (#21624)
Guido van Rossum
2020-07-26
1
-1/+1
*
bpo-39573: Use the Py_TYPE() macro (GH-21433)
Victor Stinner
2020-07-10
1
-1/+1
[next]