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
path:
root
/
Lib
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
gh-74690: Micro-optimise `typing._get_protocol_attrs` (#103152)
Alex Waygood
2023-03-31
1
-8/+12
*
gh-102549: [Enum] fail enum creation when data type raises in __init__ (GH-10...
Ethan Furman
2023-03-31
2
-14/+31
*
gh-101659: Clean Up the General Import Tests for Subinterpreters (gh-103151)
Eric Snow
2023-03-31
1
-44/+106
*
gh-74690: typing: Don't unnecessarily call `_get_protocol_attrs` twice in `_P...
Alex Waygood
2023-03-31
1
-10/+21
*
gh-102871: Remove obsolete browsers from webbrowser (#102872)
James De Bias
2023-03-31
2
-106/+16
*
gh-102799: use exception instance instead of sys.exc_info() (#102885)
Irit Katriel
2023-03-31
7
-17/+16
*
gh-103085: Fix python locale.getencoding not to emit deprecation warning (gh-...
Jeong, YunWon
2023-03-30
1
-1/+3
*
GH-89987: Shrink the BINARY_SUBSCR caches (GH-103022)
Brandt Bucher
2023-03-29
4
-5/+5
*
gh-103112: Add http.client.HTTPResponse.read docstring and fix pydoc output (...
Bernhard Wagner
2023-03-29
1
-0/+1
*
gh-103068: Check condition expression of breakpoints for pdb (#103069)
gaogaotiantian
2023-03-29
2
-13/+43
*
gh-103054: typing: Improve `Callable` type substitution tests (#103055)
Nikita Sobolev
2023-03-29
1
-0/+42
*
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
2
-0/+22
*
gh-74468: [tarfile] Fix incorrect name attribute of ExFileObject (GH-102424)
Oleg Iarygin
2023-03-27
2
-3/+10
*
gh-103046: Display current line correctly for `dis.disco()` with CACHE entrie...
gaogaotiantian
2023-03-27
2
-1/+35
*
gh-103023: Add SyntaxError check in pdb's `display` command (#103024)
gaogaotiantian
2023-03-27
2
-13/+24
*
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
2
-10/+26
*
gh-103027: Update `dataclass.make_dataclass` docstring (gh-103028)
Nikita Sobolev
2023-03-25
1
-2/+5
*
GH-102833: Mention the key function in the docstrings (GH-103009)
Raymond Hettinger
2023-03-25
1
-0/+8
*
gh-100131: Add optional delete parameter to tempfile.TemporaryDirectory() (#1...
JakobDev
2023-03-24
2
-7/+24
*
gh-102980: Add tests for pdf's display, alias and where commands (#102981)
gaogaotiantian
2023-03-24
1
-0/+150
*
gh-100372: Use BIO_eof to detect EOF for SSL_FILETYPE_ASN1 (GH-100373)
David Benjamin
2023-03-24
1
-0/+2
*
gh-94684: uuid: support bytes in the name argument to uuid3/5 (#94709)
MonadChains
2023-03-23
2
-4/+38
*
GH-100982: Break up COMPARE_AND_BRANCH (GH-102801)
Brandt Bucher
2023-03-23
4
-20/+15
*
gh-102558: [Enum] fix AttributeError during member repr() (GH-102601)
Dong-hee Na
2023-03-23
2
-1/+10
*
Move binomialvariate() to a section for discrete distributions (GH-102955)
Raymond Hettinger
2023-03-23
1
-20/+25
*
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
2
-7/+147
*
gh-102947: Improve traceback when calling `fields()` on a non-dataclass (#102...
Alex Waygood
2023-03-23
2
-1/+13
*
gh-102859: Remove JUMP_IF_FALSE_OR_POP and JUMP_IF_TRUE_OR_POP (#102870)
Irit Katriel
2023-03-22
4
-22/+11
*
gh-102780: Fix uncancel() call in asyncio timeouts (#102815)
Kristján Valur Jónsson
2023-03-22
2
-3/+34
*
GH-89727: Fix pathlib.Path.walk RecursionError on deep trees (GH-100282)
Stanislav Zmiev
2023-03-22
2
-38/+53
*
gh-96931: Fix incorrect results in ssl.SSLSocket.shared_ciphers (#96932)
Benjamin Fogle
2023-03-22
1
-3/+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
1
-3/+7
*
GH-95494: Fix transport EOF handling in OpenSSL 3.0 (GH-95495)
David Benjamin
2023-03-22
1
-3/+15
*
gh-102406: replace exception chaining by PEP-678 notes in codecs (#102407)
Irit Katriel
2023-03-21
1
-64/+42
*
gh-102876: remove superfluous parens from itertools.batched recipe (GH-102877)
wim glenn
2023-03-21
1
-1/+1
*
gh-102828: emit deprecation warning for onerror arg to shutil.rmtree (#102850)
Irit Katriel
2023-03-21
3
-9/+21
*
gh-102799: Let pydoc use the exception instead of sys.exc_info (#102830)
Irit Katriel
2023-03-21
1
-14/+22
*
gh-102755: PyErr_DisplayException only in ABI >= 3.12. Tests cover PyErr_Disp...
Irit Katriel
2023-03-21
1
-1/+15
*
gh-72346: Added isdst deprecation warning to email.utils.localtime (GH-91450)
Alan Williams
2023-03-20
2
-33/+20
*
gh-102828: fix test failure (add missing skip instructions) (#102835)
Irit Katriel
2023-03-20
1
-0/+4
*
gh-102491: Remove IronPython version check in sys_version (#102492)
Pieter Eendebak
2023-03-19
2
-51/+8
*
gh-102810: Add docstrings to the public-facing methods of `asyncio.Timeout` (...
JosephSBoyle
2023-03-19
1
-0/+12
*
gh-102828: add onexc arg to shutil.rmtree. Deprecate onerror. (#102829)
Irit Katriel
2023-03-19
2
-47/+229
*
gh-102778: revert changes to idlelib (#102825)
Irit Katriel
2023-03-19
4
-24/+9
*
gh-102778: Add sys.last_exc, deprecate sys.last_type, sys.last_value,sys.last...
Irit Katriel
2023-03-18
12
-22/+61
*
gh-102799: remove unnecessary calls to sys.exc_info() in tests (#102800)
Irit Katriel
2023-03-18
5
-124/+124
[prev]
[next]