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-95065: Add Argument Clinic support for deprecating positional use of param...
Erlend E. Aasland
2023-08-07
5
-14/+1153
*
gh-104496: Use correct Tcl or Tk version in Tkinter tests (GH-107688)
Serhiy Storchaka
2023-08-07
7
-39/+30
*
gh-107442: Document all valid types for ctypes _as_parameter_ (#107443)
Tomas R
2023-08-07
1
-3/+4
*
Docs: Argument Clinic: Move the CConverter class to the reference (#107671)
Erlend E. Aasland
2023-08-07
1
-64/+69
*
Improve cross-references in `runpy` docs (#107673)
Kamil Turek
2023-08-06
1
-12/+13
*
gh-106368: Improve coverage reports for argument clinic (#107693)
Alex Waygood
2023-08-06
3
-6/+20
*
Do not use deprecated ``logger.warn()`` in pyspecific (#107694)
Adam Turner
2023-08-06
1
-3/+3
*
gh-85160: improve performance of `functools.singledispatchmethod` (#107148)
Pieter Eendebak
2023-08-06
3
-2/+90
*
Docs: skip python-docs-theme 2023.7 to fix mobile menu (#107666)
Hugo van Kemenade
2023-08-06
1
-1/+1
*
Docs: Fix Sphinx annotations in Doc/library/ctypes.rst (#107672)
Erlend E. Aasland
2023-08-06
2
-32/+35
*
GH-84435: Make pyspecific directives translatable (#19470)
cocoatomo
2023-08-06
1
-10/+8
*
gh-104683: Improve consistency and test coverage of argument-clinic `__repr__...
Alex Waygood
2023-08-05
3
-13/+108
*
Docs: Argument Clinic: Improve 'How to write a custom converter' (#107328)
Erlend E. Aasland
2023-08-05
1
-24/+26
*
gh-107662: Switch 'any' and 'anext' in functions.rst (#107663)
Terry Jan Reedy
2023-08-05
1
-2/+2
*
GH-106684: raise `ResourceWarning` when `asyncio.StreamWriter` is not closed ...
Kumar Aditya
2023-08-05
3
-0/+30
*
gh-107432 Fix incorrect indentation in annotations HOWTO (#107445)
Daniele Procida
2023-08-05
1
-163/+163
*
gh-106812: Fix two tiny bugs in analysis.py (#107649)
Guido van Rossum
2023-08-05
1
-1/+3
*
gh-106608: make uop trace variable length (#107531)
Ivin Lee
2023-08-05
4
-15/+7
*
GH-84436: Skip refcounting for known immortals (GH-107605)
Brandt Bucher
2023-08-04
19
-65/+52
*
GH-70303: Emit FutureWarning when pathlib glob pattern ends with `**` (GH-105...
Barney Gale
2023-08-04
4
-3/+30
*
gh-106368: Argument clinic: improve coverage for `self.valid_line()` calls (#...
Alex Waygood
2023-08-04
2
-3/+33
*
Docs: Only include Plausible for html, not for epub etc (#107637)
Hugo van Kemenade
2023-08-04
1
-1/+3
*
gh-104683: Argument Clinic: Use CConverter.length_name where possible (#107638)
Erlend E. Aasland
2023-08-04
1
-15/+15
*
gh-106812: Refactor cases_generator to allow uops with array stack effects (#...
Guido van Rossum
2023-08-04
12
-1098/+1798
*
gh-104146: Argument clinic: remove dead code highlighted by the `vulture` too...
Alex Waygood
2023-08-04
1
-15/+11
*
gh-107600: Docs: Update ctypes.ArgumentError error message (#107601)
Tomas R
2023-08-04
1
-2/+2
*
Docs: upgrade to python-docs-theme 2023.7 (#107617)
Hugo van Kemenade
2023-08-04
1
-2/+2
*
gh-104146: Argument clinic: Remove dead code flagged by mypy's `truthy-bool` ...
Alex Waygood
2023-08-04
2
-7/+3
*
gh-107614: Normalise Argument Clinic error messages (#107615)
Erlend E. Aasland
2023-08-04
2
-122/+179
*
Add some GC stats to Py_STATS (GH-107581)
Mark Shannon
2023-08-04
5
-1/+80
*
GH-107263: Increase C stack limit for most functions, except `_PyEval_EvalFra...
Mark Shannon
2023-08-04
21
-45/+57
*
gh-106368: Increase Argument Clinic test coverage (#107611)
Erlend E. Aasland
2023-08-04
1
-0/+296
*
gh-107609: Fix duplicate module check in Argument Clinic (#107610)
Erlend E. Aasland
2023-08-04
4
-3/+15
*
GH-105481: Mark more files as generated (GH-107598)
Brandt Bucher
2023-08-04
1
-0/+2
*
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
[next]