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.11] gh-93975: Provide nicer error reporting from subprocesses in test_venv...
Jason R. Coombs
2022-07-01
1
-0/+2
*
[3.11] GH-94438: Backport GH-94444 (#94486)
Mark Shannon
2022-07-01
1
-0/+2
*
[3.11] GH-93354: Use exponential backoff to avoid excessive specialization at...
Mark Shannon
2022-06-30
1
-0/+3
*
gh-84753: Make inspect.iscoroutinefunction() work with AsyncMock (GH-94050) (...
Miss Islington (bot)
2022-06-30
1
-0/+3
*
GH-94398: TaskGroup: Fail create_task() during shutdown (GH-94400) (GH-94463)
Miss Islington (bot)
2022-06-30
1
-0/+1
*
gh-91719: Reload opcode on unknown error so that C can optimize the dispatchi...
Miss Islington (bot)
2022-06-30
1
-0/+2
*
GH-94329: Don't raise on excessive stack consumption (GH-94421) (GH-94446)
Miss Islington (bot)
2022-06-30
1
-0/+2
*
gh-92336: linecache.getline should not raise exceptions on decoding errors (G...
Miss Islington (bot)
2022-06-30
1
-0/+1
*
[3.11] gh-94404: Use module CFLAGS before PY_STDMODULE_CFLAGS (GH-94413) (GH-...
Christian Heimes
2022-06-29
1
-1/+2
*
gh-94404: makesetup: use correct CFLAGS and macOS workaround (GH-94405)
Miss Islington (bot)
2022-06-29
1
-0/+2
*
[3.11] GH-93516: Backport GH-93769 (GH-94231)
Mark Shannon
2022-06-28
1
-0/+2
*
gh-88116: Avoid undefined behavior when decoding varints in code objects (GH-...
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
*
gh-94315: Check for DAC override capability (GH-94316)
Miss Islington (bot)
2022-06-27
1
-0/+2
*
gh-94192: Fix error for dictionary literals with invalid expression as value....
Miss Islington (bot)
2022-06-26
1
-0/+1
*
[3.11] gh-93820: Pickle enum.Flag by name (GH-93891). (GH-94288)
Serhiy Storchaka
2022-06-26
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
*
gh-94207: Fix struct module leak (GH-94239) (GH-94265)
Miss Islington (bot)
2022-06-25
1
-0/+2
*
[3.11] gh-92858: Improve error message for some suites with syntax error befo...
Pablo Galindo Salgado
2022-06-23
1
-0/+1
*
[3.11] GH-91742: Fix pdb crash after jump (GH-94171) (#94176)
Miss Islington (bot)
2022-06-23
1
-0/+1
*
[3.11] gh-93382: Cache result of `PyCode_GetCode` in codeobject (GH-93383) (#...
Ken Jin
2022-06-23
1
-0/+2
*
gh-91456: [Enum] Deprecate default auto() behavior with mixed value types (GH...
Miss Islington (bot)
2022-06-23
1
-0/+3
*
[3.11] GH-93516: Backport GH-93769: Speedup line number checks when tracing (...
Mark Shannon
2022-06-22
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
*
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-94085)
Miss Islington (bot)
2022-06-21
1
-0/+2
*
gh-91387: Strip trailing slash from tarfile longname directories (GH-32423)
Miss Islington (bot)
2022-06-21
1
-0/+1
*
gh-94028: Clear and reset sqlite3 statements properly in cursor iternext (GH-...
Miss Islington (bot)
2022-06-21
1
-0/+3
*
gh-94021: Address unreachable code warning in specialize code (GH-94022)
Miss Islington (bot)
2022-06-21
1
-0/+1
*
gh-93937, C API: Move PyFrame_GetBack() to Python.h (#93938) (#94000)
Victor Stinner
2022-06-20
1
-0/+14
*
gh-79009: sqlite3.iterdump now correctly handles tables with autoincrement (G...
Miss Islington (bot)
2022-06-19
2
-0/+2
*
gh-61162: Clarify sqlite3 connection context manager docs (GH-93890)
Miss Islington (bot)
2022-06-19
1
-0/+1
*
gh-89828: Do not relay the __class__ attribute in GenericAlias (GH-93754)
Miss Islington (bot)
2022-06-18
1
-0/+2
*
gh-92888: Fix memoryview bad `__index__` use after free (GH-92946)
Miss Islington (bot)
2022-06-18
1
-0/+2
*
GH-89858: Fix test_embed for out-of-tree builds (GH-93465)
Miss Islington (bot)
2022-06-18
1
-0/+1
*
GH-83658: make multiprocessing.Pool raise an exception if maxtasksperchild is...
Miss Islington (bot)
2022-06-17
1
-0/+1
*
GH-91389: Fix dis position information for CACHEs (GH-93663) (GH-93921)
Brandt Bucher
2022-06-17
1
-0/+2
*
gh-91404: Revert "bpo-23689: re module, fix memory leak when a match is termi...
Miss Islington (bot)
2022-06-17
1
-0/+3
*
gh-93847: Fix repr of enum of generic aliases (GH-93885)
Miss Islington (bot)
2022-06-17
1
-0/+1
*
gh-93820: Fix copy() regression in enum.Flag (GH-93876) (#93886)
Miss Islington (bot)
2022-06-17
1
-0/+2
*
gh-91731: Don't define 'static_assert' in C++11 where is a keyword to avoid U...
Miss Islington (bot)
2022-06-16
1
-0/+3
*
gh-91577: SharedMemory move imports out of methods (GH-91579)
Miss Islington (bot)
2022-06-16
1
-0/+1
*
[3.11] GH-93662: Make sure that column offsets are correct in multi-line meth...
Irit Katriel
2022-06-16
1
-0/+2
*
gh-93824: Reenable installation of shell extension on Windows ARM64 (GH-93825)
Miss Islington (bot)
2022-06-15
1
-0/+2
*
gh-87260: Update sqlite3 signature docs to reflect actual implementation (GH-...
Miss Islington (bot)
2022-06-15
1
-0/+1
*
gh-92914: Round the allocated size for lists up to the even number (GH-92915)
Miss Islington (bot)
2022-06-14
1
-0/+1
[next]