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
...
*
[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
*
gh-92930: _pickle.c: Acquire strong references before calling save() (GH-92931)
Miss Islington (bot)
2022-06-11
1
-0/+1
*
gh-92886: Fix tests that fail when running with optimizations (`-O`) in `test...
Miss Islington (bot)
2022-06-10
1
-0/+1
*
gh-91317: Document that Path does not collapse initial `//` (GH-32193)
Miss Islington (bot)
2022-06-10
1
-0/+2
*
[3.10] gh-93671: Avoid exponential backtracking in deeply nested sequence pat...
Pablo Galindo Salgado
2022-06-10
1
-0/+2
*
bpo-42658: Use LCMapStringEx in ntpath.normcase to match OS behaviour for cas...
Steve Dower
2022-06-10
1
-0/+3
*
gh-90494: Reject 6th element of the __reduce__() tuple (GH-93609) (GH-93632)
Miss Islington (bot)
2022-06-10
1
-0/+3
*
gh-90549: Fix leak of global named resources using multiprocessing spawn (GH-...
Miss Islington (bot)
2022-06-10
1
-0/+2
*
[3.10] gh-93421: Update sqlite3 cursor.rowcount only after SQLITE_DONE (GH-93...
Erlend Egeberg Aasland
2022-06-08
1
-0/+3
*
gh-57539: Increase calendar test coverage (GH-93468) (GH-93565)
Miss Islington (bot)
2022-06-07
2
-0/+2
*
gh-88831: In docs for asyncio.create_task, explain why strong references to t...
Miss Islington (bot)
2022-06-07
1
-0/+1
[prev]
[next]