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
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
bpo-43998: Fix testing without ssl module (GH-25790)
Christian Heimes
2021-05-01
1
-3/+4
*
bpo-43998: Default to TLS 1.2 and increase cipher suite security (GH-25778)
Christian Heimes
2021-05-01
1
-9/+22
*
If using a frozen class with slots, add __getstate__ and __setstate__ to set ...
Eric V. Smith
2021-05-01
1
-0/+13
*
bpo-43989: Temporarily disable warnings in ssltests (GH-25780)
Christian Heimes
2021-05-01
1
-1/+1
*
bpo-42269: Add slots parameter to dataclass decorator (GH-24171)
Yurii Karabas
2021-05-01
1
-0/+53
*
bpo-43995: Fix reference leak in test_grammar (GH-25764)
Erlend Egeberg Aasland
2021-04-30
1
-4/+5
*
bpo-43916: _md5.md5 uses Py_TPFLAGS_DISALLOW_INSTANTIATION (GH-25753)
Victor Stinner
2021-04-30
1
-1/+32
*
bpo-43901: Fix refleaks in test_module (GH-25754)
Pablo Galindo
2021-04-30
1
-1/+2
*
bpo-43916: select.devpoll uses Py_TPFLAGS_DISALLOW_INSTANTIATION (GH-25751)
Victor Stinner
2021-04-30
1
-0/+4
*
bpo-43916: Apply Py_TPFLAGS_DISALLOW_INSTANTIATION to selected types (GH-25748)
Erlend Egeberg Aasland
2021-04-30
9
-4/+58
*
bpo-43916: select.poll uses Py_TPFLAGS_DISALLOW_INSTANTIATION (GH-25750)
Erlend Egeberg Aasland
2021-04-30
1
-0/+4
*
bpo-43933: Set frame.f_lineno during call to __exit__ (GH-25719)
Mark Shannon
2021-04-30
2
-2/+3
*
bpo-43908: check_set_special_type_attr() checks Py_TPFLAGS_IMMUTABLETYPE (GH-...
Erlend Egeberg Aasland
2021-04-30
1
-2/+4
*
bpo-43916: PyStdPrinter_Type uses Py_TPFLAGS_DISALLOW_INSTANTIATION (GH-25749)
Victor Stinner
2021-04-30
1
-0/+56
*
bpo-43916: Remove _disabled_new() function (GH-25745)
Victor Stinner
2021-04-30
2
-3/+3
*
bpo-43916: Add Py_TPFLAGS_DISALLOW_INSTANTIATION type flag (GH-25721)
Victor Stinner
2021-04-30
1
-2/+3
*
bpo-43817: Add inspect.get_annotations(). (#25522)
larryhastings
2021-04-30
4
-5/+303
*
Two minor fixes for accessing a module's name. (#25658)
larryhastings
2021-04-30
1
-1/+1
*
bpo-43901: Lazy-create an empty annotations dict in all unannotated user clas...
larryhastings
2021-04-30
5
-5/+165
*
bpo-43892: Validate the first term of complex literal value patterns (GH-25735)
Brandt Bucher
2021-04-30
1
-0/+32
*
bpo-43933: Show frame.f_lineno as None, rather than -1, if there is no line n...
Mark Shannon
2021-04-29
1
-1/+10
*
bpo-43882 - urllib.parse should sanitize urls containing ASCII newline and ta...
Senthil Kumaran
2021-04-29
1
-0/+29
*
bpo-42739: Don't use sentinels to mark end of line table. (GH-25657)
Mark Shannon
2021-04-29
2
-1/+7
*
bpo-43651: Fix test_logging (GH-25715)
Inada Naoki
2021-04-29
1
-2/+1
*
bpo-28254: Cleanup test_subprocess.test_preexec_gc_module_failure() (GH-25709)
Victor Stinner
2021-04-29
1
-4/+0
*
bpo-43908: Make array.array type immutable (GH-25696)
Erlend Egeberg Aasland
2021-04-29
1
-0/+6
*
bpo-43908: Make re types immutable (GH-25697)
Erlend Egeberg Aasland
2021-04-29
1
-0/+12
*
bpo-43892: Make match patterns explicit in the AST (GH-25585)
Nick Coghlan
2021-04-29
2
-1/+18
*
bpo-41139: Deprecate `cgi.log()` (GH-25625)
Inada Naoki
2021-04-29
1
-0/+2
*
bpo-43651: Fix EncodingWarning in `os.fdopen()` and test_os (GH-25654)
Inada Naoki
2021-04-29
1
-9/+12
*
bpo-43651: Fix EncodingWarning in tests. (GH-25655)
Inada Naoki
2021-04-29
3
-17/+21
*
bpo-24275: Don't downgrade unicode-only dicts to mixed on lookups (GH-25186)
Hristo Venev
2021-04-29
1
-0/+100
*
bpo-28254: _posixsubprocess uses PyGC_Enable/PyGC_Disable (GH-25693)
Victor Stinner
2021-04-28
1
-12/+0
*
bpo-43757: Make pathlib use os.path.realpath() to resolve symlinks in a path ...
Barney Gale
2021-04-28
2
-3/+114
*
bpo-41559: Change PEP 612 implementation to pure Python (#25449)
Ken Jin
2021-04-28
1
-0/+17
*
bpo-43955: Handle the case where the distutils warning has already been trigg...
Steve Dower
2021-04-28
1
-1/+1
*
bpo-43961: Fix test_logging.test_namer_rotator_inheritance() (GH-25684)
Victor Stinner
2021-04-28
1
-1/+1
*
bpo-43960: test_pdb resets breakpoints (GH-25673)
Irit Katriel
2021-04-28
1
-0/+1
*
bpo-43776: Remove list call from args in Popen repr (GH-25338)
M. Kocher
2021-04-28
1
-22/+18
*
bpo-43957: [Enum] Deprecate ``TypeError`` from containment checks. (GH-25670)
Ethan Furman
2021-04-27
2
-27/+118
*
bpo-8978: improve tarfile.open error message when lzma / bz2 are missing (GH-...
Anthony Sottile
2021-04-27
2
-0/+12
*
bpo-43864: Silence deprecation warning in test_importlib.test_module_found an...
Shreyan Avigyan
2021-04-27
1
-2/+6
*
bpo-43766: Implement PEP 647 (User-Defined Type Guards) in typing.py (#25282)
Ken Jin
2021-04-27
1
-0/+40
*
bpo-43312: Functions returning default and preferred sysconfig schemes (GH-24...
Tzu-ping Chung
2021-04-27
1
-5/+34
*
bpo-43651: Fix EncodingWarning in fileinput and its test (GH-25648)
Inada Naoki
2021-04-27
1
-26/+27
*
bpo-43651: Fix EncodingWarning in zipfile (GH-25650)
Inada Naoki
2021-04-27
1
-28/+28
*
bpo-43945: [Enum] Deprecate non-standard mixin format() behavior (GH-25649)
Ethan Furman
2021-04-27
1
-0/+8
*
bpo-43651: PEP 597: Fix `socket.makefile()` (GH-25645)
Inada Naoki
2021-04-27
1
-3/+4
*
bpo-38530: Require 50% similarity in NameError and AttributeError suggestions...
Dennis Sweeney
2021-04-27
1
-0/+112
*
bpo-43762: Add audit events for loading of sqlite3 extensions (GH-25246)
Erlend Egeberg Aasland
2021-04-26
2
-0/+44
[prev]
[next]