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-122311: Fix some error messages in pickle (GH-122386)
Serhiy Storchaka
2024-07-29
1
-0/+1
*
gh-122234: fix accuracy issues for sum() (#122236)
Sergey B Kirpichev
2024-07-29
1
-0/+4
*
gh-119180: Add evaluate functions for type params and type aliases (#122212)
Jelle Zijlstra
2024-07-27
1
-0/+7
*
gh-119180: Use type descriptors to access annotations (PEP 749) (#122074)
Jelle Zijlstra
2024-07-27
1
-0/+2
*
gh-122170: Handle ValueError raised by os.stat() in linecache (GH-122176)
Bénédikt Tran
2024-07-27
1
-0/+2
*
gh-112301: Compiler warning management tooling (#121730)
Nate Ohlson
2024-07-27
1
-0/+2
*
gh-122332: Fix missing `NULL` check in `asyncio.Task.get_coro` (#122338)
Peter Bierma
2024-07-27
1
-0/+2
*
gh-122245: Add test case of generic type with __debug__ (#122322)
Irit Katriel
2024-07-26
1
-2/+2
*
gh-122300: Preserve AST nodes for format specifiers with single elements (#12...
Pablo Galindo Salgado
2024-07-26
1
-0/+2
*
gh-121999: Change default tarfile filter to 'data' (GH-122002)
WilliamRoyNelson
2024-07-26
1
-0/+2
*
gh-122245: move checks for writes and shadowing of __debug__ to symtable (#12...
Irit Katriel
2024-07-26
1
-0/+4
*
gh-121489: Export private _PyBytes_Join() again (#122267)
Marc Mueller
2024-07-25
1
-0/+1
*
GH-122160: Remove BUILD_CONST_KEY_MAP opcode. (GH-122164)
Mark Shannon
2024-07-25
1
-0/+1
*
gh-82951: Fix serializing by name in pickle protocols < 4 (GH-122149)
Serhiy Storchaka
2024-07-25
1
-0/+3
*
gh-113785: csv: fields starting with escapechar are not quoted (GH-122110)
Mikołaj Kuranowski
2024-07-25
1
-0/+1
*
gh-122208: Don't delivery PyDict_EVENT_ADDED until it can't fail (#122207)
Dino Viehland
2024-07-24
1
-0/+1
*
Fix typo in news document (GH-122209)
Xie Yanbo
2024-07-24
1
-1/+1
*
gh-122029: Log call events in sys.setprofile when it's a method with c functi...
Tian Gao
2024-07-23
1
-0/+1
*
gh-119180: Add `annotationlib` module to support PEP 649 (#119891)
Jelle Zijlstra
2024-07-23
1
-0/+4
*
gh-122129: Improve support of method descriptors and wrappers in the help tit...
Serhiy Storchaka
2024-07-23
1
-0/+1
*
gh-122163: Add notes for JSON serialization errors (GH-122165)
Serhiy Storchaka
2024-07-23
1
-0/+2
*
gh-122088: Copy the coroutine status of the underlying callable in `@warnings...
Sebastian Rittau
2024-07-23
1
-0/+3
*
gh-121996: Introduce --disable-safety and --enable-slower-safety options (#1...
Donghee Na
2024-07-23
1
-0/+2
*
gh-121637: Syntax error for optimized-away incorrect await (#121656)
Jelle Zijlstra
2024-07-22
1
-0/+4
*
gh-121795: Improve performance of set membership testing from set arguments (...
HarryLHW
2024-07-22
1
-0/+1
*
gh-119698: deprecate ``symtable.Class.get_methods`` (#121902)
Bénédikt Tran
2024-07-22
1
-0/+3
*
gh-121957: Emit audit events for `python -i` and `python -m asyncio` (GH-121958)
Łukasz Langa
2024-07-22
1
-0/+3
*
gh-120522: Apply App Store compliance patch during installation (#121947)
Russell Keith-Magee
2024-07-21
1
-0/+2
*
GH-73991: Add `pathlib.Path.rmtree()` (#119060)
Barney Gale
2024-07-20
1
-0/+1
*
gh-122026: Fix identification of mismatched parentheses inside f-strings (#12...
Pablo Galindo Salgado
2024-07-19
1
-0/+2
*
gh-118830: Bump pickle.DEFAULT_PROTOCOL to 5 (GH-119340)
Rodrigo Oliveira
2024-07-19
1
-0/+1
*
gh-121905: Consistently use "floating-point" instead of "floating point" (GH-...
Serhiy Storchaka
2024-07-19
8
-8/+8
*
gh-82017: Support as_integer_ratio() in the Fraction constructor (GH-120271)
Serhiy Storchaka
2024-07-19
1
-0/+2
*
gh-120289: Disallow disable() and clear() in external timer to prevent use-af...
Tian Gao
2024-07-18
1
-0/+2
*
gh-112301: Add fortify source level 3 to default compiler options (gh-121520)
Nate Ohlson
2024-07-18
1
-0/+2
*
gh-120930: Remove extra blank occuring in wrapped encoded words in email head...
Matthieu Caneill
2024-07-18
1
-0/+2
*
gh-121921: Make bogus_code_obj.py crash the interpreter (#121922)
Jelle Zijlstra
2024-07-18
1
-0/+2
*
gh-120678: pyrepl: Include globals from modules passed with `-i` (GH-120904)
Alex Waygood
2024-07-17
1
-0/+3
*
gh-78889: Stop IDLE Shell freezes from sys.stdout.shell.xyz (#121876)
Terry Jan Reedy
2024-07-17
1
-0/+2
*
GH-120371: Add WASI SDK 22 support (GH-121870)
Brett Cannon
2024-07-16
1
-0/+2
*
gh-118934: Make PyEval_GetLocals return borrowed reference (#119769)
Tian Gao
2024-07-16
1
-0/+1
*
gh-121860: Fix crash when materializing managed dict (#121866)
Sam Gross
2024-07-16
1
-0/+1
*
gh-121130: Fix f-string format specifiers with debug expressions (#121150)
Pablo Galindo Salgado
2024-07-16
1
-0/+2
*
gh-59022: Added tests for `pkgutil.extend_path` (#59022) (GH-121673)
Andreas Stocker
2024-07-16
1
-0/+1
*
gh-121160: Add some tests for readline.set_history_length (GH-121326)
Petr Viktorin
2024-07-16
1
-0/+2
*
gh-113993: Don't immortalize in PyUnicode_InternInPlace; keep immortalizing i...
Petr Viktorin
2024-07-16
1
-0/+12
*
gh-113993: For string interning, do not rely on (or assert) _Py_IsImmortal (G...
Petr Viktorin
2024-07-16
1
-0/+2
*
gh-120522: Revert "Add a `--with-app-store-compliance` configure option to pa...
Ned Deily
2024-07-16
1
-2/+0
*
gh-120831: Increase the default minimum supported iOS version to 13.0 (#121250)
Russell Keith-Magee
2024-07-16
1
-0/+1
*
gh-121295: Fix blocked console after interrupting a long paste (GH-121815)
Marta Gómez Macías
2024-07-15
1
-0/+2
[prev]
[next]