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-104146: Argument clinic: remove unused methods and variables (#107608)
Alex Waygood
2023-08-04
2
-23/+5
*
gh-106368: Argument clinic tests: improve error message when `expect_success(...
Alex Waygood
2023-08-03
1
-1/+2
*
gh-107080: Fix Py_TRACE_REFS Crashes Under Isolated Subinterpreters (gh-107567)
Eric Snow
2023-08-03
6
-29/+62
*
gh-107446: Fix test_inspect.test_class_with_method_from_other_module when ran...
Tian Gao
2023-08-03
1
-0/+3
*
gh-107576: Ensure `__orig_bases__` are our own in `get_original_bases` (#107584)
James Hilton-Balfe
2023-08-03
3
-7/+20
*
gh-107077: Raise SSLCertVerificationError even if the error is set via SSL_ER...
Pablo Galindo Salgado
2023-08-03
2
-0/+10
*
gh-106368: Increase Argument Clinic test coverage (#107582)
Erlend E. Aasland
2023-08-03
2
-2/+394
*
GH-107458: fix test_tools refleak (#107577)
Kumar Aditya
2023-08-03
1
-11/+5
*
gh-107455: ctypes: Improve error messages when converting to an incompatible ...
Tomas R
2023-08-03
3
-11/+62
*
gh-104683: Rework Argument Clinic error handling (#107551)
Erlend E. Aasland
2023-08-03
2
-298/+270
*
gh-107471: Fix Refleaks in test_import (gh-107569)
Eric Snow
2023-08-02
2
-1/+3
*
gh-104683: Make Argument Clinic template strings class level members (#107556)
Erlend E. Aasland
2023-08-02
1
-71/+69
*
Fix test_capi.test_misc when run with -R:: (#107566)
Guido van Rossum
2023-08-02
1
-30/+34
*
GH-100964: Break cycles involving exception state when returning from generat...
Mark Shannon
2023-08-02
3
-5/+7
*
gh-105481: simplify definition of pseudo ops in Lib/opcode.py (#107561)
Irit Katriel
2023-08-02
5
-40/+23
*
gh-106368: Increase test coverage for Argument Clinic (#107514)
Erlend E. Aasland
2023-08-02
2
-15/+350
*
gh-107559: Argument Clinic: complain about non-ASCII chars in param docstring...
Erlend E. Aasland
2023-08-02
2
-3/+24
*
gh-104146: Remove dead code from Argument Clinic (#107555)
Erlend E. Aasland
2023-08-02
2
-5/+0
*
gh-104683: Argument Clinic: Refactor and simplify 'add docstring' states (#10...
Erlend E. Aasland
2023-08-01
2
-32/+45
*
gh-104683: Argument clinic: cleanup `DLSParser` `state_foo` methods (#107543)
Alex Waygood
2023-08-01
1
-22/+11
*
Clarify `Self` interaction with subclasses (#107511)
Alexandru Mărășteanu
2023-08-01
1
-10/+21
*
gh-104683: Argument clinic: remove the `LandMine` class (#107541)
Alex Waygood
2023-08-01
2
-23/+21
*
gh-105481: combine regen-opcode-targets with regen-opcode to avoid calculatin...
Irit Katriel
2023-08-01
5
-68/+16
*
gh-105481: the ENABLE_SPECIALIZATION flag does not need to be generated by th...
Irit Katriel
2023-08-01
8
-12/+21
*
gh-107467: Restructure Argument Clinic command-line interface (#107469)
Erlend E. Aasland
2023-08-01
3
-66/+57
*
gh-106092: Fix use-after-free crash in frame_dealloc (#106875)
Anders Kaseorg
2023-08-01
2
-6/+9
*
Remove newlines from bug template (#107525)
Hugo van Kemenade
2023-08-01
1
-4/+2
*
gh-89013: Improve the performance of methodcaller (lazy version) (gh-107201)
Pieter Eendebak
2023-08-01
2
-23/+114
*
gh-99113: Add a What's New Entry for PEP 684 (gh-107520)
Eric Snow
2023-07-31
1
-0/+40
*
gh-105766: Document that Custom Allocators Must Be Thread-Safe (gh-107519)
Eric Snow
2023-07-31
2
-0/+13
*
gh-107306: Add a Doc Entry for Py_mod_multiple_interpreters (#107403)
Eric Snow
2023-07-31
3
-0/+34
*
gh-107507: Replace 'The goals of Argument Clinic' with a summary (#107508)
Erlend E. Aasland
2023-07-31
1
-54/+4
*
Use tstate->interp to get the interpreter state in bytecodes.c (GH-107506)
Brandt Bucher
2023-07-31
3
-8/+8
*
GH-104584: Fix incorrect uoperands (GH-107513)
Brandt Bucher
2023-07-31
2
-1/+4
*
gh-106762: Add news for `EnumMeta.__getattr__` removal (GH-107466)
Jacob Walls
2023-07-31
2
-1/+5
*
GH-104909: Move unused cache entries from uops to macros (#107444)
Guido van Rossum
2023-07-31
4
-47/+31
*
gh-105578: Document that `AnyStr` is deprecated in py313 (#107116)
Michael The
2023-07-31
3
-0/+22
*
gh-105578: Add more usage examples to `typing.AnyStr` docs (#107045)
Michael The
2023-07-31
1
-0/+15
*
gh-87799: Improve the textual representation of IPv4-mapped IPv6 addresses (#...
opavliuk
2023-07-31
3
-1/+45
*
gh-105751: Remove obsolete `object` base class in some ctypes tests (#107460)
Tomas R
2023-07-31
4
-11/+11
*
no-issue: Fix typo in import.c (gh-107498)
Georg Brandl
2023-07-31
1
-1/+1
*
gh-106368: Add test for Argument Clinic misbehaving custom converter_init() (...
Erlend E. Aasland
2023-07-31
1
-0/+20
*
gh-104280: Add test cases for DTrace probes (#107125)
Furkan Onder
2023-07-31
1
-0/+82
*
gh-46376: Return existing pointer when possible in ctypes (#107131)
Konstantin
2023-07-31
3
-0/+57
*
Update macOS installer screens to 3.13. (GH-107475)
Ned Deily
2023-07-31
2
-6/+5
*
gh-99079: Update macOS installer to use OpenSSL 3.0.9. (GH-107474)
Ned Deily
2023-07-31
3
-131/+184
*
gh-107427: Update the description of UNPACK_SEQUENCE (gh-107429)
Dong-hee Na
2023-07-30
1
-2/+3
*
gh-106263: Fix segfault in `signaldict_repr` in `_decimal` module (#106270)
Charlie Zhao
2023-07-30
4
-4/+61
*
gh-104683: Argument clinic: pass `clinic` as a parameter where possible (#107...
Alex Waygood
2023-07-29
1
-4/+4
*
gh-104683: Argument clinic: Make the `filename` parameter to `Clinic` require...
Alex Waygood
2023-07-29
1
-2/+1
[next]