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
/
NEWS.d
/
next
/
Library
Commit message (
Expand
)
Author
Age
Files
Lines
*
GH-83658: make multiprocessing.Pool raise an exception if maxtasksperchild is...
Irit Katriel
2022-06-17
1
-0/+1
*
GH-91389: Fix dis position information for CACHEs (GH-93663)
Brandt Bucher
2022-06-16
1
-0/+2
*
gh-93847: Fix repr of enum of generic aliases (GH-93885)
Serhiy Storchaka
2022-06-16
1
-0/+1
*
gh-91577: SharedMemory move imports out of methods (#91579)
samtygier
2022-06-16
1
-0/+1
*
gh-93820: Fix copy() regression in enum.Flag (GH-93876)
Christian Heimes
2022-06-16
1
-0/+2
*
gh-79579: Improve DML query detection in sqlite3 (#93623)
Erlend Egeberg Aasland
2022-06-14
1
-0/+2
*
gh-91810: Fix regression with writing an XML declaration with encoding='unico...
Serhiy Storchaka
2022-06-14
1
-0/+2
*
gh-79512: Fixed names and __module__ value of weakref classes (GH-93719)
Serhiy Storchaka
2022-06-14
1
-0/+3
*
gh-93353: Fix importlib.resources._tempfile() finalizer (#93377)
Victor Stinner
2022-06-13
1
-0/+3
*
gh-91162: Support splitting of unpacked arbitrary-length tuple over TypeVar a...
Serhiy Storchaka
2022-06-12
1
-0/+5
*
gh-81790: support "UNC" device paths in `ntpath.splitdrive()` (GH-91882)
Barney Gale
2022-06-10
1
-0/+2
*
gh-90549: Fix leak of global named resources using multiprocessing spawn (#30...
Leo Trol
2022-06-09
1
-0/+2
*
gh-90473: disable user site packages on WASI/Emscripten (GH-93633)
Christian Heimes
2022-06-09
1
-0/+2
*
gh-90494: Reject 6th element of the __reduce__() tuple (GH-93609)
Serhiy Storchaka
2022-06-09
1
-0/+3
*
gh-93421: Update sqlite3 cursor.rowcount only after SQLITE_DONE (#93526)
Erlend Egeberg Aasland
2022-06-08
1
-0/+3
*
GH-93521: For dataclasses, filter out `__weakref__` slot if present in bases ...
Bluenix
2022-06-08
1
-0/+4
*
gh-93370: Deprecate sqlite3.version and sqlite3.version_info (#93482)
Kalyan
2022-06-07
1
-0/+1
*
gh-92592: Allow logging filters to return a LogRecord. (GH-92591)
Adrian Garcia Badaracco
2022-06-07
1
-0/+3
*
gh-93162: Add ability to configure QueueHandler/QueueListener together (GH-93...
Vinay Sajip
2022-06-07
1
-0/+4
*
gh-93475: Expose FICLONE and FICLONERANGE constants in fcntl (#93478)
Illia Volochii
2022-06-06
1
-0/+2
*
gh-89973: Fix re.error in the fnmatch module. (GH-93072)
Serhiy Storchaka
2022-06-05
1
-0/+3
*
gh-93156 - fix negative indexing into absolute `pathlib.PurePath().parents` (...
Barney Gale
2022-06-03
1
-0/+2
*
gh-92932: dis._unpack_opargs should handle EXTENDED_ARG_QUICK (gh-92945)
Dong-hee Na
2022-06-03
1
-0/+3
*
GH-93312: Add os.PIDFD_NONBLOCK flag (#93313)
Kumar Aditya
2022-05-31
1
-0/+3
*
bpo-41287: Handle `doc` argument of `property.__init__` in subclasses (#23205)
Sergei Izmailov
2022-05-29
1
-0/+1
*
gh-92839: fixed typo in _bisectmodule.c (line 131) (#92849)
oda-gitso
2022-05-28
1
-0/+1
*
gh-93297: Make asyncio task groups prevent child tasks from being GCed (#93299)
Yury Selivanov
2022-05-27
1
-0/+1
*
bpo-46951: Order contents of zipapps (GH-31713)
hfinucane
2022-05-27
1
-0/+1
*
gh-91513: Add 'asyncio' taskName to logging LogRecord attributes. (GH-93193)
jackh-ncl
2022-05-26
1
-0/+1
*
gh-90817: Deprecate explicitly locale.resetlocale() (#93196)
Victor Stinner
2022-05-25
1
-0/+3
*
gh-92728: Restore re.template, but deprecate it (GH-93161)
Miro Hrončok
2022-05-25
1
-0/+3
*
gh-93033: Use wmemchr in stringlib (GH-93034)
goldsteinn
2022-05-24
1
-0/+1
*
gh-83245: Raise BadZipFile instead of ValueError when reading a corrupt ZIP f...
Sam Ezeh
2022-05-23
1
-0/+2
*
gh-93010: InvalidHeaderError used but nonexistent (#93015)
oda-gitso
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
*
bpo-28249: fix `lineno` location for empty `DocTest` instances (GH-30498)
Nikita Sobolev
2022-05-19
1
-0/+2
*
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-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
*
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-90473: Fail subprocess early on Emscripten/WASI (GH-92802)
Christian Heimes
2022-05-14
1
-0/+2
*
Check result of utc_to_seconds and skip fold probe in pure Python (#91582)
Paul Ganssle
2022-05-12
2
-0/+11
*
gh-86388 Remove deprecated behaviors in randrange() (#92677)
Raymond Hettinger
2022-05-12
1
-0/+5
*
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
[next]