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
*
gh-111835: Add seekable method to mmap.mmap (gh-111852)
Donghee Na
2023-11-09
5
-12/+40
*
gh-111354: remove comparisons with enum values, variable reuse, unused import...
Irit Katriel
2023-11-09
2
-22/+15
*
GH-111804: Drop posix.fallocate() under WASI (GH-111869)
Brett Cannon
2023-11-09
3
-5/+10
*
gh-111569: Implement Python critical section API (gh-111571)
Sam Gross
2023-11-08
19
-7/+630
*
gh-110543: Fix CodeType.replace in presence of comprehensions (#110586)
Jelle Zijlstra
2023-11-08
3
-2/+75
*
Remove redundant check in dbm.open() (GH-111844)
Serhiy Storchaka
2023-11-08
1
-5/+0
*
gh-111495: Add tests for PyList C API (#111562)
Kalyan
2023-11-08
2
-1/+456
*
gh-68166: Tkinter: Add tests and examples for element_create() (GH-111453)
Serhiy Storchaka
2023-11-08
3
-3/+203
*
gh-111246: Remove listening Unix socket on close (#111483)
Pierre Ossman (ThinLinc team)
2023-11-08
5
-2/+126
*
gh-111768: Add `wsgiref.util.is_hop_by_hop` to `__all__` (#111770)
Stefan
2023-11-08
2
-1/+2
*
socket: Update generated AC code (#111853)
Jelle Zijlstra
2023-11-08
1
-2/+7
*
Glossary: Add "static type checker" (#111837)
Jelle Zijlstra
2023-11-08
4
-7/+14
*
gh-108303: Move more `typing` related files to `Lib/test/typinganndata` (#111...
Nikita Sobolev
2023-11-08
4
-3/+2
*
gh-111662: Update socket module to use AC for optimizing performance (gh-111661)
Bogdan Romanyuk
2023-11-08
2
-69/+223
*
GH-111848: Tidy up tier 2 handling of FOR_ITER specialization by using DEOPT_...
Mark Shannon
2023-11-08
8
-136/+59
*
gh-111089: Revert PyUnicode_AsUTF8() changes (#111833)
Victor Stinner
2023-11-07
50
-244/+952
*
gh-61199: Remove superfluous global statements from `base64._b32{en,de}code()...
Romuald Brunet
2023-11-07
1
-2/+0
*
gh-111806: Fix `test_recursion` in `test_richcmp` on WASI builds (GH-111830)
Nikita Sobolev
2023-11-07
1
-0/+1
*
gh-111808: Fix recursion error on WASM in `test_typing` (GH-111819)
Nikita Sobolev
2023-11-07
1
-5/+6
*
gh-81137: deprecate assignment of code object to a function of a mismatched t...
Irit Katriel
2023-11-07
4
-0/+44
*
gh-111623: Add Support for Cross-interpreter tuples (gh-111628)
Anthony Shaw
2023-11-07
6
-2/+134
*
gh-85098: Implement functional CLI of symtable (#109112)
Serhiy Storchaka
2023-11-07
4
-8/+123
*
gh-106672: C API: Report indiscriminately ignored errors (GH-106674)
Serhiy Storchaka
2023-11-07
9
-45/+195
*
gh-111765: Move old PyFloat_* tests to Lib/test/test_capi/test_float.py (GH-...
Sergey B Kirpichev
2023-11-07
2
-65/+65
*
GH-111485: Allow arbitrary annotations on instructions and micro-ops. (GH-111...
Mark Shannon
2023-11-07
10
-63/+114
*
gh-79932: raise exception if frame.clear() is called on a suspended frame (#1...
Irit Katriel
2023-11-07
5
-7/+27
*
gh-110395: test: assert after the child dies. (#111816)
Gregory P. Smith
2023-11-07
1
-1/+1
*
gh-111729: update generic syntax for `typing.Concatenate` sample code in `Doc...
方糖
2023-11-07
1
-5/+2
*
GH-111485: Make BEFORE_WITH a uop (GH-111812)
Brandt Bucher
2023-11-07
5
-7/+56
*
gh-76785: Move _Py_excinfo Functions Out of the Internal C-API (gh-111715)
Eric Snow
2023-11-06
4
-199/+134
*
gh-111698: Restrict Py_mod_multiple_interpreters to 3.12+ Under Py_LIMITED_AP...
Eric Snow
2023-11-06
1
-1/+3
*
simplify code to pop exception in frame_setlineno (#111702)
Irit Katriel
2023-11-06
1
-5/+2
*
gh-96954: Use skip_if_missing in test_makeunicodedata (GH-111764)
Dennis Sweeney
2023-11-06
1
-1/+2
*
GH-111772: Specialize slot loads and stores for `_Py_T_OBJECT` (GH-111773)
Mark Shannon
2023-11-06
2
-3/+4
*
GH-111646: Simplify optimizer, by compacting uops when making executor. (GH-1...
Mark Shannon
2023-11-06
2
-117/+119
*
gh-101180: Fix a bug where iso2022_jp_3 and iso2022_jp_2004 codecs read out o...
Masayuki Moriyama
2023-11-06
3
-3/+53
*
gh-109466: Add ipv6_mapped property to IPv4Address (#109467)
Charles Machalow
2023-11-05
5
-0/+32
*
gh-111495: Add tests for PyComplex C API (GH-111591)
Sergey B Kirpichev
2023-11-05
2
-0/+238
*
gh-111495: Add tests for PyFloat C API (GH-111624)
Sergey B Kirpichev
2023-11-05
2
-0/+191
*
gh-111747: DOC: fix moved link to Documentation Translations (#111748)
partev
2023-11-05
1
-1/+1
*
gh-111719: Add extra check for alias command (#111720)
Tian Gao
2023-11-04
4
-7/+51
*
gh-110395: invalidate open kqueues after fork (#110517)
Davide Rizzo
2023-11-04
3
-7/+157
*
gh-80675: Set `f_trace_lines = True` on all frames upon `pdb.set_trace()` (#1...
Tian Gao
2023-11-04
3
-0/+32
*
gh-96954: use a directed acyclic word graph for storing the unicodedata codep...
CF Bolz-Tereick
2023-11-04
8
-30444/+18134
*
GH-110829: Ensure Thread.join() joins the OS thread (#110848)
Antoine Pitrou
2023-11-04
14
-98/+671
*
gh-111666: Speed up `BaseExceptionGroup.{derive,split,subgroup}` (#111667)
Nikita Sobolev
2023-11-04
2
-20/+9
*
gh-108303: Move `zip` and `tar` archives to `Lib/test/archivetestdata` (#111549)
Nikita Sobolev
2023-11-04
14
-23/+24
*
gh-111159: Fix `SyntaxError` doctests for non-builtin exception classes (#111...
Nikita Sobolev
2023-11-04
3
-1/+24
*
gh-111495: Test C API functions with extreme sizes and indices (GH-111631)
Serhiy Storchaka
2023-11-04
4
-40/+134
*
gh-111724: Fix doctest `ResourceWarning` in `howto/descriptor.rst` (#111725)
Nikita Sobolev
2023-11-04
1
-0/+4
[next]