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-110805: Allow the repl to show source code and complete tracebacks (#110775)
Pablo Galindo Salgado
2023-10-13
1
-0/+2
*
gh-110525: Delete `test_c_api` method from `set` object (#110688)
Nikita Sobolev
2023-10-13
1
-0/+3
*
GH-110786: suppress BrokenPipeError on the sysconfig CLI (#110791)
Filipe Laíns
2023-10-13
1
-0/+2
*
GH-103480: make sysconfig a package (GH-110785)
Filipe Laíns
2023-10-12
1
-0/+2
*
gh-110782: Fix crash when TypeVar is constructed with keyword args (#110784)
Jelle Zijlstra
2023-10-12
1
-0/+2
*
gh-109653: Improve the import time of `email.utils` (#109824)
Alex Waygood
2023-10-12
1
-0/+4
*
gh-110721: Use the traceback module for PyErr_Display() and fallback to the C...
Pablo Galindo Salgado
2023-10-12
1
-0/+2
*
gh-94597: Add asyncio.EventLoop (#110723)
Thomas Grainger
2023-10-12
1
-0/+1
*
gh-110752: Reset `ceval.eval_breaker` to 0 in `interpreter_clear` (GH-110753)
Tian Gao
2023-10-12
1
-0/+1
*
gh-109409: Fix inheritance of frozen dataclass from non-frozen dataclass mixi...
Nikita Sobolev
2023-10-12
1
-0/+2
*
gh-110696: Fix incorrect syntax error message for incorrect argument unpackin...
Pablo Galindo Salgado
2023-10-12
1
-0/+2
*
gh-110682: Ignore `__match_args__` from `__instancecheck__` in protocols (#11...
Nikita Sobolev
2023-10-12
1
-0/+4
*
gh-85283: _stat extension now uses the limited C API (#110711)
Victor Stinner
2023-10-11
1
-0/+2
*
gh-110733: Micro-optimization in BaseEventLoop._run_once (#110735)
J. Nick Koston
2023-10-11
1
-0/+1
*
gh-85283: If Py_LIMITED_API is defined, undefine Py_BUILD_CORE (#110725)
Victor Stinner
2023-10-11
1
-0/+3
*
gh-65052: Prevent pdb from crashing when trying to display objects (#110578)
Tian Gao
2023-10-11
1
-0/+1
*
gh-104169: Refactor tokenizer into lexer and wrappers (#110684)
Lysandros Nikolaou
2023-10-11
1
-0/+4
*
gh-110289: C API: Add PyUnicode_EqualToUTF8() and PyUnicode_EqualToUTF8AndSiz...
Serhiy Storchaka
2023-10-11
2
-0/+5
*
GH-107518: Remove the Argument Clinic How-To (#109900)
Adam Turner
2023-10-11
4
-5/+12
*
gh-84489: Properly handle trailing spaces in Py_BuildValue() format strings (...
Zackery Spytz
2023-10-11
1
-0/+1
*
GH-110488: Fix two small issues in `pathlib.PurePath.with_name()` (#110651)
Barney Gale
2023-10-11
1
-0/+4
*
gh-110647: Fix signal test_stress_modifying_handlers() (#110650)
Victor Stinner
2023-10-10
1
-0/+2
*
gh-108826: Document `dis` module CLI and rename `_test` function to `main` (#...
Radislav Chugunov
2023-10-10
1
-0/+1
*
gh-110388: Add tests for tty (GH-110394)
Serhiy Storchaka
2023-10-10
1
-0/+1
*
gh-81002: Add tests for termios (GH-110386)
Serhiy Storchaka
2023-10-10
1
-0/+1
*
gh-110590: Fix a bug where _sre.compile would overwrite exceptions (#110591)
Nikita Sobolev
2023-10-10
1
-0/+3
*
gh-109595: Add -Xcpu_count=<n> cmdline for container users (#109667)
Donghee Na
2023-10-10
1
-0/+5
*
GH-104584: Fix refleak when tracing through calls (GH-110593)
Brandt Bucher
2023-10-10
1
-0/+1
*
gh-110378: Close invalid generators in contextmanager and asynccontextmanager...
Serhiy Storchaka
2023-10-10
1
-0/+3
*
gh-107652: Set up CIFuzz to run fuzz targets continuously (#107653)
Illia Volochii
2023-10-09
1
-0/+2
*
gh-110519: Improve deprecation warning in the gettext module (#110520)
Serhiy Storchaka
2023-10-09
1
-0/+3
*
gh-109191: Fix build with newer editline (gh-110239)
Bo Anderson
2023-10-09
1
-0/+1
*
gh-110437: Allow overriding VCRuntimeDLL with a semicolon separated list of D...
Steve Dower
2023-10-09
1
-0/+2
*
gh-109286: Update macOS installer to use SQLite 3.43.1 (#110482)
jtranquilli
2023-10-09
1
-0/+1
*
gh-110514: Add PY_THROW to `sys.setprofile` events (GH-110524)
Tian Gao
2023-10-09
1
-0/+1
*
gh-106670: Set convenience variable for post mortem debugging (#110493)
Tian Gao
2023-10-09
1
-0/+1
*
gh-89902: Deprecate non-standard format specifier "N" for Decimal (GH-110508)
Serhiy Storchaka
2023-10-08
1
-0/+2
*
gh-110237: Check `PyList_Append` for errors in `_PyEval_MatchClass` (#110238)
denballakh
2023-10-08
1
-0/+1
*
gh-108277: Add os.timerfd_create() function (#108382)
Masaru Tsuchiyama
2023-10-07
1
-0/+1
*
gh-110397: Add Py_IsFinalizing() to the stable ABI (#110441)
Victor Stinner
2023-10-07
1
-0/+2
*
GH-110455: Guard `assert(tstate->thread_id > 0)` with `#ifndef HAVE_PTHREAD_S...
Brett Cannon
2023-10-06
1
-0/+3
*
gh-110489: Optimise math.ceil for known exact float (#108801)
Shantanu
2023-10-06
1
-0/+1
*
gh-109286: Update Windows installer to use SQLite 3.43.1 (#110403)
jtranquilli
2023-10-06
1
-0/+1
*
gh-103053: Fix test_tools.test_freeze on FreeBSD (#110451)
Victor Stinner
2023-10-06
1
-0/+3
*
gh-103053: Fix make check-clean-src: check "python" program (#110449)
Victor Stinner
2023-10-06
1
-0/+3
*
gh-85283: Add PySys_AuditTuple() function (#108965)
Victor Stinner
2023-10-05
1
-0/+3
*
gh-110167: Fix test_socket deadlock in doCleanups() (#110416)
Victor Stinner
2023-10-05
1
-0/+5
*
gh-82367: Use `FindFirstFile` Win32 API in `ntpath.realpath()` (GH-110298)
박문식
2023-10-05
2
-0/+3
*
gh-110309: Prune empty constant in format specs (#110320)
sunmy2019
2023-10-05
1
-0/+1
*
gh-110259: Fix f-strings with multiline expressions and format specs (#110271)
Pablo Galindo Salgado
2023-10-05
1
-0/+3
[next]