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
/
Misc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Python 3.9.5
v3.9.5
Łukasz Langa
2021-05-03
46
-106/+473
*
bpo-42800: Add audit events for f_code and tb_frame (GH-24182)
Steve Dower
2021-05-03
2
-0/+2
*
bpo-41129: Fix check for macOS SDK paths when building Python (GH-25785) (GH-...
Miss Islington (bot)
2021-05-03
1
-0/+7
*
bpo-43434: Move sqlite3.connect audit event to sqlite3.Connection.__init__ (G...
Erlend Egeberg Aasland
2021-05-02
1
-0/+4
*
bpo-36384: Leading zeros in IPv4 addresses are no longer tolerated (GH-25099)...
Miss Islington (bot)
2021-05-02
1
-0/+6
*
bpo-32745: Fix a regression in the handling of ctypes' c_wchar_p type (GH-872...
Miss Islington (bot)
2021-05-02
1
-0/+3
*
bpo-41100: Update Misc/ACKS (GH-25808) (GH-25809)
Miss Islington (bot)
2021-05-02
1
-0/+4
*
[3.9] bpo-44009: Provide "python3.x-intel64" for Apple Silicon Macs (GH-25804...
Miss Islington (bot)
2021-05-02
1
-0/+4
*
[3.9] bpo-43993: Update vendored pip to 21.1.1 (GH-25761). (GH-25782)
Stéphane Bidoul
2021-05-01
1
-0/+1
*
[3.9] bpo-43882 - urllib.parse should sanitize urls containing ASCII newline ...
Miss Islington (bot)
2021-04-29
1
-0/+6
*
bpo-43472: Ensure PyInterpreterState_New audit events are raised when called ...
Miss Islington (bot)
2021-04-28
1
-0/+3
*
bpo-43961: Fix test_logging.test_namer_rotator_inheritance() (GH-25684) (GH-2...
Miss Islington (bot)
2021-04-28
1
-0/+2
*
bpo-43959: clarify the documentation of the PyContextVar C-API (GH-25671) (GH...
Miss Islington (bot)
2021-04-28
1
-0/+1
*
[3.9] bpo-43492: Upgrade Windows installer to use SQLite 3.35.5 (GH-25641)
Erlend Egeberg Aasland
2021-04-27
1
-0/+1
*
[3.9] bpo-43492: Update macOS installer to use SQLite 3.35.5 (GH-25640) (GH-2...
Miss Islington (bot)
2021-04-27
1
-0/+1
*
bpo-40432: Use python 3.8 or higher to compile CPython on Windows (GH-25389) ...
Miss Islington (bot)
2021-04-26
1
-0/+3
*
Fix thread locks in zlib module may go wrong in rare case (#22130)
Ma Lin
2021-04-26
1
-0/+1
*
bpo-42924: Fix incorrect copy in bytearray_repeat (GH-24208) (#24211)
Miss Islington (bot)
2021-04-26
1
-0/+1
*
bpo-43938: improve dataclasses.FrozenInstanceError documentation (GH-25603) (...
Miss Islington (bot)
2021-04-26
2
-0/+3
*
bpo-43534: Fix the turtle module working with multiple root windows GH-25593
Miss Islington (bot)
2021-04-26
1
-0/+1
*
[3.9] bpo-43655: Tkinter and IDLE dialog windows are now recognized as dialog...
Serhiy Storchaka
2021-04-25
2
-0/+4
*
bpo-43534: Make dialogs in turtle.textinput() and turtle.numinput() transitie...
Miss Islington (bot)
2021-04-25
1
-0/+2
*
[3.9] bpo-43930: Update bundled pip to 21.1 and setuptools to 56.0.0 (GH-25578)
Stéphane Bidoul
2021-04-24
1
-0/+1
*
bpo-43284: Update platform.win32_ver to use _syscmd_ver instead of sys.getwin...
Miss Islington (bot)
2021-04-23
1
-0/+6
*
bpo-43607: Fix urllib handling of Windows paths with \\?\ prefix (GH-25539)
Miss Islington (bot)
2021-04-23
1
-0/+2
*
[3.9] bpo-43920: Make load_verify_locations(cadata) error message consistent ...
Christian Heimes
2021-04-23
1
-0/+2
*
bpo-43917: Fix pure python equivalent for classmethod (GH-25544) (GH-25546)
Miss Islington (bot)
2021-04-23
1
-1/+2
*
bpo-39572: Address typo in CHANGELOG. (GH-24999)
Miss Islington (bot)
2021-04-23
1
-1/+1
*
bpo-35306: Avoid raising OSError from pathlib.Path.exists when passed an inva...
Miss Islington (bot)
2021-04-22
1
-0/+2
*
bpo-38822: Fixed os.stat failing on inaccessible directories. (GH-25527)
Miss Islington (bot)
2021-04-22
1
-0/+3
*
bpo-26227: Fixes decoding of host names on Windows from ANSI instead of UTF-8...
Miss Islington (bot)
2021-04-21
1
-0/+2
*
[3.9] bpo-43522: Fix SSLContext.hostname_checks_common_name (GH-24899) (GH-25...
Christian Heimes
2021-04-17
1
-0/+1
*
bpo-43842: Fix race condition in test_logging SMTP test (GH-25436) (GH-25437)
Victor Stinner
2021-04-16
1
-0/+4
*
[3.9] bpo-43811: Test multiple OpenSSL versions on GHA (GH-25360) (GH-25391)
Miss Islington (bot)
2021-04-13
1
-0/+2
*
[3.9] bpo-43799: OpenSSL 3.0.0: declare OPENSSL_API_COMPAT 1.1.1 (GH-25329) (...
Miss Islington (bot)
2021-04-13
1
-0/+2
*
[3.9] bpo-42248: [Enum] ensure exceptions raised in ``_missing_`` are release...
Ethan Furman
2021-04-12
1
-0/+1
*
bpo-42967: coerce bytes separator to string in urllib.parse_qs(l) (GH-24818)
Miss Islington (bot)
2021-04-11
1
-0/+3
*
bpo-43739: Add type declaration Doc/extending/extending.rst example (GH-25333)
Miss Islington (bot)
2021-04-10
1
-0/+1
*
[3.9] bpo-43788: Generate version specific _ssl_data.h (GH-25300) (GH-25310)
Christian Heimes
2021-04-09
1
-0/+4
*
bpo-43794: OpenSSL 3.0.0: set OP_IGNORE_UNEXPECTED_EOF by default (GH-25309)
Miss Islington (bot)
2021-04-09
1
-0/+1
*
bpo-4379: Skip TLS 1.0/1.1 tests under OpenSSL 3.0.0 (GH-25304)
Miss Islington (bot)
2021-04-09
1
-0/+2
*
bpo-43789: OpenSSL 3.0.0 Don't call passwd callback again in error case (GH-2...
Miss Islington (bot)
2021-04-09
1
-0/+2
*
bpo-43755: Update docs to reflect that lambda is not allowed in `comp_if` sin...
Miss Islington (bot)
2021-04-07
1
-0/+3
*
bpo-43075: Fix ReDoS in urllib AbstractBasicAuthHandler (GH-24391) (GH-25247)
Miss Islington (bot)
2021-04-07
1
-0/+1
*
bpo-43105: Importlib now resolves relative paths when creating module spec ob...
Steve Dower
2021-04-07
1
-0/+2
*
Fix blurb for bpo-43176. (GH-25215) (GH-25217)
Miss Islington (bot)
2021-04-06
1
-1/+1
*
bpo-43745: Actually updates Windows release to OpenSSL 1.1.1k. (GH-25213)
Steve Dower
2021-04-06
1
-0/+2
*
bpo-43176: Fix processing of empty dataclasses (GH-24484) (GH-25205)
Miss Islington (bot)
2021-04-06
1
-0/+1
*
bpo-36470: Allow dataclasses.replace() to handle InitVars with default values...
Miss Islington (bot)
2021-04-05
1
-0/+2
*
Python 3.9.4
v3.9.4
Łukasz Langa
2021-04-04
3
-5/+21
[next]