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
...
|
*
bpo-46630: Fix initial focus of IDLE query dialogs (GH-31112)
Terry Jan Reedy
2022-02-03
3
-1/+5
|
*
bpo-45975: IDLE - Remove extraneous parens (GH-31107)
Terry Jan Reedy
2022-02-03
3
-4/+4
|
*
closes bpo-46626: Expose IP_BIND_ADDRESS_NO_PORT socket option. (GH-31106)
Benjamin Peterson
2022-02-03
2
-0/+4
|
*
Collect stats for UNPACK_SEQUENCE. (GH-31105)
Mark Shannon
2022-02-03
2
-1/+22
|
*
Pass reference to func, as well as args, when pushing frame. (GH-31100)
Mark Shannon
2022-02-03
5
-29/+11
*
|
Post 3.11.0a5
Pablo Galindo
2022-02-03
1
-1/+1
*
|
Python 3.11.0a5
v3.11.0a5
Pablo Galindo
2022-02-03
99
-238/+1035
|
/
*
bpo-46436: Fix command-line option -d/--directory in module http.server (GH-3...
Géry Ogam
2022-02-03
2
-13/+17
*
bpo-46569: [Enum] fix typo in `StrEnum` docs (GH-31007)
Nikita Sobolev
2022-02-03
1
-1/+1
*
bpo-46624: Defer to 3.12: "Remove deprecated support for non-integer values" ...
Miro Hrončok
2022-02-03
4
-51/+95
*
bpo-45885: Add more stats for COMPARE_OP in specialize.c (GH-31040)
Dennis Sweeney
2022-02-03
2
-2/+48
*
bpo-45773: Remove invalid peephole optimizations (GH-31066)
Brandt Bucher
2022-02-03
2
-2/+1
*
bpo-44977: Deprecate delegation of int to __trunc__ (GH-31031)
Zackery Spytz
2022-02-03
8
-11/+40
*
bpo-46483: Remove `__class_getitem__` from `pathlib.PurePath` (GH-30848)
Nikita Sobolev
2022-02-03
5
-14/+4
*
bpo-46565: `del` loop vars that are leaking into module namespaces (GH-30993)
Nikita Sobolev
2022-02-03
14
-8/+21
*
Restrict use of Mock objects as specs (GH-31090)
Matthew Suozzo
2022-02-03
4
-3/+20
*
bpo-45629: Improve test.support.skip_if_buildbot (GH-31094)
Gregory P. Smith
2022-02-03
1
-4/+6
*
bpo-45975: Use walrus operator for some idlelib while loops (GH-31083)
Nick Drozd
2022-02-03
5
-24/+9
*
bpo-46576: bpo-46524: Disable compiler optimization within test_peg_generator...
Gregory P. Smith
2022-02-02
2
-0/+13
*
bpo-46616: Ensures test_importlib.test_windows cleans up registry keys after ...
Steve Dower
2022-02-02
2
-3/+16
*
bpo-45173: Keep configparser deprecations until Python 3.12 (GH-30952)
Hugo van Kemenade
2022-02-02
5
-11/+105
*
bpo-37705: Remove orphaned PC/errmap.mak (GH-29724)
Oleg Iarygin
2022-02-02
1
-5/+0
*
bpo-46433: _PyType_GetModuleByDef: handle static types in MRO (GH-30696)
Petr Viktorin
2022-02-02
5
-9/+74
*
Add specialization stats for FOR_ITER. (GH-31079)
Mark Shannon
2022-02-02
3
-1/+74
*
bpo-45459: Add Py_buffer to limited API (GH-29991)
Christian Heimes
2022-02-02
17
-131/+308
*
bpo-43012: remove `pathlib._Accessor` (GH-25701)
Barney Gale
2022-02-02
3
-130/+78
*
bpo-46072: Add some frame stats. (GH-31060)
Mark Shannon
2022-02-02
7
-1/+16
*
Remove Python 3.3 compatibility code from overlapped.c (GH-31049)
Kumar Aditya
2022-02-02
1
-6/+0
*
bpo-46583: remove unused `sys.version_info` check from `selectors` (GH-31023)
Nikita Sobolev
2022-02-02
1
-6/+5
*
Add recipe for subslices (GH-31028)
Raymond Hettinger
2022-02-02
1
-0/+9
*
Fix minor details in the Counter docs (GH-31029)
Raymond Hettinger
2022-02-02
2
-3/+14
*
bpo-46414: Add typing.reveal_type (#30646)
Jelle Zijlstra
2022-02-02
4
-1/+63
*
bpo-46602: Do not append conftest.c (GH-31062)
adanhawth
2022-02-02
3
-4/+5
*
bpo-44359: Fix test_ftplib unhandled thread exceptions (GH-31069)
Victor Stinner
2022-02-02
2
-4/+13
*
bpo-46591: Make About IDLE doc link label clickable (GH-30251)
Wes
2022-02-02
4
-2/+7
*
bpo-14916: use specified tokenizer fd for file input (GH-31006)
Paul m. p. P
2022-02-01
2
-1/+2
*
bpo-46528: Simplify BUILD_TUPLE/UNPACK_SEQUENCE folding (GH-31039)
Brandt Bucher
2022-02-01
2
-15/+8
*
bpo-46600: Fix test_gdb.test_pycfunction() for clang -Og (GH-31058)
Victor Stinner
2022-02-01
2
-11/+16
*
bpo-45953: Preserve backward compatibility on some PyThreadState field names....
Eric Snow
2022-02-01
2
-6/+9
*
bpo-46487: Add `get_write_buffer_limits` to Write and _SSLProtocol transports...
Emiya
2022-02-01
3
-0/+13
*
bpo-45925: Update macOS installer to SQLite 3.37.2 (GH-30921)
Kumar Aditya
2022-02-01
2
-3/+4
*
bpo-46072: Add some object layout and allocation stats (GH-31051)
Mark Shannon
2022-02-01
5
-1/+51
*
bpo-46584: remove check for `py2.3` from `ctypes/test_python_api` (GH-31024)
Nikita Sobolev
2022-02-01
1
-6/+2
*
bpo-46600: ./configure --with-pydebug uses -Og with clang (GH-31052)
Victor Stinner
2022-02-01
3
-14/+71
*
bpo-46564: do not create frame object for super object (GH-31002)
Kumar Aditya
2022-02-01
2
-12/+9
*
bpo-44031: fix test_tabnanny failure in non-ascii CWD (GH-31014)
Irit Katriel
2022-02-01
1
-2/+2
*
bpo-46355: What's New: Note that PyFrameObject are private (GH-31032)
Petr Viktorin
2022-02-01
1
-9/+20
*
bpo-46482: add a test for `typing.Annotation.__new__` (GH-30821)
Nikita Sobolev
2022-02-01
1
-0/+7
*
bpo-46542: test_lib2to3 uses support.infinite_recursion() (GH-31035)
Victor Stinner
2022-01-31
5
-23/+47
*
bpo-46407: Fix long_mod refleak (GH-31025)
Ken Jin
2022-01-31
1
-1/+1
[prev]
[next]