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-103023: Add SyntaxError check in pdb's `display` command (#103024)
gaogaotiantian
2023-03-27
3
-13/+26
*
gh-102941: Fix "‘subobj’ may be used uninitialized in this function" warn...
Nikita Sobolev
2023-03-27
1
-1/+1
*
Fix typo in _swappedbytes_ in ctypes comment (#102773)
Matthias Görgens
2023-03-25
1
-1/+1
*
gh-98886: Fix issues with dataclass fields with special underscore names (#10...
Shantanu
2023-03-25
3
-10/+27
*
Update pdb docs for arguments (#102965)
gaogaotiantian
2023-03-25
1
-21/+21
*
Fix typos in faulthandler, testcapi error messages (#103020)
Liyang Zhang
2023-03-25
2
-3/+3
*
gh-103027: Update `dataclass.make_dataclass` docstring (gh-103028)
Nikita Sobolev
2023-03-25
1
-2/+5
*
gh-103025: fix two ctypes doc issues (#103026)
Peter Jiping Xie
2023-03-25
1
-3/+3
*
GH-102833: Mention the key function in the docstrings (GH-103009)
Raymond Hettinger
2023-03-25
3
-9/+33
*
gh-101100: Test only Doc/ files in nit-picky mode (#103019)
Hugo van Kemenade
2023-03-25
1
-0/+2
*
gh-100131: Add optional delete parameter to tempfile.TemporaryDirectory() (#1...
JakobDev
2023-03-24
4
-8/+35
*
gh-102980: Add tests for pdf's display, alias and where commands (#102981)
gaogaotiantian
2023-03-24
2
-0/+151
*
gh-102873: logging.LogRecord docs: improve description of `msg` parameter (#1...
Amin Alaee
2023-03-24
1
-2/+3
*
gh-100372: Use BIO_eof to detect EOF for SSL_FILETYPE_ASN1 (GH-100373)
David Benjamin
2023-03-24
3
-4/+10
*
gh-101100: Test docs in nit-picky mode (#102513)
Hugo van Kemenade
2023-03-24
8
-46/+116
*
GH-100989: remove annotation from docstring (GH-102991)
Raymond Hettinger
2023-03-24
1
-2/+2
*
GH-100989: Revert Improve the accuracy of collections.deque docstrings (GH-10...
Raymond Hettinger
2023-03-24
1
-24/+13
*
gh-94684: uuid: support bytes in the name argument to uuid3/5 (#94709)
MonadChains
2023-03-23
4
-6/+43
*
gh-99726: Fix order of recently added fields for FILE_STAT_BASIC_INFORMATION ...
Steve Dower
2023-03-23
1
-1/+1
*
GH-100982: Break up COMPARE_AND_BRANCH (GH-102801)
Brandt Bucher
2023-03-23
18
-447/+345
*
gh-102558: [Enum] fix AttributeError during member repr() (GH-102601)
Dong-hee Na
2023-03-23
2
-1/+10
*
Minor readability improvement to the factor() recipe (GH-102971)
Raymond Hettinger
2023-03-23
1
-1/+1
*
gh-98239: Document that `inspect.getsource()` can raise `TypeError` (#101689)
Nikita Sobolev
2023-03-23
1
-0/+4
*
gh-102936: typing: document performance pitfalls of protocols decorated with ...
Alex Waygood
2023-03-23
1
-2/+18
*
Move binomialvariate() to a section for discrete distributions (GH-102955)
Raymond Hettinger
2023-03-23
2
-23/+28
*
gh-102810 Improve the sphinx docs for `asyncio.Timeout` (#102934)
JosephSBoyle
2023-03-23
1
-15/+9
*
gh-102943: Stop checking localized error text in socket tests on Windows (GH-...
AN Long
2023-03-23
1
-2/+1
*
gh-88965: typing: fix type substitution of a list of types after initial `Pa...
Nikita Sobolev
2023-03-23
3
-7/+154
*
gh-102947: Improve traceback when calling `fields()` on a non-dataclass (#102...
Alex Waygood
2023-03-23
3
-1/+15
*
Docs: fixup incorrect escape char in sqlite3 docs (#102945)
Erlend E. Aasland
2023-03-23
1
-1/+1
*
gh-102939: Fix "conversion from Py_ssize_t to long" warning in builtins (GH-1...
Nikita Sobolev
2023-03-23
1
-2/+2
*
gh-100227: Make the Global Interned Dict Safe for Isolated Interpreters (gh-1...
Eric Snow
2023-03-23
7
-30/+204
*
[doc] Fix error in tutorial example: type(exc) is the type rather than the in...
Jens-Hilmar Bradt
2023-03-22
1
-1/+1
*
gh-102921: [doc] Clarify `exc` argument name in `BaseExceptionGroup` is plura...
Kevin Kirsche
2023-03-22
1
-2/+2
*
gh-102859: Remove JUMP_IF_FALSE_OR_POP and JUMP_IF_TRUE_OR_POP (#102870)
Irit Katriel
2023-03-22
15
-437/+235
*
gh-102780: Fix uncancel() call in asyncio timeouts (#102815)
Kristján Valur Jónsson
2023-03-22
4
-6/+50
*
gh-102033: Fix syntax error in `Tools/c-analyzer` (GH-102066)
Nikita Sobolev
2023-03-22
14
-335/+3
*
GH-101291: Rearrange the size bits in PyLongObject (GH-102464)
Mark Shannon
2023-03-22
25
-898/+982
*
GH-89727: Fix pathlib.Path.walk RecursionError on deep trees (GH-100282)
Stanislav Zmiev
2023-03-22
3
-38/+54
*
gh-96931: Fix incorrect results in ssl.SSLSocket.shared_ciphers (#96932)
Benjamin Fogle
2023-03-22
4
-12/+33
*
gh-102027: Fix macro name (#102124)
Max Bachmann
2023-03-22
2
-1/+3
*
gh-101947: Remove size check from sqlite3 serialize test (#102914)
Erlend E. Aasland
2023-03-22
1
-1/+0
*
gh-101313: Add -h and --help arguments to the webbrowser module (gh-101374)
Icelain
2023-03-22
2
-3/+8
*
GH-95494: Fix transport EOF handling in OpenSSL 3.0 (GH-95495)
David Benjamin
2023-03-22
3
-7/+32
*
Docs: improve accuracy of sqlite3.Connection.interrupt() (#102904)
Erlend E. Aasland
2023-03-22
1
-1/+1
*
gh-100989: Improve the accuracy of collections.deque docstrings (#100990)
Timo Ludwig
2023-03-22
1
-13/+24
*
Docs: improve the accuracy of the sqlite3.connect() timeout param (#102900)
Erlend E. Aasland
2023-03-22
1
-3/+3
*
GH-94808: Cover `PyOS_mystrnicmp` and `PyOS_mystricmp` (gh-102469)
Artem Mukhin
2023-03-22
6
-1/+69
*
Docs: improve accuracy of pdb alias example (#102892)
gaogaotiantian
2023-03-22
1
-1/+1
*
gh-102839: remove AC for math.log (GH-102863)
Sergey B Kirpichev
2023-03-21
3
-65/+16
[next]