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
*
bpo-47029: Fix BrokenPipeError in multiprocessing.Queue at garbage collection...
Géry Ogam
2022-05-03
1
-12/+11
*
gh-80254: Disallow recursive usage of cursors in `sqlite3` converters (#29054)
Erlend Egeberg Aasland
2022-05-03
1
-0/+39
*
GH-91173: disable frozen modules in debug builds (#92023)
Kumar Aditya
2022-05-03
1
-5/+5
*
gh-91928: Add `datetime.UTC` alias for `datetime.timezone.utc` (GH-91973)
Kabir Kwatra
2022-05-03
2
-3/+9
*
bpo-45639: Add webp and avif image formats to mimetypes (#29259)
kixorz
2022-05-03
2
-0/+5
*
gh-92062: `inspect.Parameter` checks whether `name` is a keyword (GH-92065)
Zac Hatfield-Dodds
2022-05-03
2
-3/+10
*
gh-91321: Add _Py_NULL macro (#92253)
Victor Stinner
2022-05-03
2
-4/+6
*
gh-90172: add test for functools.singledispatch on Union types with None type...
Thaddeus1499
2022-05-03
1
-0/+43
*
gh-91320: Fix more old-style cast warnings in C++ (#92247)
Victor Stinner
2022-05-03
1
-0/+2
*
gh-91320: Argument Clinic uses _PyCFunction_CAST() (#32210)
Victor Stinner
2022-05-03
1
-94/+94
*
bpo-29890: Test IPv*Interface construction with tuple argument (#30862)
Humbled Drugman
2022-05-03
1
-0/+8
*
GH-91752: Skip test_freeze_simple_script when zlib is not available (#91758)
Abhigyan Bose
2022-05-03
1
-1/+1
*
gh-88753: Make BooleanOptionalAction's addition of default to help more simil...
Toshio Kuratomi
2022-05-03
2
-16/+30
*
bpo-46604: fix function name in ssl module docstring (#31064)
Kossi GLOKPOR
2022-05-03
1
-3/+4
*
gh-92031: Deoptimize Static Code at Finalization (GH-92039)
Dennis Sweeney
2022-05-03
1
-0/+14
*
GH-91355: micro-optimize Connection.send_bytes() method (gh-32247)
Ma Lin
2022-05-03
1
-3/+2
*
bpo-44863: Allow generic typing.TypedDict (#27663)
Samodya Abey
2022-05-03
3
-5/+154
*
gh-70363: Implement `io.IOBase` interface for `SpooledTemporaryFile` (GH-29560)
Carey Metcalfe
2022-05-03
2
-3/+82
*
bpo-46415: Use f-string for ValueError in ipaddress.ip_{address,network,inter...
Thomas Cellerier
2022-05-03
2
-9/+22
*
The stdev calculation is more accurate computing its own mean (#92220)
Raymond Hettinger
2022-05-03
1
-2/+1
*
gh-92169: Use warnings_helper.import_deprecated() to import deprecated module...
Hugo van Kemenade
2022-05-03
9
-41/+31
*
bpo-46267: Test compresslevel in gzip.compress (#30416)
Ruben Vorderman
2022-05-03
1
-0/+9
*
bpo-46785: Fix race condition between os.stat() and unlink on Windows (GH-31858)
Itai Steinherz
2022-05-02
1
-0/+44
*
gh-91621: Fix typing.get_type_hints for collections.abc.Callable (#91656)
Shantanu
2022-05-02
2
-3/+34
*
gh-84461: Add ability for multiprocessed libregrtest to use a different Pytho...
Ethan Smith
2022-05-02
2
-2/+11
*
bpo-43923: Add support for generic typing.NamedTuple (#92027)
Serhiy Storchaka
2022-05-02
2
-4/+52
*
gh-92106: Add test that subscription works on arbitrary TypedDicts (#92176)
Serhiy Storchaka
2022-05-02
1
-0/+13
*
gh-92032: Add soft keywords to rlcompleter (#92029)
kbeldan
2022-05-02
2
-2/+5
*
Delete outdated comment in logging module (#31117)
Thomas Miedema
2022-05-02
1
-2/+0
*
bpo-46285: Add command-line option -p/--protocol to module http.server (#30999)
Géry Ogam
2022-05-02
1
-7/+12
*
bpo-46547: remove leaking vars into `pydoc.Helper` namespace (#30957)
Nikita Sobolev
2022-05-02
1
-0/+1
*
bpo-46787: Fix `ProcessPoolExecutor exception` memory leak (GH-31408) (#31408)
themylogin
2022-05-02
1
-0/+3
*
gh-87390: Add __unpacked__ attribute to types.GenericAlias (#92059)
Jelle Zijlstra
2022-05-02
1
-0/+6
*
gh-90765: configparser test: Catch deprecation warning (#91480)
Hugo van Kemenade
2022-05-02
1
-1/+3
*
gh-90213: Speed up right shifts of negative integers (GH-30277)
Mark Dickinson
2022-05-02
1
-0/+4
*
Fix typo in turtle deprecation warning and use warnings._deprecated (#91862)
Hugo van Kemenade
2022-05-02
1
-4/+4
*
Add weakref_slot to dataclass decorator, to allow instances with slots to be ...
Eric V. Smith
2022-05-02
2
-8/+91
*
gh-91276: revert the increase of dis output width (GH-92126)
Irit Katriel
2022-05-02
2
-254/+266
*
gh-92128: Add `__class_getitem__` to `logging.LoggerAdapter` and `logging.Str...
Alex Waygood
2022-05-02
2
-0/+7
*
gh-92135: Fix _Py_reinterpret_cast() for const (#92138)
Victor Stinner
2022-05-02
2
-5/+44
*
concurrent.futures: Fix typo in docstring (#92121)
Yiannis Hadjicharalambous
2022-05-02
1
-1/+1
*
gh-89301: Fix regression with bound values in traced SQLite statements (#92053)
Erlend Egeberg Aasland
2022-05-02
1
-1/+61
*
gh-91321: Add _testcppext C++ extension (#32175)
Victor Stinner
2022-05-02
2
-0/+141
*
bpo-36819: Fix crashes in built-in encoders with weird error handlers (GH-28593)
Serhiy Storchaka
2022-05-02
1
-9/+168
*
gh-92114: Improve error message for types with __class_getitem__ = None (GH-9...
Serhiy Storchaka
2022-05-02
1
-0/+8
*
bpo-39716: Raise on conflicting subparser names. (GH-18605)
Antony Lee
2022-05-01
2
-0/+20
*
gh-91952: Make TextIOWrapper.reconfigure() supports "locale" encoding (GH-91982)
Inada Naoki
2022-05-01
1
-0/+2
*
gh-91954: Use shell=True in test_subprocess.test_encoding_warning (GH-92090)
Dennis Sweeney
2022-05-01
1
-6/+5
*
gh-92063: Enforce types in specialized PRECALL opcodes (GH-92068)
Dennis Sweeney
2022-04-30
1
-0/+27
*
gh-92019: Make sqlite3.Blob indexing conform with the norm (#92020)
Erlend Egeberg Aasland
2022-04-30
1
-22/+29
[next]