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-108494: Argument Clinic: fix support of Limited C API (GH-108536)
Serhiy Storchaka
2023-08-28
10
-114/+147
*
gh-104683: Argument Clinic: Refactor the module and class resolver (#108552)
Erlend E. Aasland
2023-08-28
2
-18/+12
*
gh-108550: Speed up sqlite3 tests (#108551)
Erlend E. Aasland
2023-08-28
4
-101/+74
*
gh-64662: Fix NEWS entry and remove What's New entry (#108565)
Erlend E. Aasland
2023-08-28
2
-4/+1
*
Fix typo in typing docs: Remove redundant backtick (#108559)
nikkie
2023-08-28
1
-1/+1
*
GH-108202: Combine documentation of ``calendar`` constants (#108492)
Adam Turner
2023-08-28
3
-63/+52
*
gh-64662: Add virtual table support to sqlite3.Connection.iterdump (#108340)
Erlend E. Aasland
2023-08-27
4
-7/+38
*
gh-108465: Use compiler basename when determining compiler flags (#108392)
John Micco
2023-08-27
2
-6/+12
*
gh-107801: Document io.TextIOWrapper.tell (#108265)
Erlend E. Aasland
2023-08-27
3
-4/+21
*
gh-108542: Fix incorrect module name in NEWS entry for gh-105475 (#108543)
Ori Avtalion
2023-08-27
1
-1/+1
*
gh-108322: Optimize statistics.NormalDist.samples() (gh-108324)
Raymond Hettinger
2023-08-27
3
-5/+14
*
Clarify distinction between datetime module and class in deprecation messages...
Clément Robert
2023-08-27
1
-4/+4
*
Fix grammatical error in stringprep documentation (#108414)
Matthew James Kraai
2023-08-27
1
-1/+1
*
gh-105052:update timeit function's description (#105060)
R
2023-08-27
3
-8/+17
*
gh-107453: Document errno.{ECANCELED,EOWNERDEAD,ENOTRECOVERABLE,ENOTSUP} (#10...
qqwqqw689
2023-08-27
1
-0/+28
*
gh-107265: Fix initialize/remove_tools for ENTER_EXECUTOR case (gh-108482)
Dong-hee Na
2023-08-27
1
-4/+32
*
gh-108295: Fix crashes with TypeVar weakrefs (#108517)
Jelle Zijlstra
2023-08-27
3
-0/+14
*
gh-107913: Fix possible losses of OSError error codes (GH-107930)
Serhiy Storchaka
2023-08-26
17
-75/+129
*
gh-107406: Add better `struct.Struct` repr (#107407)
denballakh
2023-08-26
4
-0/+29
*
gh-106320: Remove private AC converter functions (#108505)
Victor Stinner
2023-08-26
41
-62/+88
*
gh-106320: Remove private _PyLong_FileDescriptor_Converter() (#108503)
Victor Stinner
2023-08-26
13
-10/+43
*
gh-106320: Remove private _PyLong converter functions (#108499)
Victor Stinner
2023-08-26
14
-14/+46
*
gh-108494: AC supports pos-only args in limited C API (#108498)
Victor Stinner
2023-08-25
4
-5/+82
*
gh-107603: Argument Clinic can emit includes (#108486)
Victor Stinner
2023-08-25
1
-17/+41
*
gh-108494: Argument Clinic partial supports of Limited C API (#108495)
Victor Stinner
2023-08-25
7
-13/+208
*
GH-106581: Fix instrumentation in tier 2 (GH-108493)
Brandt Bucher
2023-08-25
4
-12/+20
*
gh-107901: add the HAS_EVAL_BREAK instruction flag (#108375)
Irit Katriel
2023-08-25
3
-21/+28
*
gh-104504: Cases generator: enable mypy's `possibly-undefined` error code (#1...
Alex Waygood
2023-08-25
2
-5/+10
*
gh-102211: Document `re.{Pattern,Match}`’s existence (#102212)
Philipp A
2023-08-25
1
-30/+37
*
gh-108311: Fix test_store_attr_with_hint by disabling optimizer in decorator ...
Guido van Rossum
2023-08-25
1
-0/+14
*
gh-107265: Revert "Ensure _PyCode_Quicken does not handle ENTER_EXECUTOR" (#1...
Dong-hee Na
2023-08-25
1
-2/+0
*
gh-108364: Simplify quoting values and identifiers in sqlite3's iterdump() (#...
Mariusz Felisiak
2023-08-25
1
-7/+18
*
gh-107932: Fix merge conflict in test_dis (GH-108478)
Mark Shannon
2023-08-25
1
-2/+2
*
Docs: Resolve Sphinx warnings in dis.rst (#108476)
Erlend E. Aasland
2023-08-25
3
-11/+14
*
Datamodel: Add headings to the standard type hierarchy (#108146)
Adam Turner
2023-08-25
1
-1000/+1104
*
Docs: Datamodel: Merge "Notes on using __slots__" with the parent section (#1...
Adam Turner
2023-08-25
1
-2/+1
*
gh-108418: Speed up bigmem compression tests in dry mode (GH-108419)
Serhiy Storchaka
2023-08-25
3
-6/+6
*
gh-108444: Remove _PyLong_AsInt() function (#108461)
Victor Stinner
2023-08-25
3
-5/+2
*
gh-107932: Fix dis module for bytecode that does not have an associated sourc...
Corvin
2023-08-25
5
-405/+468
*
gh-103384: Generalize the regex pattern `BaseConfigurator.INDEX_PATTERN` to a...
Peeyush Aggarwal
2023-08-25
4
-3/+51
*
GH-108202: Document ``calendar`` exceptions (#108398)
Adam Turner
2023-08-25
1
-0/+23
*
gh-106581: Split CALL_BOUND_METHOD_EXACT_ARGS into uops (#108462)
Guido van Rossum
2023-08-25
6
-35/+171
*
gh-106320: Remove private _PyTraceback functions (#108453)
Victor Stinner
2023-08-24
5
-8/+13
*
gh-107265: Ensure _PyCode_Quicken does not handle ENTER_EXECUTOR (gh-108460)
Dong-hee Na
2023-08-24
1
-0/+2
*
gh-108444: Replace _PyLong_AsInt() with PyLong_AsInt() (#108459)
Victor Stinner
2023-08-24
18
-32/+32
*
gh-108444: Argument Clinic uses PyLong_AsInt() (#108458)
Victor Stinner
2023-08-24
73
-466/+467
*
Run `mypy` when `Tools/requirements-dev.txt` changes (#108457)
Nikita Sobolev
2023-08-24
1
-0/+1
*
gh-108444: Add PyLong_AsInt() public function (#108445)
Victor Stinner
2023-08-24
13
-3/+96
*
GH-103247: bypass the import cache on the _require_loader helper
Filipe Laíns
2023-08-24
1
-1/+2
*
gh-108447: Detect platform triplets for x86_64 GNU/Hurd (#108045)
Samuel Thibault
2023-08-24
2
-0/+7
[next]