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
/
Misc
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-107431: Make `multiprocessing.managers.{DictProxy,ListProxy}` generic (#10...
Nikita Sobolev
2023-11-10
1
-0/+2
*
gh-80731: Avoid executing code in except block in cmd (GH-111740)
Tian Gao
2023-11-10
1
-0/+1
*
gh-110722: Make `-m test -T -j` use sys.monitoring (GH-111710)
Ćukasz Langa
2023-11-10
1
-0/+2
*
gh-111841: Fix os.putenv() and os.unsetenv() with embedded NUL on Windows (GH...
Serhiy Storchaka
2023-11-10
1
-0/+2
*
gh-103791: handle `BaseExceptionGroup` in `contextlib.suppress()` (#111910)
Zac Hatfield-Dodds
2023-11-10
1
-0/+3
*
gh-111356: io: Add missing documented objects to io.__all__ (#111370)
Nicolas Tessore
2023-11-10
1
-0/+1
*
gh-81925: Implement native thread ids for kFreeBSD (#111761)
Samuel Thibault
2023-11-09
1
-0/+1
*
GH-111843: Tier 2 exponential backoff (GH-111850)
Mark Shannon
2023-11-09
1
-0/+2
*
GH-109369: Exit tier 2 if executor is invalid (GH-111657)
Mark Shannon
2023-11-09
1
-0/+1
*
gh-111835: Add seekable method to mmap.mmap (gh-111852)
Donghee Na
2023-11-09
1
-0/+4
*
GH-111804: Drop posix.fallocate() under WASI (GH-111869)
Brett Cannon
2023-11-09
1
-0/+2
*
gh-111569: Implement Python critical section API (gh-111571)
Sam Gross
2023-11-08
1
-0/+3
*
gh-110543: Fix CodeType.replace in presence of comprehensions (#110586)
Jelle Zijlstra
2023-11-08
1
-0/+3
*
gh-68166: Tkinter: Add tests and examples for element_create() (GH-111453)
Serhiy Storchaka
2023-11-08
1
-0/+4
*
gh-111246: Remove listening Unix socket on close (#111483)
Pierre Ossman (ThinLinc team)
2023-11-08
1
-0/+2
*
gh-111768: Add `wsgiref.util.is_hop_by_hop` to `__all__` (#111770)
Stefan
2023-11-08
1
-0/+1
*
gh-111089: Revert PyUnicode_AsUTF8() changes (#111833)
Victor Stinner
2023-11-07
3
-6/+0
*
gh-81137: deprecate assignment of code object to a function of a mismatched t...
Irit Katriel
2023-11-07
1
-0/+2
*
gh-111623: Add Support for Cross-interpreter tuples (gh-111628)
Anthony Shaw
2023-11-07
3
-2/+6
*
gh-85098: Implement functional CLI of symtable (#109112)
Serhiy Storchaka
2023-11-07
1
-0/+2
*
gh-106672: C API: Report indiscriminately ignored errors (GH-106674)
Serhiy Storchaka
2023-11-07
1
-0/+5
*
gh-79932: raise exception if frame.clear() is called on a suspended frame (#1...
Irit Katriel
2023-11-07
1
-0/+1
*
GH-111772: Specialize slot loads and stores for `_Py_T_OBJECT` (GH-111773)
Mark Shannon
2023-11-06
1
-0/+1
*
gh-101180: Fix a bug where iso2022_jp_3 and iso2022_jp_2004 codecs read out o...
Masayuki Moriyama
2023-11-06
1
-0/+1
*
gh-109466: Add ipv6_mapped property to IPv4Address (#109467)
Charles Machalow
2023-11-05
1
-0/+1
*
gh-111719: Add extra check for alias command (#111720)
Tian Gao
2023-11-04
1
-0/+1
*
gh-110395: invalidate open kqueues after fork (#110517)
Davide Rizzo
2023-11-04
1
-0/+2
*
gh-80675: Set `f_trace_lines = True` on all frames upon `pdb.set_trace()` (#1...
Tian Gao
2023-11-04
1
-0/+1
*
gh-96954: use a directed acyclic word graph for storing the unicodedata codep...
CF Bolz-Tereick
2023-11-04
1
-0/+5
*
GH-110829: Ensure Thread.join() joins the OS thread (#110848)
Antoine Pitrou
2023-11-04
1
-0/+1
*
gh-111666: Speed up `BaseExceptionGroup.{derive,split,subgroup}` (#111667)
Nikita Sobolev
2023-11-04
1
-0/+3
*
gh-111159: Fix `SyntaxError` doctests for non-builtin exception classes (#111...
Nikita Sobolev
2023-11-04
1
-0/+1
*
gh-111506: Implement Py_SET_REFCNT() as opaque function in limited C API (#11...
Victor Stinner
2023-11-03
2
-0/+5
*
gh-103615: Use local events for opcode tracing (GH-109472)
Tian Gao
2023-11-03
1
-0/+1
*
gh-111354: Simplify _PyGen_yf by moving some of its work to the compiler and ...
Irit Katriel
2023-11-03
1
-0/+5
*
gh-90026: support XATTRs on Cygwin (GH-105075)
Philippe Cerfon
2023-11-03
1
-0/+1
*
gh-111654: remove redundant decref in LOAD_FROM_DICT_OR_DEREF (#111655)
AN Long
2023-11-03
1
-0/+2
*
gh-110892: Return NULL for `PyTrace_RETURN` events caused by an exception (GH...
Tian Gao
2023-11-02
1
-0/+1
*
gh-111482: Use Argument Clinic for clock_gettime() (#111641)
Victor Stinner
2023-11-02
1
-0/+3
*
gh-111354: simplify detection of RESUME after YIELD_VALUE at except-depth 1 ...
Irit Katriel
2023-11-02
1
-0/+3
*
GH-110894: Call loop exception handler for exceptions in client_connected_cb ...
Kumar Aditya
2023-11-02
1
-0/+1
*
GH-111435: Add Support for Sharing True and False Between Interpreters (gh-11...
Anthony Shaw
2023-11-02
1
-0/+1
*
gh-106718: Treat PyConfig.stdlib_dir as highest-priority setting for stdlib_d...
Yilei Yang
2023-11-01
1
-0/+2
*
gh-111374: Add a new PYTHON_FROZEN_MODULES env var, equivalent of `-X frozen_...
Yilei Yang
2023-11-01
1
-0/+3
*
gh-111520: Integrate the Tier 2 interpreter in the Tier 1 interpreter (#111428)
Guido van Rossum
2023-11-01
1
-0/+9
*
gh-110367: Make regrtest --verbose3 compatible with --huntrleaks -jN (#111577)
Victor Stinner
2023-11-01
1
-0/+3
*
gh-110774: allow setting the Runner(loop_factory=...) from IsolatedAsyncioTes...
Thomas Grainger
2023-10-31
1
-0/+1
*
gh-108082: Add PyErr_FormatUnraisable() function (GH-111086)
Serhiy Storchaka
2023-10-31
1
-0/+1
*
gh-111420: Allow type comments in parenthesized `with` statements (#111468)
Tomas R
2023-10-31
1
-0/+1
*
gh-108765: Python.h no longer includes <stddef.h> on Windows (#111563)
Victor Stinner
2023-10-31
1
-0/+3
[next]