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-102013: Add PyUnstable_GC_VisitObjects (#102014)
Jacob Bower
2023-03-14
5
-0/+146
*
GH-102670: Use sumprod() to simplify, speed up, and improve accuracy of stati...
Raymond Hettinger
2023-03-14
3
-13/+27
*
gh-102627: Replace address pointing toward malicious web page (#102630)
Blind4Basics
2023-03-13
1
-1/+1
*
gh-98831: Use DECREF_INPUTS() more (#102409)
Guido van Rossum
2023-03-13
2
-57/+38
*
gh-101659: Avoid Allocation for Shared Exceptions in the _xxsubinterpreters M...
Eric Snow
2023-03-13
1
-74/+49
*
gh-101524: Fix the ChannelID tp_name (gh-102655)
Eric Snow
2023-03-13
1
-1/+1
*
gh-102069: Fix `__weakref__` descriptor generation for custom dataclasses (#1...
Nikita Sobolev
2023-03-13
3
-4/+15
*
gh-98169 dataclasses.astuple support DefaultDict (#98170)
T
2023-03-13
3
-13/+35
*
gh-102650: Remove duplicate include directives from multiple source files (#1...
chgnrdv
2023-03-13
5
-8/+2
*
GH-100987: Don't cache references to the names and consts array in `_PyEval_E...
Mark Shannon
2023-03-13
3
-53/+44
*
gh-87092: refactor assemble() to a number of separate functions, which do not...
Irit Katriel
2023-03-13
3
-261/+318
*
gh-102192: Replace PyErr_Fetch/Restore etc by more efficient alternatives (#1...
Irit Katriel
2023-03-13
1
-23/+19
*
Fix broken link to MSDN (#102355)
谭九鼎
2023-03-13
2
-2/+2
*
GH-102300: Reuse objects with refcount == 1 in float specialized binary ops. ...
Mark Shannon
2023-03-13
4
-24/+27
*
gh-101100: Fix Sphinx warnings in `turtle` module (#102340)
Hugo van Kemenade
2023-03-13
2
-28/+32
*
GH-101673: Fix pdb bug where local variable changes are lost after longlist (...
gaogaotiantian
2023-03-12
3
-11/+32
*
Fix duplicated words in the docs (GH-102629)
Виталий Дмитриев
2023-03-12
5
-7/+6
*
Optimize fmean() weighted average (#102626)
Raymond Hettinger
2023-03-12
1
-18/+16
*
Fixes duplicated word (#102623)
Guido van Rossum
2023-03-12
1
-1/+1
*
gh-101821: Test coverage for `ast.main` function (#101822)
Nikita Sobolev
2023-03-11
1
-0/+20
*
gh-79940: skip `TestGetAsyncGenState` on wasm as it requires working sockets ...
Thomas Krennwallner
2023-03-11
1
-1/+3
*
gh-79940: add introspection API for asynchronous generators to `inspect` modu...
Thomas Krennwallner
2023-03-11
6
-2/+199
*
gh-102213: Optimize the performance of `__getattr__` (GH-102248)
wangxiang-hz
2023-03-11
4
-3/+14
*
gh-102433: Add tests for how classes with properties interact with `isinstanc...
Alex Waygood
2023-03-11
1
-0/+88
*
GH-90997: Shrink the LOAD_GLOBAL caches (#102569)
Brandt Bucher
2023-03-11
11
-172/+187
*
gh-88071: Update docstrings of dataclass' astuple and asdict (#101806)
Ilya V. Schurov
2023-03-11
1
-2/+2
*
gh-102103: add `module` argument to `dataclasses.make_dataclass` (#102104)
Nikita Sobolev
2023-03-11
4
-2/+60
*
gh-102578: Optimise setting and deleting mutable attributes on non-dataclass ...
Xuehai Pan
2023-03-11
3
-6/+52
*
GH-80486: Fix handling of NTFS alternate data streams in pathlib (GH-102454)
Barney Gale
2023-03-10
3
-4/+34
*
gh-102519: Add doc updates for os.listdrives, listvolumes and listmounts (GH-...
Steve Dower
2023-03-10
1
-0/+63
*
GH-102537: Handle check for PYTHONTZPATH failing in zoneinfo test (GH-102538)
Paul Ganssle
2023-03-10
2
-1/+10
*
gh-86509: Add link to Lib/_threading_local.py in threading docs (#101824)
Owain Davies
2023-03-10
1
-1/+1
*
gh-102519: Add os.listdrives, os.listvolumes and os.listmounts on Windows (GH...
Steve Dower
2023-03-10
9
-1/+375
*
gh-102192: Replace PyErr_Fetch/Restore etc by more efficient alternatives in ...
Irit Katriel
2023-03-10
2
-26/+21
*
gh-102378: don't bother stripping `/` from __text_signature__ (#102379)
David Hewitt
2023-03-09
3
-56/+25
*
gh-102255: Improve build support for Windows API partitions (GH-102256)
Max Bachmann
2023-03-09
36
-100/+633
*
gh-81057: Vendor a Subset of distutils for the c-analyzer Tool (gh-102505)
Eric Snow
2023-03-09
15
-0/+2301
*
gh-100227: Isolate the Import State to Each Interpreter (gh-101941)
Eric Snow
2023-03-09
5
-74/+85
*
gh-100227: Move dict_state.global_version to PyInterpreterState (gh-102338)
Eric Snow
2023-03-09
6
-109/+160
*
GH-84783: Document GH-101264 (Make the slice object hashable) in What's New. ...
T. Wouters
2023-03-09
1
-0/+2
*
gh-100227: Move next_keys_version to PyInterpreterState (gh-102335)
Eric Snow
2023-03-09
5
-13/+23
*
gh-100227: Move func_state.next_version to PyInterpreterState (gh-102334)
Eric Snow
2023-03-08
5
-8/+8
*
gh-102304: Consolidate Direct Usage of _Py_RefTotal (gh-102514)
Eric Snow
2023-03-08
10
-45/+127
*
gh-102192: Replace PyErr_Fetch/Restore etc by more efficient alternatives (in...
Irit Katriel
2023-03-08
8
-106/+51
*
gh-102507 Remove invisible pagebreak characters (#102531)
JosephSBoyle
2023-03-08
16
-45/+6
*
gh-102515: Remove unused imports in the `Lib/` directory (#102516)
Alex Waygood
2023-03-08
33
-41/+8
*
Remove or update bitbucket links (GH-101963)
sblondon
2023-03-08
6
-10/+6
*
gh-101100: Fix sphinx warnings in `zipapp` and `zipfile` modules (#102526)
Nikita Sobolev
2023-03-08
2
-2/+2
*
GH-102397: Fix segfault from race condition in signal handling (#102399)
Kumar Aditya
2023-03-08
3
-0/+21
*
Fix style in argparse.rst (#101733)
Marcin Wieczorek
2023-03-08
1
-3/+3
[next]