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
/
Lib
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
gh-93044: No longer convert the database argument of sqlite3.connect() to byt...
Serhiy Storchaka
2022-05-21
1
-0/+13
*
shutil._copyfileobj_readinto: tiny speedup (#92377)
Lucinda May Phipps
2022-05-20
1
-1/+2
*
gh-91860: documentation for typing.dataclass_transform (#92768)
Shantanu
2022-05-20
1
-7/+10
*
gh-91922: Fix sqlite connection on nonstardard locales and paths (GH-92926)
Serhiy Storchaka
2022-05-20
1
-11/+17
*
Doc: Minor adjustment of `socket.create_server` docs (#26938)
Pavel
2022-05-20
1
-0/+1
*
gh-92817: Fix precedence of options to py.exe launcher (GH-92988)
Steve Dower
2022-05-19
1
-9/+25
*
gh-92913: Clarify changes to PyInitConfig.module_search_paths[_set] fields (G...
Steve Dower
2022-05-19
1
-2/+3
*
GH-89914: Make the oparg of the YIELD_VALUE instruction equal the stack depth...
Mark Shannon
2022-05-19
2
-3/+4
*
bpo-28249: fix `lineno` location for empty `DocTest` instances (GH-30498)
Nikita Sobolev
2022-05-19
3
-6/+81
*
gh-92675: venv: Fix ensure_directories() to again accept a Path for env_dir (...
David Foster
2022-05-19
2
-4/+18
*
gh-90473: Decrease recursion limit and skip tests on WASI (GH-92803)
Christian Heimes
2022-05-19
11
-8/+47
*
GH-90690: Remove `PRECALL` instruction (GH-92925)
Mark Shannon
2022-05-19
4
-206/+173
*
gh-92670: Skip test_shutil.TestCopy.test_copyfile_nonexistent_dir on AIX (#92...
Ayappan Perumal
2022-05-19
1
-0/+4
*
gh-92914: Round the allocated size for lists up to the even number (GH-92915)
Serhiy Storchaka
2022-05-19
1
-3/+4
*
gh-87901: Remove the encoding argument from os.popen (GH-92836)
Inada Naoki
2022-05-19
1
-3/+2
*
gh-92841: Fix asyncio's RuntimeError: Event loop is closed (GH-92842)
Oleg Iarygin
2022-05-17
1
-1/+1
*
gh-89898: Fix test_threading.test_args_argument() (#92885)
Victor Stinner
2022-05-17
1
-0/+1
*
gh-89653: PEP 670: Fix PyUnicode_READ() cast (#92872)
Victor Stinner
2022-05-17
1
-0/+31
*
gh-92536: Update unicode struct size to ensure MemoryError is raised (GH-92867)
Dennis Sweeney
2022-05-17
1
-10/+6
*
gh-92265: set meta_path and path_hooks correctly in test_reload_namespace_cha...
Filipe Laíns
2022-05-16
1
-1/+2
*
gh-92547: Remove deprecated sqlite3 features (#92548)
Erlend Egeberg Aasland
2022-05-16
4
-49/+0
*
gh-90473: Skip tests that don't apply to Emscripten and WASI (GH-92846)
Christian Heimes
2022-05-16
14
-24/+49
*
gh-92671: Don't omit parentheses when unparsing empty tuples (GH-92673)
Batuhan Taskaya
2022-05-16
2
-1/+8
*
gh-92820: Skip test_cppext if _ctypes is missing (#92844)
Victor Stinner
2022-05-16
3
-4/+22
*
gh-90473: WASI: Mark tests that require os.pipe() (GH-92837)
Christian Heimes
2022-05-16
4
-0/+14
*
gh-92530: Fix an issue that occurred after interrupting threading.Condition.n...
Serhiy Storchaka
2022-05-16
1
-7/+14
*
gh-89668: Optimize ZipFile file header processing algorithm to avoid unneeded...
Jan Wolski
2022-05-15
1
-1/+1
*
gh-90473: Fail subprocess early on Emscripten/WASI (GH-92802)
Christian Heimes
2022-05-14
1
-6/+11
*
Fix numbers.Real.__rdivmod__ doc string (#31991)
Géry Ogam
2022-05-13
1
-3/+3
*
GH-92236: Remove spurious "line" event when starting coroutine or generator. ...
Mark Shannon
2022-05-13
1
-0/+53
*
gh-90473: Increase stack size, disable obmalloc on WASI (GH-92732)
Christian Heimes
2022-05-13
2
-2/+5
*
gh-92584: test_cppext uses setuptools (#92639)
Victor Stinner
2022-05-12
2
-67/+77
*
gh-92311: Add tests for frame_setlineno jumping over listcomps (#92741)
Dennis Sweeney
2022-05-12
1
-0/+48
*
Check result of utc_to_seconds and skip fold probe in pure Python (#91582)
Paul Ganssle
2022-05-12
2
-38/+94
*
Add notes for maintaining ABCs (#92736)
Raymond Hettinger
2022-05-12
2
-0/+51
*
gh-91578: improved error message when trying to instantiate an abstract class...
ravi140222
2022-05-12
2
-7/+7
*
gh-92514: Remove unused test.support.BasicTestRunner (#92515)
Jelle Zijlstra
2022-05-12
1
-7/+1
*
gh-92536: PEP 623: Remove wstr and legacy APIs from Unicode (GH-92537)
Inada Naoki
2022-05-12
3
-18/+4
*
gh-86388 Remove deprecated behaviors in randrange() (#92677)
Raymond Hettinger
2022-05-12
2
-86/+47
*
gh-92031, test_embed: Improve test for unquickening static code (#92440)
Dennis Sweeney
2022-05-11
1
-10/+30
*
gh-90978: asyncio TestSSL uses SHORT_TIMEOUT (#92642)
Victor Stinner
2022-05-11
1
-10/+13
*
bpo-42627: Fix incorrect parsing of Windows registry proxy settings (GH-26307)
狂男风
2022-05-11
1
-16/+20
*
gh-91810: ElementTree: Use text file's encoding by default in XML declaration...
Serhiy Storchaka
2022-05-11
2
-30/+24
*
gh-92550: Fix pathlib.Path.rglob() for empty pattern (GH-92604)
Serhiy Storchaka
2022-05-11
2
-1/+6
*
Revert "gh-92550 - Fix regression in `pathlib.Path.rglob()` (GH-92583)" (GH-9...
Serhiy Storchaka
2022-05-11
2
-0/+23
*
bpo-39264: Fix UserDict.get() to account for __missing__() (GH-17910)
Bar Harel
2022-05-10
2
-1/+16
*
bpo-39278: add docstrings to functions in pdb module (#17924)
Carl Bordum Hansen
2022-05-10
1
-0/+39
*
gh-84131: Remove the deprecated pathlib.Path.link_to method. (#92505)
Gregory P. Smith
2022-05-10
2
-40/+1
*
gh-92619: Fix bug where the compiler duplicates exit blocks unnecessarily (GH...
Irit Katriel
2022-05-10
1
-15/+7
*
Add `__slots__` to `typing._NotIterable` (GH-92570)
Alex Waygood
2022-05-10
1
-0/+1
[prev]
[next]