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-40432: Use python 3.8 or higher to compile CPython on Windows (#25389)
Ken Jin
2021-04-26
2
-2/+5
*
bpo-43938: improve dataclasses.FrozenInstanceError documentation (GH-25603)
Llandy Riveron Del Risco
2021-04-26
3
-1/+4
*
bpo-42904: Change search order of typing.get_type_hints eval (#25632)
Ken Jin
2021-04-26
3
-3/+17
*
Add additional keyword-only tests. (GH-25633)
Eric V. Smith
2021-04-26
1
-1/+29
*
Doc: Fix the array.fromfile method doc (GH-22037)
Adorilson Bezerra
2021-04-26
1
-2/+1
*
bpo-43466: Link with libz in PY_UNSUPPORTED_OPENSSL_BUILD path (GH-25587)
Christian Heimes
2021-04-26
1
-1/+2
*
bpo-18233: Add internal methods to access peer chain (GH-25467)
Christian Heimes
2021-04-26
9
-6/+563
*
bpo-38820: Old OpenSSL 3.0.0 releases are in /old/3.0/ (GH-25624)
Christian Heimes
2021-04-26
1
-5/+9
*
Update asyncio-subprocess.rst (GH-21680)
Gabriel R F
2021-04-26
1
-1/+1
*
documentation: clarification about the function remove in os library (GH-19024)
Etienne Gautier
2021-04-26
1
-0/+1
*
Fix documentation typos of argparse exit_on_error (GH-22706)
Taneli Hukkinen
2021-04-26
1
-1/+1
*
Quick pydoc update to smtplib.py (GH-22292)
uy-rrodriguez
2021-04-26
1
-2/+2
*
Fix id of 'Internet Message Format' RFC in email doc (GH-24137)
Denis Laxalde
2021-04-26
2
-2/+2
*
Fix copy.Error casing in documentation GH-22004
Andre Delfino
2021-04-26
1
-1/+1
*
Fix broken links and improve stand-alone tools list in FAQ GH-22124
Andre Delfino
2021-04-26
3
-10/+9
*
Add keyword-only fields to dataclasses. (GH=25608)
Eric V. Smith
2021-04-26
4
-38/+298
*
Remove mention of dst parameter from description of os.lstat() (GH-24704)
Sergey Fedoseev
2021-04-25
1
-1/+1
*
Fix a typo in datamodel reference document (GH-24930)
Géry Ogam
2021-04-25
1
-1/+1
*
bpo-38605: Update __future__ module doc as `annotations` is now "mandatory in...
Saiyang Gou
2021-04-25
1
-1/+1
*
fix typo in warning (#20620)
Allen
2021-04-25
1
-1/+1
*
BaseHTTPRequestHandler, that path includes query (#25597)
Senthil Kumaran
2021-04-25
1
-1/+3
*
Set the release for `__future__.annotations` to 3.11 (#25596)
Anthony Sottile
2021-04-25
1
-1/+1
*
bpo-43534: Fix the turtle module working with multiple root windows (GH-25591)
Serhiy Storchaka
2021-04-25
2
-8/+8
*
bpo-38490: statistics: Add covariance, Pearson's correlation, and simple line...
Tymoteusz Wołodźko
2021-04-25
6
-1/+326
*
bpo-39529: Deprecate creating new event loop in asyncio.get_event_loop() (GH-...
Serhiy Storchaka
2021-04-25
16
-183/+568
*
bpo-42609: Check recursion depth in the AST validator and optimizer (GH-23744)
Serhiy Storchaka
2021-04-25
5
-149/+309
*
bpo-43534: Make dialogs in turtle.textinput() and turtle.numinput() transitie...
Serhiy Storchaka
2021-04-25
2
-2/+5
*
bpo-43655: Tkinter and IDLE dialog windows are now recognized as dialogs by w...
Serhiy Storchaka
2021-04-25
7
-7/+25
*
bpo-42737: annotations with complex targets no longer causes any runtime effe...
Batuhan Taskaya
2021-04-25
4
-0/+23
*
bpo-43930: Update bundled pip to 21.1 and setuptools to 56.0.0 (GH-25576)
Stéphane Bidoul
2021-04-24
5
-2/+3
*
bpo-43780: Sync with importlib_metadata 3.10 (GH-25297)
Jason R. Coombs
2021-04-24
6
-75/+275
*
bpo-43921: also accept EOF in post-handshake auth test (GH-25574)
Christian Heimes
2021-04-24
1
-1/+3
*
bpo-41282: Consistent message and filter warning in setup.py (GH-25571)
Christian Heimes
2021-04-24
2
-3/+11
*
bpo-37322: Fix ResourceWarning and exception handling in test (GH-25553)
Christian Heimes
2021-04-24
1
-38/+38
*
bpo-31870: Fix test_get_server_certificate_timeout on Windows (GH-25570)
Christian Heimes
2021-04-24
1
-1/+5
*
bpo-31870: Add a timeout parameter to ssl.get_server_certificate() (GH-22270)
Zackery Spytz
2021-04-24
5
-6/+27
*
bpo-38659: [Enum] do not check '_inverted_' during simple test (GH-25566)
Ethan Furman
2021-04-24
1
-2/+2
*
Restrict GITHUB_TOKEN permissions for the 'stale' workflow (GH-25564)
Brett Cannon
2021-04-23
1
-0/+3
*
bpo-30555: Fix WindowsConsoleIO fails in the presence of fd redirection (GH-1...
Segev Finer
2021-04-23
10
-125/+144
*
bop-43652: Update Tcl and Tk to 8.6.11 in Windows installer (GH-25170)
Terry Jan Reedy
2021-04-23
3
-4/+5
*
Silence find_module() DeprecationWarning on Windows tests (GH-25563)
Brett Cannon
2021-04-23
1
-1/+4
*
bpo-43907: add missing memoize call in pure python pickling of bytearray (GH-...
Carl Friedrich Bolz-Tereick
2021-04-23
3
-0/+13
*
bpo-39950: add `pathlib.Path.hardlink_to()` method that supersedes `link_to()...
Barney Gale
2021-04-23
5
-4/+64
*
bpo-43921: ignore failing test_wrong_cert_tls13 on Windows (GH-25561)
Christian Heimes
2021-04-23
1
-2/+10
*
bpo-43538: Add extra arguments to os.startfile (GH-25538)
Steve Dower
2021-04-23
6
-25/+126
*
bpo-43607: Fix urllib handling of Windows paths with \\?\ prefix (GH-25539)
Steve Dower
2021-04-23
3
-1/+29
*
bpo-35114: Make ssl.RAND_status() return a bool (GH-20063)
Zackery Spytz
2021-04-23
3
-5/+7
*
bpo-43914: Highlight invalid ranges in SyntaxErrors (#25525)
Pablo Galindo
2021-04-23
17
-592/+1060
*
bpo-43868: Remove PyOS_ReadlineFunctionPointer from the stable ABI list (GH-2...
Petr Viktorin
2021-04-23
5
-2/+10
*
bpo-38820: Test with OpenSSL 3.0.0-alpha15 (GH-25537)
Christian Heimes
2021-04-23
2
-2/+2
[prev]
[next]