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
*
bpo-45582: Fix getpath_isxfile() and test_embed on Windows (GH-29930)
neonene
2021-12-06
2
-3/+11
*
bpo-45950: Fix macOS framework builds of _bootstrap_python (GH-29936)
Christian Heimes
2021-12-06
4
-11/+21
*
bpo-44035: Check autoconf files thoroughly (GH-29935)
Christian Heimes
2021-12-06
3
-7/+20
*
bpo-45963: Make space for the InterpreterFrame of a generator in that generat...
Mark Shannon
2021-12-06
7
-144/+127
*
bpo-45732: Update python.org macOS installer to use Tcl/Tk 8.6.12. (GH-29931)
Ned Deily
2021-12-06
3
-14/+5
*
bpo-45840: Improve cross-references in the data model documentation (GH-29633)
Alex Waygood
2021-12-05
2
-54/+77
*
bpo-45664: Fix resolve_bases() and new_class() for GenericAlias instance as a...
Serhiy Storchaka
2021-12-05
3
-1/+19
*
bpo-45663: Fix is_dataclass() for dataclasses which are subclasses of types.G...
Serhiy Storchaka
2021-12-05
3
-1/+15
*
bpo-45662: Fix the repr of InitVar with a type alias to the built-in class (G...
Serhiy Storchaka
2021-12-05
3
-1/+7
*
bpo-37295: Optimize math.comb() and math.perm() (GH-29090)
Serhiy Storchaka
2021-12-05
3
-93/+198
*
bpo-45582: Fix signature of _Py_Get_Getpath_CodeObject (GH-29921)
Christian Heimes
2021-12-05
1
-1/+1
*
Delete orphaned comment (#29917)
Guido van Rossum
2021-12-05
1
-5/+0
*
bpo-27946: Fix possible crash in ElementTree.Element (GH-29915)
Serhiy Storchaka
2021-12-05
3
-13/+25
*
bpo-13236: Flush the output stream more often in unittest (GH-29864)
Serhiy Storchaka
2021-12-04
4
-5/+54
*
Fixed documentation typo in compileall.py (GH-29912)
Vishal Pandey
2021-12-04
1
-1/+1
*
bpo-45847: Update whatsnew and add place holder entries for missing extension...
Christian Heimes
2021-12-04
3
-7/+23
*
bpo-45847: Port _ctypes partly to PY_STDLIB_MOD (GH-29747)
Christian Heimes
2021-12-04
5
-36/+482
*
bpo-45695: Test out-of-tree builds on GHA (GH-29904)
Christian Heimes
2021-12-04
2
-3/+19
*
bpo-20751: Replace method example with attribute example, matching the descr...
Raymond Hettinger
2021-12-04
1
-4/+32
*
bpo-45582 Fix prototype of _Py_Get_Getpath_CodeObject. (GH-29907)
Benjamin Peterson
2021-12-03
1
-1/+1
*
bpo-45582: Add a NOT operator to the condition in getpath_isxfile (GH-29906)
neonene
2021-12-03
1
-3/+9
*
bpo-45607: Make it possible to enrich exception displays via setting their __...
Irit Katriel
2021-12-03
10
-5/+183
*
bpo-45816: Support building with VS 2022 (v143 toolset) on Windows (GH-29577)
Crowthebird
2021-12-03
5
-4/+5
*
bpo-45711: [asyncio] Normalize exceptions immediately after Fetch, before the...
Irit Katriel
2021-12-03
2
-7/+13
*
bpo-45950: Introduce Bootstrap Python again (#29859)
Christian Heimes
2021-12-03
9
-71/+185
*
bpo-45582: Fix out-of-tree build issues with new getpath (GH-29902)
Christian Heimes
2021-12-03
4
-11/+9
*
bpo-45885: Specialize COMPARE_OP (GH-29734)
Dennis Sweeney
2021-12-03
9
-60/+289
*
bpo-45582: Port getpath[p].c to Python (GH-29041)
Steve Dower
2021-12-03
40
-3668/+3516
*
bpo-45916: Use HTTPS link for The Perils of Floating Point (GH-29896)
Zachary Ware
2021-12-02
1
-1/+1
*
bpo-40280: Update what's new (GH-29893)
Christian Heimes
2021-12-02
1
-0/+5
*
bpo-45535: Improve output of Enum ``dir()`` (GH-29316)
Alex Waygood
2021-12-02
5
-53/+386
*
bpo-40280: Optimize ints and and startup on wasm (GH-29887)
Christian Heimes
2021-12-02
2
-5/+13
*
bpo-45954: Rename PyConfig.no_debug_ranges to code_debug_ranges (GH-29886)
Victor Stinner
2021-12-02
8
-18/+22
*
bpo-40280: Emscripten has no support for subprocesses (GH-29872)
Christian Heimes
2021-12-02
2
-2/+10
*
docs: Improve example for urlparse() (GH-29816)
Christian Clauss
2021-12-02
1
-31/+42
*
bpo-40280: Emscripten with_ensurepip=no, second attempt (GH-29884)
Christian Heimes
2021-12-01
2
-2/+2
*
bpo-40280: Emscripten defaults to --with-ensurepip=no (GH-29873)
Christian Heimes
2021-12-01
2
-2/+15
*
bpo-30533: Add docs for `inspect.getmembers_static` (#29874)
Weipeng Hong
2021-12-01
2
-0/+25
*
bpo-45952: Get the C analyzer tool working again. (gh-29882)
Eric Snow
2021-12-01
6
-99/+111
*
bpo-45896: Fix docs default asyncio event loop on Windows (GH-29857)
Rob
2021-12-01
1
-3/+4
*
bpo-45753: Interpreter internal tweaks (GH-29575)
Mark Shannon
2021-12-01
3
-150/+211
*
bpo-45876: Have stdev() also use decimal specific square root. (GH-29869)
Raymond Hettinger
2021-12-01
1
-3/+2
*
bpo-45876: Correctly rounded stdev() and pstdev() for the Decimal case (GH-2...
Raymond Hettinger
2021-12-01
2
-22/+112
*
bpo-45711: Change exc_info related APIs to derive type and traceback from the...
Irit Katriel
2021-11-30
7
-36/+104
*
bpo-30533:Add function inspect.getmembers_static that does not call propertie...
Weipeng Hong
2021-11-30
3
-4/+40
*
bpo-45476: Disallow using asdl_seq_GET() as l-value (GH-29866)
Victor Stinner
2021-11-30
1
-3/+3
*
bpo-45476: Add _Py_RVALUE() macro (GH-29860)
Victor Stinner
2021-11-30
6
-7/+11
*
bpo-33381: [doc] strftime's %f option may pad zeros on the left or the right ...
Vishal Pandey
2021-11-30
1
-2/+2
*
Fix EncodingWarning in Tools/freeze/test/freeze.py (GH-29742)
Inada Naoki
2021-11-30
1
-2/+2
*
no-issue: remove unused import from test_graphlib.py (GH-29853)
Adrian Garcia Badaracco
2021-11-30
1
-2/+1
[next]