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-121201: Disable perf_trampoline on riscv64 for now (#121328)
Stefano Rivera
2024-07-03
2
-2/+0
*
GH-119726: Emit AArch64 trampolines out-of-line (GH-121280)
Diego Russo
2024-07-03
1
-0/+2
*
gh-61103: Support float and long double complex types in ctypes module (#121248)
Sergey B Kirpichev
2024-07-03
1
-3/+5
*
gh-121027: Make the functools.partial object a method descriptor (GH-121089)
Serhiy Storchaka
2024-07-03
1
-0/+1
*
gh-121210: handle nodes with missing attributes/fields in `ast.compare` (#121...
Bénédikt Tran
2024-07-02
1
-0/+2
*
gh-121245: Amend d611c4c8e9 (correct import) (#121255)
Sergey B Kirpichev
2024-07-02
1
-0/+2
*
GH-119726: Use LDR for AArch64 trampolines (GH-121001)
Diego Russo
2024-07-01
1
-0/+2
*
GH-116017: Get rid of _COLD_EXITs (GH-120960)
Brandt Bucher
2024-07-01
1
-0/+3
*
gh-120743: Soft deprecate os.popen() function (#120744)
Victor Stinner
2024-07-01
1
-0/+3
*
gh-121200: Fix test_expanduser_pwd2() of test_posixpath (#121228)
Victor Stinner
2024-07-01
1
-0/+3
*
gh-117784: Only reference PHA functions ifndef SSL_VERIFY_POST_HANDSHAKE (GH-...
Will Childs-Klein
2024-07-01
1
-0/+1
*
gh-61103: Support double complex (_Complex) type in ctypes (#120894)
Sergey B Kirpichev
2024-07-01
1
-0/+3
*
gh-121188: Sanitize invalid XML characters in regrtest (#121195)
Victor Stinner
2024-07-01
1
-0/+3
*
gh-113565: Improve and harden detection of curses dependencies (#119816)
Erlend E. Aasland
2024-07-01
1
-0/+2
*
gh-87744: fix waitpid race while calling send_signal in asyncio (#121126)
Kumar Aditya
2024-07-01
1
-0/+1
*
gh-121163: Add "all" as an valid alias for "always" in warnings.simplefilter(...
Kirill Podoprigora
2024-06-30
1
-0/+3
*
gh-120522: Add a `--with-app-store-compliance` configure option to patch out ...
Russell Keith-Magee
2024-06-30
1
-0/+2
*
gh-119372: Recover inf's and zeros in _Py_c_quot (GH-119457)
Sergey B Kirpichev
2024-06-29
1
-0/+2
*
gh-121101: Document -Wall option (an alias for -Walways) (#121102)
Wim Jeantine-Glenn
2024-06-29
1
-0/+1
*
gh-120713: Normalize year with century for datetime.strftime (GH-120820)
blhsing
2024-06-29
1
-0/+2
*
gh-121115: Skip __index__ in PyLong_AsNativeBytes by default (GH-121118)
Steve Dower
2024-06-28
1
-0/+3
*
gh-121018: Fix more cases of exiting in argparse when exit_on_error=False (GH...
Serhiy Storchaka
2024-06-28
1
-2/+3
*
gh-121096: Ignore dlopen() leaks in Valgrind suppression file (#121097)
Victor Stinner
2024-06-28
1
-0/+43
*
gh-105623 Fix performance degradation in logging RotatingFileHandler (GH-105887)
Craig Robson
2024-06-27
1
-0/+2
*
gh-121027: Add a future warning in functools.partial.__get__ (#121086)
Serhiy Storchaka
2024-06-27
1
-0/+2
*
gh-121082: Fix build failure when the developer use `--enable-pystats` argume...
Nadeshiko Manju
2024-06-27
1
-0/+1
*
gh-120888: Bump bundled pip to 24.1.1 (#120889)
Pradyun Gedam
2024-06-27
1
-0/+1
*
gh-120868: Fix breaking change in `logging.config` when using `QueueHandler` ...
Janek Nouvertné
2024-06-27
1
-0/+1
*
gh-113433: Automatically Clean Up Subinterpreters in Py_Finalize() (gh-121060)
Eric Snow
2024-06-26
2
-0/+4
*
gh-117139: Convert the evaluation stack to stack refs (#118450)
Ken Jin
2024-06-26
1
-0/+5
*
gh-120642: Move private PyCode APIs to the internal C API (#120643)
Victor Stinner
2024-06-26
2
-0/+13
*
gh-121025: Improve partialmethod.__repr__ (GH-121033)
Bénédikt Tran
2024-06-26
1
-0/+2
*
gh-121018: Ensure ArgumentParser.parse_args with exit_on_error=False raises i...
blhsing
2024-06-26
1
-0/+2
*
gh-112301: Enable compiler flags with low performance impact and no warnings ...
Nate Ohlson
2024-06-26
1
-0/+2
*
gh-114053: Fix another edge case involving `get_type_hints`, PEP 695 and PEP ...
Alex Waygood
2024-06-25
1
-0/+4
*
gh-120108: Fix deepcopying of AST trees with .parent attributes (#120114)
Jelle Zijlstra
2024-06-25
1
-0/+2
*
gh-120671: Fix PY_CHECK_CC_WARNING() in configure.ac (#120822)
Michael Allwright
2024-06-25
1
-0/+1
*
gh-120858: PyDict_Next should not lock the dict (#120859)
Sam Gross
2024-06-24
1
-0/+3
*
gh-119182: Add PyUnicodeWriter_WriteUCS4() function (#120849)
Victor Stinner
2024-06-24
1
-0/+3
*
gh-70278: Fix PyUnicode_FromFormat() with precision for %s and %V (GH-120365)
Serhiy Storchaka
2024-06-24
1
-0/+4
*
gh-119521: Rename IncompleteInputError to _IncompleteInputError and remove fr...
Pablo Galindo Salgado
2024-06-24
1
-2/+0
*
gh-119614: Fix truncation of strings with embedded null characters in Tkinter...
Serhiy Storchaka
2024-06-24
1
-0/+2
*
gh-120683: Fix an error in logging.LogRecord timestamp (GH-120709)
Serhiy Storchaka
2024-06-24
1
-0/+4
*
GH-73991: Add `pathlib.Path.copytree()` (#120718)
Barney Gale
2024-06-23
1
-0/+1
*
gh-120910: Fix issue resolving relative paths outside site-packages. (#120911)
Jason R. Coombs
2024-06-23
1
-0/+2
*
gh-101830: Fix Tcl_Obj to string conversion (GH-120884)
Serhiy Storchaka
2024-06-23
1
-0/+2
*
gh-119344: Make critical section API public (#119353)
Sam Gross
2024-06-21
1
-0/+1
*
Amend categories of @nineteendo's news entries (#120735)
Nice Zombies
2024-06-21
4
-93/+93
*
gh-120811: Fix reference leak upon `_PyContext_Exit` failure (#120812)
Peter
2024-06-21
1
-0/+1
*
gh-120782: Update internal type cache when reloading datetime (#120829)
neonene
2024-06-21
1
-0/+1
[next]