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
...
*
bpo-43666: Lib/_aix_support.py routines may fail in a WPAR environment (GH-25...
Michael Felt
2021-05-04
2
-12/+20
*
update docstring for `win_getpass` to reflect code changes (GH-24967)
Jürgen Gmach
2021-05-04
1
-1/+1
*
fix enum.property reference in docs (GH-25875)
Jelle Zijlstra
2021-05-04
1
-1/+1
*
fix enum and backslash warnings (GH-25861)
Ethan Furman
2021-05-04
2
-2/+2
*
build(deps): bump actions/cache from v2.1.4 to v2.1.5 (#25773)
dependabot[bot]
2021-05-04
1
-2/+2
*
build(deps): bump actions/upload-artifact from v2.2.2 to v2.2.3 (#25772)
dependabot[bot]
2021-05-04
1
-1/+1
*
bpo-43822: Prioritize tokenizer errors over custom syntax errors when raising...
Pablo Galindo
2021-05-04
3
-1/+6
*
Correct the version of the first alpha in the README.rst (GH-25862)
Pablo Galindo
2021-05-03
1
-1/+1
*
bpo-44018: random.seed() no longer mutates its inputs (GH-25856)
Raymond Hettinger
2021-05-03
3
-2/+7
*
Update CI files to account for the master -> main rename (GH-25860)
Pablo Galindo
2021-05-03
15
-2040/+1881
*
Python 3.11.0a0
Pablo Galindo
2021-05-03
6
-13/+13
*
Remove Enum warnings from test_httpservers (GH-25844)
Shreyan Avigyan
2021-05-03
1
-2/+2
*
bpo-38530: Refactor and improve AttributeError suggestions (GH-25776)
Dennis Sweeney
2021-05-03
4
-77/+303
*
bpo-43943: ssl tests: Increase server socket timeout, backlog, debugging (GH-...
Christian Heimes
2021-05-03
1
-5/+11
*
bpo-44011: Revert "New asyncio ssl implementation (GH-17975)" (GH-25848)
Pablo Galindo
2021-05-03
12
-2480/+527
*
bpo-43754: Fix compiler warning in Python/compile.c (GH-25855)
Pablo Galindo
2021-05-03
1
-1/+1
*
bpo-43916: Move the _PyStructSequence_InitType function to the internal API (...
Pablo Galindo
2021-05-03
10
-9/+26
*
Doc: Fix random.uniform example comment. (GH-25784)
Julien Palard
2021-05-03
1
-1/+1
*
Increase test timeout (GH-25842)
Andrew Svetlov
2021-05-03
1
-3/+3
*
bpo-42725: Render annotations effectless on symbol table with PEP 563 (GH-25583)
Batuhan Taskaya
2021-05-03
5
-18/+149
*
bpo-44011: Fix asyncio tests without ssl module (GH-25840)
Christian Heimes
2021-05-03
2
-3/+9
*
bpo-44015: dataclasses should allow KW_ONLY to be specified only once per cla...
Eric V. Smith
2021-05-03
3
-0/+83
*
dataclasses docs: add a missing word. (GH-25839)
Eric V. Smith
2021-05-03
1
-1/+1
*
More clarification of kw_only args. (GH-25838)
Eric V. Smith
2021-05-03
1
-13/+20
*
Update macOS installer welcome and readme for 3.10b1 (GH-25835)
Ned Deily
2021-05-03
2
-8/+28
*
bpo-42362: use clang name on 10.9 builds as well (GH-25834)
Ned Deily
2021-05-03
1
-1/+0
*
Fix invalid markup (#25833)
Raymond Hettinger
2021-05-03
1
-2/+1
*
bpo-42235: [macOS] Use LTO/PGO in build-installer.py with new enough compiler...
Ronald Oussoren
2021-05-03
2
-0/+12
*
bpo-25478: Add total() method to collections.Counter (GH-25829)
Raymond Hettinger
2021-05-03
4
-1/+21
*
bpo-41129: Fix check for macOS SDK paths when building Python (GH-25785)
Ned Batchelder
2021-05-03
2
-3/+10
*
bpo-37903: IDLE: add shell sidebar mouse interactions (GH-25708)
Tal Einat
2021-05-03
10
-212/+366
*
bpo-42362: Switch to clang/clang++ as the default compiler in build-installer...
Ronald Oussoren
2021-05-03
1
-1/+4
*
More work on documenting dataclass keyword-only fields. (GH-25828)
Eric V. Smith
2021-05-03
1
-16/+40
*
bpo-43851: Build SQLite with SQLITE_OMIT_AUTOINIT on macOS (GH-25413)
Erlend Egeberg Aasland
2021-05-03
2
-0/+2
*
bpo-43568: Drop support for MACOSX_DEPLOYMENT_TARGET < 10.3 (GH-25827)
Ned Deily
2021-05-03
6
-34/+15
*
bpo-43977: Make sure that tp_flags for pattern matching are inherited correct...
Mark Shannon
2021-05-02
5
-8/+69
*
bpo-43977: Document the new pattern matching type flags (GH-25734)
Brandt Bucher
2021-05-02
2
-0/+46
*
bpo-43434: Clean up sqlite3.connect() after GH-25818 (GH-25823)
Erlend Egeberg Aasland
2021-05-02
1
-8/+1
*
bpo-44011: New asyncio ssl implementation (#17975)
Andrew Svetlov
2021-05-02
12
-527/+2474
*
bpo-43434: Move sqlite3.connect audit events to sqlite3.Connection.__init__ (...
Erlend Egeberg Aasland
2021-05-02
5
-13/+17
*
bpo-43926: Cleaner metadata with PEP 566 JSON support. (GH-25565)
Jason R. Coombs
2021-05-02
12
-26/+254
*
bpo-43754: Eliminate bindings for partial pattern matches (GH-25229)
Brandt Bucher
2021-05-02
10
-345/+575
*
bpo-43990: Fix the footnote ordering in the operator precedence docs (GH-25805)
Zackery Spytz
2021-05-02
1
-3/+3
*
bpo-43997: Add versionadded directives for to match_args, kw_only, and slots ...
Shreyan Avigyan
2021-05-02
1
-0/+8
*
bpo-38820: Add ssl, hashlib, and hmac changes to whatsnew 3.10 (GH-25817)
Christian Heimes
2021-05-02
2
-0/+63
*
bpo-36384: Leading zeros in IPv4 addresses are no longer tolerated (GH-25099)
Christian Heimes
2021-05-02
6
-8/+59
*
bpo-32745: Fix a regression in the handling of ctypes' c_wchar_p type (#8721)
Zackery Spytz
2021-05-02
3
-1/+13
*
bpo-41100: Update Misc/ACKS (GH-25808)
Ned Deily
2021-05-02
1
-0/+4
*
bpo-44009: Provide "python3.x-intel64" for Apple Silicon Macs (GH-25804)
Ned Deily
2021-05-02
6
-9/+62
*
bpo-43908: Mark ssl, hash, and hmac types as immutable (GH-25792)
Christian Heimes
2021-05-02
13
-18/+49
[prev]
[next]