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
*
Python 3.10.0a4
v3.10.0a4
Pablo Galindo
2021-01-04
53
-106/+0
*
bpo-42681: Fix range checks for color and pair numbers in curses (GH-23874)
Serhiy Storchaka
2021-01-03
1
-0/+1
*
bpo-42772: Step argument ignored when stop is None. (GH-24018)
Raymond Hettinger
2021-01-02
1
-0/+2
*
handle empty string in variable executable in platform.libc_ver() (#23140)
Kurochan
2021-01-02
1
-0/+1
*
bpo-42756: Configure LMTP Unix-domain socket to use global default timeout wh...
Ross
2021-01-01
1
-0/+2
*
bpo-37193: Remove thread objects which finished process its request (GH-23127)
Jason R. Coombs
2020-12-31
1
-0/+2
*
bpo-42163, bpo-42189, bpo-42659: Support uname_tuple._replace (for all but pr...
Jason R. Coombs
2020-12-31
1
-0/+1
*
bpo-42382: In importlib.metadata, `EntryPoint` objects now expose `dist` (#23...
Jason R. Coombs
2020-12-31
1
-0/+6
*
bpo-42393: Raise OverflowError iso. DeprecationWarning on overflow in socket....
Erlend Egeberg Aasland
2020-12-31
1
-0/+3
*
bpo-39068: Fix race condition in base64 (GH-17627)
Brandon Stansbury
2020-12-31
1
-0/+2
*
bpo-42655: Fix subprocess extra_groups gid conversion (GH-23762)
Jakub Kulík
2020-12-29
1
-0/+2
*
Allow / character in username,password fields in _PROXY envvars. (#23973)
Senthil Kumaran
2020-12-29
1
-0/+1
*
bpo-42759: Fix equality comparison of Variable and Font in Tkinter (GH-23968)
Serhiy Storchaka
2020-12-29
1
-0/+3
*
bpo-42740: Support PEP 604, 612 for typing.py get_args and get_origin (GH-23942)
Ken Jin
2020-12-29
1
-0/+2
*
bpo-42222: Modernize integer test/conversion in randrange() (#23064)
Raymond Hettinger
2020-12-28
1
-0/+9
*
bpo-35728: Add root parameter to tkinter.font.nametofont() (GH-23885)
Desmond Cheong
2020-12-25
1
-0/+1
*
bpo-42721: Improve using simple dialogs without root window (GH-23897)
Serhiy Storchaka
2020-12-25
1
-0/+9
*
bpo-28964: add line number of node (if available) to ast.literal_eval error m...
Irit Katriel
2020-12-25
1
-0/+1
*
bpo-15303: Support widgets with boolean value False in Tkinter (GH-23904)
Serhiy Storchaka
2020-12-25
1
-0/+1
*
bpo-42388: Fix subprocess.check_output input=None when text=True (GH-23467)
Gregory P. Smith
2020-12-25
1
-0/+2
*
bpo-42727: Fix the NEWS entry .rst (GH-23932)
Gregory P. Smith
2020-12-25
1
-2/+2
*
bpo-42685: Improve placing of simple query windows. (GH-23856)
Serhiy Storchaka
2020-12-24
1
-0/+4
*
[Enum] EnumMeta.__prepare__ now accepts **kwds (#23917)
Ethan Furman
2020-12-24
1
-0/+2
*
bpo-41559: Implement PEP 612 - Add ParamSpec and Concatenate to typing (#23702)
kj
2020-12-24
1
-0/+2
*
bpo-38308: Add optional weighting to statistics.harmonic_mean() (GH-23914)
Raymond Hettinger
2020-12-24
1
-0/+1
*
bpo-41960: Add globalns and localns parameters to inspect.signature and Signa...
Batuhan Taskaya
2020-12-23
1
-0/+2
*
bpo-25246: Optimize deque.remove() (GH-23898)
Raymond Hettinger
2020-12-23
1
-0/+1
*
bpo-9694: Fix misleading phrase "optional arguments" (GH-23858)
Raymond Hettinger
2020-12-23
1
-0/+2
*
bpo-34463: Make python tracebacks identical to C tracebacks for SyntaxErrors ...
Irit Katriel
2020-12-22
1
-0/+1
*
bpo-31904: Fix site and sysconfig modules for VxWorks RTOS (GH-21821)
pxinwr
2020-12-20
1
-0/+1
*
bpo-42630: Improve error reporting in Tkinter for absent default root (GH-23781)
Serhiy Storchaka
2020-12-19
1
-0/+4
*
bpo-42470: Do not warn on sequences which are also sets in random.sample() (G...
masklinn
2020-12-19
1
-0/+1
*
bpo-24792: Fix zipimporter masking the cause of import errors (GH-22204)
Irit Katriel
2020-12-19
1
-0/+1
*
bpo-41891: ensure asyncio.wait_for waits for task completion (#22461)
Richard Kojedzinszky
2020-12-18
1
-0/+1
*
bpo-42238: Check Misc/NEWS.d/next/ for reStructuredText issues. (GH-23802)
Julien Palard
2020-12-18
4
-5/+5
*
bpo-1635741: Port _thread to multiphase init (GH-23811)
Victor Stinner
2020-12-18
1
-0/+2
*
bpo-31904: posixpath.expanduser() handles None user home on VxWorks (GH-23530)
pxinwr
2020-12-17
1
-0/+2
*
bpo-37961: Fix regression in tracemalloc.Traceback.__repr__ (GH-23805)
Daniel Hahler
2020-12-16
1
-0/+1
*
bpo-42644: Validate values in logging.disable() (#23786)
Matthias Bussonnier
2020-12-16
1
-0/+3
*
bpo-42090: zipfile.Path.joinpath now accepts multiple arguments (GH-22976)
Jason R. Coombs
2020-12-16
1
-0/+2
*
bpo-40219: Lowered ttk LabeledScale dummy (GH-21467)
E-Paine
2020-12-15
1
-0/+1
*
bpo-42639: atexit._run_exitfuncs() uses sys.unraisablehook (GH-23779)
Victor Stinner
2020-12-15
1
-0/+3
*
bpo-14935: Remove static state from the _csv module (GH-23224)
Petr Viktorin
2020-12-15
1
-0/+1
*
bpo-42639: atexit now logs callbacks exceptions (GH-23771)
Victor Stinner
2020-12-14
1
-0/+3
*
bpo-41877: Check for misspelled speccing arguments (GH-23737)
vabr-g
2020-12-14
1
-0/+1
*
bpo-36541: Add lib2to3 grammar PEP-570 pos-only arg parsing (GH-23759)
Gregory P. Smith
2020-12-14
1
-0/+2
*
bpo-39717: [tarfile] update nested exception raising (GH-23739)
Ethan Furman
2020-12-12
1
-0/+1
*
bpo-42059: Fix required/optional keys for TypedDict(..., total=False) (GH-22736)
Alex Grönholm
2020-12-10
1
-0/+1
*
bpo-34750: [Enum] add `_EnumDict.update()` support (GH-23725)
Ethan Furman
2020-12-10
1
-0/+1
*
bpo-42385: [Enum] add `_generate_next_value_` to StrEnum (GH-23735)
Ethan Furman
2020-12-10
1
-0/+1
[next]