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-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
*
fFx refleak in isinstance error path (GH-31005)
Ken Jin
2022-01-29
1
-0/+1
*
Fix a `UnboundLocalError` bug in `test_sysconfig` (GH-31000)
Brett Cannon
2022-01-29
1
-2/+2
*
bpo-29688: document and test `pathlib.Path.absolute()` (GH-26153)
Barney Gale
2022-01-28
4
-11/+78
*
bpo-43112: detect musl as a separate SOABI (GH-24502)
Natanael Copa
2022-01-28
4
-4/+15
*
bpo-26552: Fixed case where failing `asyncio.ensure_future` did not close the...
Kumar Aditya
2022-01-28
3
-3/+21
*
bpo-46458: Add tests for context of exception in finally block (GH-30986)
Irit Katriel
2022-01-28
1
-0/+50
*
bpo-46560: Fix a typo in `typing.ParamSpec's` doc string (GH-30995)
Zackery Spytz
2022-01-28
1
-1/+1
*
bpo-46553: allow bare typing.ClassVar annotations (#30983)
Gregory Beauregard
2022-01-28
3
-2/+7
*
bpo-33125: Enables building traditional installer for Windows ARM64 (GH-30885)
Steve Dower
2022-01-28
47
-127/+334
*
bpo-45925: Update Windows installer to SQLite 3.37.2 (GH-30485)
Kumar Aditya
2022-01-28
4
-3/+4
*
bpo-46072: Add simple stats for Python calls. (GH-30989)
Mark Shannon
2022-01-28
4
-0/+29
*
bpo-46417: _PyStructSequence_FiniType() updates _Py_RefTotal (GH-30988)
Victor Stinner
2022-01-28
1
-0/+3
*
bpo-46329: Split calls into precall and call instructions. (GH-30855)
Mark Shannon
2022-01-28
16
-629/+912
*
bpo-46449: deepfreeze get_code() now returns strong ref (GH-30987)
Kumar Aditya
2022-01-28
1
-1/+1
*
bpo-42238: [doc] Avoid hardcoding fast-moving lines in susp-ignored.csv. (GH-...
Julien Palard
2022-01-28
1
-2/+2
*
bpo-46530: add `"thread_time"` to `test_time.test_get_clock_info` (#30913)
Nikita Sobolev
2022-01-28
1
-12/+18
*
bpo-46407: Optimizing some modulo operations (GH-30653)
Crowthebird
2022-01-28
3
-9/+108
*
bpo-46542: test_json uses support.infinite_recursion() (GH-30972)
Victor Stinner
2022-01-28
2
-6/+15
*
bpo-40170: Remove PyHeapType_GET_MEMBERS() macro (GH-30942)
Victor Stinner
2022-01-27
5
-10/+19
*
bpo-40170: Move _Py_GetAllocatedBlocks() to pycore_pymem.h (GH-30943)
Victor Stinner
2022-01-27
4
-12/+9
*
bpo-46417: signal: move siginfo_type to the module state (GH-30964)
Victor Stinner
2022-01-27
1
-19/+20
*
bpo-42982: update pbkdf2 example & add another link (GH-30966)
Gregory P. Smith
2022-01-27
1
-5/+7
*
bpo-46476: Simplify and fix _PyStaticCode_Dealloc (GH-30965)
Christian Heimes
2022-01-27
3
-7/+10
*
bpo-46541: Generate the global objects initializer. (gh-30941)
Eric Snow
2022-01-27
3
-1/+136
[next]