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-43917: Fix pure python equivalent for classmethod (GH-25544)
Raymond Hettinger
2021-04-23
2
-2/+14
*
bpo-39572: Address typo in CHANGELOG. (GH-24999)
Simon Charette
2021-04-23
1
-1/+1
*
bpo-38222: Check specifically for a drive, not just a colon (GH-25540)
Steve Dower
2021-04-22
1
-2/+2
*
bpo-35306: Avoid raising OSError from pathlib.Path.exists when passed an inva...
Steve Dower
2021-04-22
2
-0/+3
*
bpo-43915: Add PCbuild/blurb.bat to simplify Windows contributors (GH-25528)
Steve Dower
2021-04-22
1
-0/+28
*
bpo-38822: Fixed os.stat failing on inaccessible directories. (GH-25527)
Steve Dower
2021-04-22
2
-2/+24
*
bpo-43284: Update platform.win32_ver to use _syscmd_ver instead of sys.getwin...
Shreyan Avigyan
2021-04-22
3
-11/+23
*
bpo-43475: Fix worst case collision behavior for NaN instances (GH-25493)
Raymond Hettinger
2021-04-22
10
-21/+25
*
Fix typo in the documentation (GH-24703)
Alperen Serkan Aksöz
2021-04-22
0
-0/+0
*
bpo-28724: Doc: Move socket.send_fds and socket.recv_fds docs to right sectio...
Saiyang Gou
2021-04-22
2
-24/+27
*
bpo-38659: Properly re-intialize module variables in test_enum (GH-25516)
Ammar Askar
2021-04-22
1
-2/+13
*
bpo-26227: Fixes decoding of host names on Windows from ANSI instead of UTF-8...
Steve Dower
2021-04-21
2
-1/+3
*
bpo-40137: Add pycore_moduleobject.h internal header (GH-25507)
Victor Stinner
2021-04-21
21
-47/+97
*
bpo-43756: Add new audit event for new arguments added to glob.glob (GH-25239)
Saiyang Gou
2021-04-21
3
-1/+11
*
bpo-43472: Ensure PyInterpreterState_New audit events are raised when called ...
Steve Dower
2021-04-21
3
-3/+6
*
bpo-40137: Move state lookups out of the critical path (GH-25492)
Raymond Hettinger
2021-04-21
1
-28/+36
*
bpo-40137: Optimize _PyType_GetModuleByDef() loop (GH-25505)
Victor Stinner
2021-04-21
1
-5/+21
*
bpo-40137: _PyType_GetModuleByDef() doesn't check tp_flags (GH-25504)
Victor Stinner
2021-04-21
1
-15/+14
*
doc: Sync some missing 3.10 changes with the What's New (GH-25503)
Batuhan Taskaya
2021-04-21
1
-1/+27
*
Fix typo in whatsnew/3.10.rst (GH-25498)
JunWei Song
2021-04-21
1
-2/+2
*
bpo-38659: [Enum] add _simple_enum decorator (GH-25497)
Ethan Furman
2021-04-21
20
-34/+870
*
bpo-43859: Improve the error message for IndentationError exceptions (GH-25431)
Pablo Galindo
2021-04-21
6
-554/+2185
*
bpo-38605: Revert making 'from __future__ import annotations' the default (GH...
Pablo Galindo
2021-04-21
32
-523/+436
*
Update Sphinx directive for super from function to class (GH-25489)
Géry Ogam
2021-04-20
1
-1/+1
*
bpo-43888: Reduce coverage collection timeout to 1h40m in GHA (GH-25471)
Sviatoslav Sydorenko
2021-04-20
1
-0/+1
*
docs: clarify what patterns Path.glob accepts (GH-25486)
Ned Batchelder
2021-04-20
1
-2/+3
*
bpo-43799: Also define SSLv3_method() (GH-25481)
Christian Heimes
2021-04-20
2
-8/+3
*
Document that random.gauss is normal distribution (GH-24935)
Joonas Paalasmaa
2021-04-20
1
-3/+3
*
Improve the error message for choices(population, 10) (GH-25267)
Raymond Hettinger
2021-04-20
1
-1/+9
*
Revert "bpo-38659: [Enum] add _simple_enum decorator (GH-25285)" (GH-25476)
Ethan Furman
2021-04-20
20
-871/+34
*
bpo-38659: [Enum] add _simple_enum decorator (GH-25285)
Ethan Furman
2021-04-20
20
-34/+871
*
bpo-25460: Surround suggestions by quotes (GH-25473)
Pablo Galindo
2021-04-19
2
-16/+16
*
Add doctests (GH-25474)
Raymond Hettinger
2021-04-19
1
-3/+45
*
bpo-43837: Reverse order of precedence table to show tightly binding operator...
Ammar Askar
2021-04-19
1
-29/+29
*
bpo-40849: Expose X509_V_FLAG_PARTIAL_CHAIN ssl flag (GH-20463)
l0x
2021-04-19
4
-0/+18
*
bpo-43669: More test_ssl cleanups (GH-25470)
Christian Heimes
2021-04-19
1
-78/+21
*
bpo-43880: Show DeprecationWarnings for deprecated ssl module features (GH-25...
Christian Heimes
2021-04-19
14
-201/+305
*
bpo-42854: Use SSL_read/write_ex() (GH-25468)
Christian Heimes
2021-04-19
4
-18/+34
*
bpo-36076: Add SNI support to ssl.get_server_certificate. (GH-16820)
juhovh
2021-04-18
4
-2/+28
*
bpo-43641: Stop stating that TLS 1.2 is the most modern version in docs (GH-2...
Illia Volochii
2021-04-18
1
-3/+2
*
bpo-43362: Fix invalid free and return check in _sha3 module (GH-25463)
Christian Heimes
2021-04-18
2
-3/+11
*
Fix type group capture in the PEG highlight tool (GH-25464)
Pablo Galindo
2021-04-17
1
-2/+7
*
bpo-38530: Cover more error paths in error suggestion functions (GH-25462)
Pablo Galindo
2021-04-17
2
-2/+15
*
Small changes to the section about SyntaxErrors in the 3.10 What's New docume...
Pablo Galindo
2021-04-17
1
-58/+70
*
bpo-37630: Do not skip the sha3 tests in case of missing builtin sha3 module ...
stratakis
2021-04-17
1
-22/+0
*
bpo-38530: Include builtins in NameError suggestions (GH-25460)
Pablo Galindo
2021-04-17
2
-5/+31
*
bpo-42333: Port _ssl extension to multiphase initialization (PEP 489) (GH-23253)
Christian Heimes
2021-04-17
6
-366/+468
*
Fix typo in a dataclasses comment. (GH-25454)
Eric V. Smith
2021-04-17
1
-1/+1
*
bpo-43669: Remove OpenSSL 0.9 to 1.1.0 specific documentation (GH-25453)
Christian Heimes
2021-04-17
4
-175/+12
*
Fix a typo in subprocess documentation (GH-25426)
andrei kulakov
2021-04-17
1
-1/+1
[next]