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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Add small validator utility for PEG grammars (GH-23519)
Pablo Galindo
2020-12-26
3
-0/+106
*
bpo-16396: fix BPO number in changelog (GH-23951)
Shantanu
2020-12-26
1
-1/+1
*
bpo-42748: test_asdl_parser now uses exec_module instead of load_module (#23954)
Dong-hee Na
2020-12-26
1
-1/+5
*
bpo-40521: Per-interpreter interned strings (GH-20085)
Victor Stinner
2020-12-26
5
-83/+43
*
bpo-42694: Prevent creating _curses_panel.panel (GH-23948)
Victor Stinner
2020-12-26
1
-1/+2
*
bpo-42745: Make the type cache per-interpreter (GH-23947)
Victor Stinner
2020-12-26
7
-82/+128
*
Add convolve() to the itertools recipes (GH-23928)
Raymond Hettinger
2020-12-26
1
-0/+12
*
bpo-39465: Fix _PyUnicode_FromId() for subinterpreters (GH-20058)
Victor Stinner
2020-12-25
6
-37/+102
*
Sync what's new in 3.9 with 3.9 branch (GH-23943)
Ken Jin
2020-12-25
1
-1/+34
*
bpo-36876: [c-analyzer tool] Additional CLI updates for "capi" command. (gh-2...
Eric Snow
2020-12-25
3
-93/+380
*
Rename Tkinter tests for widget options (GH-23944)
Serhiy Storchaka
2020-12-25
3
-210/+212
*
bpo-35728: Add root parameter to tkinter.font.nametofont() (GH-23885)
Desmond Cheong
2020-12-25
4
-4/+23
*
bpo-42721: Improve using simple dialogs without root window (GH-23897)
Serhiy Storchaka
2020-12-25
7
-24/+144
*
bpo-28964: add line number of node (if available) to ast.literal_eval error m...
Irit Katriel
2020-12-25
3
-1/+17
*
bpo-15303: Support widgets with boolean value False in Tkinter (GH-23904)
Serhiy Storchaka
2020-12-25
8
-29/+30
*
bpo-42734: Fix crasher bogus_code_obj.py (GH-23939)
Serhiy Storchaka
2020-12-25
1
-1/+1
*
bpo-29076: Add fish support to macOS installer (GH-23302)
Erlend Egeberg Aasland
2020-12-25
2
-1/+18
*
bpo-42388: Fix subprocess.check_output input=None when text=True (GH-23467)
Gregory P. Smith
2020-12-25
4
-3/+32
*
bpo-42727: Fix the NEWS entry .rst (GH-23932)
Gregory P. Smith
2020-12-25
1
-2/+2
*
bpo-42727: [Enum] use super() and include **kwds (GH-23927)
Ethan Furman
2020-12-25
1
-2/+2
*
bpo-42685: Improve placing of simple query windows. (GH-23856)
Serhiy Storchaka
2020-12-24
2
-35/+38
*
[Enum] EnumMeta.__prepare__ now accepts **kwds (#23917)
Ethan Furman
2020-12-24
3
-2/+14
*
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
2
-1/+3
*
GH: Add isidentical to the CODEOWNERS (GH-23923)
Batuhan Taskaya
2020-12-24
1
-0/+7
*
bpo-41559: Implement PEP 612 - Add ParamSpec and Concatenate to typing (#23702)
kj
2020-12-24
6
-75/+381
*
bpo-38308: Add optional weighting to statistics.harmonic_mean() (GH-23914)
Raymond Hettinger
2020-12-24
4
-27/+62
*
bpo-42195: Override _CallableGenericAlias's __getitem__ (GH-23915)
kj
2020-12-24
2
-1/+17
*
bpo-41960: Add globalns and localns parameters to inspect.signature and Signa...
Batuhan Taskaya
2020-12-23
5
-52/+77
*
bpo-25246: Optimize deque.remove() (GH-23898)
Raymond Hettinger
2020-12-23
2
-32/+43
*
bpo-32381: pymain_run_command() uses PyCF_IGNORE_COOKIE (GH-23724)
Victor Stinner
2020-12-23
3
-19/+33
*
bpo-9694: Fix misleading phrase "optional arguments" (GH-23858)
Raymond Hettinger
2020-12-23
5
-95/+98
*
bpo-28468: Fix typo in _os_release_candidates (GH-23913)
Victor Stinner
2020-12-23
1
-1/+1
*
bpo-42246: Don't eliminate jumps to jumps, if it will break PEP 626. (GH-23896)
Mark Shannon
2020-12-23
7
-4239/+4341
*
BPO-42703: Fix incorrect documentation links for asyncio.Event (GH-23881)
Matt Fowler
2020-12-23
1
-5/+5
*
bpo-1635741: Port resource extension module to module state (GH-23462)
Christian Heimes
2020-12-23
2
-13/+44
*
bpo-42620: Improve socket.getsockname doc string (GH-23742)
Christian Heimes
2020-12-23
1
-2/+3
*
bpo-39465: Add pycore_atomic_funcs.h header (GH-20766)
Victor Stinner
2020-12-23
9
-17/+132
*
Fix typos in sysmodule (GH-23883)
Joannah Nanjekye
2020-12-22
1
-2/+2
*
bpo-34463: Make python tracebacks identical to C tracebacks for SyntaxErrors ...
Irit Katriel
2020-12-22
3
-5/+35
*
bpo-29030: Document interaction between *choices* and *metavar*. (GH-23884)
Raymond Hettinger
2020-12-22
1
-0/+5
*
[doc] Fix missing commas in signatures (#23693)
Andre Delfino
2020-12-22
2
-3/+3
*
bpo-42688: Fix ffi alloc/free when using external libffi on macos (GH-23868)
erykoff
2020-12-22
1
-2/+10
*
bpo-39159: Declare error that might be raised from literal_eval (GH-19899)
Batuhan Taskaya
2020-12-22
1
-1/+5
*
bpo-42008: Fix internal _random.Random() seeding for the one argument case (G...
AMIR
2020-12-21
3
-1/+22
*
Fix typo in docstring (GH-23515)
Fernando Toledo
2020-12-21
1
-1/+1
*
bpo-42634: Mark reraise after except blocks as artificial. (GH-23877)
Mark Shannon
2020-12-21
6
-5032/+5063
*
bpo-35790: Correct the description of sys.exc_info() and add a code example (...
Géry Ogam
2020-12-21
1
-3/+21
*
[WIP/RFC] bpo-15872: tests: remove oddity from test_rmtree_errors (GH-22967)
Daniel Hahler
2020-12-21
1
-6/+3
*
bpo-31904: Fix site and sysconfig modules for VxWorks RTOS (GH-21821)
pxinwr
2020-12-20
7
-72/+113
[prev]
[next]