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-93061: Mark as artificial: backwards jump after async for (GH-93062)
Dennis Sweeney
2022-05-23
1
-0/+1
*
gh-93103: Deprecate global configuration variable (#93104)
Victor Stinner
2022-05-23
1
-0/+4
*
gh-91061: also accept pathlib.Path for winsound.PlaySound (#91489)
Mori Bellamy
2022-05-23
1
-0/+1
*
gh-93044: No longer convert the database argument of sqlite3.connect() to byt...
Serhiy Storchaka
2022-05-21
1
-0/+2
*
gh-91922: Fix sqlite connection on nonstardard locales and paths (GH-92926)
Serhiy Storchaka
2022-05-20
1
-0/+3
*
gh-92817: Fix precedence of options to py.exe launcher (GH-92988)
Steve Dower
2022-05-19
1
-0/+3
*
gh-92984: Explicitly disable incremental linking for Windows Release and PGO ...
David Machaj
2022-05-19
1
-0/+1
*
gh-92913: Clarify changes to PyInitConfig.module_search_paths[_set] fields (G...
Steve Dower
2022-05-19
1
-0/+2
*
GH-89914: Make the oparg of the YIELD_VALUE instruction equal the stack depth...
Mark Shannon
2022-05-19
1
-0/+2
*
bpo-28249: fix `lineno` location for empty `DocTest` instances (GH-30498)
Nikita Sobolev
2022-05-19
1
-0/+2
*
gh-78630: Drop invalid HP aCC compiler switch -fPIC on HP-UX (#8847)
Michael Osipov
2022-05-19
1
-0/+1
*
bpo-45393: help() on operator precedence has misleading entries (GH-31246)
Zackery Spytz
2022-05-19
1
-0/+2
*
gh-92675: venv: Fix ensure_directories() to again accept a Path for env_dir (...
David Foster
2022-05-19
1
-0/+2
*
GH-92955: fix memory leak in code object lines and positions iterators (gh-92...
Kumar Aditya
2022-05-19
1
-0/+1
*
gh-90473: Decrease recursion limit and skip tests on WASI (GH-92803)
Christian Heimes
2022-05-19
1
-0/+1
*
GH-90690: Remove `PRECALL` instruction (GH-92925)
Mark Shannon
2022-05-19
1
-0/+2
*
gh-92670: Skip test_shutil.TestCopy.test_copyfile_nonexistent_dir on AIX (#92...
Ayappan Perumal
2022-05-19
1
-0/+3
*
gh-92914: Round the allocated size for lists up to the even number (GH-92915)
Serhiy Storchaka
2022-05-19
1
-0/+1
*
gh-87901: Remove the encoding argument from os.popen (GH-92836)
Inada Naoki
2022-05-19
1
-0/+2
*
bpo-42047: Add native thread ID for DragonFlyBSD (#22714)
David CARLIER
2022-05-18
1
-0/+1
*
bpo-40838: document `getdoc`, `getmodule`, `getsourcefile` in `inspect` retur...
Nikita Sobolev
2022-05-18
1
-0/+2
*
gh-92841: Fix asyncio's RuntimeError: Event loop is closed (GH-92842)
Oleg Iarygin
2022-05-17
1
-0/+2
*
bpo-38704: Prevent installation on unsupported Windows versions (GH-17950)
Zackery Spytz
2022-05-17
1
-0/+1
*
gh-92547: Remove deprecated sqlite3 features (#92548)
Erlend Egeberg Aasland
2022-05-16
1
-0/+6
*
gh-92671: Don't omit parentheses when unparsing empty tuples (GH-92673)
Batuhan Taskaya
2022-05-16
1
-0/+1
*
gh-92530: Fix an issue that occurred after interrupting threading.Condition.n...
Serhiy Storchaka
2022-05-16
1
-0/+2
*
gh-92781: Avoid mixing declarations and code in C API (#92783)
Victor Stinner
2022-05-15
1
-0/+3
*
gh-90473: Fail subprocess early on Emscripten/WASI (GH-92802)
Christian Heimes
2022-05-14
1
-0/+2
*
GH-92804: Fix memory leak in memoryview iterator (gh-92805)
Kumar Aditya
2022-05-14
1
-0/+1
*
gh-85858: Remove PyUnicode_InternImmortal() function (#92579)
Victor Stinner
2022-05-13
2
-0/+3
*
GH-92236: Remove spurious "line" event when starting coroutine or generator. ...
Mark Shannon
2022-05-13
1
-0/+2
*
gh-90473: Increase stack size, disable obmalloc on WASI (GH-92732)
Christian Heimes
2022-05-13
1
-0/+1
*
Check result of utc_to_seconds and skip fold probe in pure Python (#91582)
Paul Ganssle
2022-05-12
2
-0/+11
*
gh-91578: improved error message when trying to instantiate an abstract class...
ravi140222
2022-05-12
1
-0/+1
*
gh-92514: Remove unused test.support.BasicTestRunner (#92515)
Jelle Zijlstra
2022-05-12
1
-0/+1
*
gh-92536: PEP 623: Remove wstr and legacy APIs from Unicode (GH-92537)
Inada Naoki
2022-05-12
2
-0/+2
*
gh-86388 Remove deprecated behaviors in randrange() (#92677)
Raymond Hettinger
2022-05-12
1
-0/+5
*
gh-92651: Remove the Include/token.h header file (#92652)
Victor Stinner
2022-05-11
1
-0/+3
*
bpo-42627: Fix incorrect parsing of Windows registry proxy settings (GH-26307)
狂男风
2022-05-11
1
-0/+1
*
gh-91810: ElementTree: Use text file's encoding by default in XML declaration...
Serhiy Storchaka
2022-05-11
1
-0/+5
*
gh-92550: Fix pathlib.Path.rglob() for empty pattern (GH-92604)
Serhiy Storchaka
2022-05-11
1
-0/+1
*
Revert "gh-92550 - Fix regression in `pathlib.Path.rglob()` (GH-92583)" (GH-9...
Serhiy Storchaka
2022-05-11
1
-2/+0
*
bpo-39264: Fix UserDict.get() to account for __missing__() (GH-17910)
Bar Harel
2022-05-10
1
-0/+3
*
bpo-43689: improve documentation for Differ (GH-25132)
Jürgen Gmach
2022-05-10
1
-0/+1
*
gh-84131: Remove the deprecated pathlib.Path.link_to method. (#92505)
Gregory P. Smith
2022-05-10
1
-0/+3
*
gh-92619: Fix bug where the compiler duplicates exit blocks unnecessarily (GH...
Irit Katriel
2022-05-10
1
-0/+1
*
bpo-13553: Document tkinter.Tk args (#4786)
Cheryl Sabella
2022-05-10
1
-0/+1
*
gh-92550 - Fix regression in `pathlib.Path.rglob()` (GH-92583)
Barney Gale
2022-05-10
1
-0/+2
*
gh-88750: Remove the PYTHONTHREADDEBUG env var support. (#92509)
Gregory P. Smith
2022-05-09
2
-3/+2
*
bpo-46907: Update Windows installer to SQLite 3.38.4. (#92322)
Mariusz Felisiak
2022-05-09
1
-0/+1
[next]