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
...
*
gh-94821: Fix autobind of empty unix domain address (GH-94826)
Miss Islington (bot)
2022-07-17
1
-0/+2
*
gh-94864: Fix PyArg_Parse* with deprecated format units "u" and "Z" (GH-94902)
Miss Islington (bot)
2022-07-17
1
-0/+2
*
gh-94869: Fix the location in some expressions for multi-line f-string ast no...
Miss Islington (bot)
2022-07-16
1
-0/+2
*
gh-90844: Allow virtual environments to correctly launch when they have space...
Miss Islington (bot)
2022-07-16
1
-0/+2
*
[3.10] gh-94841: Ensure arena_map_get() is inlined in PyObject_Free() (GH-94842)
Neil Schemenauer
2022-07-15
1
-0/+1
*
bpo-45924: Fix asyncio incorrect traceback when future's exception is raised ...
Miss Islington (bot)
2022-07-11
1
-0/+1
*
GH-94736: Fix _multiprocessing.SemLock subclassing (GH-94738)
Miss Islington (bot)
2022-07-11
1
-0/+1
*
[3.10] GH-94329: Don't raise on excessive stack consumption (GH-94421) (#94448)
Mark Shannon
2022-07-11
1
-0/+2
*
gh-94637: Release GIL in SSLContext.set_default_verify_paths (GH-94658)
Miss Islington (bot)
2022-07-09
1
-0/+3
*
[3.10] gh-94321: Document sqlite3.PrepareProtocol (GH-94620) (#94671)
Erlend Egeberg Aasland
2022-07-07
1
-0/+2
*
[3.10] gh-94430: Allow params named `module` or `self` with custom C names in...
Erlend Egeberg Aasland
2022-07-07
1
-0/+2
*
[3.10] gh-94510: Raise on re-entrant calls to sys.setprofile and syssettrace ...
Pablo Galindo Salgado
2022-07-05
1
-0/+2
*
[3.10] gh-91330: Tests and docs for dataclass descriptor-typed fields (GH-944...
Łukasz Langa
2022-07-05
1
-0/+7
*
[3.10] gh-94360: Fix a tokenizer crash when reading encoded files with syntax...
Pablo Galindo Salgado
2022-07-05
1
-0/+2
*
gh-90355: Add isolated flag if currently isolated (GH-92857) (GH-94569)
Miss Islington (bot)
2022-07-05
1
-0/+1
*
[3.10] bpo-46755: Don't log stack info twice in QueueHandler (GH-31355) (GH-9...
Vinay Sajip
2022-07-05
1
-0/+2
*
gh-94538: Fix Argument Clinic output to custom file (GH-94539) (GH-94556)
Miss Islington (bot)
2022-07-05
1
-0/+2
*
[3.10] Docs: remove redundant "adverb-adjective" hyphens from compound modifi...
Łukasz Langa
2022-07-05
5
-5/+5
*
gh-84753: Clarify change made to `inspect` functions (GH-94554) (GH-94559)
Miss Islington (bot)
2022-07-05
1
-2/+6
*
[3.10] gh-93975: Provide nicer error reporting from subprocesses in test_venv...
Jason R. Coombs
2022-07-01
1
-0/+2
*
gh-84753: Make inspect.iscoroutinefunction() work with AsyncMock (GH-94050) (...
Miss Islington (bot)
2022-06-30
1
-0/+3
*
gh-92336: linecache.getline should not raise exceptions on decoding errors (G...
Miss Islington (bot)
2022-06-30
1
-0/+1
*
[3.10] GH-89988: Fix memory leak in pickle.Pickler dispatch_table lookup (GH-...
Kumar Aditya
2022-06-28
1
-0/+1
*
gh-92841: Fix asyncio's RuntimeError: Event loop is closed (GH-92842) (GH-92904)
Miss Islington (bot)
2022-06-28
1
-0/+2
*
gh-94208: Add more TLS version/protocol checks for FreeBSD (GH-94347)
Miss Islington (bot)
2022-06-28
1
-0/+2
*
[3.10] gh-94192: Fix error for dictionary literals with invalid expression as...
wookie184
2022-06-27
1
-0/+1
*
GH-94254: Make _struct module types immutable (GH-94269)
Miss Islington (bot)
2022-06-26
1
-0/+1
*
gh-83499: Fix closing file descriptors in tempfile (GH-93874)
Miss Islington (bot)
2022-06-26
1
-0/+1
*
[3.10] gh-94245: Fix pickling and copying of typing.Tuple[()] (GH-94260)
Serhiy Storchaka
2022-06-25
1
-0/+1
*
[3.10] gh-94207: Fix struct module leak (GH-94239) (GH-94266)
Miss Islington (bot)
2022-06-25
1
-0/+2
*
bpo-45816: Support building with VS 2022 (v143 toolset) on Windows (GH-29577)
Miss Islington (bot)
2022-06-23
1
-0/+1
*
[3.10] gh-92858: Improve error message for some suites with syntax error befo...
Pablo Galindo Salgado
2022-06-23
1
-0/+1
*
gh-92888: Fix memoryview bad `__index__` use after free (GH-92946) (GH-93950)
Ken Jin
2022-06-23
1
-0/+2
*
gh-91172: Create a workflow for verifying bundled pip and setuptools (GH-3188...
Miss Islington (bot)
2022-06-22
1
-0/+2
*
gh-93951: In test_bdb.StateTestCase.test_skip, avoid including auxiliary impo...
Miss Islington (bot)
2022-06-22
1
-0/+1
*
gh-94101 Disallow instantiation of SSLSession objects (GH-94102)
Miss Islington (bot)
2022-06-22
1
-0/+3
*
gh-74696: Do not change the current working directory in shutil.make_archive(...
Miss Islington (bot)
2022-06-22
1
-0/+2
*
[3.10] GH-93964: Harden overflow checks before _PyBytes_Resize in compile.c (...
Dennis Sweeney
2022-06-22
1
-0/+1
*
gh-87389: Fix an open redirection vulnerability in http.server. (GH-93879)
Miss Islington (bot)
2022-06-21
1
-0/+3
*
gh-93021: Fix __text_signature__ for __get__ (GH-93023) (GH-94086)
Miss Islington (bot)
2022-06-21
1
-0/+2
*
[3.10] gh-79512: Fixed names and __module__ value of weakref classes (GH-9371...
Serhiy Storchaka
2022-06-21
1
-0/+3
*
gh-91387: Strip trailing slash from tarfile longname directories (GH-32423)
Miss Islington (bot)
2022-06-21
1
-0/+1
*
[3.10] gh-79009: sqlite3.iterdump now correctly handles tables with autoincre...
Miss Islington (bot)
2022-06-20
2
-0/+2
*
gh-61162: Clarify sqlite3 connection context manager docs (GH-93890)
Miss Islington (bot)
2022-06-19
1
-0/+1
*
GH-83658: make multiprocessing.Pool raise an exception if maxtasksperchild is...
Miss Islington (bot)
2022-06-17
1
-0/+1
*
gh-91810: Fix regression with writing an XML declaration with encoding='unico...
Miss Islington (bot)
2022-06-16
1
-0/+2
*
gh-91577: SharedMemory move imports out of methods (GH-91579)
Miss Islington (bot)
2022-06-16
1
-0/+1
*
gh-87260: Update sqlite3 signature docs to reflect actual implementation (GH-...
Miss Islington (bot)
2022-06-15
1
-0/+1
*
[3.10] gh-79579: Improve DML query detection in sqlite3 (GH-93623) (#93801)
Erlend Egeberg Aasland
2022-06-14
1
-0/+2
*
gh-93353: Fix importlib.resources._tempfile() finalizer (GH-93377)
Miss Islington (bot)
2022-06-13
1
-0/+3
[prev]
[next]