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-102871: Remove obsolete browsers from webbrowser (#102872)
James De Bias
2023-03-31
5
-117/+29
*
GH-84783: Mention Author for GH-101264 (make slices hashable) (#103146)
Furkan Onder
2023-03-31
2
-2/+2
*
Quote literal tokens in standard format specifier grammar (GH-102902)
Petr Viktorin
2023-03-31
1
-1/+1
*
gh-101100: Expand list of clean docs (GH-103135)
Hugo van Kemenade
2023-03-31
2
-0/+357
*
gh-102799: use exception instance instead of sys.exc_info() (#102885)
Irit Katriel
2023-03-31
7
-17/+16
*
Minor docs improvements fix for `codeop` (#103123)
gaogaotiantian
2023-03-30
1
-7/+7
*
gh-102110: Add all tools description missed (GH-102625)
Missoupro
2023-03-30
2
-3/+32
*
Add IPv6 into to the docstring for socket.getsockname (#102961)
Brian Haley
2023-03-30
1
-1/+2
*
gh-101100: Fix Sphinx warning in gc.rst and refactor docs clean list (#103116)
Hugo van Kemenade
2023-03-30
4
-3/+32
*
gh-103085: Fix python locale.getencoding not to emit deprecation warning (gh-...
Jeong, YunWon
2023-03-30
2
-1/+4
*
gh-103099: Link mypy docs from typing.rst (#103100)
Shantanu
2023-03-30
1
-1/+8
*
gh-100227: Make the Global PyModuleDef Cache Safe for Isolated Interpreters (...
Eric Snow
2023-03-29
5
-59/+274
*
GH-89987: Shrink the BINARY_SUBSCR caches (GH-103022)
Brandt Bucher
2023-03-29
14
-250/+272
*
gh-90110: Bring the whitelists up to date. (gh-103114)
Eric Snow
2023-03-29
2
-2/+3
*
GH-102973: add a dev container (GH-102975)
Brett Cannon
2023-03-29
4
-0/+102
*
gh-103112: Add http.client.HTTPResponse.read docstring and fix pydoc output (...
Bernhard Wagner
2023-03-29
2
-0/+2
*
gh-103068: Check condition expression of breakpoints for pdb (#103069)
gaogaotiantian
2023-03-29
3
-13/+45
*
gh-102582: Fix invalid JSON in Doc/howto/logging-cookbook.rst (GH-102635)
Matěj Cepl
2023-03-29
1
-10/+14
*
gh-103054: typing: Improve `Callable` type substitution tests (#103055)
Nikita Sobolev
2023-03-29
1
-0/+42
*
gh-103097: Add workaround for Windows ARM64 compiler bug (GH-103098)
Steve Dower
2023-03-28
1
-0/+9
*
gh-100227: Move the Dict of Interned Strings to PyInterpreterState (gh-102339)
Eric Snow
2023-03-28
6
-718/+727
*
GH-102711: Fix warnings found by clang (#102712)
Chenxi Mao
2023-03-28
2
-2/+3
*
gh-102558: [Enum] better handling of non-Enum EnumType classes (GH-103060)
Ethan Furman
2023-03-27
2
-8/+5
*
gh-103056: [Enum] ensure final _generate_next_value_ is a staticmethod (GH-10...
Ethan Furman
2023-03-27
3
-0/+23
*
gh-74468: [tarfile] Fix incorrect name attribute of ExFileObject (GH-102424)
Oleg Iarygin
2023-03-27
3
-3/+13
*
gh-100227: Revert gh-102925 "gh-100227: Make the Global Interned Dict Safe fo...
Eric Snow
2023-03-27
7
-204/+30
*
gh-103046: Display current line correctly for `dis.disco()` with CACHE entrie...
gaogaotiantian
2023-03-27
3
-1/+36
*
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
[prev]
[next]