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-57684: Update tests for PYTHONSAFEPATH=1 (#92358)
Victor Stinner
2022-05-06
6
-13/+30
*
gh-80010: Expand fromisoformat to include most of ISO-8601 (#92177)
Paul Ganssle
2022-05-06
2
-72/+431
*
gh-57684: Add -P cmdline option and PYTHONSAFEPATH env var (#31542)
Victor Stinner
2022-05-05
5
-11/+26
*
gh-82616: Add process_group support to subprocess.Popen (#23930)
Gregory P. Smith
2022-05-05
6
-13/+43
*
gh-70363: Emscripten cannot fstat renamed spool file (GH-92354)
Christian Heimes
2022-05-05
1
-0/+3
*
gh-91996: Add an HTTPMethod StrEnum to http (GH-91997)
cibofo
2022-05-05
1
-2/+31
*
gh-92135: test_cppext requires subprocess (GH-92349)
Christian Heimes
2022-05-05
1
-0/+1
*
gh-64783: Don't check value of SIG_DFL and SIG_IGN (#92350)
Christian Heimes
2022-05-05
1
-0/+3
*
gh-92345: Import rlcompleter before sys.path is extended (#92346)
Christian Heimes
2022-05-05
1
-2/+2
*
gh-87390: Fix starred tuple equality and pickling (GH-92337)
Serhiy Storchaka
2022-05-05
1
-0/+3
*
gh-92118: Add test for traceback when exception is modified by (Async)ExitSta...
Irit Katriel
2022-05-05
2
-0/+43
*
bpo-43827: Make arguments to abc.ABCMeta.__new__ pos-only (#25385)
Vlad Hoi
2022-05-05
2
-1/+14
*
bpo-43857: Improve the AttributeError message when deleting a missing attribu...
Géry Ogam
2022-05-05
1
-0/+43
*
Clean-up and simplify median_grouped(). Vastly improve its docstring. (#92324)
Raymond Hettinger
2022-05-05
2
-96/+54
*
Allow translating argument error messages (#17169)
DjMorgul
2022-05-05
1
-1/+1
*
bpo-46764: Fix wrapping bound method with @classmethod (#31367)
Michael J. Sullivan
2022-05-05
1
-0/+10
*
gh-92118: fix traceback of exceptions propagated from inside a contextlib.con...
Irit Katriel
2022-05-04
2
-0/+30
*
GH-92239: Make sure that PEP 523 is supported, even when specializing first. ...
Mark Shannon
2022-05-04
1
-0/+28
*
gh-92107: Add tests that subscription works on arbitrary named tuple types (G...
Serhiy Storchaka
2022-05-04
2
-0/+26
*
gh-89022: Improve sqlite3 exceptions related to binding params and API misuse...
Erlend Egeberg Aasland
2022-05-04
2
-5/+5
*
Fix renamed "total" variable (#92287)
Raymond Hettinger
2022-05-04
1
-2/+6
*
gh-67248: cmd: Sort miscellaneous help topics (#92254)
Sam Denton
2022-05-04
2
-9/+33
*
Compute from_sample() in a single pass over the data (#92284)
Raymond Hettinger
2022-05-04
1
-18/+27
*
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
[next]