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-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
*
gh-97588: Align ctypes struct layout to GCC/MSVC (GH-97702)
Matthias Görgens
2024-05-29
1
-0/+3
*
gh-119213: Be More Careful About _PyArg_Parser.kwtuple Across Interpreters (g...
Eric Snow
2024-05-22
1
-0/+3
*
gh-119180: PEP 649: Add __annotate__ attributes (#119209)
Jelle Zijlstra
2024-05-22
1
-0/+3
*
gh-118465: Add __firstlineno__ attribute to class (GH-118475)
Serhiy Storchaka
2024-05-06
1
-0/+3
*
gh-95754: Better error when script shadows a standard library or third party ...
Shantanu
2024-04-23
1
-0/+3
*
gh-117680: make _PyInstructionSequence a PyObject and use it in tests (#117629)
Irit Katriel
2024-04-17
1
-0/+12
*
gh-117613: Enhance test_clinic @defining_class tests (#117896)
Victor Stinner
2024-04-16
1
-0/+3
*
gh-117764: Use Argument Clinic for signal.set_wakeup_fd() (GH-117777)
Serhiy Storchaka
2024-04-12
1
-0/+3
*
gh-115775: Compiler adds __static_attributes__ field to classes (#115913)
Irit Katriel
2024-03-26
1
-0/+3
*
gh-85283: Convert grp extension to the limited C API (#116611)
Victor Stinner
2024-03-12
1
-3/+0
*
gh-105858: Improve AST node constructors (#105880)
Jelle Zijlstra
2024-02-28
1
-0/+3
*
gh-112433: Add optional _align_ attribute to ctypes.Structure (GH-113790)
monkeyman192
2024-02-15
1
-0/+3
*
gh-89240: Enable multiprocessing on Windows to use large process pools (GH-10...
Steve Dower
2024-02-13
1
-0/+30
*
gh-91602: Add iterdump() support for filtering database objects (#114501)
Mariusz Felisiak
2024-02-06
1
-0/+3
*
gh-112919: Speed-up datetime, date and time.replace() (GH-112921)
Eugene Toder
2024-01-30
1
-0/+24
*
gh-112050: Adapt collections.deque to Argument Clinic (#113963)
mpage
2024-01-29
1
-0/+3
*
GH-112354: `END_FOR` instruction to only pop one value. (GH-114247)
Mark Shannon
2024-01-24
1
-0/+18
*
gh-113626: Add allow_code parameter in marshal functions (GH-113648)
Serhiy Storchaka
2024-01-16
1
-0/+3
*
gh-112640: Add `kwdefaults` parameter to `types.FunctionType.__new__` (#112641)
Nikita Sobolev
2024-01-11
1
-0/+3
*
gh-110721: Remove unused code from suggestions.c after moving PyErr_Display t...
Pablo Galindo Salgado
2024-01-08
1
-3/+0
*
gh-63284: Add support for TLS-PSK (pre-shared key) to the ssl module (#103181)
Grant Ramsay
2023-11-27
1
-0/+6
*
gh-85283: Build winsound extension with limited C API (#110978)
Victor Stinner
2023-10-17
1
-9/+0
*
gh-108277: Add os.timerfd_create() function (#108382)
Masaru Tsuchiyama
2023-10-07
1
-0/+3
*
Run make regen-global-objects (#108714)
Victor Stinner
2023-08-31
1
-15/+0
*
gh-108635: Make parameters of some implementations of special methods positio...
Serhiy Storchaka
2023-08-29
1
-3/+0
*
gh-95065, gh-107704: Argument Clinic: support multiple '/ [from ...]' and '* ...
Serhiy Storchaka
2023-08-21
1
-0/+9
*
gh-106303: Use _PyObject_LookupAttr() instead of PyObject_GetAttr() (GH-106304)
Serhiy Storchaka
2023-07-09
1
-0/+3
*
gh-88745: Add _winapi.CopyFile2 and update shutil.copy2 to use it (GH-105055)
Steve Dower
2023-05-30
1
-0/+9
*
GH-89091: raise `RuntimeWarning` for unawaited async generator methods (#104611)
Kumar Aditya
2023-05-26
1
-0/+9
*
gh-102856: Python tokenizer implementation for PEP 701 (#104323)
Marta Gómez Macías
2023-05-21
1
-0/+3
*
gh-94906: Support multiple steps in math.nextafter (#103881)
Matthias Görgens
2023-05-19
1
-0/+3
*
gh-104615: don't make unsafe swaps in apply_static_swaps (#104620)
Carl Meyer
2023-05-18
1
-0/+3
*
gh-103763: Implement PEP 695 (#103764)
Jelle Zijlstra
2023-05-16
1
-0/+36
*
gh-104240: make _PyCompile_CodeGen support different compilation modes (#104241)
Irit Katriel
2023-05-07
1
-0/+3
*
gh-102500: Implement PEP 688 (#102521)
Jelle Zijlstra
2023-05-04
1
-0/+9
[next]