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.11.9
v3.11.9
Pablo Galindo
2024-04-02
87
-202/+902
*
[3.11] gh-117110: Fix subclasses of typing.Any with custom constructors (GH-1...
Miss Islington (bot)
2024-03-29
1
-0/+1
*
[3.11] gh-117310: Remove extra DECREF on "no ciphers" error path in `_ssl._SS...
Miss Islington (bot)
2024-03-28
1
-0/+4
*
[3.11] gh-117178: Recover lazy loading of self-referential modules (GH-117179...
Miss Islington (bot)
2024-03-28
1
-0/+2
*
[3.11] gh-66543: Fix mimetype.guess_type() (GH-117217) (GH-117257)
Miss Islington (bot)
2024-03-26
1
-0/+4
*
[3.11] [3.12] gh-83434: Sync libregrtest and test_regrtest with the main bran...
Miss Islington (bot)
2024-03-26
3
-0/+7
*
[3.11] gh-117187: Fix XML tests for vanilla Expat <2.6.0 (GH-117203) (GH-117245)
Miss Islington (bot)
2024-03-26
1
-0/+1
*
[3.11] gh-91227: Ignore ERROR_PORT_UNREACHABLE in proactor recvfrom() (GH-320...
Serhiy Storchaka
2024-03-25
1
-0/+1
*
[3.11] gh-117084: Fix ZIP file extraction for directory entry names with back...
Serhiy Storchaka
2024-03-22
1
-0/+2
*
[3.11] gh-75988: Fix issues with autospec ignoring wrapped object (GH-115223)...
infohash
2024-03-22
1
-0/+1
*
[3.11] gh-117021: Fix integer overflow in PyLong_AsPid() on non-Windows 64-bi...
Serhiy Storchaka
2024-03-21
1
-0/+2
*
[3.11] gh-116773: Fix overlapped memory corruption crash (GH-116774) (#117077)
jkriegshauser
2024-03-20
1
-0/+1
*
[3.11] gh-116957: configparser: Do post-process values after DuplicateOptionE...
David Röthlisberger
2024-03-19
1
-0/+3
*
[3.11] gh-90872: Fix subprocess.Popen.wait() for negative timeout (#116989) (...
Victor Stinner
2024-03-19
1
-0/+3
*
[3.11] gh-105866: fix dataclass with slots=True, weakref_slot=True (GH-105870...
Miss Islington (bot)
2024-03-19
1
-0/+1
*
[3.11] gh-90535: Fix support of interval>1 in logging.TimedRotatingFileHandle...
Miss Islington (bot)
2024-03-18
1
-0/+3
*
[3.11] gh-116484: Fix collisions between Checkbutton and ttk.Checkbutton defa...
Miss Islington (bot)
2024-03-16
1
-0/+3
*
[3.11] gh-116764: Fix regressions in urllib.parse.parse_qsl() (GH-116801) (GH...
Miss Islington (bot)
2024-03-16
1
-0/+4
*
[3.11] gh-116811: Ensure MetadataPathFinder.invalidate_caches is reachable wh...
Jason R. Coombs
2024-03-15
1
-0/+2
*
[3.11] gh-90095: Ignore empty lines and comments in `.pdbrc` (GH-116834) (#11...
Miss Islington (bot)
2024-03-15
1
-0/+1
*
[3.11] GH-115979: update test_importlib to work under WASI SDK 21 (GH-116754)...
Brett Cannon
2024-03-13
1
-0/+1
*
[3.11] gh-116401: Fix blocking os.fwalk() and shutil.rmtree() on opening a na...
Serhiy Storchaka
2024-03-13
1
-0/+2
*
[3.11] gh-116307: Proper fix for 'mod' leaking across importlib tests… (#11...
Jason R. Coombs
2024-03-13
1
-0/+2
*
[3.11] gh-90095: Make .pdbrc work properly and add some reasonable te… (#11...
Tian Gao
2024-03-12
1
-0/+1
*
[3.11] gh-116600: [Enum] fix global Flag repr (GH-116615) (#116630)
Miss Islington (bot)
2024-03-12
1
-0/+1
*
[3.11] gh-115398: Expose Expat >=2.6.0 reparse deferral API (CVE-2023-52425) ...
Sebastian Pipping
2024-03-06
1
-0/+8
*
[3.11] gh-116143: Fix race condition in pydoc _start_server (GH-116144) (#116...
Miss Islington (bot)
2024-03-06
1
-0/+3
*
[3.11] GH-116313: get WASI builds to run under wasmtime 18 w/ WASI 0.2/previe...
Brett Cannon
2024-03-05
1
-0/+1
*
[3.11] gh-74668: Fix support of bytes in urllib.parse.parse_qsl() (GH-115771)...
Miss Islington (bot)
2024-03-05
1
-0/+3
*
[3.11] gh-76511: Fix email.Message.as_string() for non-ASCII message with ASC...
Miss Islington (bot)
2024-03-05
1
-0/+4
*
[3.11] gh-116325: Raise `SyntaxError` rather than `IndexError` on ForwardRef ...
Miss Islington (bot)
2024-03-05
1
-0/+2
*
[3.11] gh-116296: Fix refleak in reduce_newobj() corner case (GH-116297) (#11...
Miss Islington (bot)
2024-03-04
1
-0/+1
*
[3.11] gh-112281: Allow `Union` with unhashable `Annotated` metadata (GH-1122...
Nikita Sobolev
2024-03-03
1
-0/+2
*
[3.11] gh-115809: Improve TimedRotatingFileHandler.getFilesToDelete() (GH-115...
Miss Islington (bot)
2024-03-03
1
-0/+4
*
[3.11] GH-115978: Disable `*readv()` and `*writev()` on WASI (GH-116228) (GH-...
Miss Islington (bot)
2024-03-02
1
-0/+4
*
[3.11] gh-88352: Fix logging.TimedRotatingFileHandler (GH-116191) (GH-116209)
Miss Islington (bot)
2024-03-01
1
-0/+6
*
gh-115554: Improved logic for handling multiple existing py.exe launcher inst...
Steve Dower
2024-03-01
1
-0/+6
*
[3.11] gh-101293: Fix support of custom callables and types in inspect.Signat...
Miss Islington (bot)
2024-03-01
1
-0/+4
*
[3.11] gh-87115: Set `__main__.__spec__` to `None` in pdb (GH-116141) (#116155)
Tian Gao
2024-02-29
1
-0/+1
*
[3.11] Docs: mark up NotImplemented using the :data: role throughout the docs...
Miss Islington (bot)
2024-02-29
2
-2/+2
*
[3.11] gh-115197: Stop resolving host in urllib.request proxy bypass (GH-115210)
Miss Islington (bot)
2024-02-28
1
-0/+2
*
[3.11] gh-116034: fix location info on the error of a failed assertion (#116052)
Irit Katriel
2024-02-28
1
-0/+1
*
[3.11] gh-112006: Fix inspect.unwrap() for types where __wrapped__ is a data ...
Miss Islington (bot)
2024-02-27
1
-0/+2
*
[3.11] bpo-43952: Fix multiprocessing Listener authkey bug (GH-25845) (GH-115...
Miss Islington (bot)
2024-02-27
1
-0/+2
*
[3.11] bpo-44865: Fix yet one missing translations in argparse (GH-27668) (GH...
Miss Islington (bot)
2024-02-26
1
-0/+1
*
[3.11] gh-77956: Add the words 'default' and 'version' help text localizable...
Serhiy Storchaka
2024-02-26
1
-0/+1
*
[3.11] gh-114763: Protect lazy loading modules from attribute access races (G...
Miss Islington (bot)
2024-02-26
1
-0/+3
*
[3.11] gh-115881: Ensure `ast.parse()` parses conditional context managers ev...
Alex Waygood
2024-02-26
1
-0/+4
*
[3.11] gh-115823: Calculate correctly error locations when dealing with impli...
Miss Islington (bot)
2024-02-26
1
-0/+3
*
[3.11] gh-115886: Handle embedded null characters in shared memory name (GH-1...
Serhiy Storchaka
2024-02-25
1
-0/+2
[next]