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
/
Lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-111089: PyUnicode_AsUTF8() now raises on embedded NUL (#111091)
Victor Stinner
2023-10-20
1
-1/+4
*
Synchronize test_contextlib with test_contextlib_async (GH-111000)
Serhiy Storchaka
2023-10-20
1
-0/+46
*
Add tests for failing PyUnicode_AsUTF8AndSize() with psize=NULL (GH-111100)
Serhiy Storchaka
2023-10-20
1
-0/+4
*
gh-111092: Make turtledemo run without default root enabled (#111093)
Terry Jan Reedy
2023-10-20
1
-1/+1
*
gh-67565: Add tests for C-contiguity checks (GH-110951)
Furkan Onder
2023-10-19
3
-0/+29
*
Remove unnecessary while in SocketIO.readinto (GH-111057)
sc07kvm
2023-10-19
1
-10/+9
*
gh-76785: Make interpreters.*Channel Objects Shareable (gh-110607)
Eric Snow
2023-10-19
2
-2/+1
*
gh-76785: Add *Channel.is_closed (gh-110606)
Eric Snow
2023-10-19
2
-0/+26
*
gh-111031: Check more files in `test_tokenize` (#111032)
Nikita Sobolev
2023-10-19
1
-10/+0
*
gh-111050: IDLE - Simplify configdialog.HighPage.theme_elements (#111053)
Terry Jan Reedy
2023-10-19
2
-24/+22
*
Fix a misspelling of Interpeter -> Interpreter (GH-111040)
Nikita Sobolev
2023-10-18
1
-1/+1
*
GH-102895 Add an option local_exit in code.interact to block exit() from term...
Tian Gao
2023-10-18
3
-29/+102
*
gh-100445: Improve error message for unterminated strings with escapes (#100446)
Shantanu
2023-10-18
1
-2/+8
*
gh-103737: IDLE - Remove unneeded .keys() for dict iteration (#110960)
Terry Jan Reedy
2023-10-18
8
-26/+28
*
gh-111019: Align expected and actual titles in test output (#111020)
James
2023-10-18
2
-10/+10
*
gh-108747: Add unit tests for site.{usercustomize,sitecustomize} hooks (#109470)
Charles Machalow
2023-10-18
1
-0/+38
*
gh-110938: More syntax tests for PEP695 funcs and classes (#110986)
Nikita Sobolev
2023-10-18
1
-0/+15
*
gh-110961: Fixed asyncio.wait docstring to remove deprecated coroutine refere...
Bar Harel
2023-10-18
1
-2/+0
*
gh-84570: Add Timeouts to SendChannel.send() and RecvChannel.recv() (gh-110567)
Eric Snow
2023-10-17
3
-25/+128
*
gh-84570: Send-Wait Fixes for _xxinterpchannels (gh-111006)
Eric Snow
2023-10-17
1
-44/+173
*
gh-110995: Fix test_gdb check_usable_gdb() (#110998)
Victor Stinner
2023-10-17
1
-6/+11
*
gh-85283: Add PySys_Audit() to the limited C API (#108571)
Victor Stinner
2023-10-17
1
-0/+2
*
gh-110938: Fix error messages for indented blocks with functions and classes ...
Pablo Galindo Salgado
2023-10-17
1
-0/+10
*
gh-110695: test_asyncio uses 50 ms for clock resolution (#110952)
Victor Stinner
2023-10-17
1
-2/+2
*
gh-85283: Add PyMem_RawMalloc() to the limited C API (#108570)
Victor Stinner
2023-10-17
1
-0/+4
*
gh-110905: [Enum] minor fixes and cleanup (GH-110906)
Pieter Eendebak
2023-10-16
2
-6/+4
*
Enable ruff on several more files in `Lib/test` (#110929)
Alex Waygood
2023-10-16
6
-21/+16
*
gh-107450: Check for overflow in the tokenizer and fix overflow test (#110832)
Lysandros Nikolaou
2023-10-16
1
-4/+12
*
gh-110912: Correctly display tracebacks for MemoryError exceptions using the ...
Pablo Galindo Salgado
2023-10-16
1
-0/+11
*
gh-110907: AC: Disallow using `*` with vararg (#110908)
Nikita Sobolev
2023-10-16
1
-0/+14
*
gh-110923: Fix silently skipped tests in test__opcode.py (#110926)
Alex Waygood
2023-10-16
2
-2/+9
*
gh-110864: Fix _PyArg_UnpackKeywordsWithVararg overwriting vararg with NULL (...
Nikita Sobolev
2023-10-16
1
-0/+35
*
gh-108791: Fix `pdb` CLI invalid argument handling (#108816)
Radislav Chugunov
2023-10-16
2
-2/+23
*
regrtest: Prepend 'use' options in --{fast,slow}-ci (GH-110363)
Zachary Ware
2023-10-15
2
-7/+11
*
Lint: Include test_monitoring.py for Ruff (#110898)
Hugo van Kemenade
2023-10-15
1
-2/+0
*
gh-84583: Make pdb enter post-mortem mode even for SyntaxError (#110883)
Tian Gao
2023-10-15
2
-7/+19
*
gh-110722: Add PYTHON_PRESITE to import a module before site.py is run (#110769)
Ćukasz Langa
2023-10-14
1
-0/+18
*
bpo-42663: Fix parsing TZ strings in zoneinfo module (GH-23825)
Serhiy Storchaka
2023-10-14
2
-40/+171
*
remove redundant call to attach_loop in watcher (#110847)
Thomas Grainger
2023-10-14
1
-2/+0
*
gh-110715: Add missing import in zipfile (gh-110822)
Kirill Podoprigora
2023-10-14
2
-7/+19
*
gh-109747: Improve errors for unsupported look-behind patterns (GH-109859)
Serhiy Storchaka
2023-10-14
3
-4/+36
*
gh-107705: Fix file leak in test_tkinter in the C locale (GH-110507)
Serhiy Storchaka
2023-10-14
1
-5/+10
*
gh-88434: Emit deprecation warnings for non-integer numbers in gettext if tra...
Serhiy Storchaka
2023-10-14
2
-12/+25
*
gh-110628: Add tests for PyLong C API (GH-110629)
Serhiy Storchaka
2023-10-14
1
-17/+376
*
gh-110392: Fix tty functions (GH-110642)
Serhiy Storchaka
2023-10-14
2
-2/+8
*
gh-110815: Support non-ASCII keyword names in PyArg_ParseTupleAndKeywords() (...
Serhiy Storchaka
2023-10-14
1
-0/+51
*
regrtest: --fast-ci/slow-ci no longer imply --rerun-fail (#110849)
Victor Stinner
2023-10-14
2
-2/+0
*
gh-110697: test_os TimerfdTests uses selectors (#110789)
Victor Stinner
2023-10-13
1
-102/+67
*
gh-110771: Decompose run_forever() into parts (#110773)
Russell Keith-Magee
2023-10-13
3
-31/+94
*
gh-110815: Improve tests for PyArg_ParseTupleAndKeywords() (GH-110817)
Serhiy Storchaka
2023-10-13
1
-5/+31
[next]