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
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-102799: Let pydoc use the exception instead of sys.exc_info (#102830)
Irit Katriel
2023-03-21
1
-14/+22
*
gh-102755: PyErr_DisplayException only in ABI >= 3.12. Tests cover PyErr_Disp...
Irit Katriel
2023-03-21
3
-4/+31
*
gh-102598: Remove obsolete optimization from `FORMAT_VALUE` opcode (#102599)
Nikita Sobolev
2023-03-21
2
-44/+21
*
The pow() variant further improves accuracy (GH-102866)
Raymond Hettinger
2023-03-21
1
-1/+1
*
Remove itermediate list. Expand docstring. (GH-102862)
Raymond Hettinger
2023-03-21
1
-4/+8
*
gh-102809: Remove `Misc/gdbinit` (#102854)
Nikita Sobolev
2023-03-20
2
-176/+1
*
Add itertool recipe for polynomial evaluation. (GH-102852)
Raymond Hettinger
2023-03-20
1
-0/+40
*
gh-102304: Fix Non-Debug Builds (gh-102846)
Eric Snow
2023-03-20
1
-0/+2
*
gh-102304: Add a What's New Entry About _Py_RefTotal (gh-102845)
Eric Snow
2023-03-20
1
-0/+5
*
gh-102304: Move _Py_RefTotal to _PyRuntimeState (gh-102543)
Eric Snow
2023-03-20
13
-36/+121
*
gh-102255: Use GetVersionEx instead of GetVersionExW to match argument type (...
Max Bachmann
2023-03-20
1
-1/+1
*
gh-72346: Added isdst deprecation warning to email.utils.localtime (GH-91450)
Alan Williams
2023-03-20
5
-45/+34
*
gh-102828: fix test failure (add missing skip instructions) (#102835)
Irit Katriel
2023-03-20
1
-0/+4
*
gh-102491: Remove IronPython version check in sys_version (#102492)
Pieter Eendebak
2023-03-19
3
-51/+10
*
gh-102810: Add docstrings to the public-facing methods of `asyncio.Timeout` (...
JosephSBoyle
2023-03-19
1
-0/+12
*
gh-102828: add onexc arg to shutil.rmtree. Deprecate onerror. (#102829)
Irit Katriel
2023-03-19
5
-56/+256
*
gh-102778: revert changes to idlelib (#102825)
Irit Katriel
2023-03-19
4
-24/+9
*
gh-102755: fix refleak (#102826)
Irit Katriel
2023-03-19
1
-1/+2
*
gh-102192: Replace PyErr_Fetch/Restore etc by more efficient alternatives (#1...
Irit Katriel
2023-03-19
4
-342/+334
*
Add more comments to hypot() (GH-102817)
Raymond Hettinger
2023-03-18
1
-18/+12
*
gh-102192: Replace PyErr_Fetch/Restore etc by more efficient alternatives (#1...
Irit Katriel
2023-03-18
1
-41/+26
*
gh-102778: Add sys.last_exc, deprecate sys.last_type, sys.last_value,sys.last...
Irit Katriel
2023-03-18
22
-36/+103
*
gh-101975: Fixed a potential SegFault on garbage collection (GH-102803)
gaogaotiantian
2023-03-18
2
-0/+2
*
gh-102799: remove unnecessary calls to sys.exc_info() in tests (#102800)
Irit Katriel
2023-03-18
5
-124/+124
*
Simplify and improve accuracy for subnormals in hypot() (GH-102785)
Raymond Hettinger
2023-03-17
1
-35/+28
*
gh-102781: fix cwd dependence in cases generator (#102782)
Carl Meyer
2023-03-17
1
-1/+3
*
gh-102701: Fix overflow in dictobject.c (GH-102750)
Inada Naoki
2023-03-17
3
-1/+11
*
GH-78530: add support for generators in `asyncio.wait` (#102761)
Kumar Aditya
2023-03-17
4
-0/+24
*
Increase stack reserve size for Windows debug builds to avoid test crashes (G...
Steve Dower
2023-03-17
2
-2/+3
*
gh-102755: Add PyErr_DisplayException(exc) (#102756)
Irit Katriel
2023-03-16
13
-78/+76
*
Fix outdated note about 'int' rounding or truncating (#102736)
Mark Dickinson
2023-03-16
1
-4/+3
*
gh-102192: Replace PyErr_Fetch/Restore etc by more efficient alternatives (#1...
Irit Katriel
2023-03-16
1
-9/+10
*
gh-99726: Improves correctness of stat results for Windows, and uses faster A...
Steve Dower
2023-03-16
10
-82/+446
*
gh-102192: remove redundant exception fields from ssl module socket (#102466)
Irit Katriel
2023-03-16
2
-23/+12
*
gh-102192: Replace PyErr_Fetch/Restore etc by more efficient alternatives (#1...
Irit Katriel
2023-03-16
1
-44/+35
*
gh-102737: Un-ignore ceval.c in the CI globals check (gh-102745)
Eric Snow
2023-03-16
2
-7/+7
*
GH-102748: remove legacy support for generator based coroutines from `asyncio...
Kumar Aditya
2023-03-16
4
-2/+14
*
gh-102721: Improve coverage of `_collections_abc._CallableGenericAlias` (#102...
Nikita Sobolev
2023-03-16
2
-14/+32
*
GH-102653: Make recipe docstring show the correct distribution (#102742)
Raymond Hettinger
2023-03-16
1
-1/+2
*
Add comments to `{typing,_collections_abc}._type_repr` about each other (#102...
Nikita Sobolev
2023-03-16
2
-2/+4
*
gh-102594: PyErr_SetObject adds note to exception raised on normalization err...
Irit Katriel
2023-03-16
6
-5/+96
*
gh-94440: Fix issue of ProcessPoolExecutor shutdown hanging (#94468)
yonatanp
2023-03-16
4
-0/+36
*
GH-100112: avoid using iterable coroutines in asyncio internally (#100128)
Kumar Aditya
2023-03-16
3
-16/+22
*
gh-102690: Use Edge as fallback in webbrowser instead of IE (#102691)
Jamoo721
2023-03-16
2
-4/+9
*
gh-102660: Fix Refleaks in import.c (#102744)
Eric Snow
2023-03-16
3
-28/+28
*
gh-102738: remove from cases generator the code related to register instructi...
Irit Katriel
2023-03-15
2
-300/+234
*
Simplify and speed-up math.hypot() and math.dist() (GH-102734)
Raymond Hettinger
2023-03-15
1
-154/+139
*
Fix typo in code comment (#102726)
Martin Breuss
2023-03-15
1
-1/+1
*
Exclude `ceval.c` from the C-analyzer tool (#102735)
Alex Waygood
2023-03-15
1
-0/+5
*
gh-102654: Insert #line directives in generated_cases.c.h (#102669)
Guido van Rossum
2023-03-15
3
-16/+530
[next]