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
/
Include
/
internal
/
pycore_unicodeobject_generated.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-138122: Add --subprocesses flag to profile child processes in tachyon (#14...
Pablo Galindo Salgado
12 days
1
-0/+4
*
gh-138122: Make the tachyon profiler opcode-aware (#142394)
Pablo Galindo Salgado
2025-12-11
1
-0/+4
*
gh-138122: Implement frame caching in RemoteUnwinder to reduce memory reads (...
Pablo Galindo Salgado
2025-12-06
1
-0/+8
*
gh-60107: Remove a copy from RawIOBase.read (#141532)
Cody Maloney
2025-11-20
1
-0/+4
*
GH-140643: Add `<native>` and `<GC>` frames to the sampling profiler (#141108)
Brandt Bucher
2025-11-17
1
-0/+16
*
gh-139817: Attribute `__qualname__` is added to `TypeAliasType` (#139919)
Mikhail Efimov
2025-10-15
1
-0/+4
*
gh-83714: Implement os.statx() function (#139178)
Jeffrey Bosboom
2025-10-15
1
-0/+4
*
gh-138709: Implement CPU time profiling in profiling.sample (#138710)
Pablo Galindo Salgado
2025-09-19
1
-0/+4
*
GH-137630: Convert ``_interpqueues`` to use Argument Clinic (#137685)
Adam Turner
2025-09-17
1
-0/+28
*
gh-133143: Use _Py_ID for the other literals in sys (GH-138698)
Petr Viktorin
2025-09-09
1
-0/+8
*
gh-133143: Condense the implementation for ``sys.abi_info`` (#138672)
Adam Turner
2025-09-08
1
-0/+8
*
gh-73487: Convert ``_decimal`` to use Argument Clinic (part 3) (#137844)
Sergey B Kirpichev
2025-08-19
1
-0/+4
*
gh-73487: Convert ``_decimal`` to use Argument Clinic (part 2) (#137637)
Sergey B Kirpichev
2025-08-18
1
-0/+32
*
gh-137725: Convert faulthandler to Argument Clinic (#137726)
Victor Stinner
2025-08-16
1
-0/+20
*
gh-137808: use argument clinic for `_thread.lock` and `_thread.RLock` (#137809)
Kumar Aditya
2025-08-15
1
-0/+4
*
gh-73487: Convert `_decimal` to use Argument Clinic (part 1) (#137606)
Sergey B Kirpichev
2025-08-13
1
-0/+8
*
GH-137630: Convert ``_interpreters`` to use Argument Clinic (#137631)
Adam Turner
2025-08-12
1
-0/+44
*
gh-136571: Convert more code in datetime to Argument Clinic (GH-136573)
Serhiy Storchaka
2025-08-09
1
-0/+40
*
gh-136306: Add support for getting and setting SSL groups (#136307)
Ron Frederick
2025-07-28
1
-0/+4
*
gh-121914: Change the names of the symbol tables for lambda and genexpr (GH-1...
Serhiy Storchaka
2025-07-13
1
-20/+0
*
gh-91048: Fix external inspection multi-threaded performance (#136005)
Pablo Galindo Salgado
2025-06-28
1
-0/+4
*
gh-91048: Add better error messages for remote debugging for CI builds (#134682)
Pablo Galindo Salgado
2025-05-26
1
-0/+4
*
gh-91048: Refactor and optimize remote debugging module (#134652)
Pablo Galindo Salgado
2025-05-25
1
-0/+4
*
gh-132983: Convert zstd ``__new__`` methods to Argument Clinic (#133860)
Adam Turner
2025-05-12
1
-4/+0
*
gh-133595: Clean up sqlite3.Connection APIs (GH-133605)
Serhiy Storchaka
2025-05-08
1
-24/+0
*
gh-132983: Introduce `_zstd` bindings module (GH-133027)
Emma Smith
2025-05-04
1
-0/+32
*
gh-132661: Implement PEP 750 (#132662)
Lysandros Nikolaou
2025-04-30
1
-0/+8
*
gh-132952: Speed up startup by importing _io instead of io (#132957)
Jelle Zijlstra
2025-04-28
1
-0/+4
*
gh-132261: Store annotations at hidden internal keys in the class dict (#132345)
Jelle Zijlstra
2025-04-11
1
-0/+8
*
gh-128384: Use a context variable for warnings.catch_warnings (gh-130010)
Neil Schemenauer
2025-04-09
1
-0/+4
*
gh-131591: Implement PEP 768 (#131937)
Pablo Galindo Salgado
2025-04-03
1
-0/+4
*
gh-131738: optimize builtin any/all/tuple calls with a generator expression a...
Irit Katriel
2025-03-28
1
-0/+8
*
gh-131586: Avoid refcount contention in some "special" calls (#131588)
Sam Gross
2025-03-26
1
-0/+12
*
gh-130881: Handle conditionally defined annotations (#130935)
Jelle Zijlstra
2025-03-26
1
-0/+4
*
gh-128715: Expose ctypes.CField, with info attributes (GH-128950)
Petr Viktorin
2025-03-24
1
-0/+16
*
GH-126833: Dumps graphviz representation of executor graph. (GH-126880)
Mark Shannon
2024-12-13
1
-0/+4
*
gh-126316: Make grp.getgrall() thread-safe: add a mutex (#127055)
Victor Stinner
2024-11-21
1
-0/+4
*
gh-126220: Adapt `_lsprof` to Argument Clinic (#126233)
sobolevn
2024-11-04
1
-0/+12
*
gh-125268: Use static string for "1e309" in AST (#125272)
Sam Gross
2024-10-10
1
-0/+4
*
gh-90102: Remove isatty call during regular open (#124922)
Cody Maloney
2024-10-08
1
-0/+4
*
gh-41431: Add `datetime.time.strptime()` and `datetime.date.strptime()` (#120...
Nice Zombies
2024-09-25
1
-1/+9
*
gh-123884 Tee of tee was not producing n independent iterators (gh-124490)
Raymond Hettinger
2024-09-25
1
-4/+0
*
gh-97588: Move ctypes struct/union layout logic to Python (GH-123352)
Petr Viktorin
2024-09-05
1
-16/+24
*
gh-121621: Move asyncio running loop to thread state (GH-121695)
Ken Jin
2024-07-16
1
-4/+0
*
GH-107803: double linked list implementation for asyncio tasks (GH-107804)
Kumar Aditya
2024-06-22
1
-0/+4
*
gh-113993: Allow interned strings to be mortal, and fix related issues (GH-12...
Petr Viktorin
2024-06-21
1
-760/+1528
*
gh-71587: Drop local reference cache to `_strptime` module in `_datetime` (gh...
neonene
2024-06-12
1
-0/+3
*
gh-119180: PEP 649 compiler changes (#119361)
Jelle Zijlstra
2024-06-11
1
-3/+0
*
gh-117398: Add datetime Module State (gh-119810)
Eric Snow
2024-06-03
1
-0/+3
*
gh-119740: Remove deprecated trunc delegation (#119743)
Mark Dickinson
2024-06-02
1
-3/+0
[next]